Class: Google::Cloud::AIPlatform::V1::CometResult
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CometResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Spec for Comet result - calculates the comet score for the given instance using the version specified in the spec.
Instance Attribute Summary collapse
-
#score ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#score ⇒ ::Float (readonly)
Returns Output only. Comet score. Range depends on version.
1468 1469 1470 1471 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1468 class CometResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |