Class: Aws::SageMaker::Types::LineageMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#action_arnsHash<String,String>

The Amazon Resource Name (ARN) of the lineage action.

Returns:

  • (Hash<String,String>)


30738
30739
30740
30741
30742
30743
30744
30745
# File 'lib/aws-sdk-sagemaker/types.rb', line 30738

class  < Struct.new(
  :action_arns,
  :artifact_arns,
  :context_arns,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_arnsHash<String,String>

The Amazon Resource Name (ARN) of the lineage artifact.

Returns:

  • (Hash<String,String>)


30738
30739
30740
30741
30742
30743
30744
30745
# File 'lib/aws-sdk-sagemaker/types.rb', line 30738

class  < Struct.new(
  :action_arns,
  :artifact_arns,
  :context_arns,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#associationsArray<Types::AssociationInfo>

The lineage associations.

Returns:



30738
30739
30740
30741
30742
30743
30744
30745
# File 'lib/aws-sdk-sagemaker/types.rb', line 30738

class  < Struct.new(
  :action_arns,
  :artifact_arns,
  :context_arns,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#context_arnsHash<String,String>

The Amazon Resource Name (ARN) of the lineage context.

Returns:

  • (Hash<String,String>)


30738
30739
30740
30741
30742
30743
30744
30745
# File 'lib/aws-sdk-sagemaker/types.rb', line 30738

class  < Struct.new(
  :action_arns,
  :artifact_arns,
  :context_arns,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end