update_batch_prediction
(**kwargs)¶Updates the BatchPredictionName
of a BatchPrediction
.
You can use the GetBatchPrediction
operation 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'
)
[REQUIRED]
The ID assigned to the BatchPrediction
during creation.
[REQUIRED]
A new user-supplied name or description of the BatchPrediction
.
dict
Response Syntax
{
'BatchPredictionId': 'string'
}
Response Structure
(dict) --
Represents the output of an UpdateBatchPrediction
operation.
You can see the updated content by using the GetBatchPrediction
operation.
BatchPredictionId (string) --
The ID assigned to the BatchPrediction
during creation. This value should be identical to the value of the BatchPredictionId
in the request.
Exceptions
MachineLearning.Client.exceptions.InvalidInputException
MachineLearning.Client.exceptions.ResourceNotFoundException
MachineLearning.Client.exceptions.InternalServerException