AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.AssociationSummary

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class AssociationSummary

The AssociationSummary type exposes the following members

Constructors

NameDescription
Public Method AssociationSummary()

Properties

NameTypeDescription
Public Property AssociationType Amazon.SageMaker.AssociationEdgeType

Gets and sets the property AssociationType.

The type of the association.

Public Property CreatedBy Amazon.SageMaker.Model.UserContext

Gets and sets the property CreatedBy.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

When the association was created.

Public Property DestinationArn System.String

Gets and sets the property DestinationArn.

The Amazon Resource Name (ARN) of the destination.

Public Property DestinationName System.String

Gets and sets the property DestinationName.

The name of the destination.

Public Property DestinationType System.String

Gets and sets the property DestinationType.

The destination type.

Public Property SourceArn System.String

Gets and sets the property SourceArn.

The ARN of the source.

Public Property SourceName System.String

Gets and sets the property SourceName.

The name of the source.

Public Property SourceType System.String

Gets and sets the property SourceType.

The source type.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5