Uses of Class
com.google.cloud.datalabeling.v1beta1.AnnotationSpecSetName
-
Packages that use AnnotationSpecSetName Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of AnnotationSpecSetName in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return AnnotationSpecSetName Modifier and Type Method Description AnnotationSpecSetNameAnnotationSpecSetName.Builder. build()static AnnotationSpecSetNameAnnotationSpecSetName. of(String project, String annotationSpecSet)static AnnotationSpecSetNameAnnotationSpecSetName. parse(String formattedString)Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type AnnotationSpecSetName Modifier and Type Method Description static List<AnnotationSpecSetName>AnnotationSpecSetName. parseList(List<String> formattedStrings)Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type AnnotationSpecSetName Modifier and Type Method Description voidDataLabelingServiceClient. deleteAnnotationSpecSet(AnnotationSpecSetName name)Deletes an annotation spec set by resource name.AnnotationSpecSetDataLabelingServiceClient. getAnnotationSpecSet(AnnotationSpecSetName name)Gets an annotation spec set by resource name.Method parameters in com.google.cloud.datalabeling.v1beta1 with type arguments of type AnnotationSpecSetName Modifier and Type Method Description static List<String>AnnotationSpecSetName. toStringList(List<AnnotationSpecSetName> values)
-