id property

String? id
getter/setter pair

The user-specified ID for the agent.

This ID becomes the final component of the agent resource name. If not provided, Vertex AI will generate a value for this ID. The ID can be up to 63 characters and must match the regular expression [a-z]([a-z0-9-]{0,61}[a-z0-9])?.

Immutable.

Implementation

core.String? id;