Values.GetTrainedModelInferenceJobRequestSourceReturns information about a trained model inference job.
type nonrec t = {membershipIdentifier : UUID.t;Provides the membership ID of the membership that contains the trained model inference job that you are interested in.
*)trainedModelInferenceJobArn : TrainedModelInferenceJobArn.t;Provides the Amazon Resource Name (ARN) of the trained model inference job that you are interested in.
*)}val make :
membershipIdentifier:UUID.t ->
trainedModelInferenceJobArn:TrainedModelInferenceJobArn.t ->
unit ->
t