Builder

class Builder

Properties

Link copied to clipboard

Specifies the containers in the inference pipeline.

Link copied to clipboard

Isolates the model container. No inbound or outbound network calls can be made to or from the model container.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that SageMaker can assume to access model artifacts and docker image for deployment on ML compute instances or for batch transform jobs. Deploying on ML compute instances is part of model hosting. For more information, see SageMaker Roles.

Link copied to clipboard

Specifies details of how containers in a multi-container endpoint are called.

Link copied to clipboard

The name of the new model.

Link copied to clipboard

The location of the primary docker image containing inference code, associated artifacts, and custom environment map that the inference code uses when the model is deployed for predictions.

Link copied to clipboard
var tags: List<Tag>?

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

Link copied to clipboard

A VpcConfig object that specifies the VPC that you want your model to connect to. Control access to and from your model container by configuring the VPC. VpcConfig is used in hosting services and in batch transform. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud and Protect Data in Batch Transform Jobs by Using an Amazon Virtual Private Cloud.