Values.GetCollaborationMLInputChannelRequestSourceReturns information about a specific ML input channel in a collaboration.
type nonrec t = {mlInputChannelArn : MLInputChannelArn.t;The Amazon Resource Name (ARN) of the ML input channel that you want to get.
*)collaborationIdentifier : UUID.t;The collaboration ID of the collaboration that contains the ML input channel that you want to get.
*)}val make :
mlInputChannelArn:MLInputChannelArn.t ->
collaborationIdentifier:UUID.t ->
unit ->
t