Values.CancelTrainedModelRequestSourceSubmits a request to cancel the trained model job.
type nonrec t = {membershipIdentifier : UUID.t;The membership ID of the trained model job that you want to cancel.
*)trainedModelArn : TrainedModelArn.t;The Amazon Resource Name (ARN) of the trained model job that you want to cancel.
*)versionIdentifier : UUID.t option;The version identifier of the trained model to cancel. This parameter allows you to specify which version of the trained model you want to cancel when multiple versions exist. If versionIdentifier is not specified, the base model will be cancelled.
*)}val make :
?versionIdentifier:??? ->
membershipIdentifier:UUID.t ->
trainedModelArn:TrainedModelArn.t ->
unit ->
t