modelName property

String? modelName
getter/setter pair

The model name to use for generation.

It can be model name, e.g. "gemini-3-pro-preview". or the fully qualified name of the publisher model or endpoint. Publisher model format: projects/{project}/locations/{location}/publishers / * /models / * Endpoint format: projects/{project}/locations/{location}/endpoints/{endpoint}

Optional.

Implementation

core.String? modelName;