GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenerateVideoResponse (google_api_ai_platform v0.27.0)
View SourceGenerate video response.
Attributes
-
generatedSamples
(type:list(String.t)
, default:nil
) - The cloud storage uris of the generated videos. -
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. -
videos
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenerateVideoResponseVideo.t)
, default:nil
) - List of video bytes or Cloud Storage URIs of the generated videos.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenerateVideoResponse{ generatedSamples: [String.t()] | nil, raiMediaFilteredCount: integer() | nil, raiMediaFilteredReasons: [String.t()] | nil, videos: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenerateVideoResponseVideo.t() ] | nil }