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 AnnotationSpecSetName
AnnotationSpecSetName.Builder. build()
static AnnotationSpecSetName
AnnotationSpecSetName. of(String project, String annotationSpecSet)
static AnnotationSpecSetName
AnnotationSpecSetName. 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 void
DataLabelingServiceClient. deleteAnnotationSpecSet(AnnotationSpecSetName name)
Deletes an annotation spec set by resource name.AnnotationSpecSet
DataLabelingServiceClient. 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)
-