Class GenAiTuningServiceStubSettings.Builder
java.lang.Object
com.google.api.gax.rpc.StubSettings.Builder<GenAiTuningServiceStubSettings,GenAiTuningServiceStubSettings.Builder>
com.google.cloud.aiplatform.v1beta1.stub.GenAiTuningServiceStubSettings.Builder
- Enclosing class:
- GenAiTuningServiceStubSettings
public static class GenAiTuningServiceStubSettings.Builder
extends StubSettings.Builder<GenAiTuningServiceStubSettings,GenAiTuningServiceStubSettings.Builder>
Builder for GenAiTuningServiceStubSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(GenAiTuningServiceStubSettings settings) -
Method Summary
Modifier and TypeMethodDescriptionapplyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void> settingsUpdater) Applies the given settings updater function to all of the unary API methods in this service.build()UnaryCallSettings.Builder<CancelTuningJobRequest,com.google.protobuf.Empty> Returns the builder for the settings used for calls to cancelTuningJob.Returns the builder for the settings used for calls to createTuningJob.Returns the builder for the settings used for calls to getIamPolicy.Returns the builder for the settings used for calls to getLocation.Returns the builder for the settings used for calls to getTuningJob.PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, GenAiTuningServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations.PagedCallSettings.Builder<ListTuningJobsRequest,ListTuningJobsResponse, GenAiTuningServiceClient.ListTuningJobsPagedResponse> Returns the builder for the settings used for calls to listTuningJobs.Returns the builder for the settings used for calls to rebaseTunedModel.Returns the builder for the settings used for calls to rebaseTunedModel.Returns the builder for the settings used for calls to setIamPolicy.Returns the builder for the settings used for calls to testIamPermissions.com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> Methods inherited from class com.google.api.gax.rpc.StubSettings.Builder
applyToAllUnaryMethods, getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogCheckIntervalDuration, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogCheckIntervalDuration, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, setUniverseDomain, toString
-
Constructor Details
-
Builder
protected Builder() -
Builder
-
Builder
-
-
Method Details
-
applyToAllUnaryMethods
public GenAiTuningServiceStubSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void> settingsUpdater) Applies the given settings updater function to all of the unary API methods in this service.Note: This method does not support applying settings to streaming methods.
-
unaryMethodSettingsBuilders
public com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders() -
createTuningJobSettings
Returns the builder for the settings used for calls to createTuningJob. -
getTuningJobSettings
Returns the builder for the settings used for calls to getTuningJob. -
listTuningJobsSettings
public PagedCallSettings.Builder<ListTuningJobsRequest,ListTuningJobsResponse, listTuningJobsSettings()GenAiTuningServiceClient.ListTuningJobsPagedResponse> Returns the builder for the settings used for calls to listTuningJobs. -
cancelTuningJobSettings
public UnaryCallSettings.Builder<CancelTuningJobRequest,com.google.protobuf.Empty> cancelTuningJobSettings()Returns the builder for the settings used for calls to cancelTuningJob. -
rebaseTunedModelSettings
Returns the builder for the settings used for calls to rebaseTunedModel. -
rebaseTunedModelOperationSettings
public OperationCallSettings.Builder<RebaseTunedModelRequest,TuningJob, rebaseTunedModelOperationSettings()RebaseTunedModelOperationMetadata> Returns the builder for the settings used for calls to rebaseTunedModel. -
listLocationsSettings
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, listLocationsSettings()GenAiTuningServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations. -
getLocationSettings
Returns the builder for the settings used for calls to getLocation. -
setIamPolicySettings
Returns the builder for the settings used for calls to setIamPolicy. -
getIamPolicySettings
Returns the builder for the settings used for calls to getIamPolicy. -
testIamPermissionsSettings
public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()Returns the builder for the settings used for calls to testIamPermissions. -
build
- Specified by:
buildin classStubSettings.Builder<GenAiTuningServiceStubSettings,GenAiTuningServiceStubSettings.Builder> - Throws:
IOException
-