Values_0.AssociationSummarySourceLists 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.
type nonrec t = {sourceArn : AssociationEntityArn.t option;The ARN of the source.
*)destinationArn : AssociationEntityArn.t option;The Amazon Resource Name (ARN) of the destination.
*)sourceType : String256.t option;The source type.
*)destinationType : String256.t option;The destination type.
*)associationType : AssociationEdgeType.t option;The type of the association.
*)sourceName : ExperimentEntityName.t option;The name of the source.
*)destinationName : ExperimentEntityName.t option;The name of the destination.
*)creationTime : Timestamp.t option;When the association was created.
*)createdBy : UserContext.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AssociationEntityArn.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of (string * [> `String of String_.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]