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

Attributes

  • content (type: String.t, default: nil) - The file's contents.
  • displayName (type: String.t, default: nil) - The file's display name.
  • mimeType (type: String.t, default: nil) - The file's mime type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPromptSpecTranslationFileInputSource{
    content: String.t() | nil,
    displayName: String.t() | nil,
    mimeType: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.