Module Google::Cloud::Dialogflow::V2::Version::VersionStatus (v0.13.0)

The status of a version.

Constants

VERSION_STATUS_UNSPECIFIED

value: 0
Not specified. This value is not used.

IN_PROGRESS

value: 1
Version is not ready to serve (e.g. training is in progress).

READY

value: 2
Version is ready to serve.

FAILED

value: 3
Version training failed.