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>.
494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 494 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>.
494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 494 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.
494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 494 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.
494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 494 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 |