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

Payload of Video DataItem.

Attributes

  • gcsUri (type: String.t, default: nil) - Required. Google Cloud Storage URI points to the original video in user's bucket. The video is up to 50 GB in size and up to 3 hour in duration.
  • mimeType (type: String.t, default: nil) - Output only. The mime type of the content of the video. Only the videos in below listed mime types are supported. Supported mime_type: - video/mp4 - video/avi - video/quicktime

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.