summarizationModel property
Default summarization model to be used. Possible string values are:
- "SUMMARIZATION_MODEL_UNSPECIFIED" : Unspecified summarization model.
- "BASELINE_MODEL" : The CCAI baseline model. This model is deprecated and
will be removed in the future. We recommend using
generator
instead. - "BASELINE_MODEL_V2_0" : The CCAI baseline model, V2.0. This model is
deprecated and will be removed in the future. We recommend using
generator
instead.
Implementation
core.String? summarizationModel;