Interface ListDataLabelingJobsResponseOrBuilder (3.42.0)

public interface ListDataLabelingJobsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataLabelingJobs(int index)

public abstract DataLabelingJob getDataLabelingJobs(int index)

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1beta1.DataLabelingJob data_labeling_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataLabelingJob

getDataLabelingJobsCount()

public abstract int getDataLabelingJobsCount()

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1beta1.DataLabelingJob data_labeling_jobs = 1;

Returns
TypeDescription
int

getDataLabelingJobsList()

public abstract List<DataLabelingJob> getDataLabelingJobsList()

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1beta1.DataLabelingJob data_labeling_jobs = 1;

Returns
TypeDescription
List<DataLabelingJob>

getDataLabelingJobsOrBuilder(int index)

public abstract DataLabelingJobOrBuilder getDataLabelingJobsOrBuilder(int index)

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1beta1.DataLabelingJob data_labeling_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataLabelingJobOrBuilder

getDataLabelingJobsOrBuilderList()

public abstract List<? extends DataLabelingJobOrBuilder> getDataLabelingJobsOrBuilderList()

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1beta1.DataLabelingJob data_labeling_jobs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.DataLabelingJobOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.