Uses of Class
com.google.cloud.aiplatform.v1beta1.ModelServiceClient.ListModelsPagedResponse
Packages that use ModelServiceClient.ListModelsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of ModelServiceClient.ListModelsPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ModelServiceClient.ListModelsPagedResponseModifier and TypeMethodDescriptionModelServiceClient.listModels(ListModelsRequest request) Lists Models in a Location.ModelServiceClient.listModels(LocationName parent) Lists Models in a Location.ModelServiceClient.listModels(String parent) Lists Models in a Location.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ModelServiceClient.ListModelsPagedResponseModifier and TypeMethodDescriptionModelServiceClient.ListModelsPagedResponse.createAsync(PageContext<ListModelsRequest, ListModelsResponse, Model> context, ApiFuture<ListModelsResponse> futureResponse) ModelServiceClient.listModelsPagedCallable()Lists Models in a Location.PagedCallSettings.Builder<ListModelsRequest,ListModelsResponse, ModelServiceClient.ListModelsPagedResponse> ModelServiceSettings.Builder.listModelsSettings()Returns the builder for the settings used for calls to listModels.ModelServiceSettings.listModelsSettings()Returns the object with the settings used for calls to listModels. -
Uses of ModelServiceClient.ListModelsPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type ModelServiceClient.ListModelsPagedResponseModifier and TypeMethodDescriptionGrpcModelServiceStub.listModelsPagedCallable()ModelServiceStub.listModelsPagedCallable()PagedCallSettings.Builder<ListModelsRequest,ListModelsResponse, ModelServiceClient.ListModelsPagedResponse> ModelServiceStubSettings.Builder.listModelsSettings()Returns the builder for the settings used for calls to listModels.ModelServiceStubSettings.listModelsSettings()Returns the object with the settings used for calls to listModels.