Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest

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 EndpointService.UpdateEndpointLongRunning.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest

Returns a new instance of GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest.



46030
46031
46032
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 46030

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

Instance Attribute Details

#endpointGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1Endpoint

Models are deployed into it, and afterwards Endpoint is called to obtain predictions and explanations. Corresponds to the JSON property endpoint



46028
46029
46030
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 46028

def endpoint
  @endpoint
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



46035
46036
46037
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 46035

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