Class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionGenerateVideoExperimentsVeSchedulingConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Overview

Scheduling configuration for Veo Experimental.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CloudAiLargeModelsVisionGenerateVideoExperimentsVeSchedulingConfig

Returns a new instance of CloudAiLargeModelsVisionGenerateVideoExperimentsVeSchedulingConfig.



185
186
187
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 185

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

Instance Attribute Details

#enable_retryBoolean Also known as: enable_retry?

Optional. If true, enable retries on transient errors with default backoff. Corresponds to the JSON property enableRetry

Returns:

  • (Boolean)


182
183
184
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 182

def enable_retry
  @enable_retry
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



190
191
192
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 190

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