Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1UserInputStep
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1UserInputStep
- 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
Input provided by the user.
Instance Attribute Summary collapse
-
#content ⇒ Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1Content>
Corresponds to the JSON property
content.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenaiVertexV1beta1UserInputStep
constructor
A new instance of GenaiVertexV1beta1UserInputStep.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenaiVertexV1beta1UserInputStep
Returns a new instance of GenaiVertexV1beta1UserInputStep.
5233 5234 5235 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5233 def initialize(**args) update!(**args) end |
Instance Attribute Details
#content ⇒ Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1Content>
Corresponds to the JSON property content
5231 5232 5233 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5231 def content @content end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5238 5239 5240 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5238 def update!(**args) @content = args[:content] if args.key?(:content) end |