Class VizierServiceStub (3.42.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
TypeDescription
UnaryCallable<AddTrialMeasurementRequest,Trial>

checkTrialEarlyStoppingStateCallable()

public UnaryCallable<CheckTrialEarlyStoppingStateRequest,Operation> checkTrialEarlyStoppingStateCallable()
Returns
TypeDescription
UnaryCallable<CheckTrialEarlyStoppingStateRequest,Operation>

checkTrialEarlyStoppingStateOperationCallable()

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

close()

public abstract void close()

completeTrialCallable()

public UnaryCallable<CompleteTrialRequest,Trial> completeTrialCallable()
Returns
TypeDescription
UnaryCallable<CompleteTrialRequest,Trial>

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()
Returns
TypeDescription
UnaryCallable<ListOptimalTrialsRequest,ListOptimalTrialsResponse>

listStudiesCallable()

public UnaryCallable<ListStudiesRequest,ListStudiesResponse> listStudiesCallable()
Returns
TypeDescription
UnaryCallable<ListStudiesRequest,ListStudiesResponse>

listStudiesPagedCallable()

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

listTrialsCallable()

public UnaryCallable<ListTrialsRequest,ListTrialsResponse> listTrialsCallable()
Returns
TypeDescription
UnaryCallable<ListTrialsRequest,ListTrialsResponse>

listTrialsPagedCallable()

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

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()
Returns
TypeDescription
UnaryCallable<SuggestTrialsRequest,Operation>

suggestTrialsOperationCallable()

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

testIamPermissionsCallable()

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