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

Video

Attributes

  • uri (type: String.t, default: nil) - Path to another storage (typically Google Cloud Storage).
  • video (type: String.t, default: nil) - Raw bytes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionVideo{
  uri: String.t() | nil,
  video: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.