Class VizierServiceStub (3.44.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()
Returns
Type Description
UnaryCallable<AddTrialMeasurementRequest,Trial>

checkTrialEarlyStoppingStateCallable()

public UnaryCallable<CheckTrialEarlyStoppingStateRequest,Operation> checkTrialEarlyStoppingStateCallable()
Returns
Type Description
UnaryCallable<CheckTrialEarlyStoppingStateRequest,Operation>

checkTrialEarlyStoppingStateOperationCallable()

public OperationCallable<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse,CheckTrialEarlyStoppingStateMetatdata> checkTrialEarlyStoppingStateOperationCallable()
Returns
Type Description
OperationCallable<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse,CheckTrialEarlyStoppingStateMetatdata>

close()

public abstract void close()

completeTrialCallable()

public UnaryCallable<CompleteTrialRequest,Trial> completeTrialCallable()
Returns
Type Description
UnaryCallable<CompleteTrialRequest,Trial>

createStudyCallable()

public UnaryCallable<CreateStudyRequest,Study> createStudyCallable()
Returns
Type Description
UnaryCallable<CreateStudyRequest,Study>

createTrialCallable()

public UnaryCallable<CreateTrialRequest,Trial> createTrialCallable()
Returns
Type Description
UnaryCallable<CreateTrialRequest,Trial>

deleteStudyCallable()

public UnaryCallable<DeleteStudyRequest,Empty> deleteStudyCallable()
Returns
Type Description
UnaryCallable<DeleteStudyRequest,Empty>

deleteTrialCallable()

public UnaryCallable<DeleteTrialRequest,Empty> deleteTrialCallable()
Returns
Type Description
UnaryCallable<DeleteTrialRequest,Empty>

getIamPolicyCallable()

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

getLocationCallable()

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

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

getStudyCallable()

public UnaryCallable<GetStudyRequest,Study> getStudyCallable()
Returns
Type Description
UnaryCallable<GetStudyRequest,Study>

getTrialCallable()

public UnaryCallable<GetTrialRequest,Trial> getTrialCallable()
Returns
Type Description
UnaryCallable<GetTrialRequest,Trial>

listLocationsCallable()

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
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listOptimalTrialsCallable()

public UnaryCallable<ListOptimalTrialsRequest,ListOptimalTrialsResponse> listOptimalTrialsCallable()
Returns
Type Description
UnaryCallable<ListOptimalTrialsRequest,ListOptimalTrialsResponse>

listStudiesCallable()

public UnaryCallable<ListStudiesRequest,ListStudiesResponse> listStudiesCallable()
Returns
Type Description
UnaryCallable<ListStudiesRequest,ListStudiesResponse>

listStudiesPagedCallable()

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

listTrialsCallable()

public UnaryCallable<ListTrialsRequest,ListTrialsResponse> listTrialsCallable()
Returns
Type Description
UnaryCallable<ListTrialsRequest,ListTrialsResponse>

listTrialsPagedCallable()

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

lookupStudyCallable()

public UnaryCallable<LookupStudyRequest,Study> lookupStudyCallable()
Returns
Type Description
UnaryCallable<LookupStudyRequest,Study>

setIamPolicyCallable()

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

stopTrialCallable()

public UnaryCallable<StopTrialRequest,Trial> stopTrialCallable()
Returns
Type Description
UnaryCallable<StopTrialRequest,Trial>

suggestTrialsCallable()

public UnaryCallable<SuggestTrialsRequest,Operation> suggestTrialsCallable()
Returns
Type Description
UnaryCallable<SuggestTrialsRequest,Operation>

suggestTrialsOperationCallable()

public OperationCallable<SuggestTrialsRequest,SuggestTrialsResponse,SuggestTrialsMetadata> suggestTrialsOperationCallable()
Returns
Type Description
OperationCallable<SuggestTrialsRequest,SuggestTrialsResponse,SuggestTrialsMetadata>

testIamPermissionsCallable()

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