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