Class GenAiTuningServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1.stub.GenAiTuningServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcGenAiTuningServiceStub
@Generated("by gapic-generator-java")
public abstract class GenAiTuningServiceStub
extends Object
implements BackgroundResource
Base stub class for the GenAiTuningService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUnaryCallable<CancelTuningJobRequest,com.google.protobuf.Empty> abstract voidclose()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
-
GenAiTuningServiceStub
public GenAiTuningServiceStub()
-
-
Method Details
-
getOperationsStub
-
createTuningJobCallable
-
getTuningJobCallable
-
listTuningJobsPagedCallable
public UnaryCallable<ListTuningJobsRequest,GenAiTuningServiceClient.ListTuningJobsPagedResponse> listTuningJobsPagedCallable() -
listTuningJobsCallable
-
cancelTuningJobCallable
-
rebaseTunedModelOperationCallable
public OperationCallable<RebaseTunedModelRequest,TuningJob, rebaseTunedModelOperationCallable()RebaseTunedModelOperationMetadata> -
rebaseTunedModelCallable
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,GenAiTuningServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-