Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UpdateEndpointLongRunningRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UpdateEndpointLongRunningRequest
- 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
Request message for EndpointService.UpdateEndpointLongRunning.
Instance Attribute Summary collapse
-
#endpoint ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Endpoint
Models are deployed into it, and afterwards Endpoint is called to obtain predictions and explanations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1UpdateEndpointLongRunningRequest
constructor
A new instance of GoogleCloudAiplatformV1beta1UpdateEndpointLongRunningRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1UpdateEndpointLongRunningRequest
Returns a new instance of GoogleCloudAiplatformV1beta1UpdateEndpointLongRunningRequest.
41466 41467 41468 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 41466 def initialize(**args) update!(**args) end |
Instance Attribute Details
#endpoint ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Endpoint
Models are deployed into it, and afterwards Endpoint is called to obtain
predictions and explanations.
Corresponds to the JSON property endpoint
41464 41465 41466 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 41464 def endpoint @endpoint end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
41471 41472 41473 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 41471 def update!(**args) @endpoint = args[:endpoint] if args.key?(:endpoint) end |