Models can also be generated using the Amplify CLI directly. In your terminal, make sure you are in your project/root folder and **execute the codegen command**: ```console amplify codegen models ``` You can **find the generated files** at `app/src/main/java/com/amplifyframework/datastore/generated/model`.