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

Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.

Attributes

  • annotationResourceName (type: String.t, default: nil) - The unique ID for each annotation. Used by FE to allocate the annotation in DB.
  • distance (type: float(), default: nil) - The distance of this item to the annotation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ErrorAnalysisAnnotationAttributedItem{
    annotationResourceName: String.t() | nil,
    distance: float() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.