cc-everywhere

Interface: WarmupAppConfig

Extends

Properties

Property
Type
Description
Inherited from
useClientAuth?
boolean
Flag to explicitly opt-in to use client authentication. When true, client access token will be fetched from the partner and used in the module. This is only relevant for Edit Image and Text to Image modules. Should not be passed for other workflows. Default false
BaseAppConfig.useClientAuth
callbacks?
Callbacks
-
BaseAppConfig.callbacks
metaData?
Record<string, string>
Property to pass metadata to target application
BaseAppConfig.metaData
warmupIntent
ActionIntent
The intent to warmup the target.
-
warmupMode
WarmupMode
Configuration options for controlling how warmup behavior is handled. The partner invoking warmup can select one of these modes to control the warmup lifecycle. Default WarmupMode.STANDARD
-