Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationRunMetricRubricBasedMetricSpecRepeatedRubrics
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationRunMetricRubricBasedMetricSpecRepeatedRubrics
- 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
Defines a list of rubrics, used when providing rubrics inline.
Instance Attribute Summary collapse
-
#rubrics ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Rubric>
The list of rubrics.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1EvaluationRunMetricRubricBasedMetricSpecRepeatedRubrics
constructor
A new instance of GoogleCloudAiplatformV1EvaluationRunMetricRubricBasedMetricSpecRepeatedRubrics.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1EvaluationRunMetricRubricBasedMetricSpecRepeatedRubrics
Returns a new instance of GoogleCloudAiplatformV1EvaluationRunMetricRubricBasedMetricSpecRepeatedRubrics.
9969 9970 9971 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9969 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rubrics ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Rubric>
The list of rubrics.
Corresponds to the JSON property rubrics
9967 9968 9969 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9967 def rubrics @rubrics end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9974 9975 9976 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9974 def update!(**args) @rubrics = args[:rubrics] if args.key?(:rubrics) end |