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 metadata action.

Returns:

  • (Hash<String,String>)


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_arnsHash<String,String>

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

Returns:

  • (Hash<String,String>)


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

#associationsArray<Types::AssociationInfo>

The lineage metadata associations.

Returns:



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_arnsHash<String,String>

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

Returns:

  • (Hash<String,String>)


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