model property
The fully qualified name of the publisher model or endpoint to use.
Anthropic and Llama third-party models are also supported through Model
Garden. Publisher model format:
projects/{project}/locations/{location}/publishers / * /models / *
Third-party model formats:
projects/{project}/locations/{location}/publishers/anthropic/models/{model}
or
projects/{project}/locations/{location}/publishers/llama/models/{model}
Endpoint format:
projects/{project}/locations/{location}/endpoints/{endpoint}
Optional.
Implementation
core.String? model;