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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


336
337
338
339
340
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 336

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