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.
10867 10868 10869 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10867 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
10865 10866 10867 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10865 def rubrics @rubrics end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10872 10873 10874 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10872 def update!(**args) @rubrics = args[:rubrics] if args.key?(:rubrics) end |