Class: Aws::SageMaker::Types::PredefinedMetricSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::PredefinedMetricSpecification
- 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
-
#predefined_metric_type ⇒ String
The metric type.
Instance Attribute Details
#predefined_metric_type ⇒ String
The metric type. You can only apply SageMaker metric types to SageMaker endpoints.
36776 36777 36778 36779 36780 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36776 class PredefinedMetricSpecification < Struct.new( :predefined_metric_type) SENSITIVE = [] include Aws::Structure end |