Interface ListBatchPredictionJobsResponseOrBuilder

    • Method Detail

      • getBatchPredictionJobsList

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

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

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

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

        BatchPredictionJobOrBuilder getBatchPredictionJobsOrBuilder​(int index)
         List of BatchPredictionJobs in the requested page.
         
        repeated .google.cloud.aiplatform.v1beta1.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.v1beta1.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.v1beta1.ListBatchPredictionJobsRequest.page_token]
         to obtain that page.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.