TextClassificationJobConfig
The collection of settings used by an AutoML job V2 for the text classification problem type.
Types
Properties
Link copied to clipboard
How long a job is allowed to run, or how many candidates a job is allowed to generate.
Link copied to clipboard
The name of the column used to provide the sentences to be classified. It should not be the same as the target column.
Link copied to clipboard
The name of the column used to provide the class labels. It should not be same as the content column.
Functions
Link copied to clipboard
inline fun copy(block: TextClassificationJobConfig.Builder.() -> Unit = {}): TextClassificationJobConfig