TextClassificationMultilabel interface  
Text Classification Multilabel task in AutoML NLP vertical. NLP - Natural Language Processing.
- Extends
Properties
| primary | Primary metric for Text-Classification-Multilabel task. Currently only Accuracy is supported as primary metric, hence user need not set it explicitly. NOTE: This property will not be serialized. It can only be populated by the server. | 
| task | Polymorphic discriminator, which specifies the different types this object can be | 
Inherited Properties
| featurization | Featurization inputs needed for AutoML job. | 
| limit | Execution constraints for AutoMLJob. | 
| 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. | 
| training | [Required] Training data input. | 
| validation | Validation data inputs. | 
Property Details
		primaryMetric
	 
	Primary metric for Text-Classification-Multilabel task. Currently only Accuracy is supported as primary metric, hence user need not set it explicitly. NOTE: This property will not be serialized. It can only be populated by the server.
primaryMetric?: stringProperty Value
string
		taskType
	 
	Polymorphic discriminator, which specifies the different types this object can be
taskType: "TextClassificationMultilabel"Property Value
"TextClassificationMultilabel"
Inherited Property Details
		featurizationSettings
	 
	Featurization inputs needed for AutoML job.
featurizationSettings?: NlpVerticalFeaturizationSettingsProperty Value
Inherited From NlpVertical.featurizationSettings
		limitSettings
	 
	Execution constraints for AutoMLJob.
limitSettings?: NlpVerticalLimitSettingsProperty Value
Inherited From NlpVertical.limitSettings
		logVerbosity
	 
	Log verbosity for the job.
logVerbosity?: stringProperty Value
string
Inherited From AutoMLVertical.logVerbosity
		targetColumnName
	  
	Target column name: This is prediction values column. Also known as label column name in context of classification tasks.
targetColumnName?: stringProperty Value
string
Inherited From AutoMLVertical.targetColumnName
		trainingData
	 
	[Required] Training data input.
trainingData: MLTableJobInputProperty Value
Inherited From AutoMLVertical.trainingData
		validationData
	 
	Validation data inputs.
validationData?: MLTableJobInputProperty Value
Inherited From NlpVertical.validationData