Class: Google::Apis::AiplatformV1::LearningGenaiRootRuleOutput
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::LearningGenaiRootRuleOutput
- 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
Instance Attribute Summary collapse
-
#decision ⇒ String
Corresponds to the JSON property
decision. -
#name ⇒ String
Corresponds to the JSON property
name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LearningGenaiRootRuleOutput
constructor
A new instance of LearningGenaiRootRuleOutput.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LearningGenaiRootRuleOutput
Returns a new instance of LearningGenaiRootRuleOutput.
32398 32399 32400 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32398 def initialize(**args) update!(**args) end |
Instance Attribute Details
#decision ⇒ String
Corresponds to the JSON property decision
32391 32392 32393 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32391 def decision @decision end |
#name ⇒ String
Corresponds to the JSON property name
32396 32397 32398 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32396 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
32403 32404 32405 32406 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32403 def update!(**args) @decision = args[:decision] if args.key?(:decision) @name = args[:name] if args.key?(:name) end |