Class ModelMonitoringServiceSettings.Builder
java.lang.Object
com.google.api.gax.rpc.ClientSettings.Builder<ModelMonitoringServiceSettings,ModelMonitoringServiceSettings.Builder>
com.google.cloud.aiplatform.v1beta1.ModelMonitoringServiceSettings.Builder
- Enclosing class:
- ModelMonitoringServiceSettings
public static class ModelMonitoringServiceSettings.Builder
extends ClientSettings.Builder<ModelMonitoringServiceSettings,ModelMonitoringServiceSettings.Builder>
Builder for ModelMonitoringServiceSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(ModelMonitoringServiceSettings settings) protectedBuilder(ModelMonitoringServiceStubSettings.Builder stubSettings) -
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()Returns the builder for the settings used for calls to createModelMonitoringJob.OperationCallSettings.Builder<CreateModelMonitorRequest,ModelMonitor, CreateModelMonitorOperationMetadata> Returns the builder for the settings used for calls to createModelMonitor.Returns the builder for the settings used for calls to createModelMonitor.OperationCallSettings.Builder<DeleteModelMonitoringJobRequest,com.google.protobuf.Empty, DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteModelMonitoringJob.Returns the builder for the settings used for calls to deleteModelMonitoringJob.OperationCallSettings.Builder<DeleteModelMonitorRequest,com.google.protobuf.Empty, DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteModelMonitor.Returns the builder for the settings used for calls to deleteModelMonitor.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 getModelMonitoringJob.Returns the builder for the settings used for calls to getModelMonitor.PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, ModelMonitoringServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations.PagedCallSettings.Builder<ListModelMonitoringJobsRequest,ListModelMonitoringJobsResponse, ModelMonitoringServiceClient.ListModelMonitoringJobsPagedResponse> Returns the builder for the settings used for calls to listModelMonitoringJobs.PagedCallSettings.Builder<ListModelMonitorsRequest,ListModelMonitorsResponse, ModelMonitoringServiceClient.ListModelMonitorsPagedResponse> Returns the builder for the settings used for calls to listModelMonitors.PagedCallSettings.Builder<SearchModelMonitoringAlertsRequest,SearchModelMonitoringAlertsResponse, ModelMonitoringServiceClient.SearchModelMonitoringAlertsPagedResponse> Returns the builder for the settings used for calls to searchModelMonitoringAlerts.PagedCallSettings.Builder<SearchModelMonitoringStatsRequest,SearchModelMonitoringStatsResponse, ModelMonitoringServiceClient.SearchModelMonitoringStatsPagedResponse> Returns the builder for the settings used for calls to searchModelMonitoringStats.Returns the builder for the settings used for calls to setIamPolicy.Returns the builder for the settings used for calls to testIamPermissions.OperationCallSettings.Builder<UpdateModelMonitorRequest,ModelMonitor, UpdateModelMonitorOperationMetadata> Returns the builder for the settings used for calls to updateModelMonitor.Returns the builder for the settings used for calls to updateModelMonitor.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 ModelMonitoringServiceSettings.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.
-
createModelMonitorSettings
Returns the builder for the settings used for calls to createModelMonitor. -
createModelMonitorOperationSettings
public OperationCallSettings.Builder<CreateModelMonitorRequest,ModelMonitor, createModelMonitorOperationSettings()CreateModelMonitorOperationMetadata> Returns the builder for the settings used for calls to createModelMonitor. -
updateModelMonitorSettings
Returns the builder for the settings used for calls to updateModelMonitor. -
updateModelMonitorOperationSettings
public OperationCallSettings.Builder<UpdateModelMonitorRequest,ModelMonitor, updateModelMonitorOperationSettings()UpdateModelMonitorOperationMetadata> Returns the builder for the settings used for calls to updateModelMonitor. -
getModelMonitorSettings
Returns the builder for the settings used for calls to getModelMonitor. -
listModelMonitorsSettings
public PagedCallSettings.Builder<ListModelMonitorsRequest,ListModelMonitorsResponse, listModelMonitorsSettings()ModelMonitoringServiceClient.ListModelMonitorsPagedResponse> Returns the builder for the settings used for calls to listModelMonitors. -
deleteModelMonitorSettings
Returns the builder for the settings used for calls to deleteModelMonitor. -
deleteModelMonitorOperationSettings
public OperationCallSettings.Builder<DeleteModelMonitorRequest,com.google.protobuf.Empty, deleteModelMonitorOperationSettings()DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteModelMonitor. -
createModelMonitoringJobSettings
public UnaryCallSettings.Builder<CreateModelMonitoringJobRequest,ModelMonitoringJob> createModelMonitoringJobSettings()Returns the builder for the settings used for calls to createModelMonitoringJob. -
getModelMonitoringJobSettings
public UnaryCallSettings.Builder<GetModelMonitoringJobRequest,ModelMonitoringJob> getModelMonitoringJobSettings()Returns the builder for the settings used for calls to getModelMonitoringJob. -
listModelMonitoringJobsSettings
public PagedCallSettings.Builder<ListModelMonitoringJobsRequest,ListModelMonitoringJobsResponse, listModelMonitoringJobsSettings()ModelMonitoringServiceClient.ListModelMonitoringJobsPagedResponse> Returns the builder for the settings used for calls to listModelMonitoringJobs. -
deleteModelMonitoringJobSettings
public UnaryCallSettings.Builder<DeleteModelMonitoringJobRequest,Operation> deleteModelMonitoringJobSettings()Returns the builder for the settings used for calls to deleteModelMonitoringJob. -
deleteModelMonitoringJobOperationSettings
public OperationCallSettings.Builder<DeleteModelMonitoringJobRequest,com.google.protobuf.Empty, deleteModelMonitoringJobOperationSettings()DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteModelMonitoringJob. -
searchModelMonitoringStatsSettings
public PagedCallSettings.Builder<SearchModelMonitoringStatsRequest,SearchModelMonitoringStatsResponse, searchModelMonitoringStatsSettings()ModelMonitoringServiceClient.SearchModelMonitoringStatsPagedResponse> Returns the builder for the settings used for calls to searchModelMonitoringStats. -
searchModelMonitoringAlertsSettings
public PagedCallSettings.Builder<SearchModelMonitoringAlertsRequest,SearchModelMonitoringAlertsResponse, searchModelMonitoringAlertsSettings()ModelMonitoringServiceClient.SearchModelMonitoringAlertsPagedResponse> Returns the builder for the settings used for calls to searchModelMonitoringAlerts. -
listLocationsSettings
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, listLocationsSettings()ModelMonitoringServiceClient.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<ModelMonitoringServiceSettings,ModelMonitoringServiceSettings.Builder> - Throws:
IOException
-