Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExecutionPlanStep

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

Single step in query execution plan.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExecutionPlanStep

Returns a new instance of GoogleCloudAiplatformV1beta1ExecutionPlanStep.



7180
7181
7182
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7180

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

Instance Attribute Details

#extension_executionGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExecutionPlanStepExtensionExecution

Extension execution step. Corresponds to the JSON property extensionExecution



7173
7174
7175
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7173

def extension_execution
  @extension_execution
end

#respond_to_userGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExecutionPlanStepRespondToUser

Respond to user step. Corresponds to the JSON property respondToUser



7178
7179
7180
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7178

def respond_to_user
  @respond_to_user
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7185
7186
7187
7188
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7185

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