public sealed class SearchModelMonitoringAlertsRequest : IMessage<SearchModelMonitoringAlertsRequest>, IEquatable<SearchModelMonitoringAlertsRequest>, IDeepCloneable<SearchModelMonitoringAlertsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Vertex AI v1beta1 API class SearchModelMonitoringAlertsRequest.
Request message for [ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts].
Implements
IMessageSearchModelMonitoringAlertsRequest, IEquatableSearchModelMonitoringAlertsRequest, IDeepCloneableSearchModelMonitoringAlertsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SearchModelMonitoringAlertsRequest()
public SearchModelMonitoringAlertsRequest()SearchModelMonitoringAlertsRequest(SearchModelMonitoringAlertsRequest)
public SearchModelMonitoringAlertsRequest(SearchModelMonitoringAlertsRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        SearchModelMonitoringAlertsRequest | 
      
Properties
AlertTimeInterval
public Interval AlertTimeInterval { get; set; }If non-empty, returns the alerts in this time interval.
| Property Value | |
|---|---|
| Type | Description | 
Interval | 
        |
ModelMonitor
public string ModelMonitor { get; set; }Required. ModelMonitor resource name.
Format:
projects/{project}/locations/{location}/modelMonitors/{model_monitor}
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
ModelMonitorAsModelMonitorName
public ModelMonitorName ModelMonitorAsModelMonitorName { get; set; }ModelMonitorName-typed view over the ModelMonitor resource name property.
| Property Value | |
|---|---|
| Type | Description | 
ModelMonitorName | 
        |
ModelMonitoringJob
public string ModelMonitoringJob { get; set; }If non-empty, returns the alerts of this model monitoring job.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
ObjectiveType
public string ObjectiveType { get; set; }If non-empty, returns the alerts of this objective type.
Supported monitoring objectives:
raw-feature-drift
prediction-output-drift
feature-attribution
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
PageSize
public int PageSize { get; set; }The standard list page size.
| Property Value | |
|---|---|
| Type | Description | 
int | 
        |
PageToken
public string PageToken { get; set; }A page token received from a previous [ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts] call.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
StatsName
public string StatsName { get; set; }If non-empty, returns the alerts of this stats_name.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |