Create Modellake

The create() method initializes a Modellake instance. It prepares the library for managing language and speech operations.

Example Method

modellake_create = modellake.create()
print("Modellake Created:", modellake_create)

Example Response

{
    "modellake_id": "f2hn3sd277i5h3yo",
    "message": "Modellake with the same name already exists in this account.",
    "modellake_name": "modellake1"
}

Last updated