Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ModelDeploymentMonitoringObjectiveConfig

ModelDeploymentMonitoringObjectiveConfig contains the pair of deployed_model_id to ModelMonitoringObjectiveConfig.

Inheritance
object
GoogleCloudAiplatformV1ModelDeploymentMonitoringObjectiveConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX