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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET