Delete Configured Model Algorithm Association
cleanroomsml_delete_configured_model_algorithm_association | R Documentation |
Deletes a configured model algorithm association¶
Description¶
Deletes a configured model algorithm association.
Usage¶
cleanroomsml_delete_configured_model_algorithm_association(
configuredModelAlgorithmAssociationArn, membershipIdentifier)
Arguments¶
configuredModelAlgorithmAssociationArn |
[required] The Amazon Resource Name (ARN) of the configured model algorithm association that you want to delete. |
membershipIdentifier |
[required] The membership ID of the member that is deleting the configured model algorithm association. |
Value¶
An empty list.
Request syntax¶
svc$delete_configured_model_algorithm_association(
configuredModelAlgorithmAssociationArn = "string",
membershipIdentifier = "string"
)