ImageSweepSettings 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.
Model sweeping and hyperparameter sweeping related settings.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ImageSweepSettingsTypeConverter))]
public class ImageSweepSettings : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IImageSweepSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ImageSweepSettingsTypeConverter))>]
type ImageSweepSettings = class
interface IImageSweepSettings
interface IJsonSerializable
Public Class ImageSweepSettings
Implements IImageSweepSettings
- Inheritance
-
ImageSweepSettings
- Attributes
- Implements
Constructors
ImageSweepSettings() |
Creates an new ImageSweepSettings instance. |
Properties
EarlyTerminationDelayEvaluation |
Number of intervals by which to delay the first evaluation. |
EarlyTerminationEvaluationInterval |
Interval (number of runs) between policy evaluations. |
EarlyTerminationPolicyType |
[Required] Name of policy configuration |
SamplingAlgorithm |
[Required] Type of the hyperparameter sampling algorithms. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ImageSweepSettings. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ImageSweepSettings. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IImageSweepSettings. |
FromJsonString(String) |
Creates a new instance of ImageSweepSettings, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ImageSweepSettings into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |