Class GoogleCloudAiplatformV1ModelDeploymentMonitoringObjectiveConfig
ModelDeploymentMonitoringObjectiveConfig contains the pair of deployed_model_id to ModelMonitoringObjectiveConfig.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ModelDeploymentMonitoringObjectiveConfig : IDirectResponseSchema
Properties
DeployedModelId
The DeployedModel ID of the objective config.
Declaration
[JsonProperty("deployedModelId")]
public virtual string DeployedModelId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ObjectiveConfig
The objective config of for the modelmonitoring job of this deployed model.
Declaration
[JsonProperty("objectiveConfig")]
public virtual GoogleCloudAiplatformV1ModelMonitoringObjectiveConfig ObjectiveConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1ModelMonitoringObjectiveConfig |