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

Attributes

  • embeddingId (type: String.t, default: nil) - Empty if the embedding id is failed to parse.
  • errorMessage (type: String.t, default: nil) - A human-readable message that is shown to the user to help them fix the error. Note that this message may change from time to time, your code should check against error_type as the source of truth.
  • errorType (type: String.t, default: nil) - The error type of this record.
  • rawRecord (type: String.t, default: nil) - The original content of this record.
  • sourceGcsUri (type: String.t, default: nil) - Cloud Storage URI pointing to the original file in user's bucket.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NearestNeighborSearchOperationMetadataRecordError{
    embeddingId: String.t() | nil,
    errorMessage: String.t() | nil,
    errorType: String.t() | nil,
    rawRecord: String.t() | nil,
    sourceGcsUri: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.