@Stability(value=Stable) @Internal public static final class CfnModelPackage.ModelPackageContainerDefinitionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModelPackage.ModelPackageContainerDefinitionProperty
CfnModelPackage.ModelPackageContainerDefinitionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnModelPackage.ModelPackageContainerDefinitionProperty.Builder, CfnModelPackage.ModelPackageContainerDefinitionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnModelPackage.ModelPackageContainerDefinitionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getContainerHostname()
The DNS host name for the Docker container.
|
Object |
getEnvironment()
The environment variables to set in the Docker container.
|
String |
getFramework()
The machine learning framework of the model package container image.
|
String |
getFrameworkVersion()
The framework version of the Model Package Container Image.
|
String |
getImage()
The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
|
String |
getImageDigest()
An MD5 hash of the training algorithm that identifies the Docker image used for training.
|
String |
getModelDataUrl()
The Amazon S3 path where the model artifacts, which result from model training, are stored.
|
Object |
getModelInput()
A structure with Model Input details.
|
String |
getNearestModelName()
The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model.
|
String |
getProductId()
The AWS Marketplace product ID of the model package.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnModelPackage.ModelPackageContainerDefinitionProperty.Builder builder)
CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Builder.public final String getImage()
CfnModelPackage.ModelPackageContainerDefinitionProperty
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] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker .
getImage in interface CfnModelPackage.ModelPackageContainerDefinitionPropertypublic final String getContainerHostname()
CfnModelPackage.ModelPackageContainerDefinitionPropertygetContainerHostname in interface CfnModelPackage.ModelPackageContainerDefinitionPropertypublic final Object getEnvironment()
CfnModelPackage.ModelPackageContainerDefinitionProperty
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.
getEnvironment in interface CfnModelPackage.ModelPackageContainerDefinitionPropertypublic final String getFramework()
CfnModelPackage.ModelPackageContainerDefinitionPropertygetFramework in interface CfnModelPackage.ModelPackageContainerDefinitionPropertypublic final String getFrameworkVersion()
CfnModelPackage.ModelPackageContainerDefinitionPropertygetFrameworkVersion in interface CfnModelPackage.ModelPackageContainerDefinitionPropertypublic final String getImageDigest()
CfnModelPackage.ModelPackageContainerDefinitionPropertygetImageDigest in interface CfnModelPackage.ModelPackageContainerDefinitionPropertypublic final String getModelDataUrl()
CfnModelPackage.ModelPackageContainerDefinitionProperty
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.
getModelDataUrl in interface CfnModelPackage.ModelPackageContainerDefinitionPropertypublic final Object getModelInput()
CfnModelPackage.ModelPackageContainerDefinitionPropertygetModelInput in interface CfnModelPackage.ModelPackageContainerDefinitionPropertypublic final String getNearestModelName()
CfnModelPackage.ModelPackageContainerDefinitionProperty
You can find a list of benchmarked models by calling ListModelMetadata .
getNearestModelName in interface CfnModelPackage.ModelPackageContainerDefinitionPropertypublic final String getProductId()
CfnModelPackage.ModelPackageContainerDefinitionPropertygetProductId in interface CfnModelPackage.ModelPackageContainerDefinitionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.