ResourceType¶
- class tracdap.metadata.ResourceType¶
Bases:
enum.EnumEnumeration of infrastructure resources that can be added to a tenant
- EXTERNAL_STORAGE = 3¶
Storage location for upstream / downstream integration points
- EXTERNAL_SYSTEM = 4¶
An external system or API endpoint that can be called from model code
- INTERNAL_STORAGE = 2¶
Storage location for data held internally by the TRAC platform
- MODEL_REPOSITORY = 1¶
Model repository, which can be a source or binary repository
- RESOURCE_TYPE_NOT_SET = 0¶