View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelDeploymentMonitoringObjectiveConfig (google_api_ai_platform v0.13.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
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.