Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1VideoContentMediaProcessing

Inherits:
Object
  • Object
show all
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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GenaiVertexV1beta1VideoContentMediaProcessing

Returns a new instance of GenaiVertexV1beta1VideoContentMediaProcessing.



6826
6827
6828
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6826

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#staticGoogle::Apis::AiplatformV1beta1::GenaiVertexV1beta1VideoContentStaticMediaProcessing

Corresponds to the JSON property static



6824
6825
6826
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6824

def static
  @static
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6831
6832
6833
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6831

def update!(**args)
  @static = args[:static] if args.key?(:static)
end