hermes_client.forecast.ForecastClient.from_oid#
- classmethod ForecastClient.from_oid(url: str, oid: UUID | str)#
Create a Forecast object from an oid.
- Parameters:
url – Base URL of the HERMES API.
oid – UUID or string representation of the Forecast oid.
- Returns:
The Forecast object.