Values.GetTrainedModelRequestSourceReturns information about a trained model.
type nonrec t = {trainedModelArn : TrainedModelArn.t;The Amazon Resource Name (ARN) of the trained model that you are interested in.
*)membershipIdentifier : UUID.t;The membership ID of the member that created the trained model that you are interested in.
*)versionIdentifier : UUID.t option;The version identifier of the trained model to retrieve. If not specified, the operation returns information about the latest version of the trained model.
*)}val make :
?versionIdentifier:??? ->
trainedModelArn:TrainedModelArn.t ->
membershipIdentifier:UUID.t ->
unit ->
t