Values.UpdateBatchPredictionOutputSourceRepresents the output of an UpdateBatchPrediction operation. You can see the updated content by using the GetBatchPrediction operation.
type nonrec t = {batchPredictionId : EntityId.t option;The ID assigned to the BatchPrediction during creation. This value should be identical to the value of the BatchPredictionId in the request.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `InvalidInputException of InvalidInputException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidInputException of InvalidInputException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidInputException of InvalidInputException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]