fetch-ai-registries-storage-config¶
- subtitle
Fetch AI Registry storage configuration for a Cloudera AI Inference Service.
- version
0.9.162
Description¶
Returns installed AI Registries in the environment with S3 fields from the database and link status from cluster secrets.
Synopsis¶
fetch-ai-registries-storage-config
--app-crn <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--app-crn (string)
The CRN of the Cloudera AI Inference Service.
--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¶
registries -> (map)
Map from AI Registry Kubernetes namespace to storage config.
key -> (string)
value -> (object)
One AI Registry storage row keyed by Kubernetes namespace in FetchAiRegistriesStorageConfigResponse.
Form Factors: private
s3AccessId -> (string)
S3-compatible access key ID from the database.
s3SecretKey -> (string)
S3-compatible secret access key from the database.
s3EndpointUrl -> (string)
S3-compatible endpoint URL from the database.
s3Region -> (string)
S3-compatible region from the database.
linkRegistry -> (boolean)
True when this registry is linked per ai-registry-secrets for its namespace.
environmentName -> (string)
CDP environment name for this AI Registry (from the database).
Form Factors¶
private