Uses of Class
com.google.cloud.aiplatform.v1beta1.ModelServiceClient.ListModelEvaluationSlicesPagedResponse
Packages that use ModelServiceClient.ListModelEvaluationSlicesPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of ModelServiceClient.ListModelEvaluationSlicesPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ModelServiceClient.ListModelEvaluationSlicesPagedResponseModifier and TypeMethodDescriptionModelServiceClient.listModelEvaluationSlices(ListModelEvaluationSlicesRequest request) Lists ModelEvaluationSlices in a ModelEvaluation.ModelServiceClient.listModelEvaluationSlices(ModelEvaluationName parent) Lists ModelEvaluationSlices in a ModelEvaluation.ModelServiceClient.listModelEvaluationSlices(String parent) Lists ModelEvaluationSlices in a ModelEvaluation.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ModelServiceClient.ListModelEvaluationSlicesPagedResponseModifier and TypeMethodDescriptionModelServiceClient.ListModelEvaluationSlicesPagedResponse.createAsync(PageContext<ListModelEvaluationSlicesRequest, ListModelEvaluationSlicesResponse, ModelEvaluationSlice> context, ApiFuture<ListModelEvaluationSlicesResponse> futureResponse) final UnaryCallable<ListModelEvaluationSlicesRequest,ModelServiceClient.ListModelEvaluationSlicesPagedResponse> ModelServiceClient.listModelEvaluationSlicesPagedCallable()Lists ModelEvaluationSlices in a ModelEvaluation.PagedCallSettings.Builder<ListModelEvaluationSlicesRequest,ListModelEvaluationSlicesResponse, ModelServiceClient.ListModelEvaluationSlicesPagedResponse> ModelServiceSettings.Builder.listModelEvaluationSlicesSettings()Returns the builder for the settings used for calls to listModelEvaluationSlices.PagedCallSettings<ListModelEvaluationSlicesRequest,ListModelEvaluationSlicesResponse, ModelServiceClient.ListModelEvaluationSlicesPagedResponse> ModelServiceSettings.listModelEvaluationSlicesSettings()Returns the object with the settings used for calls to listModelEvaluationSlices. -
Uses of ModelServiceClient.ListModelEvaluationSlicesPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type ModelServiceClient.ListModelEvaluationSlicesPagedResponseModifier and TypeMethodDescriptionUnaryCallable<ListModelEvaluationSlicesRequest,ModelServiceClient.ListModelEvaluationSlicesPagedResponse> GrpcModelServiceStub.listModelEvaluationSlicesPagedCallable()UnaryCallable<ListModelEvaluationSlicesRequest,ModelServiceClient.ListModelEvaluationSlicesPagedResponse> ModelServiceStub.listModelEvaluationSlicesPagedCallable()PagedCallSettings.Builder<ListModelEvaluationSlicesRequest,ListModelEvaluationSlicesResponse, ModelServiceClient.ListModelEvaluationSlicesPagedResponse> ModelServiceStubSettings.Builder.listModelEvaluationSlicesSettings()Returns the builder for the settings used for calls to listModelEvaluationSlices.PagedCallSettings<ListModelEvaluationSlicesRequest,ListModelEvaluationSlicesResponse, ModelServiceClient.ListModelEvaluationSlicesPagedResponse> ModelServiceStubSettings.listModelEvaluationSlicesSettings()Returns the object with the settings used for calls to listModelEvaluationSlices.