Class CfnModelPackage.ModelPackageContainerDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelPackage.ModelPackageContainerDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelPackage.ModelPackageContainerDefinitionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelPackage.ModelPackageContainerDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnModelPackage.ModelPackageContainerDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelPackage.ModelPackageContainerDefinitionProperty
An implementation for
CfnModelPackage.ModelPackageContainerDefinitionProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnModelPackage.ModelPackageContainerDefinitionProperty
CfnModelPackage.ModelPackageContainerDefinitionProperty.Builder, CfnModelPackage.ModelPackageContainerDefinitionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnModelPackage.ModelPackageContainerDefinitionProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The DNS host name for the Docker container.final Object
The environment variables to set in the Docker container.final String
The machine learning framework of the model package container image.final String
The framework version of the Model Package Container Image.final String
getImage()
The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.final String
An MD5 hash of the training algorithm that identifies the Docker image used for training.final Object
Specifies the location of ML model data to deploy during endpoint creation.final String
The Amazon S3 path where the model artifacts, which result from model training, are stored.final Object
A structure with Model Input details.final String
The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model.final int
hashCode()
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 theCfnModelPackage.ModelPackageContainerDefinitionProperty.Builder
.
-
-
Method Details
-
getImage
Description copied from interface:CfnModelPackage.ModelPackageContainerDefinitionProperty
The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both
registry/repository[:tag]
andregistry/repository[@digest]
image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker .- Specified by:
getImage
in interfaceCfnModelPackage.ModelPackageContainerDefinitionProperty
- See Also:
-
getContainerHostname
Description copied from interface:CfnModelPackage.ModelPackageContainerDefinitionProperty
The DNS host name for the Docker container.- Specified by:
getContainerHostname
in interfaceCfnModelPackage.ModelPackageContainerDefinitionProperty
- See Also:
-
getEnvironment
Description copied from interface:CfnModelPackage.ModelPackageContainerDefinitionProperty
The 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.- Specified by:
getEnvironment
in interfaceCfnModelPackage.ModelPackageContainerDefinitionProperty
- See Also:
-
getFramework
Description copied from interface:CfnModelPackage.ModelPackageContainerDefinitionProperty
The machine learning framework of the model package container image.- Specified by:
getFramework
in interfaceCfnModelPackage.ModelPackageContainerDefinitionProperty
- See Also:
-
getFrameworkVersion
Description copied from interface:CfnModelPackage.ModelPackageContainerDefinitionProperty
The framework version of the Model Package Container Image.- Specified by:
getFrameworkVersion
in interfaceCfnModelPackage.ModelPackageContainerDefinitionProperty
- See Also:
-
getImageDigest
Description copied from interface:CfnModelPackage.ModelPackageContainerDefinitionProperty
An MD5 hash of the training algorithm that identifies the Docker image used for training.- Specified by:
getImageDigest
in interfaceCfnModelPackage.ModelPackageContainerDefinitionProperty
- See Also:
-
getModelDataSource
Description copied from interface:CfnModelPackage.ModelPackageContainerDefinitionProperty
Specifies the location of ML model data to deploy during endpoint creation.- Specified by:
getModelDataSource
in interfaceCfnModelPackage.ModelPackageContainerDefinitionProperty
- See Also:
-
getModelDataUrl
Description copied from interface:CfnModelPackage.ModelPackageContainerDefinitionProperty
The 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).The model artifacts must be in an S3 bucket that is in the same region as the model package.
- Specified by:
getModelDataUrl
in interfaceCfnModelPackage.ModelPackageContainerDefinitionProperty
- See Also:
-
getModelInput
Description copied from interface:CfnModelPackage.ModelPackageContainerDefinitionProperty
A structure with Model Input details.- Specified by:
getModelInput
in interfaceCfnModelPackage.ModelPackageContainerDefinitionProperty
- See Also:
-
getNearestModelName
Description copied from interface:CfnModelPackage.ModelPackageContainerDefinitionProperty
The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model.You can find a list of benchmarked models by calling
ListModelMetadata
.- Specified by:
getNearestModelName
in interfaceCfnModelPackage.ModelPackageContainerDefinitionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-