Delete Configured Model Algorithm
cleanroomsml_delete_configured_model_algorithm | R Documentation |
Deletes a configured model algorithm¶
Description¶
Deletes a configured model algorithm.
Usage¶
cleanroomsml_delete_configured_model_algorithm(
configuredModelAlgorithmArn)
Arguments¶
configuredModelAlgorithmArn |
[required] The Amazon Resource Name (ARN) of the configured model algorithm that you want to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_configured_model_algorithm(
configuredModelAlgorithmArn = "string"
)