TruncationSelectionPolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an early termination policy that cancels a given percentage of runs at each evaluation interval.
public class TruncationSelectionPolicy : Azure.ResourceManager.MachineLearning.Models.MachineLearningEarlyTerminationPolicy, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.TruncationSelectionPolicy>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.TruncationSelectionPolicy>
public class TruncationSelectionPolicy : Azure.ResourceManager.MachineLearning.Models.MachineLearningEarlyTerminationPolicy
type TruncationSelectionPolicy = class
inherit MachineLearningEarlyTerminationPolicy
interface IJsonModel<TruncationSelectionPolicy>
interface IPersistableModel<TruncationSelectionPolicy>
type TruncationSelectionPolicy = class
inherit MachineLearningEarlyTerminationPolicy
Public Class TruncationSelectionPolicy
Inherits MachineLearningEarlyTerminationPolicy
Implements IJsonModel(Of TruncationSelectionPolicy), IPersistableModel(Of TruncationSelectionPolicy)
Public Class TruncationSelectionPolicy
Inherits MachineLearningEarlyTerminationPolicy
- Inheritance
- Implements
Constructors
TruncationSelectionPolicy() |
Initializes a new instance of TruncationSelectionPolicy. |
Properties
DelayEvaluation |
Number of intervals by which to delay the first evaluation. (Inherited from MachineLearningEarlyTerminationPolicy) |
EvaluationInterval |
Interval (number of runs) between policy evaluations. (Inherited from MachineLearningEarlyTerminationPolicy) |
TruncationPercentage |
The percentage of runs to cancel at each evaluation interval. |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET