Class: Google::Apis::AiplatformV1::LearningGenaiRootRuleOutput

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LearningGenaiRootRuleOutput

Returns a new instance of LearningGenaiRootRuleOutput.



32499
32500
32501
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32499

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

Instance Attribute Details

#decisionString

Corresponds to the JSON property decision

Returns:

  • (String)


32492
32493
32494
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32492

def decision
  @decision
end

#nameString

Corresponds to the JSON property name

Returns:

  • (String)


32497
32498
32499
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32497

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



32504
32505
32506
32507
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32504

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