Cloud AI Platform v1beta1 API - Class ModelMonitoringOutputSpec (1.0.0-beta03)

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.

Inheritance

object > ModelMonitoringOutputSpec

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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