Interface CreateBatchPredictionResponse.Builder

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

  • Method Details

    • batchPredictionId

      CreateBatchPredictionResponse.Builder batchPredictionId(String batchPredictionId)

      A user-supplied ID that uniquely identifies the BatchPrediction. This value is identical to the value of the BatchPredictionId in the request.

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