Module: Google::Cloud::Dialogflow::CX::V3::NluSettings::ModelTrainingMode

Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/flow.rb

Overview

NLU model training mode.

Constant Summary collapse

MODEL_TRAINING_MODE_UNSPECIFIED =

Not specified. MODEL_TRAINING_MODE_AUTOMATIC will be used.

0
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.

1
MODEL_TRAINING_MODE_MANUAL =

User needs to manually trigger NLU model training. Best for large flows whose models take long time to train.

2