Class: Google::Apis::AiplatformV1beta1::LearningGenaiRootRuleOutput

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LearningGenaiRootRuleOutput

Returns a new instance of LearningGenaiRootRuleOutput.



32145
32146
32147
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32145

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

Instance Attribute Details

#decisionString

Corresponds to the JSON property decision

Returns:

  • (String)


32138
32139
32140
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32138

def decision
  @decision
end

#nameString

Corresponds to the JSON property name

Returns:

  • (String)


32143
32144
32145
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32143

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



32150
32151
32152
32153
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32150

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