MedianStoppingPolicy 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 based on running averages of the primary metric of all runs
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MedianStoppingPolicyTypeConverter))]
public class MedianStoppingPolicy : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMedianStoppingPolicy, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MedianStoppingPolicyTypeConverter))>]
type MedianStoppingPolicy = class
interface IMedianStoppingPolicy
interface IJsonSerializable
interface IEarlyTerminationPolicy
interface IValidates
Public Class MedianStoppingPolicy
Implements IMedianStoppingPolicy, IValidates
- Inheritance
-
MedianStoppingPolicy
- Attributes
- Implements
Constructors
MedianStoppingPolicy() |
Creates an new MedianStoppingPolicy instance. |
Properties
DelayEvaluation |
Number of intervals by which to delay the first evaluation. |
EvaluationInterval |
Interval (number of runs) between policy evaluations. |
PolicyType |
[Required] Name of policy configuration |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MedianStoppingPolicy. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MedianStoppingPolicy. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMedianStoppingPolicy. |
FromJsonString(String) |
Creates a new instance of MedianStoppingPolicy, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MedianStoppingPolicy into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |