MachineLearningSweepJobLimits Class

Definition

Sweep Job limit class.

public class MachineLearningSweepJobLimits : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobLimits
type MachineLearningSweepJobLimits = class
    inherit MachineLearningJobLimits
Public Class MachineLearningSweepJobLimits
Inherits MachineLearningJobLimits
Inheritance
MachineLearningSweepJobLimits

Constructors

MachineLearningSweepJobLimits()

Initializes a new instance of MachineLearningSweepJobLimits.

Properties

MaxConcurrentTrials

Sweep Job max concurrent trials.

MaxTotalTrials

Sweep Job max total trials.

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.

(Inherited from MachineLearningJobLimits)
TrialTimeout

Sweep Job Trial timeout value.

Applies to