Class: Google::Cloud::Dialogflow::V2::CreateConversationModelOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::CreateConversationModelOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_model.rb
Overview
Metadata for a ConversationModels.CreateConversationModel operation.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#conversation_model ⇒ ::String
The resource name of the conversation model.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Timestamp when the request to create conversation model is submitted.
-
#state ⇒ ::Google::Cloud::Dialogflow::V2::CreateConversationModelOperationMetadata::State
State of CreateConversationModel operation.
Instance Attribute Details
#conversation_model ⇒ ::String
Returns The resource name of the conversation model. Format:
projects/<Project ID>/conversationModels/<Conversation Model Id>.
401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 401 class CreateConversationModelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of CreateConversationModel operation. module State # Invalid. STATE_UNSPECIFIED = 0 # Request is submitted, but training has not started yet. # The model may remain in this state until there is enough capacity to # start training. PENDING = 1 # The training has succeeded. SUCCEEDED = 2 # The training has succeeded. FAILED = 3 # The training has been cancelled. CANCELLED = 4 # The training is in cancelling state. CANCELLING = 5 # Custom model is training. TRAINING = 6 end end |
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Timestamp when the request to create conversation model is submitted. The time is measured on server side.
401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 401 class CreateConversationModelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of CreateConversationModel operation. module State # Invalid. STATE_UNSPECIFIED = 0 # Request is submitted, but training has not started yet. # The model may remain in this state until there is enough capacity to # start training. PENDING = 1 # The training has succeeded. SUCCEEDED = 2 # The training has succeeded. FAILED = 3 # The training has been cancelled. CANCELLED = 4 # The training is in cancelling state. CANCELLING = 5 # Custom model is training. TRAINING = 6 end end |
#state ⇒ ::Google::Cloud::Dialogflow::V2::CreateConversationModelOperationMetadata::State
Returns State of CreateConversationModel operation.
401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 401 class CreateConversationModelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of CreateConversationModel operation. module State # Invalid. STATE_UNSPECIFIED = 0 # Request is submitted, but training has not started yet. # The model may remain in this state until there is enough capacity to # start training. PENDING = 1 # The training has succeeded. SUCCEEDED = 2 # The training has succeeded. FAILED = 3 # The training has been cancelled. CANCELLED = 4 # The training is in cancelling state. CANCELLING = 5 # Custom model is training. TRAINING = 6 end end |