Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PointwiseMetricSpec
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PointwiseMetricSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Spec for pointwise metric.
Instance Attribute Summary collapse
-
#metric_prompt_template ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1PointwiseMetricSpec
constructor
A new instance of GoogleCloudAiplatformV1PointwiseMetricSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1PointwiseMetricSpec
Returns a new instance of GoogleCloudAiplatformV1PointwiseMetricSpec.
18816 18817 18818 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 18816 def initialize(**args) update!(**args) end |
Instance Attribute Details
#metric_prompt_template ⇒ String
Required. Metric prompt template for pointwise metric.
Corresponds to the JSON property metricPromptTemplate
18814 18815 18816 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 18814 def metric_prompt_template @metric_prompt_template end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18821 18822 18823 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 18821 def update!(**args) @metric_prompt_template = args[:metric_prompt_template] if args.key?(:metric_prompt_template) end |