MachineLearning / Client / update_batch_prediction
update_batch_prediction#
- MachineLearning.Client.update_batch_prediction(**kwargs)#
- Updates the - BatchPredictionNameof a- BatchPrediction.- You can use the - GetBatchPredictionoperation to view the contents of the updated data element.- See also: AWS API Documentation - Request Syntax- response = client.update_batch_prediction( BatchPredictionId='string', BatchPredictionName='string' ) - Parameters:
- BatchPredictionId (string) – - [REQUIRED] - The ID assigned to the - BatchPredictionduring creation.
- BatchPredictionName (string) – - [REQUIRED] - A new user-supplied name or description of the - BatchPrediction.
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'BatchPredictionId': 'string' } - Response Structure- (dict) – - Represents the output of an - UpdateBatchPredictionoperation.- You can see the updated content by using the - GetBatchPredictionoperation.- BatchPredictionId (string) – - The ID assigned to the - BatchPredictionduring creation. This value should be identical to the value of the- BatchPredictionIdin the request.
 
 
 - Exceptions- MachineLearning.Client.exceptions.InvalidInputException
- MachineLearning.Client.exceptions.ResourceNotFoundException
- MachineLearning.Client.exceptions.InternalServerException