Skip to main content

FlattenedAssets

A collection of Assets specific to the authenticated user. [DAG Compatible - Directed Acyclic Graph Data Structure] FlattenedAssets prevent Cycles in Reference because all outbound references are strings as opposed to crosspollinated objects. i.e. Asset asset = FlattenedAssets.iterable[0] => Format format = asset.preview => String id = format.asset => String id

Properties​

NameTypeDescriptionNotes
var_schemaEmbeddedModelSchema[optional]
iterableList[ReferencedAsset][optional]
indicesDict[str, int]This is a Map<String, int> where the the key is an asset id.[optional]
scoreScore[optional]