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

Points to a DeployedIndex.

Attributes

  • deployedIndexId (type: String.t, default: nil) - Immutable. The ID of the DeployedIndex in the above IndexEndpoint.
  • displayName (type: String.t, default: nil) - Output only. The display name of the DeployedIndex.
  • indexEndpoint (type: String.t, default: nil) - Immutable. A resource name of the IndexEndpoint.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeployedIndexRef{
  deployedIndexId: String.t() | nil,
  displayName: String.t() | nil,
  indexEndpoint: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.