Uses of Class
com.google.cloud.aiplatform.v1beta1.ModelMonitoringServiceClient.ListModelMonitorsPagedResponse
Packages that use ModelMonitoringServiceClient.ListModelMonitorsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of ModelMonitoringServiceClient.ListModelMonitorsPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ModelMonitoringServiceClient.ListModelMonitorsPagedResponseModifier and TypeMethodDescriptionModelMonitoringServiceClient.listModelMonitors(ListModelMonitorsRequest request) Lists ModelMonitors in a Location.ModelMonitoringServiceClient.listModelMonitors(LocationName parent) Lists ModelMonitors in a Location.ModelMonitoringServiceClient.listModelMonitors(String parent) Lists ModelMonitors in a Location.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ModelMonitoringServiceClient.ListModelMonitorsPagedResponseModifier and TypeMethodDescriptionModelMonitoringServiceClient.ListModelMonitorsPagedResponse.createAsync(PageContext<ListModelMonitorsRequest, ListModelMonitorsResponse, ModelMonitor> context, ApiFuture<ListModelMonitorsResponse> futureResponse) final UnaryCallable<ListModelMonitorsRequest,ModelMonitoringServiceClient.ListModelMonitorsPagedResponse> ModelMonitoringServiceClient.listModelMonitorsPagedCallable()Lists ModelMonitors in a Location.PagedCallSettings.Builder<ListModelMonitorsRequest,ListModelMonitorsResponse, ModelMonitoringServiceClient.ListModelMonitorsPagedResponse> ModelMonitoringServiceSettings.Builder.listModelMonitorsSettings()Returns the builder for the settings used for calls to listModelMonitors.PagedCallSettings<ListModelMonitorsRequest,ListModelMonitorsResponse, ModelMonitoringServiceClient.ListModelMonitorsPagedResponse> ModelMonitoringServiceSettings.listModelMonitorsSettings()Returns the object with the settings used for calls to listModelMonitors. -
Uses of ModelMonitoringServiceClient.ListModelMonitorsPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type ModelMonitoringServiceClient.ListModelMonitorsPagedResponseModifier and TypeMethodDescriptionGrpcModelMonitoringServiceStub.listModelMonitorsPagedCallable()ModelMonitoringServiceStub.listModelMonitorsPagedCallable()PagedCallSettings.Builder<ListModelMonitorsRequest,ListModelMonitorsResponse, ModelMonitoringServiceClient.ListModelMonitorsPagedResponse> ModelMonitoringServiceStubSettings.Builder.listModelMonitorsSettings()Returns the builder for the settings used for calls to listModelMonitors.PagedCallSettings<ListModelMonitorsRequest,ListModelMonitorsResponse, ModelMonitoringServiceClient.ListModelMonitorsPagedResponse> ModelMonitoringServiceStubSettings.listModelMonitorsSettings()Returns the object with the settings used for calls to listModelMonitors.