Interface GetBatchPredictionJobsResponse.Builder

    • Method Detail

      • batchPredictions

        GetBatchPredictionJobsResponse.Builder batchPredictions​(Collection<BatchPrediction> batchPredictions)

        An array containing the details of each batch prediction job.

        Parameters:
        batchPredictions - An array containing the details of each batch prediction job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • batchPredictions

        GetBatchPredictionJobsResponse.Builder batchPredictions​(BatchPrediction... batchPredictions)

        An array containing the details of each batch prediction job.

        Parameters:
        batchPredictions - An array containing the details of each batch prediction job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetBatchPredictionJobsResponse.Builder nextToken​(String nextToken)

        The next token for the subsequent request.

        Parameters:
        nextToken - The next token for the subsequent request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.