Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RubricContent
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RubricContent
- 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
Content of the rubric, defining the testable criteria.
Instance Attribute Summary collapse
-
#property ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RubricContentProperty
Defines criteria based on a specific property.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1RubricContent
constructor
A new instance of GoogleCloudAiplatformV1RubricContent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1RubricContent
Returns a new instance of GoogleCloudAiplatformV1RubricContent.
33817 33818 33819 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 33817 def initialize(**args) update!(**args) end |
Instance Attribute Details
#property ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RubricContentProperty
Defines criteria based on a specific property.
Corresponds to the JSON property property
33815 33816 33817 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 33815 def property @property end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
33822 33823 33824 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 33822 def update!(**args) @property = args[:property] if args.key?(:property) end |