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.
47327 47328 47329 47330 47331 47332 47333 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47327 class Vertex < Struct.new( :arn, :type, :lineage_type) SENSITIVE = [] include Aws::Structure end |
#lineage_type ⇒ String
The type of resource of the lineage entity.
47327 47328 47329 47330 47331 47332 47333 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47327 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…
47327 47328 47329 47330 47331 47332 47333 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47327 class Vertex < Struct.new( :arn, :type, :lineage_type) SENSITIVE = [] include Aws::Structure end |