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.



37779
37780
37781
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 37779

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

Instance Attribute Details

#environmentString

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

Returns:

  • (String)


37777
37778
37779
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 37777

def environment
  @environment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



37784
37785
37786
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 37784

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