TextClassification 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.
Text Classification task in AutoML NLP vertical. NLP - Natural Language Processing.
public class TextClassification : Azure.ResourceManager.MachineLearning.Models.AutoMLVertical, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.TextClassification>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.TextClassification>
public class TextClassification : Azure.ResourceManager.MachineLearning.Models.AutoMLVertical
type TextClassification = class
inherit AutoMLVertical
interface IJsonModel<TextClassification>
interface IPersistableModel<TextClassification>
type TextClassification = class
inherit AutoMLVertical
Public Class TextClassification
Inherits AutoMLVertical
Implements IJsonModel(Of TextClassification), IPersistableModel(Of TextClassification)
Public Class TextClassification
Inherits AutoMLVertical
- Inheritance
- Implements
Constructors
TextClassification(MachineLearningTableJobInput) |
Initializes a new instance of TextClassification. |
Properties
FeaturizationDatasetLanguage |
Dataset language, useful for the text data. |
FixedParameters |
Model/training parameters that will remain constant throughout training. |
LimitSettings |
Execution constraints for AutoMLJob. |
LogVerbosity |
Log verbosity for the job. (Inherited from AutoMLVertical) |
PrimaryMetric |
Primary metric for Text-Classification task. |
SearchSpace |
Search space for sampling different combinations of models and their hyperparameters. |
SweepSettings |
Settings for model sweeping and hyperparameter tuning. |
TargetColumnName |
Target column name: This is prediction values column. Also known as label column name in context of classification tasks. (Inherited from AutoMLVertical) |
TrainingData |
[Required] Training data input. (Inherited from AutoMLVertical) |
ValidationData |
Validation data inputs. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET