Class: Aws::SageMaker::Types::LineageMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::LineageMetadata
- Defined in:
- gems/aws-sdk-sagemaker/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 action.
-
#artifact_arns ⇒ Hash<String,String>
The Amazon Resource Name (ARN) of the lineage artifact.
-
#associations ⇒ Array<Types::AssociationInfo>
The lineage associations.
-
#context_arns ⇒ Hash<String,String>
The Amazon Resource Name (ARN) of the lineage context.
Instance Attribute Details
#action_arns ⇒ Hash<String,String>
The Amazon Resource Name (ARN) of the lineage action.
31282 31283 31284 31285 31286 31287 31288 31289 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31282 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 artifact.
31282 31283 31284 31285 31286 31287 31288 31289 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31282 class LineageMetadata < Struct.new( :action_arns, :artifact_arns, :context_arns, :associations) SENSITIVE = [] include Aws::Structure end |
#associations ⇒ Array<Types::AssociationInfo>
The lineage associations.
31282 31283 31284 31285 31286 31287 31288 31289 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31282 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 context.
31282 31283 31284 31285 31286 31287 31288 31289 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31282 class LineageMetadata < Struct.new( :action_arns, :artifact_arns, :context_arns, :associations) SENSITIVE = [] include Aws::Structure end |