View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeployedIndexAuthConfig (google_api_ai_platform v0.15.0)

Used to set up the auth on the DeployedIndex's private endpoint.

Attributes

  • authProvider (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider.t, default: nil) - Defines the authentication provider that the DeployedIndex uses.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeployedIndexAuthConfig{
    authProvider:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.