TextClassificationJobConfig

The collection of settings used by an AutoML job V2 for the text classification problem type.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String