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

Generate video response.

Attributes

  • generatedSamples (type: list(GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionMedia.t), default: nil) - The generates samples.
  • raiMediaFilteredCount (type: integer(), default: nil) - Returns if any videos were filtered due to RAI policies.
  • raiMediaFilteredReasons (type: list(String.t), default: nil) - Returns rai failure reasons if any.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionGenerateVideoResponse{
    generatedSamples:
      [GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionMedia.t()] | nil,
    raiMediaFilteredCount: integer() | nil,
    raiMediaFilteredReasons: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.