Class: Aws::SageMaker::Types::PredefinedMetricSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::PredefinedMetricSpecification
- Defined in:
- gems/aws-sdk-sagemaker/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.
36878 36879 36880 36881 36882 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36878 class PredefinedMetricSpecification < Struct.new( :predefined_metric_type) SENSITIVE = [] include Aws::Structure end |