Class: Google::Cloud::AIPlatform::V1::RougeInput
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::RougeInput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Input for rouge metric.
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::Google::Cloud::AIPlatform::V1::RougeInstance>
Required.
-
#metric_spec ⇒ ::Google::Cloud::AIPlatform::V1::RougeSpec
Required.
Instance Attribute Details
#instances ⇒ ::Array<::Google::Cloud::AIPlatform::V1::RougeInstance>
Returns Required. Repeated rouge instances.
313 314 315 316 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 313 class RougeInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metric_spec ⇒ ::Google::Cloud::AIPlatform::V1::RougeSpec
Returns Required. Spec for rouge score metric.
313 314 315 316 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 313 class RougeInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |