public sealed class ModelMonitoringOutputSpec : IMessage<ModelMonitoringOutputSpec>, IEquatable<ModelMonitoringOutputSpec>, IDeepCloneable<ModelMonitoringOutputSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelMonitoringOutputSpec.
Specification for the export destination of monitoring results, including
metrics, logs, etc.
[[["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 `ModelMonitoringOutputSpec` class in the Google Cloud AI Platform v1beta1 API defines the export destination for monitoring results, such as metrics and logs."],["This class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and is implemented within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["`ModelMonitoringOutputSpec` inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, a default constructor and one that accepts another `ModelMonitoringOutputSpec` instance for cloning."],["The `GcsBaseDirectory` property of this class is used to specify the base path in Google Cloud Storage where monitoring data will be stored."]]],[]]