View Source GoogleApi.AIPlatform.V1.Model.CloudAiNlLlmProtoServicePartFileData (google_api_ai_platform v0.2.0)

Represents file data.

Attributes

  • fileUri (type: String.t, default: nil) - Inline data.
  • mimeType (type: String.t, default: nil) - The mime type corresponding to this input.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.