Class: Aws::SageMaker::Types::MetadataProperties
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::MetadataProperties
 
 
- Defined in:
 - gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
 
Overview
Metadata properties of the tracking entity, trial, or trial component.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #commit_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The commit ID.
 - 
  
    
      #generated_by  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The entity this entity was generated by.
 - 
  
    
      #project_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The project ID.
 - 
  
    
      #repository  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The repository.
 
Instance Attribute Details
#commit_id ⇒ String
The commit ID.
      35754 35755 35756 35757 35758 35759 35760 35761  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35754 class MetadataProperties < Struct.new( :commit_id, :repository, :generated_by, :project_id) SENSITIVE = [] include Aws::Structure end  | 
  
#generated_by ⇒ String
The entity this entity was generated by.
      35754 35755 35756 35757 35758 35759 35760 35761  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35754 class MetadataProperties < Struct.new( :commit_id, :repository, :generated_by, :project_id) SENSITIVE = [] include Aws::Structure end  | 
  
#project_id ⇒ String
The project ID.
      35754 35755 35756 35757 35758 35759 35760 35761  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35754 class MetadataProperties < Struct.new( :commit_id, :repository, :generated_by, :project_id) SENSITIVE = [] include Aws::Structure end  | 
  
#repository ⇒ String
The repository.
      35754 35755 35756 35757 35758 35759 35760 35761  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35754 class MetadataProperties < Struct.new( :commit_id, :repository, :generated_by, :project_id) SENSITIVE = [] include Aws::Structure end  |