SweepJobLimitsArgs

data class SweepJobLimitsArgs(val jobLimitsType: Output<String>, val maxConcurrentTrials: Output<Int>? = null, val maxTotalTrials: Output<Int>? = null, val timeout: Output<String>? = null, val trialTimeout: Output<String>? = null) : ConvertibleToJava<SweepJobLimitsArgs>

Sweep Job limit class.

Constructors

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

Properties

Link copied to clipboard
val jobLimitsType: Output<String>

Expected value is 'Sweep'.

Link copied to clipboard
val maxConcurrentTrials: Output<Int>? = null

Sweep Job max concurrent trials.

Link copied to clipboard
val maxTotalTrials: Output<Int>? = null

Sweep Job max total trials.

Link copied to clipboard
val timeout: Output<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: Output<String>? = null

Sweep Job Trial timeout value.

Functions

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