Compartir a través de


SweepJobLimits interface

Sweep Job limit class.

Extends

Properties

jobLimitsType

Polymorphic discriminator, which specifies the different types this object can be

maxConcurrentTrials

Sweep Job max concurrent trials.

maxTotalTrials

Sweep Job max total trials.

trialTimeout

Sweep Job Trial timeout value.

Inherited Properties

timeout

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

Property Details

jobLimitsType

Polymorphic discriminator, which specifies the different types this object can be

jobLimitsType: "Sweep"

Property Value

"Sweep"

maxConcurrentTrials

Sweep Job max concurrent trials.

maxConcurrentTrials?: number

Property Value

number

maxTotalTrials

Sweep Job max total trials.

maxTotalTrials?: number

Property Value

number

trialTimeout

Sweep Job Trial timeout value.

trialTimeout?: string

Property Value

string

Inherited Property Details

timeout

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

timeout?: string

Property Value

string

Inherited From JobLimits.timeout