Compartilhar via


IImageVertical Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ImageVerticalTypeConverter))]
public interface IImageVertical : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ImageVerticalTypeConverter))>]
type IImageVertical = interface
    interface IJsonSerializable
Public Interface IImageVertical
Implements IJsonSerializable
Derived
Attributes
Implements

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

LimitSettingMaxConcurrentTrial

Maximum number of concurrent AutoML iterations.

LimitSettingMaxTrial

Maximum number of AutoML iterations.

LimitSettingTimeout

AutoML job timeout.

SweepSettingSamplingAlgorithm

[Required] Type of the hyperparameter sampling algorithms.

ValidationDataDescription

Description for the input.

ValidationDataJobInputType

[Required] Specifies the type of job.

ValidationDataMode

Input Asset Delivery Mode.

ValidationDataSize

The fraction of training dataset that needs to be set aside for validation purpose. Values between (0.0 , 1.0) Applied when validation dataset is not provided.

ValidationDataUri

[Required] Input Asset URI.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to