create-model-registry¶
- subtitle
Creates a new model registry.
- version
0.9.126
Description¶
Create a new model registry by creating a new workbench and install model registry on it.
Synopsis¶
create-model-registry
[--namespace <value>]
[--s-3-access-key <value>]
[--s-3-secret-key <value>]
[--s-3-bucket <value>]
[--s-3-endpoint <value>]
[--creator-crn <value>]
[--environment-crn <value>]
[--environment-name <value>]
[--use-public-load-balancer | --no-use-public-load-balancer]
[--subnets-for-load-balancers <value>]
[--outbound-types <value>]
[--skip-validation | --no-skip-validation]
[--private-cluster | --no-private-cluster]
[--provision-k8s-request <value>]
[--backup-crn <value>]
[--whitelist-authorized-ip-ranges | --no-whitelist-authorized-ip-ranges]
[--authorized-ip-ranges <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--namespace
(string)
The namespace of the model registry.
--s-3-access-key
(string)
The S3 access key of Ozone.
--s-3-secret-key
(string)
The S3 secret key of Ozone.
--s-3-bucket
(string)
The s-3-bucket of Ozone.
--s-3-endpoint
(string)
The endpoint of Ozone.
--creator-crn
(string)
The creator of model registry.
--environment-crn
(string)
The environment CRN of model registry.
--environment-name
(string)
The environment for the model registry to create.
--use-public-load-balancer
| --no-use-public-load-balancer
(boolean)
The boolean flag to request a public load balancer. By default, a private load balancer is used.
--subnets-for-load-balancers
(array)
The list of subnets used for the load balancer that Cloudera AI creates.
Syntax:
"string" "string" ...
--outbound-types
(array)
Outbound Types provided for the cluster.
Syntax:
"string" "string" ...
Possible values:
* ``UNKNOWN``
* ``OUTBOUND_TYPE_UDR``
--skip-validation
| --no-skip-validation
(boolean)
Skip pre-flight validations if requested.
--private-cluster
| --no-private-cluster
(boolean)
Whether to create a private cluster.
--provision-k8s-request
(object)
Request object for provisioning model registry.
tags -> (array)
Tags to add to the cloud provider resources created. This is in addition to any tags added by Cloudera.
item -> (object)
Contains a single tag entry that will be configured on cloud resources associated with a workbench.
key -> (string)
The name for the tag.
value -> (string)
The value for the tag.
network -> (object)
Contains the information about overlay network.
plugin -> (string)
The plugin specifies specific cni vendor, ex: calico, weave etc.
topology -> (object)
Contains the information about topology.
subnets -> (array)
The options for subnets.
item -> (string)
JSON Syntax:
{
"tags": [
{
"key": "string",
"value": "string"
}
...
],
"network": {
"plugin": "string",
"topology": {
"subnets": ["string", ...]
}
}
}
--backup-crn
(string)
The CRN of the backup that this model registry is created from.
--whitelist-authorized-ip-ranges
| --no-whitelist-authorized-ip-ranges
(boolean)
Whether to whitelist only authorized-ip-ranges given or all public IPs
--authorized-ip-ranges
(array)
The whitelist of CIDR blocks which can access the API server.
Syntax:
"string" "string" ...
--cli-input-json
(string)
Performs service operation based on the JSON string provided. The JSON string follows the format provided by
--generate-cli-skeleton
. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.
--generate-cli-skeleton
(boolean)
Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for
--cli-input-json
.
Output¶
Form Factors¶
public, private