Skip to main content

TransferableBytes

Bytes is a Model for A FileFormat. Raw and file are the only 2 that are currently supported. Raw and file are an array of integers that represent the file.Typical conversion UTF8 -> array[int] or UTF8 -> array[bytes(in hexidecimal)] -> array[int]. Either way you convert is up to you but the type we need here is an array of integers. [NOT IMPLEMENTED] base64, base64_url, data_url [IMPLEMENTED] raw

Properties​

NameTypeDescriptionNotes
var_schemaEmbeddedModelSchema[optional]
rawList[int]IMPLEMENTED[optional]
var_base64List[int]NOT IMPLEMENTED[optional]
base64_urlList[int]NOT IMPLEMENTED[optional]
data_urlList[int]NOT IMPLEMENTED[optional]