Uses of Class
com.google.cloud.automl.v1.AnnotationSpecName
-
Packages that use AnnotationSpecName Package Description com.google.cloud.automl.v1 A client to Cloud AutoML API -
-
Uses of AnnotationSpecName in com.google.cloud.automl.v1
Methods in com.google.cloud.automl.v1 that return AnnotationSpecName Modifier and Type Method Description AnnotationSpecName
AnnotationSpecName.Builder. build()
static AnnotationSpecName
AnnotationSpecName. of(String project, String location, String dataset, String annotationSpec)
static AnnotationSpecName
AnnotationSpecName. parse(String formattedString)
Methods in com.google.cloud.automl.v1 that return types with arguments of type AnnotationSpecName Modifier and Type Method Description static List<AnnotationSpecName>
AnnotationSpecName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.automl.v1 with parameters of type AnnotationSpecName Modifier and Type Method Description AnnotationSpec
AutoMlClient. getAnnotationSpec(AnnotationSpecName name)
Gets an annotation spec.Method parameters in com.google.cloud.automl.v1 with type arguments of type AnnotationSpecName Modifier and Type Method Description static List<String>
AnnotationSpecName. toStringList(List<AnnotationSpecName> values)
-