View Source GoogleApi.AIPlatform.V1.Model.CloudAiNlLlmProtoServicePartBlob (google_api_ai_platform v0.3.0)

Represents arbitrary blob data input.

Attributes

  • data (type: String.t, default: nil) - Inline data.
  • mimeType (type: String.t, default: nil) - The mime type corresponding to this input.
  • originalFileData (type: GoogleApi.AIPlatform.V1.Model.CloudAiNlLlmProtoServicePartFileData.t, default: nil) - Original file data where the blob comes from.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.CloudAiNlLlmProtoServicePartBlob{
  data: String.t() | nil,
  mimeType: String.t() | nil,
  originalFileData:
    GoogleApi.AIPlatform.V1.Model.CloudAiNlLlmProtoServicePartFileData.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.