Model
Models.
ApiKey
¶
Bases: Serializable
API key class.
Source code in teledetection/sdk/model.py
from_env()
classmethod
¶
Try to load from env.
DeviceGrantResponse
¶
JWT
¶
Serializable
¶
Bases: BaseModel
Base class for serializable pyantic models.
Source code in teledetection/sdk/model.py
delete_from_config_dir()
classmethod
¶
from_config_dir()
classmethod
¶
from_dict(dict)
classmethod
¶
from_file(file_path)
classmethod
¶
Load object from a file.
Source code in teledetection/sdk/model.py
get_cfg_file_name()
classmethod
¶
Get the config file name (without full path).
Source code in teledetection/sdk/model.py
to_config_dir()
¶
to_dict()
¶
to_file(file_path)
¶
Save the object to file.