Class: Google::Cloud::AIPlatform::V1::FluencyResult
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FluencyResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Spec for fluency result.
Instance Attribute Summary collapse
-
#confidence ⇒ ::Float
readonly
Output only.
-
#explanation ⇒ ::String
readonly
Output only.
-
#score ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#confidence ⇒ ::Float (readonly)
Returns Output only. Confidence for fluency score.
449 450 451 452 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 449 class FluencyResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#explanation ⇒ ::String (readonly)
Returns Output only. Explanation for fluency score.
449 450 451 452 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 449 class FluencyResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#score ⇒ ::Float (readonly)
Returns Output only. Fluency score.
449 450 451 452 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 449 class FluencyResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |