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.
Implements
IMessageModelMonitoringOutputSpec, IEquatableModelMonitoringOutputSpec, IDeepCloneableModelMonitoringOutputSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ModelMonitoringOutputSpec()
public ModelMonitoringOutputSpec()
ModelMonitoringOutputSpec(ModelMonitoringOutputSpec)
public ModelMonitoringOutputSpec(ModelMonitoringOutputSpec other)
Parameter | |
---|---|
Name | Description |
other |
ModelMonitoringOutputSpec |
Properties
GcsBaseDirectory
public GcsDestination GcsBaseDirectory { get; set; }
Google Cloud Storage base folder path for metrics, error logs, etc.
Property Value | |
---|---|
Type | Description |
GcsDestination |