Values.CancelTrainedModelInferenceJobRequestSourceSubmits a request to cancel a trained model inference job.
type nonrec t = {membershipIdentifier : UUID.t;The membership ID of the trained model inference job that you want to cancel.
*)trainedModelInferenceJobArn : TrainedModelInferenceJobArn.t;The Amazon Resource Name (ARN) of the trained model inference job that you want to cancel.
*)}val make :
membershipIdentifier:UUID.t ->
trainedModelInferenceJobArn:TrainedModelInferenceJobArn.t ->
unit ->
t