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.
19231 19232 19233 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19231 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
19229 19230 19231 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19229 def metric_prompt_template @metric_prompt_template end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19236 19237 19238 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19236 def update!(**args) @metric_prompt_template = args[:metric_prompt_template] if args.key?(:metric_prompt_template) end |