Dialogflow V2 API - Module Google::Cloud::Dialogflow::V2::ConversationModel::State (v1.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::ConversationModel::State.
State of the model.
Constants
STATE_UNSPECIFIED
value: 0 Should not be used, an un-set enum has this value by default.
CREATING
value: 1 Model being created.
UNDEPLOYED
value: 2 Model is not deployed but ready to deploy.
DEPLOYING
value: 3 Model is deploying.
DEPLOYED
value: 4 Model is deployed and ready to use.
UNDEPLOYING
value: 5 Model is undeploying.
DELETING
value: 6 Model is deleting.
FAILED
value: 7 Model is in error state. Not ready to deploy and use.
PENDING
value: 8 Model is being created but the training has not started,
The model may remain in this state until there is enough capacity to
start training.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-01 UTC."],[],[]]