hsml.model_schema # ModelSchema # Create a schema for a model. PARAMETER DESCRIPTION input_schema Schema to describe the inputs. TYPE: Schema | None DEFAULT: None output_schema Schema to describe the outputs. TYPE: Schema | None DEFAULT: None to_dict # to_dict() Get dict representation of the ModelSchema.