Interface ListBatchPredictionJobsResponseOrBuilder (3.42.0)

public interface ListBatchPredictionJobsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
BatchPredictionJob

getBatchPredictionJobsCount()

public abstract int getBatchPredictionJobsCount()

List of BatchPredictionJobs in the requested page.

repeated .google.cloud.aiplatform.v1beta1.BatchPredictionJob batch_prediction_jobs = 1;

Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.