Initializes the API instance connecting to the model
init(): Promise<void>// Some code
Usage:
await modelApi.init();
Last updated 1 month ago