Uses of Class
com.google.cloud.aiplatform.v1.ModelServiceClient.ListModelsPagedResponse
-
Packages that use ModelServiceClient.ListModelsPagedResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of ModelServiceClient.ListModelsPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ModelServiceClient.ListModelsPagedResponse Modifier and Type Method Description ModelServiceClient.ListModelsPagedResponse
ModelServiceClient. listModels(ListModelsRequest request)
Lists Models in a Location.ModelServiceClient.ListModelsPagedResponse
ModelServiceClient. listModels(LocationName parent)
Lists Models in a Location.ModelServiceClient.ListModelsPagedResponse
ModelServiceClient. listModels(String parent)
Lists Models in a Location.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ModelServiceClient.ListModelsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ModelServiceClient.ListModelsPagedResponse>
ModelServiceClient.ListModelsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListModelsRequest,ListModelsResponse,Model> context, com.google.api.core.ApiFuture<ListModelsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListModelsRequest,ModelServiceClient.ListModelsPagedResponse>
ModelServiceClient. listModelsPagedCallable()
Lists Models in a Location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListModelsRequest,ListModelsResponse,ModelServiceClient.ListModelsPagedResponse>
ModelServiceSettings.Builder. listModelsSettings()
Returns the builder for the settings used for calls to listModels.com.google.api.gax.rpc.PagedCallSettings<ListModelsRequest,ListModelsResponse,ModelServiceClient.ListModelsPagedResponse>
ModelServiceSettings. listModelsSettings()
Returns the object with the settings used for calls to listModels. -
Uses of ModelServiceClient.ListModelsPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type ModelServiceClient.ListModelsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListModelsRequest,ModelServiceClient.ListModelsPagedResponse>
GrpcModelServiceStub. listModelsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListModelsRequest,ModelServiceClient.ListModelsPagedResponse>
ModelServiceStub. listModelsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListModelsRequest,ListModelsResponse,ModelServiceClient.ListModelsPagedResponse>
ModelServiceStubSettings.Builder. listModelsSettings()
Returns the builder for the settings used for calls to listModels.com.google.api.gax.rpc.PagedCallSettings<ListModelsRequest,ListModelsResponse,ModelServiceClient.ListModelsPagedResponse>
ModelServiceStubSettings. listModelsSettings()
Returns the object with the settings used for calls to listModels.
-