View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PrivateEndpoints (google_api_ai_platform v0.13.0)

PrivateEndpoints proto is used to provide paths for users to send requests privately. To send request via private service access, use predict_http_uri, explain_http_uri or health_http_uri. To send request via private service connect, use service_attachment.

Attributes

  • explainHttpUri (type: String.t, default: nil) - Output only. Http(s) path to send explain requests.
  • healthHttpUri (type: String.t, default: nil) - Output only. Http(s) path to send health check requests.
  • predictHttpUri (type: String.t, default: nil) - Output only. Http(s) path to send prediction requests.
  • serviceAttachment (type: String.t, default: nil) - Output only. The name of the service attachment resource. Populated if private service connect is enabled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PrivateEndpoints{
  explainHttpUri: String.t() | nil,
  healthHttpUri: String.t() | nil,
  predictHttpUri: String.t() | nil,
  serviceAttachment: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.