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

Create API error message for Vertex Pipeline. Next Id: 3.

Attributes

  • errorCause (type: String.t, default: nil) - The error root cause returned by CreatePipelineJob API.
  • publicMessage (type: String.t, default: nil) - Public messages contains actionable items for the error cause.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.CloudAiPlatformCommonCreatePipelineJobApiErrorDetail{
    errorCause: String.t() | nil,
    publicMessage: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.