TableVerticalLimitSettings Class

Definition

Job execution constraints.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TableVerticalLimitSettingsTypeConverter))]
public class TableVerticalLimitSettings : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITableVerticalLimitSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TableVerticalLimitSettingsTypeConverter))>]
type TableVerticalLimitSettings = class
    interface ITableVerticalLimitSettings
    interface IJsonSerializable
Public Class TableVerticalLimitSettings
Implements ITableVerticalLimitSettings
Inheritance
TableVerticalLimitSettings
Attributes
Implements

Constructors

TableVerticalLimitSettings()

Creates an new TableVerticalLimitSettings instance.

Properties

EnableEarlyTermination

Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations.

ExitScore

Exit score for the AutoML job.

MaxConcurrentTrial

Maximum Concurrent iterations.

MaxCoresPerTrial

Max cores per iteration.

MaxTrial

Number of iterations.

Timeout

AutoML job timeout.

TrialTimeout

Iteration timeout.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TableVerticalLimitSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TableVerticalLimitSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITableVerticalLimitSettings.

FromJsonString(String)

Creates a new instance of TableVerticalLimitSettings, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TableVerticalLimitSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to