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.
53092 53093 53094 53095 53096 53097 53098 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 53092 class Vertex < Struct.new( :arn, :type, :lineage_type) SENSITIVE = [] include Aws::Structure end |