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

Content blob. It's preferred to send as text directly rather than raw bytes.

Attributes

  • data (type: String.t, default: nil) - Required. Raw bytes.
  • mimeType (type: String.t, default: nil) - Required. The IANA standard MIME type of the source data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.