Delete Trained Model Output
| cleanroomsml_delete_trained_model_output | R Documentation | 
Deletes the output of a trained model¶
Description¶
Deletes the output of a trained model.
Usage¶
cleanroomsml_delete_trained_model_output(trainedModelArn,
  membershipIdentifier)
Arguments¶
| trainedModelArn | [required] The Amazon Resource Name (ARN) of the trained model whose output you want to delete. | 
| membershipIdentifier | [required] The membership ID of the member that is deleting the trained model output. | 
Value¶
An empty list.
Request syntax¶
svc$delete_trained_model_output(
  trainedModelArn = "string",
  membershipIdentifier = "string"
)