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.
Instance Attribute Details
#error_message ⇒ ::String (readonly)
Returns Output only. The error message.
1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1379 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.
1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1379 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.
1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1379 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 |