AutoMLVertical Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AutoML vertical class. Base class for AutoML verticals - TableVertical/ImageVertical/NLPVertical Please note this is the abstract base class. The derived classes available for instantiation are: ClassificationTask, MachineLearningForecasting, ImageClassification, ImageClassificationMultilabel, ImageInstanceSegmentation, ImageObjectDetection, AutoMLVerticalRegression, TextClassification, TextClassificationMultilabel, and TextNer.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownAutoMLVertical))]
public abstract class AutoMLVertical : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.AutoMLVertical>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.AutoMLVertical>
public abstract class AutoMLVertical
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownAutoMLVertical))>]
type AutoMLVertical = class
interface IJsonModel<AutoMLVertical>
interface IPersistableModel<AutoMLVertical>
type AutoMLVertical = class
Public MustInherit Class AutoMLVertical
Implements IJsonModel(Of AutoMLVertical), IPersistableModel(Of AutoMLVertical)
Public MustInherit Class AutoMLVertical
- Inheritance
-
AutoMLVertical
- Derived
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AutoMLVertical(MachineLearningTableJobInput) |
Initializes a new instance of AutoMLVertical. |
Properties
| Name | Description |
|---|---|
| LogVerbosity |
Enum for setting log verbosity. |
| 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. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<AutoMLVertical>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<AutoMLVertical>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<AutoMLVertical>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<AutoMLVertical>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<AutoMLVertical>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |