Creating a Project

Create a Language project to host your custom models.

    1. Open the navigation menu and click Analytics & AI. Under AI Services, click Language.
    2. In the left-side navigation menu, click Projects.
    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) Click 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, click Add tag.

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

    8. (Optional) Click 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.