Cloud AI Platform v1 API - Class ModelDeploymentMonitoringObjectiveConfig (2.27.0)

public sealed class ModelDeploymentMonitoringObjectiveConfig : IMessage<ModelDeploymentMonitoringObjectiveConfig>, IEquatable<ModelDeploymentMonitoringObjectiveConfig>, IDeepCloneable<ModelDeploymentMonitoringObjectiveConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ModelDeploymentMonitoringObjectiveConfig.

ModelDeploymentMonitoringObjectiveConfig contains the pair of deployed_model_id to ModelMonitoringObjectiveConfig.

Inheritance

object > ModelDeploymentMonitoringObjectiveConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ModelDeploymentMonitoringObjectiveConfig()

public ModelDeploymentMonitoringObjectiveConfig()

ModelDeploymentMonitoringObjectiveConfig(ModelDeploymentMonitoringObjectiveConfig)

public ModelDeploymentMonitoringObjectiveConfig(ModelDeploymentMonitoringObjectiveConfig other)
Parameter
NameDescription
otherModelDeploymentMonitoringObjectiveConfig

Properties

DeployedModelId

public string DeployedModelId { get; set; }

The DeployedModel ID of the objective config.

Property Value
TypeDescription
string

ObjectiveConfig

public ModelMonitoringObjectiveConfig ObjectiveConfig { get; set; }

The objective config of for the modelmonitoring job of this deployed model.

Property Value
TypeDescription
ModelMonitoringObjectiveConfig