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 MetadataSchemaNameMetadataSchemaName.Builder. build()static MetadataSchemaNameMetadataSchemaName. of(String project, String location, String metadataStore, String metadataSchema)static MetadataSchemaNameMetadataSchemaName. 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 MetadataSchemaMetadataServiceClient. 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)
-