Class VizierServiceStub
- java.lang.Object
-
- com.google.cloud.aiplatform.v1.stub.VizierServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcVizierServiceStub
@Generated("by gapic-generator-java") public abstract class VizierServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the VizierService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description VizierServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AddTrialMeasurementRequest,Trial>
addTrialMeasurementCallable()
com.google.api.gax.rpc.UnaryCallable<CheckTrialEarlyStoppingStateRequest,com.google.longrunning.Operation>
checkTrialEarlyStoppingStateCallable()
com.google.api.gax.rpc.OperationCallable<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse,CheckTrialEarlyStoppingStateMetatdata>
checkTrialEarlyStoppingStateOperationCallable()
abstract void
close()
com.google.api.gax.rpc.UnaryCallable<CompleteTrialRequest,Trial>
completeTrialCallable()
com.google.api.gax.rpc.UnaryCallable<CreateStudyRequest,Study>
createStudyCallable()
com.google.api.gax.rpc.UnaryCallable<CreateTrialRequest,Trial>
createTrialCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteStudyRequest,com.google.protobuf.Empty>
deleteStudyCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteTrialRequest,com.google.protobuf.Empty>
deleteTrialCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getIamPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationCallable()
com.google.longrunning.stub.OperationsStub
getOperationsStub()
com.google.api.gax.rpc.UnaryCallable<GetStudyRequest,Study>
getStudyCallable()
com.google.api.gax.rpc.UnaryCallable<GetTrialRequest,Trial>
getTrialCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>
listLocationsCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,VizierServiceClient.ListLocationsPagedResponse>
listLocationsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListOptimalTrialsRequest,ListOptimalTrialsResponse>
listOptimalTrialsCallable()
com.google.api.gax.rpc.UnaryCallable<ListStudiesRequest,ListStudiesResponse>
listStudiesCallable()
com.google.api.gax.rpc.UnaryCallable<ListStudiesRequest,VizierServiceClient.ListStudiesPagedResponse>
listStudiesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTrialsRequest,ListTrialsResponse>
listTrialsCallable()
com.google.api.gax.rpc.UnaryCallable<ListTrialsRequest,VizierServiceClient.ListTrialsPagedResponse>
listTrialsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<LookupStudyRequest,Study>
lookupStudyCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
setIamPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<StopTrialRequest,Trial>
stopTrialCallable()
com.google.api.gax.rpc.UnaryCallable<SuggestTrialsRequest,com.google.longrunning.Operation>
suggestTrialsCallable()
com.google.api.gax.rpc.OperationCallable<SuggestTrialsRequest,SuggestTrialsResponse,SuggestTrialsMetadata>
suggestTrialsOperationCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
testIamPermissionsCallable()
-
-
-
Method Detail
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub()
-
createStudyCallable
public com.google.api.gax.rpc.UnaryCallable<CreateStudyRequest,Study> createStudyCallable()
-
getStudyCallable
public com.google.api.gax.rpc.UnaryCallable<GetStudyRequest,Study> getStudyCallable()
-
listStudiesPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListStudiesRequest,VizierServiceClient.ListStudiesPagedResponse> listStudiesPagedCallable()
-
listStudiesCallable
public com.google.api.gax.rpc.UnaryCallable<ListStudiesRequest,ListStudiesResponse> listStudiesCallable()
-
deleteStudyCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteStudyRequest,com.google.protobuf.Empty> deleteStudyCallable()
-
lookupStudyCallable
public com.google.api.gax.rpc.UnaryCallable<LookupStudyRequest,Study> lookupStudyCallable()
-
suggestTrialsOperationCallable
public com.google.api.gax.rpc.OperationCallable<SuggestTrialsRequest,SuggestTrialsResponse,SuggestTrialsMetadata> suggestTrialsOperationCallable()
-
suggestTrialsCallable
public com.google.api.gax.rpc.UnaryCallable<SuggestTrialsRequest,com.google.longrunning.Operation> suggestTrialsCallable()
-
createTrialCallable
public com.google.api.gax.rpc.UnaryCallable<CreateTrialRequest,Trial> createTrialCallable()
-
getTrialCallable
public com.google.api.gax.rpc.UnaryCallable<GetTrialRequest,Trial> getTrialCallable()
-
listTrialsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListTrialsRequest,VizierServiceClient.ListTrialsPagedResponse> listTrialsPagedCallable()
-
listTrialsCallable
public com.google.api.gax.rpc.UnaryCallable<ListTrialsRequest,ListTrialsResponse> listTrialsCallable()
-
addTrialMeasurementCallable
public com.google.api.gax.rpc.UnaryCallable<AddTrialMeasurementRequest,Trial> addTrialMeasurementCallable()
-
completeTrialCallable
public com.google.api.gax.rpc.UnaryCallable<CompleteTrialRequest,Trial> completeTrialCallable()
-
deleteTrialCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteTrialRequest,com.google.protobuf.Empty> deleteTrialCallable()
-
checkTrialEarlyStoppingStateOperationCallable
public com.google.api.gax.rpc.OperationCallable<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse,CheckTrialEarlyStoppingStateMetatdata> checkTrialEarlyStoppingStateOperationCallable()
-
checkTrialEarlyStoppingStateCallable
public com.google.api.gax.rpc.UnaryCallable<CheckTrialEarlyStoppingStateRequest,com.google.longrunning.Operation> checkTrialEarlyStoppingStateCallable()
-
stopTrialCallable
public com.google.api.gax.rpc.UnaryCallable<StopTrialRequest,Trial> stopTrialCallable()
-
listOptimalTrialsCallable
public com.google.api.gax.rpc.UnaryCallable<ListOptimalTrialsRequest,ListOptimalTrialsResponse> listOptimalTrialsCallable()
-
listLocationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,VizierServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
-
listLocationsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
-
getLocationCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
-
setIamPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
-
getIamPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
-
testIamPermissionsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-