CreateAiBenchmarkJobRequest

Types

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

Properties

Link copied to clipboard

The name of the AI benchmark 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 benchmark job.

Link copied to clipboard

The target endpoint to benchmark. Specify a SageMaker endpoint by providing its name or Amazon Resource Name (ARN).

Link copied to clipboard

The network configuration for the benchmark job, including VPC settings.

Link copied to clipboard

The output configuration for the benchmark job, including the Amazon S3 location where benchmark results are stored.

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. Each tag consists of a key and a value, both of which you define.

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