Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ArgumentsDelta
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ArgumentsDelta
- 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
-
#partial_arguments ⇒ String
Corresponds to the JSON property
partial_arguments.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenaiVertexV1beta1ArgumentsDelta
constructor
A new instance of GenaiVertexV1beta1ArgumentsDelta.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenaiVertexV1beta1ArgumentsDelta
Returns a new instance of GenaiVertexV1beta1ArgumentsDelta.
958 959 960 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 958 def initialize(**args) update!(**args) end |
Instance Attribute Details
#partial_arguments ⇒ String
Corresponds to the JSON property partial_arguments
956 957 958 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 956 def partial_arguments @partial_arguments end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
963 964 965 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 963 def update!(**args) @partial_arguments = args[:partial_arguments] if args.key?(:partial_arguments) end |