Uses of Class
com.google.cloud.aiplatform.v1beta1.DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponse
Packages that use DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponseModifier and TypeMethodDescriptionDeploymentResourcePoolServiceClient.queryDeployedModels(QueryDeployedModelsRequest request) List DeployedModels that have been deployed on this DeploymentResourcePool.DeploymentResourcePoolServiceClient.queryDeployedModels(String deploymentResourcePool) List DeployedModels that have been deployed on this DeploymentResourcePool.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponseModifier and TypeMethodDescriptionDeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponse.createAsync(PageContext<QueryDeployedModelsRequest, QueryDeployedModelsResponse, DeployedModel> context, ApiFuture<QueryDeployedModelsResponse> futureResponse) final UnaryCallable<QueryDeployedModelsRequest,DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponse> DeploymentResourcePoolServiceClient.queryDeployedModelsPagedCallable()List DeployedModels that have been deployed on this DeploymentResourcePool.PagedCallSettings.Builder<QueryDeployedModelsRequest,QueryDeployedModelsResponse, DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponse> DeploymentResourcePoolServiceSettings.Builder.queryDeployedModelsSettings()Returns the builder for the settings used for calls to queryDeployedModels.PagedCallSettings<QueryDeployedModelsRequest,QueryDeployedModelsResponse, DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponse> DeploymentResourcePoolServiceSettings.queryDeployedModelsSettings()Returns the object with the settings used for calls to queryDeployedModels. -
Uses of DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponseModifier and TypeMethodDescriptionUnaryCallable<QueryDeployedModelsRequest,DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponse> DeploymentResourcePoolServiceStub.queryDeployedModelsPagedCallable()UnaryCallable<QueryDeployedModelsRequest,DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponse> GrpcDeploymentResourcePoolServiceStub.queryDeployedModelsPagedCallable()PagedCallSettings.Builder<QueryDeployedModelsRequest,QueryDeployedModelsResponse, DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponse> DeploymentResourcePoolServiceStubSettings.Builder.queryDeployedModelsSettings()Returns the builder for the settings used for calls to queryDeployedModels.PagedCallSettings<QueryDeployedModelsRequest,QueryDeployedModelsResponse, DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponse> DeploymentResourcePoolServiceStubSettings.queryDeployedModelsSettings()Returns the object with the settings used for calls to queryDeployedModels.