libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.AssociationSummary

Description

 
Synopsis

Documentation

data AssociationSummary Source #

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.

See: newAssociationSummary smart constructor.

Constructors

AssociationSummary' 

Fields

Instances

Instances details
Eq AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

Read AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

Show AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

Generic AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

Associated Types

type Rep AssociationSummary :: Type -> Type #

NFData AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

Methods

rnf :: AssociationSummary -> () #

Hashable AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

FromJSON AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

type Rep AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

newAssociationSummary :: AssociationSummary Source #

Create a value of AssociationSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:AssociationSummary', associationSummary_creationTime - When the association was created.

$sel:sourceName:AssociationSummary', associationSummary_sourceName - The name of the source.

$sel:sourceType:AssociationSummary', associationSummary_sourceType - The source type.

$sel:sourceArn:AssociationSummary', associationSummary_sourceArn - The ARN of the source.

$sel:createdBy:AssociationSummary', associationSummary_createdBy - Undocumented member.

$sel:associationType:AssociationSummary', associationSummary_associationType - The type of the association.

$sel:destinationArn:AssociationSummary', associationSummary_destinationArn - The Amazon Resource Name (ARN) of the destination.

$sel:destinationType:AssociationSummary', associationSummary_destinationType - The destination type.

$sel:destinationName:AssociationSummary', associationSummary_destinationName - The name of the destination.

associationSummary_destinationArn :: Lens' AssociationSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the destination.