View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest (google_api_ai_platform v0.24.0)
Request message for EndpointService.UpdateEndpointLongRunning.
Attributes
-
endpoint
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Endpoint.t
, default:nil
) - Required. The Endpoint which replaces the resource on the server. Currently we only support updating theclient_connection_config
field, all the other fields' update will be blocked.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest{ endpoint: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Endpoint.t() | nil }