Skip to main content

DROP ML CONFIGURATION (SQL)

Deletes an ML configuration.

Synopsis

DROP ML CONFIGURATION ml-configuration-name 

Arguments

ml-configuration-name The name of the ML configuration to delete.

Description

The DROP ML CONFIGURATION command deletes an ML configuration and its corresponding class definition.

Conditions

  • The ML configuration must exist in the current namespace. Attempting to delete a non-existent ML configuration generates an SQLCODE –30 error.

  • You cannot delete the system default ML configuration. Attempting to do so results in a SQLCODE –189 error.

Required Security Privileges

Calling DROP ML CONFIGURATION requires %DROP_ML_CONFIGRATION privileges; otherwise, there is a SQLCODE –99 error (Privilege Violation). To assign %DROP_ML_CONFIGRATION privileges, use the GRANT command.

See Also

Purpose of this instance: Draft documentation
DocReleaseID: SupplyChain2024.1
Content loaded from:
/staging/learning/iris-doc/2024.1.x/doc/supply-chain/en-us/src/
/staging/learning/iris-doc/2024.1.x/doc/cache/en-us/src/
/staging/learning/iris-doc/2024.1.x/doc/ensemble/en-us/src/
/staging/learning/iris-doc/2024.1.x/doc/iris/en-us/src/
/staging/learning/iris-doc/2024.1.x/doc/security/en-us/src/
Excluded items: PAGE_bi, PAGE_deployment, PAGE_interoperability, PAGE_release
FeedbackOpens in a new tab