public interface ListBatchPredictionJobsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BatchPredictionJob |
getBatchPredictionJobs(int index)
List of BatchPredictionJobs in the requested page.
|
int |
getBatchPredictionJobsCount()
List of BatchPredictionJobs in the requested page.
|
List<BatchPredictionJob> |
getBatchPredictionJobsList()
List of BatchPredictionJobs in the requested page.
|
BatchPredictionJobOrBuilder |
getBatchPredictionJobsOrBuilder(int index)
List of BatchPredictionJobs in the requested page.
|
List<? extends BatchPredictionJobOrBuilder> |
getBatchPredictionJobsOrBuilderList()
List of BatchPredictionJobs in the requested page.
|
String |
getNextPageToken()
A token to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<BatchPredictionJob> getBatchPredictionJobsList()
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;BatchPredictionJob getBatchPredictionJobs(int index)
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;int getBatchPredictionJobsCount()
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;List<? extends BatchPredictionJobOrBuilder> getBatchPredictionJobsOrBuilderList()
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;BatchPredictionJobOrBuilder getBatchPredictionJobsOrBuilder(int index)
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;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;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;Copyright © 2024 Google LLC. All rights reserved.