Values.DeleteImportedModelRequestSourceDeletes a custom model that you imported earlier. For more information, see Import a customized model in the Amazon Bedrock User Guide.
type nonrec t = {modelIdentifier : ImportedModelIdentifier.t;Name of the imported model to delete.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ImportedModelIdentifier.t ]) list ]