Class: Google::Cloud::AIPlatform::V1::GroundednessSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GroundednessSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Spec for groundedness metric.
Instance Attribute Summary collapse
-
#version ⇒ ::Integer
Optional.
Instance Attribute Details
#version ⇒ ::Integer
Returns Optional. Which version to use for evaluation.
528 529 530 531 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 528 class GroundednessSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |