Class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionGenerateVideoExperimentsVeSchedulingConfig

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

Scheduling configuration for Veo Experimental.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CloudAiLargeModelsVisionGenerateVideoExperimentsVeSchedulingConfig

Returns a new instance of CloudAiLargeModelsVisionGenerateVideoExperimentsVeSchedulingConfig.



179
180
181
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 179

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)


176
177
178
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 176

def enable_retry
  @enable_retry
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



184
185
186
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 184

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