Version

Creates an agent version. The new version points to the agent instance in the "default" environment. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val createTime: Output<String>

The creation time of this version. This field is read-only, i.e., it cannot be set by create and update methods.

Link copied to clipboard
val description: Output<String>

Optional. The developer-provided description of this version.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The unique identifier of this agent version. Supported formats: - projects//agent/versions/ - projects//locations//agent/versions/

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

The status of this version. This field is read-only and cannot be set by create and update methods.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val versionNumber: Output<Int>

The sequential number of this version. This field is read-only which means it cannot be set by create and update methods.