Save and load schemas
Save schema as string
A schema can be serialized to string format:
- Python
str_schema = schema.to_string()
Load schema from a feature set
You can also load a schema from an existing feature set:
- Python
schema = feature_set.schema.get()
Feedback
- Submit and view feedback for this page
- Send feedback about H2O Feature Store to cloud-feedback@h2o.ai