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.



361
362
363
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 361

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)


358
359
360
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 358

def enable
  @enable
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



366
367
368
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 366

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