共用方式為


TableSweepSettings.EarlyTermination Property

Definition

Type of early termination policy for the sweeping job. Please note MachineLearningEarlyTerminationPolicy is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include BanditPolicy, MedianStoppingPolicy and TruncationSelectionPolicy.

public Azure.ResourceManager.MachineLearning.Models.MachineLearningEarlyTerminationPolicy EarlyTermination { get; set; }
member this.EarlyTermination : Azure.ResourceManager.MachineLearning.Models.MachineLearningEarlyTerminationPolicy with get, set
Public Property EarlyTermination As MachineLearningEarlyTerminationPolicy

Property Value

Applies to