Interface UpdateBatchPredictionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateBatchPredictionResponse.Builder,UpdateBatchPredictionResponse>, MachineLearningResponse.Builder, SdkBuilder<UpdateBatchPredictionResponse.Builder,UpdateBatchPredictionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateBatchPredictionResponse

  • Method Details

    • batchPredictionId

      UpdateBatchPredictionResponse.Builder batchPredictionId(String batchPredictionId)

      The ID assigned to the BatchPrediction during creation. This value should be identical to the value of the BatchPredictionId in the request.

      Parameters:
      batchPredictionId - The ID assigned to the BatchPrediction during creation. This value should be identical to the value of the BatchPredictionId in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.