Skip to main content

Cloudera Model Key

Description

General

  • Documentation: https://docs.cloudera.com/documentation/data-science-workbench/latest/topics/cdsw_models.html#call_model__access_key
  • Summary: Cloudera Data Science Workbench allows data scientists to build, deploy, and manage models as REST APIs to serve predictions. Each model in Cloudera Data Science Workbench has a unique access key associated with it. This access key is a unique identifier for the model and is included in each API call as authentication.
  • IPs allowlist: This feature is not mentioned in the documentation.
  • Scopes: Each model has its own model key, one cannot go further in scopes specification.

Revoke the secret

The access to a model can be revoked from the Cloudera Data Science dashboard. Note that only one access key per model is active at any time. For more information read the security docs

Check for suspicious activity

As of the time of writing this documentation, this feature is not available.

Details for Cloudera model key

  • Family: Api

  • Category: Other

  • Company: Cloudera

  • High recall: False

  • Validity check available: False

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 0.25

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions:
- ^lock$
- ^storyboard(c|er)?~?$
- ^xib$
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: false
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- call-model
- cdsw
- cloudera

Examples

- text: |
curl -X POST url/call-model -d '{"accessKey":"myviox3evtctd97y1zc9ccvnodnvwrn3"}
apikey: myviox3evtctd97y1zc9ccvnodnvwrn3

How can I help you ?