Creating a Cloudera AI Registry

Before you can start using Cloudera AI Registry you must create a Cloudera AI Registry for your environment.

  1. In the Cloudera console, click the Cloudera AI tile.
    The Cloudera AI Workbenches page displays.
  2. Click AI Registries in the left navigation pane.
  3. Click Create AI Registry.
    Cloudera AI displays the Create AI Registry dialog box.
  4. Select your environment from the Environment Name field.
  5. Enter the Ozone S3 configuration information.
    • Ozone Access Key
    • Ozone Secret Key
    • Ozone Bucket
    • Ozone Endpoint
  6. Click Create.
    You can now use Cloudera AI Registry to register, track, and deploy your models.
  7. Optional: If you want to install Cloudera AI Registry using CDP CLI, use the following CLI command.

    If you have not yet downloaded the CDP CLI tool, see CDP Private Cloud CLI.

    Use the latest version of the CDP CLI.

    cdp ml create-model-registry --cli-input-json {
        "environmentName": "<env name>",
        "s3AccessKey": "<ozone s3 access key>",
        "s3SecretKey": "<ozone s3 secret key>",
        "s3Bucket": "<ozone s3 bucket>",
        "s3Endpoint": "<ozone s3 endpoint>",
        "environmentCrn": "<env crn>"
    }