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 IndexName
IndexName.Builder. build()
static IndexName
IndexName. of(String project, String location, String index)
static IndexName
IndexName. 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.Index
IndexServiceClient. 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)
-