Module: Google::Cloud::Dialogflow::V2::Version::VersionStatus

Defined in:
proto_docs/google/cloud/dialogflow/v2/version.rb

Overview

The status of a version.

Constant Summary collapse

VERSION_STATUS_UNSPECIFIED =

Not specified. This value is not used.

0
IN_PROGRESS =

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

1
READY =

Version is ready to serve.

2
FAILED =

Version training failed.

3