When using Delta Live Tables, how do I set a table to be incremental vs complete using Python?

User16826992666
Databricks Employee
Databricks Employee

When using SQL, I can use the Create Live Table command and the Create Incremental Live Table command to set the run type I want the table to use. But I don't seem to have that same syntax for python. How can I set this table type while using Python?