Values.ConfiguredModelAlgorithmAssociationSummarySourceProvides summary information about the configured model algorithm association.
type nonrec t = {createTime : SyntheticTimestamp_date_time.t option;The time at which the configured model algorithm association was created.
*)updateTime : SyntheticTimestamp_date_time.t option;The most recent time at which the configured model algorithm association was updated.
*)configuredModelAlgorithmAssociationArn : ConfiguredModelAlgorithmAssociationArn.t
option;The Amazon Resource Name (ARN) of the configured model algorithm association.
*)configuredModelAlgorithmArn : ConfiguredModelAlgorithmArn.t option;The Amazon Resource Name (ARN) of the configured model algorithm that is being associated.
*)name : NameString.t option;The name of the configured model algorithm association.
*)description : ResourceDescription.t option;The description of the configured model algorithm association.
*)membershipIdentifier : UUID.t option;The membership ID of the member that created the configured model algorithm association.
*)collaborationIdentifier : UUID.t option;The collaboration ID of the collaboration that contains the configured model algorithm association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ConfiguredModelAlgorithmAssociationArn.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]