Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AssociationSummary

import type { AssociationSummary } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

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.

interface AssociationSummary {
AssociationType?: AssociationEdgeType | null;
CreatedBy?: UserContext | null;
CreationTime?: Date | number | null;
DestinationArn?: string | null;
DestinationName?: string | null;
DestinationType?: string | null;
SourceArn?: string | null;
SourceName?: string | null;
SourceType?: string | null;
}

§Properties

§
AssociationType?: AssociationEdgeType | null
[src]

The type of the association.

§
CreatedBy?: UserContext | null
[src]
§
CreationTime?: Date | number | null
[src]

When the association was created.

§
DestinationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the destination.

§
DestinationName?: string | null
[src]

The name of the destination.

§
DestinationType?: string | null
[src]

The destination type.

§
SourceArn?: string | null
[src]

The ARN of the source.

§
SourceName?: string | null
[src]

The name of the source.

§
SourceType?: string | null
[src]

The source type.