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

public sealed class ModelMonitoringTabularStats : IMessage<ModelMonitoringTabularStats>, IEquatable<ModelMonitoringTabularStats>, IDeepCloneable<ModelMonitoringTabularStats>, IBufferMessage, IMessage

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

A collection of data points that describes the time-varying values of a tabular metric.

Inheritance

object > ModelMonitoringTabularStats

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ModelMonitoringTabularStats()

public ModelMonitoringTabularStats()

ModelMonitoringTabularStats(ModelMonitoringTabularStats)

public ModelMonitoringTabularStats(ModelMonitoringTabularStats other)
Parameter
Name Description
other ModelMonitoringTabularStats

Properties

DataPoints

public RepeatedField<ModelMonitoringStatsDataPoint> DataPoints { get; }

The data points of this time series. When listing time series, points are returned in reverse time order.

Property Value
Type Description
RepeatedFieldModelMonitoringStatsDataPoint

ObjectiveType

public string ObjectiveType { get; set; }

One of the supported monitoring objectives: raw-feature-drift prediction-output-drift feature-attribution

Property Value
Type Description
string

StatsName

public string StatsName { get; set; }

The stats name.

Property Value
Type Description
string