Registry create

Usage

aioli registry create [-h] --type TYPE [--bucket BUCKET] [--access-key ACCESS_KEY] --secret-key
                                  SECRET_KEY [--endpoint-url ENDPOINT_URL] [--insecure-https]
                                  name

Full Example

aioli registry create NAME --type VALUE --bucket VALUE --access-key VALUE --secret-key VALUE --endpoint-url VALUE

Options:

The name of the model registry. Must begin with a letter, but may contain letters, numbers, and hyphen

–type

The type of this model registry

–bucket

S3 Bucket name

–access-key

S3 access key/username

–secret-key

secret key/password

–endpoint-url

S3 endpoint URL

–insecure-https

Allow insecure HTTPS connections to S3