Builder

class Builder

Properties

Link copied to clipboard

The additional data source that is used during inference in the Docker container for your model package.

Link copied to clipboard

The DNS host name for the Docker container.

Link copied to clipboard

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.

Link copied to clipboard

The machine learning framework of the model package container image.

Link copied to clipboard

The framework version of the Model Package Container Image.

Link copied to clipboard

The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.

Link copied to clipboard

An MD5 hash of the training algorithm that identifies the Docker image used for training.

Link copied to clipboard

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).

Link copied to clipboard

A structure with Model Input details.

Link copied to clipboard

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.

Link copied to clipboard

The Amazon Web Services Marketplace product ID of the model package.

Functions