View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest (google_api_ai_platform v0.25.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 the client_connection_config field, all the other fields' update will be blocked.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest{
    endpoint:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Endpoint.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.