public sealed class ModelMonitoringServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Vertex AI v1beta1 API class ModelMonitoringServiceSettings.
Settings for ModelMonitoringServiceClient instances.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ModelMonitoringServiceSettings()
public ModelMonitoringServiceSettings()Constructs a new ModelMonitoringServiceSettings object with default settings.
Properties
CreateModelMonitorOperationsSettings
public OperationsSettings CreateModelMonitorOperationsSettings { get; set; }Long Running Operation settings for calls to ModelMonitoringServiceClient.CreateModelMonitor and
ModelMonitoringServiceClient.CreateModelMonitorAsync.
| Property Value | |
|---|---|
| Type | Description |
OperationsSettings |
|
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
CreateModelMonitorSettings
public CallSettings CreateModelMonitorSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ModelMonitoringServiceClient.CreateModelMonitor and
ModelMonitoringServiceClient.CreateModelMonitorAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
CreateModelMonitoringJobSettings
public CallSettings CreateModelMonitoringJobSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ModelMonitoringServiceClient.CreateModelMonitoringJob and
ModelMonitoringServiceClient.CreateModelMonitoringJobAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
DeleteModelMonitorOperationsSettings
public OperationsSettings DeleteModelMonitorOperationsSettings { get; set; }Long Running Operation settings for calls to ModelMonitoringServiceClient.DeleteModelMonitor and
ModelMonitoringServiceClient.DeleteModelMonitorAsync.
| Property Value | |
|---|---|
| Type | Description |
OperationsSettings |
|
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
DeleteModelMonitorSettings
public CallSettings DeleteModelMonitorSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ModelMonitoringServiceClient.DeleteModelMonitor and
ModelMonitoringServiceClient.DeleteModelMonitorAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
DeleteModelMonitoringJobOperationsSettings
public OperationsSettings DeleteModelMonitoringJobOperationsSettings { get; set; }Long Running Operation settings for calls to ModelMonitoringServiceClient.DeleteModelMonitoringJob
and ModelMonitoringServiceClient.DeleteModelMonitoringJobAsync.
| Property Value | |
|---|---|
| Type | Description |
OperationsSettings |
|
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
DeleteModelMonitoringJobSettings
public CallSettings DeleteModelMonitoringJobSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ModelMonitoringServiceClient.DeleteModelMonitoringJob and
ModelMonitoringServiceClient.DeleteModelMonitoringJobAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
GetModelMonitorSettings
public CallSettings GetModelMonitorSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ModelMonitoringServiceClient.GetModelMonitor and ModelMonitoringServiceClient.GetModelMonitorAsync
.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
GetModelMonitoringJobSettings
public CallSettings GetModelMonitoringJobSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ModelMonitoringServiceClient.GetModelMonitoringJob and
ModelMonitoringServiceClient.GetModelMonitoringJobAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
IAMPolicySettings
public IAMPolicySettings IAMPolicySettings { get; set; }The settings to use for the IAMPolicyClient associated with the client.
| Property Value | |
|---|---|
| Type | Description |
IAMPolicySettings |
|
ListModelMonitoringJobsSettings
public CallSettings ListModelMonitoringJobsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ModelMonitoringServiceClient.ListModelMonitoringJobs and
ModelMonitoringServiceClient.ListModelMonitoringJobsAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
ListModelMonitorsSettings
public CallSettings ListModelMonitorsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ModelMonitoringServiceClient.ListModelMonitors and
ModelMonitoringServiceClient.ListModelMonitorsAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }The settings to use for the LocationsClient associated with the client.
| Property Value | |
|---|---|
| Type | Description |
LocationsSettings |
|
SearchModelMonitoringAlertsSettings
public CallSettings SearchModelMonitoringAlertsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ModelMonitoringServiceClient.SearchModelMonitoringAlerts and
ModelMonitoringServiceClient.SearchModelMonitoringAlertsAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
SearchModelMonitoringStatsSettings
public CallSettings SearchModelMonitoringStatsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ModelMonitoringServiceClient.SearchModelMonitoringStats and
ModelMonitoringServiceClient.SearchModelMonitoringStatsAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
UpdateModelMonitorOperationsSettings
public OperationsSettings UpdateModelMonitorOperationsSettings { get; set; }Long Running Operation settings for calls to ModelMonitoringServiceClient.UpdateModelMonitor and
ModelMonitoringServiceClient.UpdateModelMonitorAsync.
| Property Value | |
|---|---|
| Type | Description |
OperationsSettings |
|
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
UpdateModelMonitorSettings
public CallSettings UpdateModelMonitorSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ModelMonitoringServiceClient.UpdateModelMonitor and
ModelMonitoringServiceClient.UpdateModelMonitorAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public ModelMonitoringServiceSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringServiceSettings |
A deep clone of this ModelMonitoringServiceSettings object. |
GetDefault()
public static ModelMonitoringServiceSettings GetDefault()Get a new instance of the default ModelMonitoringServiceSettings.
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringServiceSettings |
A new instance of the default ModelMonitoringServiceSettings. |