Class: Aws::SageMaker::Types::CustomizedMetricSpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CustomizedMetricSpecification
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A customized metric.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #metric_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the customized metric.
 - 
  
    
      #namespace  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The namespace of the customized metric.
 - 
  
    
      #statistic  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The statistic of the customized metric.
 
Instance Attribute Details
#metric_name ⇒ String
The name of the customized metric.
      11153 11154 11155 11156 11157 11158 11159  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11153 class CustomizedMetricSpecification < Struct.new( :metric_name, :namespace, :statistic) SENSITIVE = [] include Aws::Structure end  | 
  
#namespace ⇒ String
The namespace of the customized metric.
      11153 11154 11155 11156 11157 11158 11159  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11153 class CustomizedMetricSpecification < Struct.new( :metric_name, :namespace, :statistic) SENSITIVE = [] include Aws::Structure end  | 
  
#statistic ⇒ String
The statistic of the customized metric.
      11153 11154 11155 11156 11157 11158 11159  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11153 class CustomizedMetricSpecification < Struct.new( :metric_name, :namespace, :statistic) SENSITIVE = [] include Aws::Structure end  |