Text Ner Response
data class TextNerResponse(val featurizationSettings: NlpVerticalFeaturizationSettingsResponse? = null, val limitSettings: NlpVerticalLimitSettingsResponse? = null, val logVerbosity: String? = null, val primaryMetric: String, val targetColumnName: String? = null, val taskType: String, val trainingData: MLTableJobInputResponse, val validationData: MLTableJobInputResponse? = null)
Text-NER task in AutoML NLP vertical. NER - Named Entity Recognition. NLP - Natural Language Processing.
Constructors
Link copied to clipboard
fun TextNerResponse(featurizationSettings: NlpVerticalFeaturizationSettingsResponse? = null, limitSettings: NlpVerticalLimitSettingsResponse? = null, logVerbosity: String? = null, primaryMetric: String, targetColumnName: String? = null, taskType: String, trainingData: MLTableJobInputResponse, validationData: MLTableJobInputResponse? = null)