Class: Google::Cloud::AIPlatform::V1::PredefinedMetricSpec

Inherits:
Object
  • Object
show all
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

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".

Returns:

  • (::String)

    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.

Returns:



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