Uses of Class
com.google.cloud.aiplatform.v1.VizierServiceClient.ListStudiesPagedResponse
-
Packages that use VizierServiceClient.ListStudiesPagedResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of VizierServiceClient.ListStudiesPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return VizierServiceClient.ListStudiesPagedResponse Modifier and Type Method Description VizierServiceClient.ListStudiesPagedResponse
VizierServiceClient. listStudies(ListStudiesRequest request)
Lists all the studies in a region for an associated project.VizierServiceClient.ListStudiesPagedResponse
VizierServiceClient. listStudies(LocationName parent)
Lists all the studies in a region for an associated project.VizierServiceClient.ListStudiesPagedResponse
VizierServiceClient. listStudies(String parent)
Lists all the studies in a region for an associated project.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type VizierServiceClient.ListStudiesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<VizierServiceClient.ListStudiesPagedResponse>
VizierServiceClient.ListStudiesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListStudiesRequest,ListStudiesResponse,Study> context, com.google.api.core.ApiFuture<ListStudiesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListStudiesRequest,VizierServiceClient.ListStudiesPagedResponse>
VizierServiceClient. listStudiesPagedCallable()
Lists all the studies in a region for an associated project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListStudiesRequest,ListStudiesResponse,VizierServiceClient.ListStudiesPagedResponse>
VizierServiceSettings.Builder. listStudiesSettings()
Returns the builder for the settings used for calls to listStudies.com.google.api.gax.rpc.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.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type VizierServiceClient.ListStudiesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListStudiesRequest,VizierServiceClient.ListStudiesPagedResponse>
GrpcVizierServiceStub. listStudiesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListStudiesRequest,VizierServiceClient.ListStudiesPagedResponse>
VizierServiceStub. listStudiesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListStudiesRequest,ListStudiesResponse,VizierServiceClient.ListStudiesPagedResponse>
VizierServiceStubSettings.Builder. listStudiesSettings()
Returns the builder for the settings used for calls to listStudies.com.google.api.gax.rpc.PagedCallSettings<ListStudiesRequest,ListStudiesResponse,VizierServiceClient.ListStudiesPagedResponse>
VizierServiceStubSettings. listStudiesSettings()
Returns the object with the settings used for calls to listStudies.
-