ImageVertical interface

Abstract class for AutoML tasks that train image (computer vision) models - such as Image Classification / Image Classification Multilabel / Image Object Detection / Image Instance Segmentation.

Properties

limitSettings

[Required] Limit settings for the AutoML job.

sweepSettings

Model sweeping and hyperparameter sweeping related settings.

validationData

Validation data inputs.

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.

Property Details

limitSettings

[Required] Limit settings for the AutoML job.

limitSettings: ImageLimitSettings

Property Value

sweepSettings

Model sweeping and hyperparameter sweeping related settings.

sweepSettings?: ImageSweepSettings

Property Value

validationData

Validation data inputs.

validationData?: MLTableJobInput

Property Value

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.

validationDataSize?: number

Property Value

number