Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ArgumentsDelta

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) ⇒ GenaiVertexV1beta1ArgumentsDelta

Returns a new instance of GenaiVertexV1beta1ArgumentsDelta.



1050
1051
1052
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1050

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

Instance Attribute Details

#argumentsString

Corresponds to the JSON property arguments

Returns:

  • (String)


1048
1049
1050
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1048

def arguments
  @arguments
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1055
1056
1057
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1055

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