Interface DeleteBatchPredictionResponse.Builder

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

  • Method Details

    • batchPredictionId

      DeleteBatchPredictionResponse.Builder batchPredictionId(String batchPredictionId)

      A user-supplied ID that uniquely identifies the BatchPrediction. This value should be identical to the value of the BatchPredictionID in the request.

      Parameters:
      batchPredictionId - A user-supplied ID that uniquely identifies the BatchPrediction. 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.