2.3.4 Initializing the ML SDK

The Client() client is the entry point for connecting to APIs.

  1. Connect to the ML SDK by loading the client through the Client() class.

    from mplabml import Client
    client = Client()
    
    Note:

    You can find more information on setting up your environment for the ML SDK in Installation/Setup Instructions.