Class: Aws::SageMaker::Types::LineageMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::LineageMetadata
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The metadata that tracks relationships between ML artifacts, actions, and contexts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_arns ⇒ Hash<String,String>
The Amazon Resource Name (ARN) of the lineage metadata action.
-
#artifact_arns ⇒ Hash<String,String>
The Amazon Resource Name (ARN) of the lineage metadata artifact.
-
#associations ⇒ Array<Types::AssociationInfo>
The lineage metadata associations.
-
#context_arns ⇒ Hash<String,String>
The Amazon Resource Name (ARN) of the lineage metadata context.
Instance Attribute Details
#action_arns ⇒ Hash<String,String>
The Amazon Resource Name (ARN) of the lineage metadata action.
30740 30741 30742 30743 30744 30745 30746 30747 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30740 class LineageMetadata < Struct.new( :action_arns, :artifact_arns, :context_arns, :associations) SENSITIVE = [] include Aws::Structure end |
#artifact_arns ⇒ Hash<String,String>
The Amazon Resource Name (ARN) of the lineage metadata artifact.
30740 30741 30742 30743 30744 30745 30746 30747 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30740 class LineageMetadata < Struct.new( :action_arns, :artifact_arns, :context_arns, :associations) SENSITIVE = [] include Aws::Structure end |
#associations ⇒ Array<Types::AssociationInfo>
The lineage metadata associations.
30740 30741 30742 30743 30744 30745 30746 30747 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30740 class LineageMetadata < Struct.new( :action_arns, :artifact_arns, :context_arns, :associations) SENSITIVE = [] include Aws::Structure end |
#context_arns ⇒ Hash<String,String>
The Amazon Resource Name (ARN) of the lineage metadata context.
30740 30741 30742 30743 30744 30745 30746 30747 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30740 class LineageMetadata < Struct.new( :action_arns, :artifact_arns, :context_arns, :associations) SENSITIVE = [] include Aws::Structure end |