public sealed class SearchModelMonitoringAlertsResponse : IMessage<SearchModelMonitoringAlertsResponse>, IEquatable<SearchModelMonitoringAlertsResponse>, IDeepCloneable<SearchModelMonitoringAlertsResponse>, IBufferMessage, IMessage, IPageResponse<ModelMonitoringAlert>, IEnumerable<ModelMonitoringAlert>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class SearchModelMonitoringAlertsResponse.
Response message for [ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts].
Implements
IMessageSearchModelMonitoringAlertsResponse, IEquatableSearchModelMonitoringAlertsResponse, IDeepCloneableSearchModelMonitoringAlertsResponse, IBufferMessage, IMessage, IPageResponseModelMonitoringAlert, IEnumerableModelMonitoringAlert, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SearchModelMonitoringAlertsResponse()
public SearchModelMonitoringAlertsResponse()SearchModelMonitoringAlertsResponse(SearchModelMonitoringAlertsResponse)
public SearchModelMonitoringAlertsResponse(SearchModelMonitoringAlertsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchModelMonitoringAlertsResponse |
Properties
ModelMonitoringAlerts
public RepeatedField<ModelMonitoringAlert> ModelMonitoringAlerts { get; }Alerts retrieved for the requested objectives. Sorted by alert time descendingly.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldModelMonitoringAlert |
|
NextPageToken
public string NextPageToken { get; set; }The page token that can be used by the next [ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts] call.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TotalNumberAlerts
public long TotalNumberAlerts { get; set; }The total number of alerts retrieved by the requested objectives.
| Property Value | |
|---|---|
| Type | Description |
long |
|
Methods
GetEnumerator()
public IEnumerator<ModelMonitoringAlert> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorModelMonitoringAlert |
|