Cloud AI Platform v1beta1 API - Class ModelMonitoringStats (1.0.0-beta02)

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.

Inheritance

object > ModelMonitoringStats

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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