Class: Google::Cloud::AIPlatform::V1::PointwiseMetricResult
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PointwiseMetricResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Spec for pointwise metric result.
Instance Attribute Summary collapse
-
#custom_output ⇒ ::Google::Cloud::AIPlatform::V1::CustomOutput
readonly
Output only.
-
#explanation ⇒ ::String
readonly
Output only.
-
#score ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#custom_output ⇒ ::Google::Cloud::AIPlatform::V1::CustomOutput (readonly)
Returns Output only. Spec for custom output.
1602 1603 1604 1605 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1602 class PointwiseMetricResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#explanation ⇒ ::String (readonly)
Returns Output only. Explanation for pointwise metric score.
1602 1603 1604 1605 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1602 class PointwiseMetricResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#score ⇒ ::Float (readonly)
Returns Output only. Pointwise metric score.
1602 1603 1604 1605 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1602 class PointwiseMetricResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |