Resource: Version
Represents a version of a flow.
JSON representation |
---|
{ "name": string, "displayName": string, "description": string, "nluSettings": { object ( |
Fields | |
---|---|
name |
Format: projects/ |
display |
Required. The human-readable name of the version. Limit of 64 characters. |
description |
The description of the version. The maximum length is 500 characters. If exceeded, the request is rejected. |
nlu |
Output only. The NLU settings of the flow at version creation. |
create |
Output only. Create time of the version. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
state |
Output only. The state of this version. This field is read-only and cannot be set by create and update methods. |
State
The state of the version.
Enums | |
---|---|
STATE_UNSPECIFIED |
Not specified. This value is not used. |
RUNNING |
Version is not ready to serve (e.g. training is running). |
SUCCEEDED |
Training has succeeded and this version is ready to serve. |
FAILED |
Version training failed. |
Methods |
|
---|---|
|
Compares the specified base version with target version. |
|
Creates a Version in the specified Flow . |
|
Deletes the specified Version . |
|
Retrieves the specified Version . |
|
Returns the list of all versions in the specified Flow . |
|
Loads resources in the specified version to the draft flow. |
|
Updates the specified Version . |