Class: Aws::SageMaker::Types::Vertex
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::Vertex
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A lineage entity connected to the starting entity(ies).
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the lineage entity resource.
 - 
  
    
      #lineage_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of resource of the lineage entity.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the lineage entity resource.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the lineage entity resource.
      49629 49630 49631 49632 49633 49634 49635  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 49629 class Vertex < Struct.new( :arn, :type, :lineage_type) SENSITIVE = [] include Aws::Structure end  | 
  
#lineage_type ⇒ String
The type of resource of the lineage entity.
      49629 49630 49631 49632 49633 49634 49635  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 49629 class Vertex < Struct.new( :arn, :type, :lineage_type) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The type of the lineage entity resource. For example: ‘DataSet`, `Model`, `Endpoint`, etc…
      49629 49630 49631 49632 49633 49634 49635  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 49629 class Vertex < Struct.new( :arn, :type, :lineage_type) SENSITIVE = [] include Aws::Structure end  |