public interface ListBatchPredictionJobsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBatchPredictionJobs(int index)
public abstract BatchPredictionJob getBatchPredictionJobs(int index)List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
| Name | Description |
| index | int |
| Type | Description |
| BatchPredictionJob |
getBatchPredictionJobsCount()
public abstract int getBatchPredictionJobsCount()List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
| Type | Description |
| int |
getBatchPredictionJobsList()
public abstract List<BatchPredictionJob> getBatchPredictionJobsList()List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
| Type | Description |
| List<BatchPredictionJob> |
getBatchPredictionJobsOrBuilder(int index)
public abstract BatchPredictionJobOrBuilder getBatchPredictionJobsOrBuilder(int index)List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
| Name | Description |
| index | int |
| Type | Description |
| BatchPredictionJobOrBuilder |
getBatchPredictionJobsOrBuilderList()
public abstract List<? extends BatchPredictionJobOrBuilder> getBatchPredictionJobsOrBuilderList()List of BatchPredictionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1.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;
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |