Values.UpdateBatchPredictionInputSourceUpdates the BatchPredictionName of a BatchPrediction. You can use the GetBatchPrediction operation to view the contents of the updated data element.
type nonrec t = {batchPredictionId : EntityId.t;The ID assigned to the BatchPrediction during creation.
*)batchPredictionName : EntityName.t;A new user-supplied name or description of the BatchPrediction.
*)}