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.
19017 19018 19019 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19017 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
19015 19016 19017 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19015 def metric_prompt_template @metric_prompt_template end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19022 19023 19024 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19022 def update!(**args) @metric_prompt_template = args[:metric_prompt_template] if args.key?(:metric_prompt_template) end |