Class: Aws::SageMaker::Types::Vertex
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::Vertex
- Defined in:
- gems/aws-sdk-sagemaker/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.
47299 47300 47301 47302 47303 47304 47305 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47299 class Vertex < Struct.new( :arn, :type, :lineage_type) SENSITIVE = [] include Aws::Structure end |
#lineage_type ⇒ String
The type of resource of the lineage entity.
47299 47300 47301 47302 47303 47304 47305 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47299 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...
47299 47300 47301 47302 47303 47304 47305 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47299 class Vertex < Struct.new( :arn, :type, :lineage_type) SENSITIVE = [] include Aws::Structure end |