| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.AssociationSummary
Description
Synopsis
- data AssociationSummary = AssociationSummary' {}
 - newAssociationSummary :: AssociationSummary
 - associationSummary_associationType :: Lens' AssociationSummary (Maybe AssociationEdgeType)
 - associationSummary_createdBy :: Lens' AssociationSummary (Maybe UserContext)
 - associationSummary_creationTime :: Lens' AssociationSummary (Maybe UTCTime)
 - associationSummary_destinationArn :: Lens' AssociationSummary (Maybe Text)
 - associationSummary_destinationName :: Lens' AssociationSummary (Maybe Text)
 - associationSummary_destinationType :: Lens' AssociationSummary (Maybe Text)
 - associationSummary_sourceArn :: Lens' AssociationSummary (Maybe Text)
 - associationSummary_sourceName :: Lens' AssociationSummary (Maybe Text)
 - associationSummary_sourceType :: Lens' AssociationSummary (Maybe Text)
 
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
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:associationType:AssociationSummary', associationSummary_associationType - The type of the association.
$sel:createdBy:AssociationSummary', associationSummary_createdBy - Undocumented member.
$sel:creationTime:AssociationSummary', associationSummary_creationTime - When the association was created.
$sel:destinationArn:AssociationSummary', associationSummary_destinationArn - The Amazon Resource Name (ARN) of the destination.
$sel:destinationName:AssociationSummary', associationSummary_destinationName - The name of the destination.
$sel:destinationType:AssociationSummary', associationSummary_destinationType - The destination type.
$sel:sourceArn:AssociationSummary', associationSummary_sourceArn - The ARN of the source.
$sel:sourceName:AssociationSummary', associationSummary_sourceName - The name of the source.
$sel:sourceType:AssociationSummary', associationSummary_sourceType - The source type.
associationSummary_associationType :: Lens' AssociationSummary (Maybe AssociationEdgeType) Source #
The type of the association.
associationSummary_createdBy :: Lens' AssociationSummary (Maybe UserContext) Source #
Undocumented member.
associationSummary_creationTime :: Lens' AssociationSummary (Maybe UTCTime) Source #
When the association was created.
associationSummary_destinationArn :: Lens' AssociationSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the destination.
associationSummary_destinationName :: Lens' AssociationSummary (Maybe Text) Source #
The name of the destination.
associationSummary_destinationType :: Lens' AssociationSummary (Maybe Text) Source #
The destination type.
associationSummary_sourceArn :: Lens' AssociationSummary (Maybe Text) Source #
The ARN of the source.
associationSummary_sourceName :: Lens' AssociationSummary (Maybe Text) Source #
The name of the source.
associationSummary_sourceType :: Lens' AssociationSummary (Maybe Text) Source #
The source type.