Class: Google::Cloud::AIPlatform::V1::UpdateEndpointLongRunningRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint::Google::Cloud::AIPlatform::V1::Endpoint

Returns Required. The Endpoint which replaces the resource on the server. Currently we only support updating the client_connection_config field, all the other fields' update will be blocked.

Returns:

  • (::Google::Cloud::AIPlatform::V1::Endpoint)

    Required. The Endpoint which replaces the resource on the server. Currently we only support updating the client_connection_config field, all the other fields' update will be blocked.



174
175
176
177
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 174

class UpdateEndpointLongRunningRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end