Resource: Generator
LLM generator.
JSON representation |
---|
{ "name": string, "description": string, "inferenceParameter": { object ( |
Fields | |
---|---|
name |
Output only. Identifier. The resource name of the generator. Format: |
description |
Optional. Human readable description of the generator. |
inference |
Optional. Inference parameters for this generator. |
trigger |
Optional. The trigger event of the generator. It defines when the generator is triggered in a conversation. |
create |
Output only. Creation time of this generator. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
update |
Output only. Update time of this generator. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
Union field context . Required. Input context of the generator. context can be only one of the following: |
|
summarization |
Input of prebuilt Summarization feature. |
Methods |
|
---|---|
|
Creates a generator. |
|
Deletes a generator. |
|
Retrieves a generator. |
|
Lists generators. |
|
Updates a generator. |