CreateAiRecommendationJobRequest

Types

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

Properties

Link copied to clipboard

The name of the AI recommendation job. The name must be unique within your Amazon Web Services account in the current Amazon Web Services Region.

Link copied to clipboard

The name or Amazon Resource Name (ARN) of the AI workload configuration to use for this recommendation job.

Link copied to clipboard

The compute resource specification for the recommendation job. You can specify up to 3 instance types to consider, and optionally provide capacity reservation configuration.

Link copied to clipboard

The inference framework configuration. Specify the framework (such as LMI or vLLM) for the recommendation job.

Link copied to clipboard

The source of the model to optimize. Specify the Amazon S3 location of the model artifacts.

Link copied to clipboard

Whether to allow model optimization techniques such as quantization, speculative decoding, and kernel tuning. The default is true.

Link copied to clipboard

The output configuration for the recommendation job, including the Amazon S3 location for results and an optional model package group where the optimized model is registered.

Link copied to clipboard

The performance targets for the recommendation job. Specify constraints on metrics such as time to first token (ttft-ms), throughput, or cost.

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
val tags: List<Tag>?

The metadata that you apply to Amazon Web Services resources to help you categorize and organize them.

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