Interface ListBatchPredictionJobsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListBatchPredictionJobsResponse, ListBatchPredictionJobsResponse.Builder

@Generated public interface ListBatchPredictionJobsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getBatchPredictionJobsList

      List<BatchPredictionJob> getBatchPredictionJobsList()
       List of BatchPredictionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
    • getBatchPredictionJobs

      BatchPredictionJob getBatchPredictionJobs(int index)
       List of BatchPredictionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
    • getBatchPredictionJobsCount

      int getBatchPredictionJobsCount()
       List of BatchPredictionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
    • getBatchPredictionJobsOrBuilderList

      List<? extends BatchPredictionJobOrBuilder> getBatchPredictionJobsOrBuilderList()
       List of BatchPredictionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
    • getBatchPredictionJobsOrBuilder

      BatchPredictionJobOrBuilder getBatchPredictionJobsOrBuilder(int index)
       List of BatchPredictionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
    • getNextPageToken

      String getNextPageToken()
       A token to retrieve the next page of results.
       Pass to
       [ListBatchPredictionJobsRequest.page_token][google.cloud.aiplatform.v1.ListBatchPredictionJobsRequest.page_token]
       to obtain that page.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       A token to retrieve the next page of results.
       Pass to
       [ListBatchPredictionJobsRequest.page_token][google.cloud.aiplatform.v1.ListBatchPredictionJobsRequest.page_token]
       to obtain that page.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.