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.
29861 29862 29863 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29861 def initialize(**args) update!(**args) end |
Instance Attribute Details
#decision ⇒ String
Corresponds to the JSON property decision
29854 29855 29856 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29854 def decision @decision end |
#name ⇒ String
Corresponds to the JSON property name
29859 29860 29861 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29859 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
29866 29867 29868 29869 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29866 def update!(**args) @decision = args[:decision] if args.key?(:decision) @name = args[:name] if args.key?(:name) end |