Class ModelTrainingMode (1.34.0)

ModelTrainingMode(value)

NLU model training mode.

Enums

Name Description
MODEL_TRAINING_MODE_UNSPECIFIED Not specified. `MODEL_TRAINING_MODE_AUTOMATIC` will be used.
MODEL_TRAINING_MODE_AUTOMATIC NLU model training is automatically triggered when a flow gets modified. User can also manually trigger model training in this mode.
MODEL_TRAINING_MODE_MANUAL User needs to manually trigger NLU model training. Best for large flows whose models take long time to train.