Client

The Hazy Client is the main entry point to the Hazy product through the Python SDK, being the component that allows the user to specify a Training Configuration and Generation Configuration which are used to create new Generator models.

The Hazy Client can also be used to interact with the Hazy REST API through a Python interface.

The Client interface is provided by the hazy_client2 package.