ITextClassification Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TextClassificationTypeConverter))]
public interface ITextClassification : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAutoMlVertical, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INlpVertical
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.TextClassificationTypeConverter))>]
type ITextClassification = interface
interface IJsonSerializable
interface INlpVertical
interface IAutoMlVertical
Public Interface ITextClassification
Implements IAutoMlVertical, INlpVertical
- Derived
- Attributes
- Implements
Properties
FeaturizationSettingDatasetLanguage |
Dataset language, useful for the text data. (Inherited from INlpVertical) |
LimitSettingMaxConcurrentTrial |
Maximum Concurrent AutoML iterations. (Inherited from INlpVertical) |
LimitSettingMaxTrial |
Number of AutoML iterations. (Inherited from INlpVertical) |
LimitSettingTimeout |
AutoML job timeout. (Inherited from INlpVertical) |
LogVerbosity |
Log verbosity for the job. (Inherited from IAutoMlVertical) |
PrimaryMetric |
Primary metric for Text-Classification task. |
TargetColumnName |
Target column name: This is prediction values column. Also known as label column name in context of classification tasks. (Inherited from IAutoMlVertical) |
TaskType |
[Required] Task type for AutoMLJob. (Inherited from IAutoMlVertical) |
TrainingDataDescription |
Description for the input. (Inherited from IAutoMlVertical) |
TrainingDataJobInputType |
[Required] Specifies the type of job. (Inherited from IAutoMlVertical) |
TrainingDataMode |
Input Asset Delivery Mode. (Inherited from IAutoMlVertical) |
TrainingDataUri |
[Required] Input Asset URI. (Inherited from IAutoMlVertical) |
ValidationDataDescription |
Description for the input. (Inherited from INlpVertical) |
ValidationDataJobInputType |
[Required] Specifies the type of job. (Inherited from INlpVertical) |
ValidationDataMode |
Input Asset Delivery Mode. (Inherited from INlpVertical) |
ValidationDataUri |
[Required] Input Asset URI. (Inherited from INlpVertical) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |