Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FetchPredictOperationRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FetchPredictOperationRequest
- 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
-
#operation_name ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1FetchPredictOperationRequest
constructor
A new instance of GoogleCloudAiplatformV1FetchPredictOperationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1FetchPredictOperationRequest
Returns a new instance of GoogleCloudAiplatformV1FetchPredictOperationRequest.
10915 10916 10917 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10915 def initialize(**args) update!(**args) end |
Instance Attribute Details
#operation_name ⇒ String
Required. The server-assigned name for the operation.
Corresponds to the JSON property operationName
10913 10914 10915 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10913 def operation_name @operation_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10920 10921 10922 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10920 def update!(**args) @operation_name = args[:operation_name] if args.key?(:operation_name) end |