ForexAnnotatorTransformerConfig

class app.components.agents.transformers.forex_annotator.ForexAnnotatorTransformerConfig[source]

Bases: TransformerConfig

Inheritance diagram of ForexAnnotatorTransformerConfig

Inheritance Diagram for ForexAnnotatorTransformerConfig

Methods

model_post_init(context)

Attributes

model_config

Configuration for the model, should be a dictionary conforming to ConfigDict.

currencies

context

package

inherited

defaulted

instance_name

instance_parent_weakref

component_class

alias of ForexAnnotatorTransformer

currencies: tuple[Currency, ...]
model_config: ClassVar[ConfigDict] = {'extra': 'forbid', 'frozen': True, 'serialize_by_alias': True, 'validate_assignment': True, 'validate_by_alias': True}

Configuration for the model, should be a dictionary conforming to ConfigDict.

model_post_init(context: Any) None
Parameters:

context (Any)

Return type:

None