MonitoringTargetResponse

data class MonitoringTargetResponse(val deploymentId: String? = null, val modelId: String? = null, val taskType: String)

Monitoring target definition.

Constructors

Link copied to clipboard
constructor(deploymentId: String? = null, modelId: String? = null, taskType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deploymentId: String? = null

Reference to the deployment asset targeted by this monitor.

Link copied to clipboard
val modelId: String? = null

Reference to the model asset targeted by this monitor.

Link copied to clipboard

Required The machine learning task type of the monitored model.