Uses of Class
com.google.cloud.aiplatform.v1beta1.VizierServiceClient.ListStudiesPagedResponse
Packages that use VizierServiceClient.ListStudiesPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of VizierServiceClient.ListStudiesPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return VizierServiceClient.ListStudiesPagedResponseModifier and TypeMethodDescriptionVizierServiceClient.listStudies(ListStudiesRequest request) Lists all the studies in a region for an associated project.VizierServiceClient.listStudies(LocationName parent) Lists all the studies in a region for an associated project.VizierServiceClient.listStudies(String parent) Lists all the studies in a region for an associated project.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type VizierServiceClient.ListStudiesPagedResponseModifier and TypeMethodDescriptionVizierServiceClient.ListStudiesPagedResponse.createAsync(PageContext<ListStudiesRequest, ListStudiesResponse, Study> context, ApiFuture<ListStudiesResponse> futureResponse) VizierServiceClient.listStudiesPagedCallable()Lists all the studies in a region for an associated project.PagedCallSettings.Builder<ListStudiesRequest,ListStudiesResponse, VizierServiceClient.ListStudiesPagedResponse> VizierServiceSettings.Builder.listStudiesSettings()Returns the builder for the settings used for calls to listStudies.PagedCallSettings<ListStudiesRequest,ListStudiesResponse, VizierServiceClient.ListStudiesPagedResponse> VizierServiceSettings.listStudiesSettings()Returns the object with the settings used for calls to listStudies. -
Uses of VizierServiceClient.ListStudiesPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type VizierServiceClient.ListStudiesPagedResponseModifier and TypeMethodDescriptionGrpcVizierServiceStub.listStudiesPagedCallable()VizierServiceStub.listStudiesPagedCallable()PagedCallSettings.Builder<ListStudiesRequest,ListStudiesResponse, VizierServiceClient.ListStudiesPagedResponse> VizierServiceStubSettings.Builder.listStudiesSettings()Returns the builder for the settings used for calls to listStudies.PagedCallSettings<ListStudiesRequest,ListStudiesResponse, VizierServiceClient.ListStudiesPagedResponse> VizierServiceStubSettings.listStudiesSettings()Returns the object with the settings used for calls to listStudies.