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
limit |
[Required] Limit settings for the AutoML job. |
sweep |
Model sweeping and hyperparameter sweeping related settings. |
validation |
Validation data inputs. |
validation |
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
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