Builder
Properties
The additional data source that is used during inference in the Docker container for your model package.
The DNS host name for the Docker container.
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.
The framework version of the Model Package Container Image.
An MD5 hash of the training algorithm that identifies the Docker image used for training.
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).
A structure with Model Input details.
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
.
Functions
construct an aws.sdk.kotlin.services.sagemaker.model.AdditionalS3DataSource inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.ModelInput inside the given block