gen_ai_hub.orchestration.models.base
index
/home/jenkins/agent/workspace/ation_generative-ai-hub-sdk_main/gen_ai_hub/orchestration/models/base.py

 
Classes
       
abc.ABC(builtins.object)
JSONSerializable

 
class JSONSerializable(abc.ABC)
    An interface for objects that can be serialized to JSON.
 
 
Method resolution order:
JSONSerializable
abc.ABC
builtins.object

Methods defined here:
to_dict(self) -> Dict[str, Any]
Convert the object to a JSON-serializable dictionary.

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
__abstractmethods__ = frozenset({'to_dict'})
__annotations__ = {}

 
Data
        Any = typing.Any
Dict = typing.Dict