Class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionGenerateVideoExperimentsSpatialAlignmentConfig

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

Overview

Configuration for spatial alignment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CloudAiLargeModelsVisionGenerateVideoExperimentsSpatialAlignmentConfig

Returns a new instance of CloudAiLargeModelsVisionGenerateVideoExperimentsSpatialAlignmentConfig.



217
218
219
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 217

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

Instance Attribute Details

#enableBoolean Also known as: enable?

Optional. If true, enable alignment. Corresponds to the JSON property enable

Returns:

  • (Boolean)


214
215
216
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 214

def enable
  @enable
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



222
223
224
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 222

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