Uses of Class
com.google.cloud.automl.v1beta1.AnnotationSpecName
-
Packages that use AnnotationSpecName Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of AnnotationSpecName in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 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.v1beta1 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.v1beta1 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.v1beta1 with type arguments of type AnnotationSpecName Modifier and Type Method Description static List<String>
AnnotationSpecName. toStringList(List<AnnotationSpecName> values)
-