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

Attributes

  • message (type: String.t, default: nil) - Error message with additional details.
  • status (type: String.t, default: nil) - Error status. This will be serialized into the enum name e.g. "NOT_FOUND".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictionResultError{
    message: String.t() | nil,
    status: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.