DescribeAiRecommendationJobResponse

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the AI recommendation job.

Link copied to clipboard

The name of the AI recommendation job.

Link copied to clipboard

The status of the AI recommendation job.

Link copied to clipboard

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

Link copied to clipboard

The compute resource specification for the recommendation job.

Link copied to clipboard
val creationTime: <Error class: unknown class>?

A timestamp that indicates when the recommendation job was created.

Link copied to clipboard
val endTime: <Error class: unknown class>?

A timestamp that indicates when the recommendation job completed.

Link copied to clipboard

If the recommendation job failed, the reason it failed.

Link copied to clipboard

The inference framework configuration.

Link copied to clipboard

The source of the model that was analyzed.

Link copied to clipboard

Whether model optimization techniques were allowed.

Link copied to clipboard

The output configuration for the recommendation job.

Link copied to clipboard

The performance targets specified for the recommendation job.

Link copied to clipboard

The list of optimization recommendations generated by the job. Each recommendation includes optimization details, deployment configuration, expected performance metrics, and the associated benchmark job ARN.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role used by the recommendation job.

Link copied to clipboard
val startTime: <Error class: unknown class>?

A timestamp that indicates when the recommendation job started running.

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

The tags associated with the recommendation job.

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