Skip to main content

OutputSchema

Description: OutputSchema

Attributes

NameTypeDescription
idStrictStr
createddatetime.datetime
nameStrictStr
typeOutputType
requiredStrictBool
upload_asOptional[UploadAs]
version_ofOptional[StrictStr]

Methods

NameDescription
to_strReturns the string representation of the model using alias
to_jsonReturns the JSON representation of the model using alias
from_jsonCreate an instance of OutputSchema from a JSON string
to_dictReturn the dictionary representation of the model using alias.
from_dictCreate an instance of OutputSchema from a dict