Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FetchPredictOperationRequest

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

Request message for PredictionService.FetchPredictOperation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1FetchPredictOperationRequest

Returns a new instance of GoogleCloudAiplatformV1FetchPredictOperationRequest.



9893
9894
9895
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9893

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

Instance Attribute Details

#operation_nameString

Required. The server-assigned name for the operation. Corresponds to the JSON property operationName

Returns:

  • (String)


9891
9892
9893
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9891

def operation_name
  @operation_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9898
9899
9900
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9898

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