Model Schema#
Model schemas can be accessed from the model metadata objects.
model.model_schema
The schemas of the Model inputs and outputs can be accessed from the ModelSchema metadata objects.
model_schema.input_schema
model_schema.output_schema
Schema #
Create a schema for a model input or output.
| PARAMETER | DESCRIPTION |
|---|---|
object | The object to construct the schema from. TYPE: |
| RETURNS | DESCRIPTION |
|---|---|
|
|