View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CorpusStatus (google_api_ai_platform v0.24.0)

RagCorpus status.

Attributes

  • errorStatus (type: String.t, default: nil) - Output only. Only when the state field is ERROR.
  • state (type: String.t, default: nil) - Output only. RagCorpus life state.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CorpusStatus{
  errorStatus: String.t() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.