public interface ListDataLabelingJobsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.v1.DataLabelingJob data_labeling_jobs = 1;
| Name | Description |
| index | int |
| Type | Description |
| DataLabelingJob |
getDataLabelingJobsCount()
public abstract int getDataLabelingJobsCount()A list of DataLabelingJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
| Type | Description |
| int |
getDataLabelingJobsList()
public abstract List<DataLabelingJob> getDataLabelingJobsList()A list of DataLabelingJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
| Type | Description |
| 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.v1.DataLabelingJob data_labeling_jobs = 1;
| Name | Description |
| index | int |
| Type | Description |
| DataLabelingJobOrBuilder |
getDataLabelingJobsOrBuilderList()
public abstract List<? extends DataLabelingJobOrBuilder> getDataLabelingJobsOrBuilderList()A list of DataLabelingJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1.DataLabelingJobOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()The standard List next-page token.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The standard List next-page token.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |