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>
.
521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 521 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>
.
521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 521 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.
521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 521 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.
521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 521 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 |