publishedModel property
The published Large Language Model name.
- To use the latest model version, specify the model name without version
number. Example:
text-bison
* To use a stable model version, specify the version number as well. Example:text-bison@002
.
Optional.
Implementation
core.String? publishedModel;