AutoMLVertical interface
AutoML vertical class. Base class for AutoML verticals - TableVertical/ImageVertical/NLPVertical
Properties
log |
Log verbosity for the job. |
target |
Target column name: This is prediction values column. Also known as label column name in context of classification tasks. |
task |
Polymorphic discriminator, which specifies the different types this object can be |
training |
[Required] Training data input. |
Property Details
logVerbosity
Log verbosity for the job.
logVerbosity?: string
Property Value
string
targetColumnName
Target column name: This is prediction values column. Also known as label column name in context of classification tasks.
targetColumnName?: string
Property Value
string
taskType
Polymorphic discriminator, which specifies the different types this object can be
taskType: "Classification" | "Forecasting" | "ImageClassification" | "ImageClassificationMultilabel" | "ImageInstanceSegmentation" | "ImageObjectDetection" | "Regression" | "TextClassification" | "TextClassificationMultilabel" | "TextNER"
Property Value
"Classification" | "Forecasting" | "ImageClassification" | "ImageClassificationMultilabel" | "ImageInstanceSegmentation" | "ImageObjectDetection" | "Regression" | "TextClassification" | "TextClassificationMultilabel" | "TextNER"