Builder

class Builder

Properties

Link copied to clipboard

A name for the model compilation job. The name must be unique within the Amazon Web Services Region and within your Amazon Web Services account.

Link copied to clipboard

Provides information about the location of input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.

Link copied to clipboard

The Amazon Resource Name (ARN) of a versioned model package. Provide either a ModelPackageVersionArn or an InputConfig object in the request syntax. The presence of both objects in the CreateCompilationJob request will return an exception.

Link copied to clipboard

Provides information about the output location for the compiled model and the target device the model runs on.

Link copied to clipboard

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker AI to perform tasks on your behalf.

Link copied to clipboard

Specifies a limit to how long a model compilation job can run. When the job reaches the time limit, Amazon SageMaker AI ends the compilation job. Use this API to cap model training costs.

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 compilation job to connect to. Control access to your models by configuring the VPC. For more information, see Protect Compilation Jobs by Using an Amazon Virtual Private Cloud.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard