Uses of Class
com.google.cloud.aiplatform.v1beta1.MetadataSchemaName
-
Packages that use MetadataSchemaName Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of MetadataSchemaName in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return MetadataSchemaName Modifier and Type Method Description MetadataSchemaName
MetadataSchemaName.Builder. build()
static MetadataSchemaName
MetadataSchemaName. of(String project, String location, String metadataStore, String metadataSchema)
static MetadataSchemaName
MetadataSchemaName. parse(String formattedString)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type MetadataSchemaName Modifier and Type Method Description static List<MetadataSchemaName>
MetadataSchemaName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type MetadataSchemaName Modifier and Type Method Description MetadataSchema
MetadataServiceClient. getMetadataSchema(MetadataSchemaName name)
Retrieves a specific MetadataSchema.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type MetadataSchemaName Modifier and Type Method Description static List<String>
MetadataSchemaName. toStringList(List<MetadataSchemaName> values)
-