Google Cloud Dialogflow Cx V3 Client - Class ModelTrainingMode (0.3.2)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ModelTrainingMode.

NLU model training mode.

Protobuf type google.cloud.dialogflow.cx.v3.NluSettings.ModelTrainingMode

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ NluSettings

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MODEL_TRAINING_MODE_UNSPECIFIED

Value: 0

Not specified. MODEL_TRAINING_MODE_AUTOMATIC will be used.

Generated from protobuf enum MODEL_TRAINING_MODE_UNSPECIFIED = 0;

MODEL_TRAINING_MODE_AUTOMATIC

Value: 1

NLU model training is automatically triggered when a flow gets modified.

User can also manually trigger model training in this mode.

Generated from protobuf enum MODEL_TRAINING_MODE_AUTOMATIC = 1;

MODEL_TRAINING_MODE_MANUAL

Value: 2

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

Generated from protobuf enum MODEL_TRAINING_MODE_MANUAL = 2;