Values.CollaborationMLInputChannelSummarySourceProvides summary information about an ML input channel in a collaboration.
type nonrec t = {createTime : SyntheticTimestamp_date_time.t option;The time at which the ML input channel was created.
*)updateTime : SyntheticTimestamp_date_time.t option;The most recent time at which the ML input channel was updated.
*)membershipIdentifier : UUID.t option;The membership ID of the membership that contains the ML input channel.
*)collaborationIdentifier : UUID.t option;The collaboration ID of the collaboration that contains the ML input channel.
*)name : NameString.t option;The name of the ML input channel.
*)configuredModelAlgorithmAssociations : CollaborationMLInputChannelSummaryConfiguredModelAlgorithmAssociationsList.t
option;The associated configured model algorithms used to create the ML input channel.
*)mlInputChannelArn : MLInputChannelArn.t option;The Amazon Resource Name (ARN) of the ML input channel.
*)status : MLInputChannelStatus.t option;The status of the ML input channel.
*)creatorAccountId : AccountId.t option;The account ID of the member who created the ML input channel.
*)description : ResourceDescription.t option;The description of the ML input channel.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of ConfiguredModelAlgorithmAssociationArn.t ] list
| `String of UUID.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]