GoogleCloudAiplatformV1ModelDeploymentMonitoringObjectiveConfig constructor

GoogleCloudAiplatformV1ModelDeploymentMonitoringObjectiveConfig({
  1. String? deployedModelId,
  2. GoogleCloudAiplatformV1ModelMonitoringObjectiveConfig? objectiveConfig,
})

Implementation

GoogleCloudAiplatformV1ModelDeploymentMonitoringObjectiveConfig({
  this.deployedModelId,
  this.objectiveConfig,
});