client(api_key:str='', gpu_type:str='')
api_key
string
required

The Simplifine API key used to authenticate the client. If not provided, an exception is raised.

gpu_type
string

The type of GPU to be used for training. Accepted values are "a100" and "l4". If not recognized, the default L4 server is used. Defaults to "l4".