public interface ListBatchPredictionJobsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBatchPredictionJobs(int index)
public abstract BatchPredictionJob getBatchPredictionJobs(int index)
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.BatchPredictionJob batch_prediction_jobs = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
BatchPredictionJob |
getBatchPredictionJobsCount()
public abstract int getBatchPredictionJobsCount()
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.BatchPredictionJob batch_prediction_jobs = 1;
Returns | |
---|---|
Type | Description |
int |
getBatchPredictionJobsList()
public abstract List<BatchPredictionJob> getBatchPredictionJobsList()
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.BatchPredictionJob batch_prediction_jobs = 1;
Returns | |
---|---|
Type | Description |
List<BatchPredictionJob> |
getBatchPredictionJobsOrBuilder(int index)
public abstract BatchPredictionJobOrBuilder getBatchPredictionJobsOrBuilder(int index)
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.BatchPredictionJob batch_prediction_jobs = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
BatchPredictionJobOrBuilder |
getBatchPredictionJobsOrBuilderList()
public abstract List<? extends BatchPredictionJobOrBuilder> getBatchPredictionJobsOrBuilderList()
List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.BatchPredictionJob batch_prediction_jobs = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.BatchPredictionJobOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A token to retrieve the next page of results. Pass to ListBatchPredictionJobsRequest.page_token to obtain that page.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. Pass to ListBatchPredictionJobsRequest.page_token to obtain that page.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |