trainingModelType property

String? trainingModelType
getter/setter pair

Type of the article suggestion model.

If not provided, model_type is used.

Optional. Possible string values are:

  • "MODEL_TYPE_UNSPECIFIED" : ModelType unspecified.
  • "SMART_REPLY_DUAL_ENCODER_MODEL" : ModelType smart reply dual encoder model.
  • "SMART_REPLY_BERT_MODEL" : ModelType smart reply bert model.

Implementation

core.String? trainingModelType;