Class: Aws::SageMaker::Types::AIRecommendationConstraint
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AIRecommendationConstraint
- 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
-
#metric ⇒ String
The performance metric.
Instance Attribute Details
#metric ⇒ String
The performance metric. Valid values are ‘ttft-ms` (time to first token in milliseconds), `throughput`, and `cost`.
336 337 338 339 340 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 336 class AIRecommendationConstraint < Struct.new( :metric) SENSITIVE = [] include Aws::Structure end |