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.
| 41128 41129 41130 41131 41132 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41128 class PredefinedMetricSpecification < Struct.new( :predefined_metric_type) SENSITIVE = [] include Aws::Structure end |