Delete Ml Input Channel Data
cleanroomsml_delete_ml_input_channel_data | R Documentation |
Provides the information necessary to delete an ML input channel¶
Description¶
Provides the information necessary to delete an ML input channel.
Usage¶
cleanroomsml_delete_ml_input_channel_data(mlInputChannelArn,
membershipIdentifier)
Arguments¶
mlInputChannelArn |
[required] The Amazon Resource Name (ARN) of the ML input channel that you want to delete. |
membershipIdentifier |
[required] The membership ID of the membership that contains the ML input channel you want to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_ml_input_channel_data(
mlInputChannelArn = "string",
membershipIdentifier = "string"
)