Class CfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationProperty
An implementation for
CfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationProperty-
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.CfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationProperty
CfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationProperty.Builder, CfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationProperty.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 Amazon S3 path where the model artifacts, which result from model training, are stored.final ObjectReturns union: eitherIResolvableorCfnInferenceComponentPropsMixin.DeployedImagePropertyfinal ObjectThe environment variables to set in the Docker container.final StringgetImage()The Amazon Elastic Container Registry (Amazon ECR) path where the Docker image for the model is stored.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
protected Jsii$Proxy(CfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationProperty.Builder.
-
-
Method Details
-
getArtifactUrl
Description copied from interface:CfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationPropertyThe Amazon S3 path where the model artifacts, which result from model training, are stored.This path must point to a single gzip compressed tar archive (.tar.gz suffix).
- Specified by:
getArtifactUrlin interfaceCfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationProperty- See Also:
-
getDeployedImage
Description copied from interface:CfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationPropertyReturns union: eitherIResolvableorCfnInferenceComponentPropsMixin.DeployedImageProperty- Specified by:
getDeployedImagein interfaceCfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationProperty- See Also:
-
getEnvironment
Description copied from interface:CfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationPropertyThe environment variables to set in the Docker container.Each key and value in the Environment string-to-string map can have length of up to 1024. We support up to 16 entries in the map.
Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getEnvironmentin interfaceCfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationProperty- See Also:
-
getImage
Description copied from interface:CfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationPropertyThe Amazon Elastic Container Registry (Amazon ECR) path where the Docker image for the model is stored.- Specified by:
getImagein interfaceCfnInferenceComponentPropsMixin.InferenceComponentContainerSpecificationProperty- 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()
-