Class: Aws::SageMaker::Types::MetricsSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::MetricsSource
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Details about the metrics source.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #content_digest  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The hash key used for the metrics source.
 - 
  
    
      #content_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The metric source content type.
 - 
  
    
      #s3_uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The S3 URI for the metrics source.
 
Instance Attribute Details
#content_digest ⇒ String
The hash key used for the metrics source.
      33544 33545 33546 33547 33548 33549 33550  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33544 class MetricsSource < Struct.new( :content_type, :content_digest, :s3_uri) SENSITIVE = [] include Aws::Structure end  | 
  
#content_type ⇒ String
The metric source content type.
      33544 33545 33546 33547 33548 33549 33550  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33544 class MetricsSource < Struct.new( :content_type, :content_digest, :s3_uri) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_uri ⇒ String
The S3 URI for the metrics source.
      33544 33545 33546 33547 33548 33549 33550  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33544 class MetricsSource < Struct.new( :content_type, :content_digest, :s3_uri) SENSITIVE = [] include Aws::Structure end  |