Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest

Request message for ModelMonitoringService.SearchModelMonitoringAlerts.

Inheritance
object
GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest : IDirectResponseSchema

Properties

AlertTimeInterval

If non-empty, returns the alerts in this time interval.

Declaration
[JsonProperty("alertTimeInterval")]
public virtual GoogleTypeInterval AlertTimeInterval { get; set; }
Property Value
Type Description
GoogleTypeInterval

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ModelMonitoringJob

If non-empty, returns the alerts of this model monitoring job.

Declaration
[JsonProperty("modelMonitoringJob")]
public virtual string ModelMonitoringJob { get; set; }
Property Value
Type Description
string

ObjectiveType

If non-empty, returns the alerts of this objective type. Supported monitoring objectives: raw-feature-drift prediction-output-drift feature-attribution

Declaration
[JsonProperty("objectiveType")]
public virtual string ObjectiveType { get; set; }
Property Value
Type Description
string

PageSize

The standard list page size.

Declaration
[JsonProperty("pageSize")]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A page token received from a previous ModelMonitoringService.SearchModelMonitoringAlerts call.

Declaration
[JsonProperty("pageToken")]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

StatsName

If non-empty, returns the alerts of this stats_name.

Declaration
[JsonProperty("statsName")]
public virtual string StatsName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX