Package com.google.cloud.aiplatform.v1
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 Summary
Modifier and TypeMethodDescriptiongetBatchPredictionJobs(int index) List of BatchPredictionJobs in the requested page.intList of BatchPredictionJobs in the requested page.List of BatchPredictionJobs in the requested page.getBatchPredictionJobsOrBuilder(int index) List of BatchPredictionJobs in the requested page.List<? extends BatchPredictionJobOrBuilder>List of BatchPredictionJobs in the requested page.A token to retrieve the next page of results.com.google.protobuf.ByteStringA token to retrieve the next page of results.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBatchPredictionJobsList
List<BatchPredictionJob> getBatchPredictionJobsList()List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1; -
getBatchPredictionJobs
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
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.
-