Class: Aws::SageMaker::Types::AIRecommendationConstraint

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

A performance constraint for an AI recommendation job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metricString

The performance metric. Valid values are ‘ttft-ms` (time to first token in milliseconds), `throughput`, and `cost`.

Returns:

  • (String)


373
374
375
376
377
# File 'lib/aws-sdk-sagemaker/types.rb', line 373

class AIRecommendationConstraint < Struct.new(
  :metric)
  SENSITIVE = []
  include Aws::Structure
end