Share via


TableVerticalLimitSettings Class

Definition

Job execution constraints.

public class TableVerticalLimitSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.TableVerticalLimitSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.TableVerticalLimitSettings>
public class TableVerticalLimitSettings
type TableVerticalLimitSettings = class
    interface IJsonModel<TableVerticalLimitSettings>
    interface IPersistableModel<TableVerticalLimitSettings>
type TableVerticalLimitSettings = class
Public Class TableVerticalLimitSettings
Implements IJsonModel(Of TableVerticalLimitSettings), IPersistableModel(Of TableVerticalLimitSettings)
Public Class TableVerticalLimitSettings
Inheritance
TableVerticalLimitSettings
Implements

Constructors

TableVerticalLimitSettings()

Initializes a new instance of TableVerticalLimitSettings.

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.

MaxConcurrentTrials

Maximum Concurrent iterations.

MaxCoresPerTrial

Max cores per iteration.

MaxNodes

Maximum nodes to use for the experiment.

MaxTrials

Number of iterations.

SweepConcurrentTrials

Number of concurrent sweeping runs that user wants to trigger.

SweepTrials

Number of sweeping runs that user wants to trigger.

Timeout

AutoML job timeout.

TrialTimeout

Iteration timeout.

Explicit Interface Implementations

IJsonModel<TableVerticalLimitSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TableVerticalLimitSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TableVerticalLimitSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TableVerticalLimitSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TableVerticalLimitSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to