Uses of Class
com.google.cloud.aiplatform.v1.IndexName
-
Packages that use IndexName Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of IndexName in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return IndexName Modifier and Type Method Description IndexNameIndexName.Builder. build()static IndexNameIndexName. of(String project, String location, String index)static IndexNameIndexName. parse(String formattedString)Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type IndexName Modifier and Type Method Description static List<IndexName>IndexName. parseList(List<String> formattedStrings)Methods in com.google.cloud.aiplatform.v1 with parameters of type IndexName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>IndexServiceClient. deleteIndexAsync(IndexName name)Deletes an Index.IndexIndexServiceClient. getIndex(IndexName name)Gets an Index.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type IndexName Modifier and Type Method Description static List<String>IndexName. toStringList(List<IndexName> values)
-