Class: Aws::SageMaker::Types::CustomizedMetricSpecification

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

Overview

A customized metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_nameString

The name of the customized metric.

Returns:

  • (String)


9731
9732
9733
9734
9735
9736
9737
# File 'lib/aws-sdk-sagemaker/types.rb', line 9731

class CustomizedMetricSpecification < Struct.new(
  :metric_name,
  :namespace,
  :statistic)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace of the customized metric.

Returns:

  • (String)


9731
9732
9733
9734
9735
9736
9737
# File 'lib/aws-sdk-sagemaker/types.rb', line 9731

class CustomizedMetricSpecification < Struct.new(
  :metric_name,
  :namespace,
  :statistic)
  SENSITIVE = []
  include Aws::Structure
end

#statisticString

The statistic of the customized metric.

Returns:

  • (String)


9731
9732
9733
9734
9735
9736
9737
# File 'lib/aws-sdk-sagemaker/types.rb', line 9731

class CustomizedMetricSpecification < Struct.new(
  :metric_name,
  :namespace,
  :statistic)
  SENSITIVE = []
  include Aws::Structure
end