public abstract class GenAiTuningServiceStub implements BackgroundResource
Base stub class for the GenAiTuningService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
public GenAiTuningServiceStub()
Methods
public UnaryCallable<CancelTuningJobRequest,Empty> cancelTuningJobCallable()
public abstract void close()
public UnaryCallable<CreateTuningJobRequest,TuningJob> createTuningJobCallable()
public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
|
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
|
public OperationsStub getOperationsStub()
public UnaryCallable<GetTuningJobRequest,TuningJob> getTuningJobCallable()
public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
|
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest,GenAiTuningServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
public UnaryCallable<ListTuningJobsRequest,ListTuningJobsResponse> listTuningJobsCallable()
listTuningJobsPagedCallable()
public UnaryCallable<ListTuningJobsRequest,GenAiTuningServiceClient.ListTuningJobsPagedResponse> listTuningJobsPagedCallable()
public UnaryCallable<RebaseTunedModelRequest,Operation> rebaseTunedModelCallable()
public OperationCallable<RebaseTunedModelRequest,TuningJob,RebaseTunedModelOperationMetadata> rebaseTunedModelOperationCallable()
public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
|
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
|