Class CfnInferenceComponent.InferenceComponentContainerSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnInferenceComponent.InferenceComponentContainerSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceComponent.InferenceComponentContainerSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceComponent.InferenceComponentContainerSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnInferenceComponent.InferenceComponentContainerSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceComponent.InferenceComponentContainerSpecificationProperty
An implementation for
CfnInferenceComponent.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.services.sagemaker.CfnInferenceComponent.InferenceComponentContainerSpecificationProperty
CfnInferenceComponent.InferenceComponentContainerSpecificationProperty.Builder, CfnInferenceComponent.InferenceComponentContainerSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceComponent.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: eitherIResolvableorCfnInferenceComponent.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(CfnInferenceComponent.InferenceComponentContainerSpecificationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInferenceComponent.InferenceComponentContainerSpecificationProperty.Builder.
-
-
Method Details
-
getArtifactUrl
Description copied from interface:CfnInferenceComponent.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 interfaceCfnInferenceComponent.InferenceComponentContainerSpecificationProperty- See Also:
-
getDeployedImage
Description copied from interface:CfnInferenceComponent.InferenceComponentContainerSpecificationPropertyReturns union: eitherIResolvableorCfnInferenceComponent.DeployedImageProperty- Specified by:
getDeployedImagein interfaceCfnInferenceComponent.InferenceComponentContainerSpecificationProperty- See Also:
-
getEnvironment
Description copied from interface:CfnInferenceComponent.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 interfaceCfnInferenceComponent.InferenceComponentContainerSpecificationProperty- See Also:
-
getImage
Description copied from interface:CfnInferenceComponent.InferenceComponentContainerSpecificationPropertyThe Amazon Elastic Container Registry (Amazon ECR) path where the Docker image for the model is stored.- Specified by:
getImagein interfaceCfnInferenceComponent.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()
-