Uses of Class
com.google.cloud.aiplatform.v1.AnnotationSpecName
-
Packages that use AnnotationSpecName Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of AnnotationSpecName in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.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.aiplatform.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.aiplatform.v1 with parameters of type AnnotationSpecName Modifier and Type Method Description AnnotationSpec
DatasetServiceClient. getAnnotationSpec(AnnotationSpecName name)
Gets an AnnotationSpec.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type AnnotationSpecName Modifier and Type Method Description static List<String>
AnnotationSpecName. toStringList(List<AnnotationSpecName> values)
-