Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1UserInputStep

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

Overview

Input provided by the user.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GenaiVertexV1beta1UserInputStep

Returns a new instance of GenaiVertexV1beta1UserInputStep.



5881
5882
5883
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5881

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

Instance Attribute Details

#content_listGoogle::Apis::AiplatformV1beta1::GenaiVertexV1beta1ContentList

A list of Content. Corresponds to the JSON property contentList



5874
5875
5876
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5874

def content_list
  @content_list
end

#content_stringString

The content of the step. A single string. Corresponds to the JSON property contentString

Returns:

  • (String)


5879
5880
5881
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5879

def content_string
  @content_string
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5886
5887
5888
5889
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5886

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