public abstract class VizierServiceStub implements BackgroundResource
Base stub class for the VizierService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
public VizierServiceStub()
Methods
public UnaryCallable<AddTrialMeasurementRequest,Trial> addTrialMeasurementCallable()
Returns
public UnaryCallable<CheckTrialEarlyStoppingStateRequest,Operation> checkTrialEarlyStoppingStateCallable()
Returns
public OperationCallable<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse,CheckTrialEarlyStoppingStateMetatdata> checkTrialEarlyStoppingStateOperationCallable()
Returns
public abstract void close()
public UnaryCallable<CompleteTrialRequest,Trial> completeTrialCallable()
Returns
public UnaryCallable<CreateStudyRequest,Study> createStudyCallable()
Returns
public UnaryCallable<CreateTrialRequest,Trial> createTrialCallable()
Returns
public UnaryCallable<DeleteStudyRequest,Empty> deleteStudyCallable()
Returns
public UnaryCallable<DeleteTrialRequest,Empty> deleteTrialCallable()
Returns
public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> | |
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type | Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> | |
public OperationsStub getOperationsStub()
Returns
public UnaryCallable<GetStudyRequest,Study> getStudyCallable()
Returns
public UnaryCallable<GetTrialRequest,Trial> getTrialCallable()
Returns
public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type | Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> | |
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest,VizierServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
public UnaryCallable<ListOptimalTrialsRequest,ListOptimalTrialsResponse> listOptimalTrialsCallable()
Returns
public UnaryCallable<ListStudiesRequest,ListStudiesResponse> listStudiesCallable()
Returns
listStudiesPagedCallable()
public UnaryCallable<ListStudiesRequest,VizierServiceClient.ListStudiesPagedResponse> listStudiesPagedCallable()
Returns
public UnaryCallable<ListTrialsRequest,ListTrialsResponse> listTrialsCallable()
Returns
listTrialsPagedCallable()
public UnaryCallable<ListTrialsRequest,VizierServiceClient.ListTrialsPagedResponse> listTrialsPagedCallable()
Returns
public UnaryCallable<LookupStudyRequest,Study> lookupStudyCallable()
Returns
public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> | |
public UnaryCallable<StopTrialRequest,Trial> stopTrialCallable()
Returns
public UnaryCallable<SuggestTrialsRequest,Operation> suggestTrialsCallable()
Returns
public OperationCallable<SuggestTrialsRequest,SuggestTrialsResponse,SuggestTrialsMetadata> suggestTrialsOperationCallable()
Returns
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> | |