RuntimeMetadata¶
- class tracdap.rt.api.RuntimeMetadata¶
The metadata associated with a TRAC object, made available for models at runtime
The metadata available for a particular object depends on the current job configuration, as well as the type of object. For example, a model input supplied from a TRAC dataset will have the metadata of that dataset available, but data passed into a model as an intermediate dataset in a flow might not have an ID or any attributes.
- attributes: Dict[str, Any]¶
TRAC metadata attributes of the current object (if available)
- objectId: Optional[TagHeader] :value: None¶
TRAC object ID of the current object (if available)