Uses of Class
com.google.cloud.aiplatform.v1.DataLabelingJob
Packages that use DataLabelingJob
-
Uses of DataLabelingJob in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return DataLabelingJobModifier and TypeMethodDescriptionDataLabelingJob.Builder.build()DataLabelingJob.Builder.buildPartial()CreateDataLabelingJobRequest.Builder.getDataLabelingJob()Required.CreateDataLabelingJobRequest.getDataLabelingJob()Required.CreateDataLabelingJobRequestOrBuilder.getDataLabelingJob()Required.ListDataLabelingJobsResponse.Builder.getDataLabelingJobs(int index) A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.getDataLabelingJobs(int index) A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponseOrBuilder.getDataLabelingJobs(int index) A list of DataLabelingJobs that matches the specified filter in the request.static DataLabelingJobDataLabelingJob.getDefaultInstance()DataLabelingJob.Builder.getDefaultInstanceForType()DataLabelingJob.getDefaultInstanceForType()static DataLabelingJobDataLabelingJob.parseDelimitedFrom(InputStream input) static DataLabelingJobDataLabelingJob.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataLabelingJobDataLabelingJob.parseFrom(byte[] data) static DataLabelingJobDataLabelingJob.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataLabelingJobDataLabelingJob.parseFrom(com.google.protobuf.ByteString data) static DataLabelingJobDataLabelingJob.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataLabelingJobDataLabelingJob.parseFrom(com.google.protobuf.CodedInputStream input) static DataLabelingJobDataLabelingJob.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataLabelingJobDataLabelingJob.parseFrom(InputStream input) static DataLabelingJobDataLabelingJob.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataLabelingJobDataLabelingJob.parseFrom(ByteBuffer data) static DataLabelingJobDataLabelingJob.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type DataLabelingJobModifier and TypeMethodDescriptionListDataLabelingJobsResponse.Builder.getDataLabelingJobsList()A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.getDataLabelingJobsList()A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponseOrBuilder.getDataLabelingJobsList()A list of DataLabelingJobs that matches the specified filter in the request.com.google.protobuf.Parser<DataLabelingJob>DataLabelingJob.getParserForType()static com.google.protobuf.Parser<DataLabelingJob>DataLabelingJob.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type DataLabelingJobModifier and TypeMethodDescriptionListDataLabelingJobsResponse.Builder.addDataLabelingJobs(int index, DataLabelingJob value) A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder.addDataLabelingJobs(DataLabelingJob value) A list of DataLabelingJobs that matches the specified filter in the request.CreateDataLabelingJobRequest.Builder.mergeDataLabelingJob(DataLabelingJob value) Required.DataLabelingJob.Builder.mergeFrom(DataLabelingJob other) static DataLabelingJob.BuilderDataLabelingJob.newBuilder(DataLabelingJob prototype) CreateDataLabelingJobRequest.Builder.setDataLabelingJob(DataLabelingJob value) Required.ListDataLabelingJobsResponse.Builder.setDataLabelingJobs(int index, DataLabelingJob value) A list of DataLabelingJobs that matches the specified filter in the request.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type DataLabelingJobModifier and TypeMethodDescriptionListDataLabelingJobsResponse.Builder.addAllDataLabelingJobs(Iterable<? extends DataLabelingJob> values) A list of DataLabelingJobs that matches the specified filter in the request.