public sealed class ModelMonitoringStats : IMessage<ModelMonitoringStats>, IEquatable<ModelMonitoringStats>, IDeepCloneable<ModelMonitoringStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelMonitoringStats.
Represents the collection of statistics for a metric.
Implements
IMessageModelMonitoringStats, IEquatableModelMonitoringStats, IDeepCloneableModelMonitoringStats, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ModelMonitoringStats()
public ModelMonitoringStats()
ModelMonitoringStats(ModelMonitoringStats)
public ModelMonitoringStats(ModelMonitoringStats other)
Parameter | |
---|---|
Name | Description |
other |
ModelMonitoringStats |
Properties
StatsCase
public ModelMonitoringStats.StatsOneofCase StatsCase { get; }
Property Value | |
---|---|
Type | Description |
ModelMonitoringStatsStatsOneofCase |
TabularStats
public ModelMonitoringTabularStats TabularStats { get; set; }
Generated tabular statistics.
Property Value | |
---|---|
Type | Description |
ModelMonitoringTabularStats |