Class CfnEndpointConfigPropsMixin.ProductionVariantProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfigPropsMixin.ProductionVariantProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointConfigPropsMixin.ProductionVariantProperty
CfnEndpointConfigPropsMixin.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.cfnpropertymixins.services.sagemaker.CfnEndpointConfigPropsMixin.ProductionVariantProperty
CfnEndpointConfigPropsMixin.ProductionVariantProperty.Builder, CfnEndpointConfigPropsMixin.ProductionVariantProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointConfigPropsMixin.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 ObjectReturns union: eitherIResolvableorCfnEndpointConfigPropsMixin.CapacityReservationConfigPropertyfinal NumberThe timeout value, in seconds, for your inference container to pass health check by SageMaker Hosting.final ObjectYou can use this parameter to turn on native AWS Systems Manager (SSM) access for a production variant behind an endpoint.final Stringfinal 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 ObjectReturns union: eitherIResolvableorCfnEndpointConfigPropsMixin.ManagedInstanceScalingPropertyfinal NumberThe timeout value, in seconds, to download and extract the model that you want to host from Amazon S3 to the individual inference instance associated with this production variant.final StringThe name of the model that you want to host.final ObjectReturns union: eitherIResolvableorCfnEndpointConfigPropsMixin.RoutingConfigPropertyfinal ObjectThe serverless configuration for an endpoint.final StringThe name of the production variant.final NumberThe size, in GB, of the ML storage volume attached to individual inference instance associated with the production variant.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 theCfnEndpointConfigPropsMixin.ProductionVariantProperty.Builder.
-
-
Method Details
-
getAcceleratorType
Description copied from interface:CfnEndpointConfigPropsMixin.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 interfaceCfnEndpointConfigPropsMixin.ProductionVariantProperty- See Also:
-
getCapacityReservationConfig
Description copied from interface:CfnEndpointConfigPropsMixin.ProductionVariantPropertyReturns union: eitherIResolvableorCfnEndpointConfigPropsMixin.CapacityReservationConfigProperty- Specified by:
getCapacityReservationConfigin interfaceCfnEndpointConfigPropsMixin.ProductionVariantProperty- See Also:
-
getContainerStartupHealthCheckTimeoutInSeconds
Description copied from interface:CfnEndpointConfigPropsMixin.ProductionVariantPropertyThe timeout value, in seconds, for your inference container to pass health check by SageMaker Hosting.For more information about health check, see How Your Container Should Respond to Health Check (Ping) Requests .
- Specified by:
getContainerStartupHealthCheckTimeoutInSecondsin interfaceCfnEndpointConfigPropsMixin.ProductionVariantProperty- See Also:
-
getEnableSsmAccess
Description copied from interface:CfnEndpointConfigPropsMixin.ProductionVariantPropertyYou can use this parameter to turn on native AWS Systems Manager (SSM) access for a production variant behind an endpoint.By default, SSM access is disabled for all production variants behind an endpoint. You can turn on or turn off SSM access for a production variant behind an existing endpoint by creating a new endpoint configuration and calling
UpdateEndpoint.Returns union: either
BooleanorIResolvable- Specified by:
getEnableSsmAccessin interfaceCfnEndpointConfigPropsMixin.ProductionVariantProperty- See Also:
-
getInferenceAmiVersion
- Specified by:
getInferenceAmiVersionin interfaceCfnEndpointConfigPropsMixin.ProductionVariantProperty- See Also:
-
getInitialInstanceCount
Description copied from interface:CfnEndpointConfigPropsMixin.ProductionVariantPropertyNumber of instances to launch initially.- Specified by:
getInitialInstanceCountin interfaceCfnEndpointConfigPropsMixin.ProductionVariantProperty- See Also:
-
getInitialVariantWeight
Description copied from interface:CfnEndpointConfigPropsMixin.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 interfaceCfnEndpointConfigPropsMixin.ProductionVariantProperty- See Also:
-
getInstanceType
Description copied from interface:CfnEndpointConfigPropsMixin.ProductionVariantPropertyThe ML compute instance type.- Specified by:
getInstanceTypein interfaceCfnEndpointConfigPropsMixin.ProductionVariantProperty- See Also:
-
getManagedInstanceScaling
Description copied from interface:CfnEndpointConfigPropsMixin.ProductionVariantPropertyReturns union: eitherIResolvableorCfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty- Specified by:
getManagedInstanceScalingin interfaceCfnEndpointConfigPropsMixin.ProductionVariantProperty- See Also:
-
getModelDataDownloadTimeoutInSeconds
Description copied from interface:CfnEndpointConfigPropsMixin.ProductionVariantPropertyThe timeout value, in seconds, to download and extract the model that you want to host from Amazon S3 to the individual inference instance associated with this production variant.- Specified by:
getModelDataDownloadTimeoutInSecondsin interfaceCfnEndpointConfigPropsMixin.ProductionVariantProperty- See Also:
-
getModelName
Description copied from interface:CfnEndpointConfigPropsMixin.ProductionVariantPropertyThe name of the model that you want to host.This is the name that you specified when creating the model.
- Specified by:
getModelNamein interfaceCfnEndpointConfigPropsMixin.ProductionVariantProperty- See Also:
-
getRoutingConfig
Description copied from interface:CfnEndpointConfigPropsMixin.ProductionVariantPropertyReturns union: eitherIResolvableorCfnEndpointConfigPropsMixin.RoutingConfigProperty- Specified by:
getRoutingConfigin interfaceCfnEndpointConfigPropsMixin.ProductionVariantProperty- See Also:
-
getServerlessConfig
Description copied from interface:CfnEndpointConfigPropsMixin.ProductionVariantPropertyThe serverless configuration for an endpoint.Specifies a serverless endpoint configuration instead of an instance-based endpoint configuration.
Returns union: either
IResolvableorCfnEndpointConfigPropsMixin.ServerlessConfigProperty- Specified by:
getServerlessConfigin interfaceCfnEndpointConfigPropsMixin.ProductionVariantProperty- See Also:
-
getVariantName
Description copied from interface:CfnEndpointConfigPropsMixin.ProductionVariantPropertyThe name of the production variant.- Specified by:
getVariantNamein interfaceCfnEndpointConfigPropsMixin.ProductionVariantProperty- See Also:
-
getVolumeSizeInGb
Description copied from interface:CfnEndpointConfigPropsMixin.ProductionVariantPropertyThe size, in GB, of the ML storage volume attached to individual inference instance associated with the production variant.Currently only Amazon EBS gp2 storage volumes are supported.
- Specified by:
getVolumeSizeInGbin interfaceCfnEndpointConfigPropsMixin.ProductionVariantProperty- See Also:
-
$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()
-