Class: Aws::SageMaker::Types::LineageGroupSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::LineageGroupSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Lists a summary of the properties of a lineage group. A lineage group provides a group of shareable lineage entity resources.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation time of the lineage group summary.
 - 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The display name of the lineage group summary.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last modified time of the lineage group summary.
 - 
  
    
      #lineage_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the lineage group resource.
 - 
  
    
      #lineage_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name or Amazon Resource Name (ARN) of the lineage group.
 
Instance Attribute Details
#creation_time ⇒ Time
The creation time of the lineage group summary.
      27187 27188 27189 27190 27191 27192 27193 27194 27195  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 27187 class LineageGroupSummary < Struct.new( :lineage_group_arn, :lineage_group_name, :display_name, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#display_name ⇒ String
The display name of the lineage group summary.
      27187 27188 27189 27190 27191 27192 27193 27194 27195  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 27187 class LineageGroupSummary < Struct.new( :lineage_group_arn, :lineage_group_name, :display_name, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The last modified time of the lineage group summary.
      27187 27188 27189 27190 27191 27192 27193 27194 27195  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 27187 class LineageGroupSummary < Struct.new( :lineage_group_arn, :lineage_group_name, :display_name, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#lineage_group_arn ⇒ String
The Amazon Resource Name (ARN) of the lineage group resource.
      27187 27188 27189 27190 27191 27192 27193 27194 27195  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 27187 class LineageGroupSummary < Struct.new( :lineage_group_arn, :lineage_group_name, :display_name, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#lineage_group_name ⇒ String
The name or Amazon Resource Name (ARN) of the lineage group.
      27187 27188 27189 27190 27191 27192 27193 27194 27195  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 27187 class LineageGroupSummary < Struct.new( :lineage_group_arn, :lineage_group_name, :display_name, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  |