Class CfnEndpointConfig.ProductionVariantProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.ProductionVariantProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfig.ProductionVariantProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnEndpointConfig.ProductionVariantProperty
@Stability(Stable)
@Internal
public static final class CfnEndpointConfig.ProductionVariantProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointConfig.ProductionVariantProperty
An implementation for
CfnEndpointConfig.ProductionVariantProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.ProductionVariantProperty
CfnEndpointConfig.ProductionVariantProperty.Builder, CfnEndpointConfig.ProductionVariantProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointConfig.ProductionVariantProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe size of the Elastic Inference (EI) instance to use for the production variant.final NumberCfnEndpointConfig.ProductionVariantProperty.ContainerStartupHealthCheckTimeoutInSeconds.final ObjectCfnEndpointConfig.ProductionVariantProperty.EnableSSMAccess.final NumberNumber of instances to launch initially.final NumberDetermines initial traffic distribution among all of the models that you specify in the endpoint configuration.final StringThe ML compute instance type.final NumberCfnEndpointConfig.ProductionVariantProperty.ModelDataDownloadTimeoutInSeconds.final StringThe name of the model that you want to host.final ObjectThe serverless configuration for an endpoint.final StringThe name of the production variant.final NumberCfnEndpointConfig.ProductionVariantProperty.VolumeSizeInGB.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnEndpointConfig.ProductionVariantProperty.Builder.
-
-
Method Details
-
getInitialVariantWeight
Description copied from interface:CfnEndpointConfig.ProductionVariantPropertyDetermines initial traffic distribution among all of the models that you specify in the endpoint configuration.The traffic to a production variant is determined by the ratio of the
VariantWeightto the sum of allVariantWeightvalues across all ProductionVariants. If unspecified, it defaults to 1.0.- Specified by:
getInitialVariantWeightin interfaceCfnEndpointConfig.ProductionVariantProperty
-
getModelName
Description copied from interface:CfnEndpointConfig.ProductionVariantPropertyThe name of the model that you want to host.This is the name that you specified when creating the model.
- Specified by:
getModelNamein interfaceCfnEndpointConfig.ProductionVariantProperty
-
getVariantName
Description copied from interface:CfnEndpointConfig.ProductionVariantPropertyThe name of the production variant.- Specified by:
getVariantNamein interfaceCfnEndpointConfig.ProductionVariantProperty
-
getAcceleratorType
Description copied from interface:CfnEndpointConfig.ProductionVariantPropertyThe size of the Elastic Inference (EI) instance to use for the production variant.EI instances provide on-demand GPU computing for inference. For more information, see Using Elastic Inference in Amazon SageMaker . For more information, see Using Elastic Inference in Amazon SageMaker .
- Specified by:
getAcceleratorTypein interfaceCfnEndpointConfig.ProductionVariantProperty
-
getContainerStartupHealthCheckTimeoutInSeconds
Description copied from interface:CfnEndpointConfig.ProductionVariantPropertyCfnEndpointConfig.ProductionVariantProperty.ContainerStartupHealthCheckTimeoutInSeconds.- Specified by:
getContainerStartupHealthCheckTimeoutInSecondsin interfaceCfnEndpointConfig.ProductionVariantProperty
-
getEnableSsmAccess
Description copied from interface:CfnEndpointConfig.ProductionVariantPropertyCfnEndpointConfig.ProductionVariantProperty.EnableSSMAccess.- Specified by:
getEnableSsmAccessin interfaceCfnEndpointConfig.ProductionVariantProperty
-
getInitialInstanceCount
Description copied from interface:CfnEndpointConfig.ProductionVariantPropertyNumber of instances to launch initially.- Specified by:
getInitialInstanceCountin interfaceCfnEndpointConfig.ProductionVariantProperty
-
getInstanceType
Description copied from interface:CfnEndpointConfig.ProductionVariantPropertyThe ML compute instance type.- Specified by:
getInstanceTypein interfaceCfnEndpointConfig.ProductionVariantProperty
-
getModelDataDownloadTimeoutInSeconds
Description copied from interface:CfnEndpointConfig.ProductionVariantPropertyCfnEndpointConfig.ProductionVariantProperty.ModelDataDownloadTimeoutInSeconds.- Specified by:
getModelDataDownloadTimeoutInSecondsin interfaceCfnEndpointConfig.ProductionVariantProperty
-
getServerlessConfig
Description copied from interface:CfnEndpointConfig.ProductionVariantPropertyThe serverless configuration for an endpoint.Specifies a serverless endpoint configuration instead of an instance-based endpoint configuration.
- Specified by:
getServerlessConfigin interfaceCfnEndpointConfig.ProductionVariantProperty
-
getVolumeSizeInGb
Description copied from interface:CfnEndpointConfig.ProductionVariantPropertyCfnEndpointConfig.ProductionVariantProperty.VolumeSizeInGB.- Specified by:
getVolumeSizeInGbin interfaceCfnEndpointConfig.ProductionVariantProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-