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

Neighbors for example-based explanations.

Attributes

  • neighborDistance (type: float(), default: nil) - Output only. The neighbor distance.
  • neighborId (type: String.t, default: nil) - Output only. The neighbor id.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Neighbor{
  neighborDistance: float() | nil,
  neighborId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.