SweepJobLimitsResponse

data class SweepJobLimitsResponse(val jobLimitsType: String, val maxConcurrentTrials: Int? = null, val maxTotalTrials: Int? = null, val timeout: String? = null, val trialTimeout: String? = null)

Sweep Job limit class.

Constructors

Link copied to clipboard
constructor(jobLimitsType: String, maxConcurrentTrials: Int? = null, maxTotalTrials: Int? = null, timeout: String? = null, trialTimeout: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Expected value is 'Sweep'.

Link copied to clipboard

Sweep Job max concurrent trials.

Link copied to clipboard
val maxTotalTrials: Int? = null

Sweep Job max total trials.

Link copied to clipboard
val timeout: String? = null

The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds.

Link copied to clipboard
val trialTimeout: String? = null

Sweep Job Trial timeout value.