Builder
Properties
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.
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.
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.
Provides information about the output location for the compiled model and the target device the model runs on.
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.
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.
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
construct an aws.sdk.kotlin.services.sagemaker.model.InputConfig inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.OutputConfig inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.StoppingCondition inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.NeoVpcConfig inside the given block