Class: Google::Cloud::AIPlatform::V1::BleuSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BleuSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Spec for bleu score metric - calculates the precision of n-grams in the prediction as compared to reference - returns a score ranging between 0 to 1.
Instance Attribute Summary collapse
-
#use_effective_order ⇒ ::Boolean
Optional.
Instance Attribute Details
#use_effective_order ⇒ ::Boolean
Returns Optional. Whether to use_effective_order to compute bleu score.
283 284 285 286 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 283 class BleuSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |