Class VizierServiceStub (3.24.0)

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.

Inheritance

java.lang.Object > VizierServiceStub

Implements

BackgroundResource

Constructors

VizierServiceStub()

public VizierServiceStub()

Methods

addTrialMeasurementCallable()

public UnaryCallable<AddTrialMeasurementRequest,Trial> addTrialMeasurementCallable()

checkTrialEarlyStoppingStateCallable()

public UnaryCallable<CheckTrialEarlyStoppingStateRequest,Operation> checkTrialEarlyStoppingStateCallable()

checkTrialEarlyStoppingStateOperationCallable()

public OperationCallable<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse,CheckTrialEarlyStoppingStateMetatdata> checkTrialEarlyStoppingStateOperationCallable()

close()

public abstract void close()

completeTrialCallable()

public UnaryCallable<CompleteTrialRequest,Trial> completeTrialCallable()

createStudyCallable()

public UnaryCallable<CreateStudyRequest,Study> createStudyCallable()
Returns
TypeDescription
UnaryCallable<CreateStudyRequest,Study>

createTrialCallable()

public UnaryCallable<CreateTrialRequest,Trial> createTrialCallable()
Returns
TypeDescription
UnaryCallable<CreateTrialRequest,Trial>

deleteStudyCallable()

public UnaryCallable<DeleteStudyRequest,Empty> deleteStudyCallable()
Returns
TypeDescription
UnaryCallable<DeleteStudyRequest,Empty>

deleteTrialCallable()

public UnaryCallable<DeleteTrialRequest,Empty> deleteTrialCallable()
Returns
TypeDescription
UnaryCallable<DeleteTrialRequest,Empty>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

getStudyCallable()

public UnaryCallable<GetStudyRequest,Study> getStudyCallable()
Returns
TypeDescription
UnaryCallable<GetStudyRequest,Study>

getTrialCallable()

public UnaryCallable<GetTrialRequest,Trial> getTrialCallable()
Returns
TypeDescription
UnaryCallable<GetTrialRequest,Trial>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,VizierServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listOptimalTrialsCallable()

public UnaryCallable<ListOptimalTrialsRequest,ListOptimalTrialsResponse> listOptimalTrialsCallable()

listStudiesCallable()

public UnaryCallable<ListStudiesRequest,ListStudiesResponse> listStudiesCallable()

listStudiesPagedCallable()

public UnaryCallable<ListStudiesRequest,VizierServiceClient.ListStudiesPagedResponse> listStudiesPagedCallable()

listTrialsCallable()

public UnaryCallable<ListTrialsRequest,ListTrialsResponse> listTrialsCallable()

listTrialsPagedCallable()

public UnaryCallable<ListTrialsRequest,VizierServiceClient.ListTrialsPagedResponse> listTrialsPagedCallable()

lookupStudyCallable()

public UnaryCallable<LookupStudyRequest,Study> lookupStudyCallable()
Returns
TypeDescription
UnaryCallable<LookupStudyRequest,Study>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

stopTrialCallable()

public UnaryCallable<StopTrialRequest,Trial> stopTrialCallable()
Returns
TypeDescription
UnaryCallable<StopTrialRequest,Trial>

suggestTrialsCallable()

public UnaryCallable<SuggestTrialsRequest,Operation> suggestTrialsCallable()

suggestTrialsOperationCallable()

public OperationCallable<SuggestTrialsRequest,SuggestTrialsResponse,SuggestTrialsMetadata> suggestTrialsOperationCallable()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>