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

Payload of Image DataItem.

Attributes

  • gcsUri (type: String.t, default: nil) - Required. Google Cloud Storage URI points to the original image in user's bucket. The image is up to 30MB in size.
  • mimeType (type: String.t, default: nil) - Output only. The mime type of the content of the image. Only the images in below listed mime types are supported. - image/jpeg - image/gif - image/png - image/webp - image/bmp - image/tiff - image/vnd.microsoft.icon

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.