Uses of Class
com.google.cloud.aiplatform.v1beta1.DataLabelingJobName
-
Packages that use DataLabelingJobName Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of DataLabelingJobName in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return DataLabelingJobName Modifier and Type Method Description DataLabelingJobNameDataLabelingJobName.Builder. build()static DataLabelingJobNameDataLabelingJobName. of(String project, String location, String dataLabelingJob)static DataLabelingJobNameDataLabelingJobName. parse(String formattedString)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type DataLabelingJobName Modifier and Type Method Description static List<DataLabelingJobName>DataLabelingJobName. parseList(List<String> formattedStrings)Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type DataLabelingJobName Modifier and Type Method Description voidJobServiceClient. cancelDataLabelingJob(DataLabelingJobName name)Cancels a DataLabelingJob.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>JobServiceClient. deleteDataLabelingJobAsync(DataLabelingJobName name)Deletes a DataLabelingJob.DataLabelingJobJobServiceClient. getDataLabelingJob(DataLabelingJobName name)Gets a DataLabelingJob.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type DataLabelingJobName Modifier and Type Method Description static List<String>DataLabelingJobName. toStringList(List<DataLabelingJobName> values)
-