MonitoringTargetArgs

data class MonitoringTargetArgs(val deploymentId: Output<String>? = null, val modelId: Output<String>? = null, val taskType: Output<Either<String, ModelTaskType>>) : ConvertibleToJava<MonitoringTargetArgs>

Monitoring target definition.

Constructors

Link copied to clipboard
constructor(deploymentId: Output<String>? = null, modelId: Output<String>? = null, taskType: Output<Either<String, ModelTaskType>>)

Properties

Link copied to clipboard
val deploymentId: Output<String>? = null

Reference to the deployment asset targeted by this monitor.

Link copied to clipboard
val modelId: Output<String>? = null

Reference to the model asset targeted by this monitor.

Link copied to clipboard
val taskType: Output<Either<String, ModelTaskType>>

Required The machine learning task type of the monitored model.

Functions

Link copied to clipboard
open override fun toJava(): MonitoringTargetArgs