View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelDeploymentMonitoringObjectiveConfig (google_api_ai_platform v0.24.0)
ModelDeploymentMonitoringObjectiveConfig contains the pair of deployed_model_id to ModelMonitoringObjectiveConfig.
Attributes
-
deployedModelId(type:String.t, default:nil) - The DeployedModel ID of the objective config. -
objectiveConfig(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelMonitoringObjectiveConfig.t, default:nil) - The objective config of for the modelmonitoring job of this deployed model.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelDeploymentMonitoringObjectiveConfig{ deployedModelId: String.t() | nil, objectiveConfig: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelMonitoringObjectiveConfig.t() | nil }