Class: Google::Cloud::AIPlatform::V1::PredefinedMetricSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PredefinedMetricSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
The spec for a pre-defined metric.
Instance Attribute Summary collapse
-
#metric_spec_name ⇒ ::String
Required.
-
#metric_spec_parameters ⇒ ::Google::Protobuf::Struct
Optional.
Instance Attribute Details
#metric_spec_name ⇒ ::String
Returns Required. The name of a pre-defined metric, such as "instruction_following_v1" or "text_quality_v1".
548 549 550 551 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 548 class PredefinedMetricSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metric_spec_parameters ⇒ ::Google::Protobuf::Struct
Returns Optional. The parameters needed to run the pre-defined metric.
548 549 550 551 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 548 class PredefinedMetricSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |