Class: Google::Cloud::AIPlatform::V1::RougeResults
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::RougeResults
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Results for rouge metric.
Instance Attribute Summary collapse
-
#rouge_metric_values ⇒ ::Array<::Google::Cloud::AIPlatform::V1::RougeMetricValue>
readonly
Output only.
Instance Attribute Details
#rouge_metric_values ⇒ ::Array<::Google::Cloud::AIPlatform::V1::RougeMetricValue> (readonly)
Returns Output only. Rouge metric values.
350 351 352 353 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 350 class RougeResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |