Class VizierServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1beta1.stub.VizierServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcVizierServiceStub
@BetaApi
@Generated("by gapic-generator-java")
public abstract class VizierServiceStub
extends Object
implements BackgroundResource
Base stub class for the VizierService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOperationCallable<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse, CheckTrialEarlyStoppingStateMetatdata> abstract voidclose()UnaryCallable<DeleteStudyRequest,com.google.protobuf.Empty> UnaryCallable<DeleteTrialRequest,com.google.protobuf.Empty> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
VizierServiceStub
public VizierServiceStub()
-
-
Method Details
-
getOperationsStub
-
createStudyCallable
-
getStudyCallable
-
listStudiesPagedCallable
public UnaryCallable<ListStudiesRequest,VizierServiceClient.ListStudiesPagedResponse> listStudiesPagedCallable() -
listStudiesCallable
-
deleteStudyCallable
-
lookupStudyCallable
-
suggestTrialsOperationCallable
public OperationCallable<SuggestTrialsRequest,SuggestTrialsResponse, suggestTrialsOperationCallable()SuggestTrialsMetadata> -
suggestTrialsCallable
-
createTrialCallable
-
getTrialCallable
-
listTrialsPagedCallable
public UnaryCallable<ListTrialsRequest,VizierServiceClient.ListTrialsPagedResponse> listTrialsPagedCallable() -
listTrialsCallable
-
addTrialMeasurementCallable
-
completeTrialCallable
-
deleteTrialCallable
-
checkTrialEarlyStoppingStateOperationCallable
public OperationCallable<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse, checkTrialEarlyStoppingStateOperationCallable()CheckTrialEarlyStoppingStateMetatdata> -
checkTrialEarlyStoppingStateCallable
public UnaryCallable<CheckTrialEarlyStoppingStateRequest,Operation> checkTrialEarlyStoppingStateCallable() -
stopTrialCallable
-
listOptimalTrialsCallable
public UnaryCallable<ListOptimalTrialsRequest,ListOptimalTrialsResponse> listOptimalTrialsCallable() -
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,VizierServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-