Creating a Cloudera AI Registry with CDP CLI
Before you can start using Cloudera AI Registry you must create a Cloudera AI Registry for your environment. You can create Cloudera AI Registry with CDP CLI.
Before you begin
If you have not yet downloaded the CDP CLI tool, see CDP Private Cloud CLI. Use the latest version of the CDP CLI.
-
Create Cloudera AI Registry by using the following CLI command:
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>" }
Before you begin
If you have not yet downloaded the CDP CLI tool, see CDP Private Cloud CLI. Use the latest version of the CDP CLI.
-
Create Cloudera AI Registry by using the following CLI command:
cdp ml create-model-registry --cli-input-json { "environmentName": "<env name>", "s3AccessKey": "<s3 access key>", "s3SecretKey": "<s3 secret key>", "s3Bucket": "<s3 bucket>", "s3Endpoint": "<s3 endpoint>", "region: <s3 region>" "environmentCrn": "<env crn>" }
