Creating a Project

Create a Language project to host your custom models.

    1. Open the navigation menu and select Analytics & AI. Under AI Services, select Language.
    2. In the left-side navigation menu, select Projects.
      The projects list page opens. All projects in the selected compartment are displayed in a table.
    3. Click Create project.
    4. In the Create project panel, select a compartment for the project.
    5. (Optional) Enter a unique name (255 character limit) for the resource.

      If you don't provide a name, one is automatically generated. For example, ailanguage<resource>20230825155844.

    6. (Optional) Enter a description (400 character limit) for the resource.
    7. (Optional) Select Show advanced options to assign tags to the job. Tags help you to easily find and track resources by selecting a tag namespace, and then entering the key and value.

      To add more than one tag, select Add tag.

      Tagging describes the various tags that you can use organize and find resources including cost-tracking tags.

    8. (Optional) Select View detail page on clicking create to go directly to the resource details page after creation.
    9. Click Create.
  • Use the oci ai language project create command and required parameters to create a project:

    oci ai language project create ----compartment-id <compartment-id>, -c [<name>] ... [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Run the CreateProject operation to create a project.