Class: Aws::SageMaker::Types::PredefinedMetricSpecification

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

Overview

A specification for a predefined metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#predefined_metric_typeString

The metric type. You can only apply SageMaker metric types to SageMaker endpoints.

Returns:

  • (String)


34805
34806
34807
34808
34809
# File 'lib/aws-sdk-sagemaker/types.rb', line 34805

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