Class: Aws::SageMaker::Types::ModelQuality

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

Overview

Model quality statistics and constraints.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#constraintsTypes::MetricsSource

Model quality constraints.



37596
37597
37598
37599
37600
37601
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37596

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

#statisticsTypes::MetricsSource

Model quality statistics.



37596
37597
37598
37599
37600
37601
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37596

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