Class: Aws::SageMaker::Types::AIRecommendationPerformanceTarget

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

Overview

The performance targets for an AI recommendation job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#constraintsArray<Types::AIRecommendationConstraint>

An array of performance constraints that define the optimization objectives.



599
600
601
602
603
# File 'lib/aws-sdk-sagemaker/types.rb', line 599

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