Uses of Class
com.google.cloud.aiplatform.v1.ModelServiceClient.ListModelEvaluationsPagedResponse
Packages that use ModelServiceClient.ListModelEvaluationsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of ModelServiceClient.ListModelEvaluationsPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ModelServiceClient.ListModelEvaluationsPagedResponseModifier and TypeMethodDescriptionModelServiceClient.listModelEvaluations(ListModelEvaluationsRequest request) Lists ModelEvaluations in a Model.ModelServiceClient.listModelEvaluations(ModelName parent) Lists ModelEvaluations in a Model.ModelServiceClient.listModelEvaluations(String parent) Lists ModelEvaluations in a Model.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ModelServiceClient.ListModelEvaluationsPagedResponseModifier and TypeMethodDescriptionModelServiceClient.ListModelEvaluationsPagedResponse.createAsync(PageContext<ListModelEvaluationsRequest, ListModelEvaluationsResponse, ModelEvaluation> context, ApiFuture<ListModelEvaluationsResponse> futureResponse) final UnaryCallable<ListModelEvaluationsRequest,ModelServiceClient.ListModelEvaluationsPagedResponse> ModelServiceClient.listModelEvaluationsPagedCallable()Lists ModelEvaluations in a Model.PagedCallSettings.Builder<ListModelEvaluationsRequest,ListModelEvaluationsResponse, ModelServiceClient.ListModelEvaluationsPagedResponse> ModelServiceSettings.Builder.listModelEvaluationsSettings()Returns the builder for the settings used for calls to listModelEvaluations.PagedCallSettings<ListModelEvaluationsRequest,ListModelEvaluationsResponse, ModelServiceClient.ListModelEvaluationsPagedResponse> ModelServiceSettings.listModelEvaluationsSettings()Returns the object with the settings used for calls to listModelEvaluations. -
Uses of ModelServiceClient.ListModelEvaluationsPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type ModelServiceClient.ListModelEvaluationsPagedResponseModifier and TypeMethodDescriptionGrpcModelServiceStub.listModelEvaluationsPagedCallable()ModelServiceStub.listModelEvaluationsPagedCallable()PagedCallSettings.Builder<ListModelEvaluationsRequest,ListModelEvaluationsResponse, ModelServiceClient.ListModelEvaluationsPagedResponse> ModelServiceStubSettings.Builder.listModelEvaluationsSettings()Returns the builder for the settings used for calls to listModelEvaluations.PagedCallSettings<ListModelEvaluationsRequest,ListModelEvaluationsResponse, ModelServiceClient.ListModelEvaluationsPagedResponse> ModelServiceStubSettings.listModelEvaluationsSettings()Returns the object with the settings used for calls to listModelEvaluations.