Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1VideoConfig
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1VideoConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Configuration options for video generation.
Instance Attribute Summary collapse
-
#task ⇒ String
Optional task mode for video generation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenaiVertexV1beta1VideoConfig
constructor
A new instance of GenaiVertexV1beta1VideoConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenaiVertexV1beta1VideoConfig
Returns a new instance of GenaiVertexV1beta1VideoConfig.
6315 6316 6317 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6315 def initialize(**args) update!(**args) end |
Instance Attribute Details
#task ⇒ String
Optional task mode for video generation. If not specified, the model
automatically determines the appropriate mode based on the provided text
prompt and input media.
Corresponds to the JSON property task
6313 6314 6315 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6313 def task @task end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6320 6321 6322 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6320 def update!(**args) @task = args[:task] if args.key?(:task) end |