CreateOptimizationJobRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of instance that hosts the optimized model that you create with the optimization job.

Link copied to clipboard

The location of the source model to optimize with an optimization job.

Link copied to clipboard

Settings for each of the optimization techniques that the job applies.

Link copied to clipboard

The environment variables to set in the model container.

Link copied to clipboard

A custom name for the new optimization job.

Link copied to clipboard

Details for where to store the optimized model that you create with the optimization job.

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 job can run. When the job reaches the time limit, SageMaker ends the job. Use this API to cap costs.

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

A list of key-value pairs associated with the optimization job. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

Link copied to clipboard

A VPC in Amazon VPC that your optimized model has access to.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String