Class: Aws::SageMaker::Types::MetricDatum

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

Overview

Information about the metric for a candidate produced by an AutoML job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_nameString

The name of the metric.

Returns:

  • (String)


30161
30162
30163
30164
30165
30166
30167
30168
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30161

class MetricDatum < Struct.new(
  :metric_name,
  :value,
  :set,
  :standard_metric_name)
  SENSITIVE = []
  include Aws::Structure
end

#setString

The dataset split from which the AutoML job produced the metric.

Returns:

  • (String)


30161
30162
30163
30164
30165
30166
30167
30168
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30161

class MetricDatum < Struct.new(
  :metric_name,
  :value,
  :set,
  :standard_metric_name)
  SENSITIVE = []
  include Aws::Structure
end

#standard_metric_nameString

The name of the standard metric.

For definitions of the standard metrics, see Autopilot candidate metrics .

Returns:

  • (String)


30161
30162
30163
30164
30165
30166
30167
30168
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30161

class MetricDatum < Struct.new(
  :metric_name,
  :value,
  :set,
  :standard_metric_name)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

The value of the metric.

Returns:

  • (Float)


30161
30162
30163
30164
30165
30166
30167
30168
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30161

class MetricDatum < Struct.new(
  :metric_name,
  :value,
  :set,
  :standard_metric_name)
  SENSITIVE = []
  include Aws::Structure
end