Class: Aws::SageMaker::Types::AssociationSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Lists a summary of the properties of an association. An association is an entity that links other lineage or experiment entities. An example would be an association between a training job and a model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_typeString

The type of the association.

Returns:

  • (String)


1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1532

class AssociationSummary < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :source_name,
  :destination_name,
  :creation_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#created_byTypes::UserContext

Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.

Returns:



1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1532

class AssociationSummary < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :source_name,
  :destination_name,
  :creation_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the association was created.

Returns:

  • (Time)


1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1532

class AssociationSummary < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :source_name,
  :destination_name,
  :creation_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#destination_arnString

The Amazon Resource Name (ARN) of the destination.

Returns:

  • (String)


1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1532

class AssociationSummary < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :source_name,
  :destination_name,
  :creation_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#destination_nameString

The name of the destination.

Returns:

  • (String)


1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1532

class AssociationSummary < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :source_name,
  :destination_name,
  :creation_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#destination_typeString

The destination type.

Returns:

  • (String)


1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1532

class AssociationSummary < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :source_name,
  :destination_name,
  :creation_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnString

The ARN of the source.

Returns:

  • (String)


1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1532

class AssociationSummary < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :source_name,
  :destination_name,
  :creation_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#source_nameString

The name of the source.

Returns:

  • (String)


1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1532

class AssociationSummary < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :source_name,
  :destination_name,
  :creation_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The source type.

Returns:

  • (String)


1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1532

class AssociationSummary < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :source_name,
  :destination_name,
  :creation_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end