Sdílet prostřednictvím


AutoMLVertical Class

Definition

AutoML vertical class. Base class for AutoML verticals - TableVertical/ImageVertical/NLPVertical Please note AutoMLVertical is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ClassificationTask, MachineLearningForecasting, ImageClassification, ImageClassificationMultilabel, ImageInstanceSegmentation, ImageObjectDetection, AutoMLVerticalRegression, TextClassification, TextClassificationMultilabel and TextNer.

public abstract class AutoMLVertical
type AutoMLVertical = class
Public MustInherit Class AutoMLVertical
Inheritance
AutoMLVertical
Derived

Constructors

AutoMLVertical(MachineLearningTableJobInput)

Initializes a new instance of AutoMLVertical.

Properties

LogVerbosity

Log verbosity for the job.

TargetColumnName

Target column name: This is prediction values column. Also known as label column name in context of classification tasks.

TrainingData

[Required] Training data input.

Applies to