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.



37642
37643
37644
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 37642

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

Instance Attribute Details

#environmentString

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

Returns:

  • (String)


37640
37641
37642
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 37640

def environment
  @environment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



37647
37648
37649
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 37647

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