Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::UpdateEndpointLongRunningRequest.
Request message for EndpointService.UpdateEndpointLongRunning.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#endpoint
def endpoint() -> ::Google::Cloud::AIPlatform::V1::Endpoint
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.
#endpoint=
def endpoint=(value) -> ::Google::Cloud::AIPlatform::V1::Endpoint
Parameter
-
value (::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.
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.