ModelExplainabilityJobDefinitionStoppingCondition

data class ModelExplainabilityJobDefinitionStoppingCondition(val maxRuntimeInSeconds: Int)

Specifies a time limit for how long the monitoring job is allowed to run.

Constructors

constructor(maxRuntimeInSeconds: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum runtime allowed in seconds.