hsfs.core.dashboard #
Dashboard #
Metadata object used to provide Dashboard information.
delete #
delete() -> None
Delete the dashboard 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 dashboard in the feature store.
Updates the dashboard metadata with the current values of this object.
| RAISES | DESCRIPTION |
|---|---|
hopsworks.client.exceptions.RestAPIError | If the backend encounters an error when handling the request. |