Class: Google::Cloud::Ces::V1beta::RunEvaluationResultMetricsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::RunEvaluationResultMetricsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation_service.rb
Overview
Response message for EvaluationService.RunEvaluationResultMetrics.
Instance Attribute Summary collapse
-
#status ⇒ ::Google::Cloud::Ces::V1beta::EvaluationResult::Outcome
readonly
Output only.
Instance Attribute Details
#status ⇒ ::Google::Cloud::Ces::V1beta::EvaluationResult::Outcome (readonly)
Returns Output only. The status of the evaluation result metrics calculation.
41 42 43 44 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation_service.rb', line 41 class RunEvaluationResultMetricsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |