Uses of Class
com.google.cloud.aiplatform.v1beta1.VizierServiceClient.ListTrialsPagedResponse
Packages that use VizierServiceClient.ListTrialsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of VizierServiceClient.ListTrialsPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return VizierServiceClient.ListTrialsPagedResponseModifier and TypeMethodDescriptionVizierServiceClient.listTrials(ListTrialsRequest request) Lists the Trials associated with a Study.VizierServiceClient.listTrials(StudyName parent) Lists the Trials associated with a Study.VizierServiceClient.listTrials(String parent) Lists the Trials associated with a Study.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type VizierServiceClient.ListTrialsPagedResponseModifier and TypeMethodDescriptionVizierServiceClient.ListTrialsPagedResponse.createAsync(PageContext<ListTrialsRequest, ListTrialsResponse, Trial> context, ApiFuture<ListTrialsResponse> futureResponse) VizierServiceClient.listTrialsPagedCallable()Lists the Trials associated with a Study.PagedCallSettings.Builder<ListTrialsRequest,ListTrialsResponse, VizierServiceClient.ListTrialsPagedResponse> VizierServiceSettings.Builder.listTrialsSettings()Returns the builder for the settings used for calls to listTrials.VizierServiceSettings.listTrialsSettings()Returns the object with the settings used for calls to listTrials. -
Uses of VizierServiceClient.ListTrialsPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type VizierServiceClient.ListTrialsPagedResponseModifier and TypeMethodDescriptionGrpcVizierServiceStub.listTrialsPagedCallable()VizierServiceStub.listTrialsPagedCallable()PagedCallSettings.Builder<ListTrialsRequest,ListTrialsResponse, VizierServiceClient.ListTrialsPagedResponse> VizierServiceStubSettings.Builder.listTrialsSettings()Returns the builder for the settings used for calls to listTrials.VizierServiceStubSettings.listTrialsSettings()Returns the object with the settings used for calls to listTrials.