Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolComputerUse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Overview

Tool to support computer use.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1ToolComputerUse

Returns a new instance of GoogleCloudAiplatformV1ToolComputerUse.



38212
38213
38214
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 38212

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

Instance Attribute Details

#environmentString

Required. The environment being operated. Corresponds to the JSON property environment

Returns:

  • (String)


38210
38211
38212
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 38210

def environment
  @environment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



38217
38218
38219
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 38217

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