Uses of Class
com.google.cloud.aiplatform.v1beta1.IndexEndpointName
-
Packages that use IndexEndpointName Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of IndexEndpointName in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return IndexEndpointName Modifier and Type Method Description IndexEndpointNameIndexEndpointName.Builder. build()static IndexEndpointNameIndexEndpointName. of(String project, String location, String indexEndpoint)static IndexEndpointNameIndexEndpointName. parse(String formattedString)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type IndexEndpointName Modifier and Type Method Description static List<IndexEndpointName>IndexEndpointName. parseList(List<String> formattedStrings)Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type IndexEndpointName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>IndexEndpointServiceClient. deleteIndexEndpointAsync(IndexEndpointName name)Deletes an IndexEndpoint.com.google.api.gax.longrunning.OperationFuture<DeployIndexResponse,DeployIndexOperationMetadata>IndexEndpointServiceClient. deployIndexAsync(IndexEndpointName indexEndpoint, DeployedIndex deployedIndex)Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it.IndexEndpointIndexEndpointServiceClient. getIndexEndpoint(IndexEndpointName name)Gets an IndexEndpoint.com.google.api.gax.longrunning.OperationFuture<MutateDeployedIndexResponse,MutateDeployedIndexOperationMetadata>IndexEndpointServiceClient. mutateDeployedIndexAsync(IndexEndpointName indexEndpoint, DeployedIndex deployedIndex)Update an existing DeployedIndex under an IndexEndpoint.com.google.api.gax.longrunning.OperationFuture<UndeployIndexResponse,UndeployIndexOperationMetadata>IndexEndpointServiceClient. undeployIndexAsync(IndexEndpointName indexEndpoint, String deployedIndexId)Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all resources it's using.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type IndexEndpointName Modifier and Type Method Description static List<String>IndexEndpointName. toStringList(List<IndexEndpointName> values)
-