Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolUseExampleExtensionOperation

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

Overview

Identifies one operation of the extension.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ToolUseExampleExtensionOperation

Returns a new instance of GoogleCloudAiplatformV1beta1ToolUseExampleExtensionOperation.



29279
29280
29281
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29279

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

Instance Attribute Details

#extensionString

Resource name of the extension. Corresponds to the JSON property extension

Returns:

  • (String)


29272
29273
29274
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29272

def extension
  @extension
end

#operation_idString

Required. Operation ID of the extension. Corresponds to the JSON property operationId

Returns:

  • (String)


29277
29278
29279
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29277

def operation_id
  @operation_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



29284
29285
29286
29287
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29284

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