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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The `ModelMonitoringStats` class in the Cloud AI Platform v1beta1 API represents a collection of statistics for a metric."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ModelMonitoringStats` class includes a constructor that can be used to create a new instance, as well as a constructor that can create a copy from an existing one."],["The class has two key properties: `StatsCase`, which indicates the current state, and `TabularStats` which stores generated tabular statistics."],["The class is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace, in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, and inherits from the base `object` class."]]],[]]