Class VizierServiceSettings.Builder
java.lang.Object
com.google.api.gax.rpc.ClientSettings.Builder<VizierServiceSettings,VizierServiceSettings.Builder>
com.google.cloud.aiplatform.v1beta1.VizierServiceSettings.Builder
- Enclosing class:
- VizierServiceSettings
public static class VizierServiceSettings.Builder
extends ClientSettings.Builder<VizierServiceSettings,VizierServiceSettings.Builder>
Builder for VizierServiceSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(VizierServiceStubSettings.Builder stubSettings) protectedBuilder(VizierServiceSettings settings) -
Method Summary
Modifier and TypeMethodDescriptionReturns the builder for the settings used for calls to addTrialMeasurement.applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void> settingsUpdater) Applies the given settings updater function to all of the unary API methods in this service.build()OperationCallSettings.Builder<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse, CheckTrialEarlyStoppingStateMetatdata> Returns the builder for the settings used for calls to checkTrialEarlyStoppingState.Returns the builder for the settings used for calls to checkTrialEarlyStoppingState.Returns the builder for the settings used for calls to completeTrial.Returns the builder for the settings used for calls to createStudy.Returns the builder for the settings used for calls to createTrial.UnaryCallSettings.Builder<DeleteStudyRequest,com.google.protobuf.Empty> Returns the builder for the settings used for calls to deleteStudy.UnaryCallSettings.Builder<DeleteTrialRequest,com.google.protobuf.Empty> Returns the builder for the settings used for calls to deleteTrial.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 getStudy.Returns the builder for the settings used for calls to getTrial.PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, VizierServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations.Returns the builder for the settings used for calls to listOptimalTrials.PagedCallSettings.Builder<ListStudiesRequest,ListStudiesResponse, VizierServiceClient.ListStudiesPagedResponse> Returns the builder for the settings used for calls to listStudies.PagedCallSettings.Builder<ListTrialsRequest,ListTrialsResponse, VizierServiceClient.ListTrialsPagedResponse> Returns the builder for the settings used for calls to listTrials.Returns the builder for the settings used for calls to lookupStudy.Returns the builder for the settings used for calls to setIamPolicy.Returns the builder for the settings used for calls to stopTrial.Returns the builder for the settings used for calls to suggestTrials.Returns the builder for the settings used for calls to suggestTrials.Returns the builder for the settings used for calls to testIamPermissions.Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
applyToAllUnaryMethods, getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogCheckIntervalDuration, getWatchdogProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setUniverseDomain, setWatchdogCheckInterval, setWatchdogCheckIntervalDuration, setWatchdogProvider, toString
-
Constructor Details
-
Builder
- Throws:
IOException
-
Builder
-
Builder
-
Builder
-
-
Method Details
-
getStubSettingsBuilder
-
applyToAllUnaryMethods
public VizierServiceSettings.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.
-
createStudySettings
Returns the builder for the settings used for calls to createStudy. -
getStudySettings
Returns the builder for the settings used for calls to getStudy. -
listStudiesSettings
public PagedCallSettings.Builder<ListStudiesRequest,ListStudiesResponse, listStudiesSettings()VizierServiceClient.ListStudiesPagedResponse> Returns the builder for the settings used for calls to listStudies. -
deleteStudySettings
public UnaryCallSettings.Builder<DeleteStudyRequest,com.google.protobuf.Empty> deleteStudySettings()Returns the builder for the settings used for calls to deleteStudy. -
lookupStudySettings
Returns the builder for the settings used for calls to lookupStudy. -
suggestTrialsSettings
Returns the builder for the settings used for calls to suggestTrials. -
suggestTrialsOperationSettings
public OperationCallSettings.Builder<SuggestTrialsRequest,SuggestTrialsResponse, suggestTrialsOperationSettings()SuggestTrialsMetadata> Returns the builder for the settings used for calls to suggestTrials. -
createTrialSettings
Returns the builder for the settings used for calls to createTrial. -
getTrialSettings
Returns the builder for the settings used for calls to getTrial. -
listTrialsSettings
public PagedCallSettings.Builder<ListTrialsRequest,ListTrialsResponse, listTrialsSettings()VizierServiceClient.ListTrialsPagedResponse> Returns the builder for the settings used for calls to listTrials. -
addTrialMeasurementSettings
Returns the builder for the settings used for calls to addTrialMeasurement. -
completeTrialSettings
Returns the builder for the settings used for calls to completeTrial. -
deleteTrialSettings
public UnaryCallSettings.Builder<DeleteTrialRequest,com.google.protobuf.Empty> deleteTrialSettings()Returns the builder for the settings used for calls to deleteTrial. -
checkTrialEarlyStoppingStateSettings
public UnaryCallSettings.Builder<CheckTrialEarlyStoppingStateRequest,Operation> checkTrialEarlyStoppingStateSettings()Returns the builder for the settings used for calls to checkTrialEarlyStoppingState. -
checkTrialEarlyStoppingStateOperationSettings
public OperationCallSettings.Builder<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse, checkTrialEarlyStoppingStateOperationSettings()CheckTrialEarlyStoppingStateMetatdata> Returns the builder for the settings used for calls to checkTrialEarlyStoppingState. -
stopTrialSettings
Returns the builder for the settings used for calls to stopTrial. -
listOptimalTrialsSettings
public UnaryCallSettings.Builder<ListOptimalTrialsRequest,ListOptimalTrialsResponse> listOptimalTrialsSettings()Returns the builder for the settings used for calls to listOptimalTrials. -
listLocationsSettings
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, listLocationsSettings()VizierServiceClient.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 classClientSettings.Builder<VizierServiceSettings,VizierServiceSettings.Builder> - Throws:
IOException
-