Module: Google::Cloud::Dialogflow::CX::V3::Version::State
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/version.rb
Overview
The state of the version.
Constant Summary collapse
- STATE_UNSPECIFIED =
Not specified. This value is not used.
0
- RUNNING =
Version is not ready to serve (e.g. training is running).
1
- SUCCEEDED =
Training has succeeded and this version is ready to serve.
2
- FAILED =
Version training failed.
3