@Stability(value=Stable) @Internal public static final class SageMakerCreateEndpointConfigProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SageMakerCreateEndpointConfigProps
SageMakerCreateEndpointConfigPropssoftware.amazon.jsii.JsiiObject.InitializationModeSageMakerCreateEndpointConfigProps.Builder, SageMakerCreateEndpointConfigProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(SageMakerCreateEndpointConfigProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
SageMakerCreateEndpointConfigProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getComment() |
String |
getEndpointConfigName()
The name of the endpoint configuration.
|
Duration |
getHeartbeat() |
String |
getInputPath() |
IntegrationPattern |
getIntegrationPattern() |
IKey |
getKmsKey()
AWS Key Management Service key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint.
|
String |
getOutputPath() |
List<ProductionVariant> |
getProductionVariants()
An list of ProductionVariant objects, one for each model that you want to host at this endpoint.
|
String |
getResultPath() |
Map<String,Object> |
getResultSelector() |
TaskInput |
getTags()
Tags to be applied to the endpoint configuration.
|
Duration |
getTimeout() |
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(SageMakerCreateEndpointConfigProps.Builder builder)
SageMakerCreateEndpointConfigProps.Builder.public final String getEndpointConfigName()
SageMakerCreateEndpointConfigPropsgetEndpointConfigName in interface SageMakerCreateEndpointConfigPropspublic final List<ProductionVariant> getProductionVariants()
SageMakerCreateEndpointConfigPropsIdentifies a model that you want to host and the resources to deploy for hosting it. If you are deploying multiple models, tell Amazon SageMaker how to distribute traffic among the models by specifying variant weights.
getProductionVariants in interface SageMakerCreateEndpointConfigPropspublic final IKey getKmsKey()
SageMakerCreateEndpointConfigPropsDefault: - None
getKmsKey in interface SageMakerCreateEndpointConfigPropspublic final TaskInput getTags()
SageMakerCreateEndpointConfigPropsDefault: - No tags
getTags in interface SageMakerCreateEndpointConfigPropspublic final String getComment()
getComment in interface TaskStateBasePropspublic final Duration getHeartbeat()
getHeartbeat in interface TaskStateBasePropspublic final String getInputPath()
getInputPath in interface TaskStateBasePropspublic final IntegrationPattern getIntegrationPattern()
getIntegrationPattern in interface TaskStateBasePropspublic final String getOutputPath()
getOutputPath in interface TaskStateBasePropspublic final String getResultPath()
getResultPath in interface TaskStateBasePropspublic final Map<String,Object> getResultSelector()
getResultSelector in interface TaskStateBasePropspublic final Duration getTimeout()
getTimeout in interface TaskStateBaseProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.