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 DataLabelingJobName
DataLabelingJobName.Builder. build()
static DataLabelingJobName
DataLabelingJobName. of(String project, String location, String dataLabelingJob)
static DataLabelingJobName
DataLabelingJobName. 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 void
JobServiceClient. cancelDataLabelingJob(DataLabelingJobName name)
Cancels a DataLabelingJob.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>
JobServiceClient. deleteDataLabelingJobAsync(DataLabelingJobName name)
Deletes a DataLabelingJob.DataLabelingJob
JobServiceClient. 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)
-