Cloud AI Platform v1beta1 API - Class SearchModelMonitoringAlertsResponse (1.0.0-beta03)

public sealed class SearchModelMonitoringAlertsResponse : IMessage<SearchModelMonitoringAlertsResponse>, IEquatable<SearchModelMonitoringAlertsResponse>, IDeepCloneable<SearchModelMonitoringAlertsResponse>, IBufferMessage, IMessage, IPageResponse<ModelMonitoringAlert>, IEnumerable<ModelMonitoringAlert>, IEnumerable

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class SearchModelMonitoringAlertsResponse.

Response message for [ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts].

Inheritance

object > SearchModelMonitoringAlertsResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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