hsfs.core.chart #
Chart #
Metadata object used to provide Chart information.
delete #
delete() -> None
Delete the chart from the feature store.
| RAISES | DESCRIPTION |
|---|---|
hopsworks.client.exceptions.RestAPIError | If the backend encounters an error when handling the request. |
update #
update() -> None
Update the chart in the feature store.
Updates the chart metadata with the current values of this object.
| RAISES | DESCRIPTION |
|---|---|
hopsworks.client.exceptions.RestAPIError | If the backend encounters an error when handling the request. |