Class: Google::Cloud::Ces::V1beta::EvaluationErrorInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::EvaluationErrorInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation.rb
Overview
Information about an error encountered during an evaluation execution.
Defined Under Namespace
Modules: ErrorType
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
readonly
Output only.
-
#error_type ⇒ ::Google::Cloud::Ces::V1beta::EvaluationErrorInfo::ErrorType
readonly
Output only.
-
#session_id ⇒ ::String
readonly
Output only.
-
#user_facing_error_message ⇒ ::String
readonly
Output only.
Instance Attribute Details
#error_message ⇒ ::String (readonly)
Returns Output only. The error message.
1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1448 class EvaluationErrorInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of error module ErrorType # Unspecified error type. ERROR_TYPE_UNSPECIFIED = 0 # Failure during runtime execution. RUNTIME_FAILURE = 1 # Failure to retrieve conversation from CES Runtime. CONVERSATION_RETRIEVAL_FAILURE = 2 # Failure to calculate a metric / outcome. METRIC_CALCULATION_FAILURE = 3 # Failure to update the evaluation. EVALUATION_UPDATE_FAILURE = 4 # Ran out of quota. QUOTA_EXHAUSTED = 5 # Failure during user simulation. USER_SIMULATION_FAILURE = 6 end end |
#error_type ⇒ ::Google::Cloud::Ces::V1beta::EvaluationErrorInfo::ErrorType (readonly)
Returns Output only. The type of error.
1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1448 class EvaluationErrorInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of error module ErrorType # Unspecified error type. ERROR_TYPE_UNSPECIFIED = 0 # Failure during runtime execution. RUNTIME_FAILURE = 1 # Failure to retrieve conversation from CES Runtime. CONVERSATION_RETRIEVAL_FAILURE = 2 # Failure to calculate a metric / outcome. METRIC_CALCULATION_FAILURE = 3 # Failure to update the evaluation. EVALUATION_UPDATE_FAILURE = 4 # Ran out of quota. QUOTA_EXHAUSTED = 5 # Failure during user simulation. USER_SIMULATION_FAILURE = 6 end end |
#session_id ⇒ ::String (readonly)
Returns Output only. The session ID for the conversation that caused the error.
1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1448 class EvaluationErrorInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of error module ErrorType # Unspecified error type. ERROR_TYPE_UNSPECIFIED = 0 # Failure during runtime execution. RUNTIME_FAILURE = 1 # Failure to retrieve conversation from CES Runtime. CONVERSATION_RETRIEVAL_FAILURE = 2 # Failure to calculate a metric / outcome. METRIC_CALCULATION_FAILURE = 3 # Failure to update the evaluation. EVALUATION_UPDATE_FAILURE = 4 # Ran out of quota. QUOTA_EXHAUSTED = 5 # Failure during user simulation. USER_SIMULATION_FAILURE = 6 end end |
#user_facing_error_message ⇒ ::String (readonly)
Returns Output only. The user facing error message.
1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1448 class EvaluationErrorInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of error module ErrorType # Unspecified error type. ERROR_TYPE_UNSPECIFIED = 0 # Failure during runtime execution. RUNTIME_FAILURE = 1 # Failure to retrieve conversation from CES Runtime. CONVERSATION_RETRIEVAL_FAILURE = 2 # Failure to calculate a metric / outcome. METRIC_CALCULATION_FAILURE = 3 # Failure to update the evaluation. EVALUATION_UPDATE_FAILURE = 4 # Ran out of quota. QUOTA_EXHAUSTED = 5 # Failure during user simulation. USER_SIMULATION_FAILURE = 6 end end |