Class: Google::Cloud::Dialogflow::V2::CreateConversationModelEvaluationOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::CreateConversationModelEvaluationOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_model.rb
Overview
Metadata for a ConversationModels.CreateConversationModelEvaluation operation.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#conversation_model ⇒ ::String
The resource name of the conversation model.
-
#conversation_model_evaluation ⇒ ::String
The resource name of the conversation model.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Timestamp when the request to create conversation model was submitted.
-
#state ⇒ ::Google::Cloud::Dialogflow::V2::CreateConversationModelEvaluationOperationMetadata::State
State of CreateConversationModel operation.
Instance Attribute Details
#conversation_model ⇒ ::String
Returns The resource name of the conversation model. Format:
projects/<Project ID>/locations/<Location
ID>/conversationModels/<Conversation Model Id>.
549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 549 class CreateConversationModelEvaluationOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of CreateConversationModel operation. module State # Operation status not specified. STATE_UNSPECIFIED = 0 # The operation is being prepared. INITIALIZING = 1 # The operation is running. RUNNING = 2 # The operation is cancelled. CANCELLED = 3 # The operation has succeeded. SUCCEEDED = 4 # The operation has failed. FAILED = 5 end end |
#conversation_model_evaluation ⇒ ::String
Returns The resource name of the conversation model. Format:
projects/<Project ID>/locations/<Location
ID>/conversationModels/<Conversation Model Id>/evaluations/<Evaluation Id>.
549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 549 class CreateConversationModelEvaluationOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of CreateConversationModel operation. module State # Operation status not specified. STATE_UNSPECIFIED = 0 # The operation is being prepared. INITIALIZING = 1 # The operation is running. RUNNING = 2 # The operation is cancelled. CANCELLED = 3 # The operation has succeeded. SUCCEEDED = 4 # The operation has failed. FAILED = 5 end end |
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Timestamp when the request to create conversation model was submitted. The time is measured on server side.
549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 549 class CreateConversationModelEvaluationOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of CreateConversationModel operation. module State # Operation status not specified. STATE_UNSPECIFIED = 0 # The operation is being prepared. INITIALIZING = 1 # The operation is running. RUNNING = 2 # The operation is cancelled. CANCELLED = 3 # The operation has succeeded. SUCCEEDED = 4 # The operation has failed. FAILED = 5 end end |
#state ⇒ ::Google::Cloud::Dialogflow::V2::CreateConversationModelEvaluationOperationMetadata::State
Returns State of CreateConversationModel operation.
549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 549 class CreateConversationModelEvaluationOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of CreateConversationModel operation. module State # Operation status not specified. STATE_UNSPECIFIED = 0 # The operation is being prepared. INITIALIZING = 1 # The operation is running. RUNNING = 2 # The operation is cancelled. CANCELLED = 3 # The operation has succeeded. SUCCEEDED = 4 # The operation has failed. FAILED = 5 end end |