Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricContent

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

Content of the rubric, defining the testable criteria.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RubricContent

Returns a new instance of GoogleCloudAiplatformV1beta1RubricContent.



41120
41121
41122
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 41120

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#propertyGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricContentProperty

Defines criteria based on a specific property. Corresponds to the JSON property property



41118
41119
41120
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 41118

def property
  @property
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



41125
41126
41127
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 41125

def update!(**args)
  @property = args[:property] if args.key?(:property)
end