delete_imported_model¶
Operation¶
delete_imported_model
async
¶
delete_imported_model(input: DeleteImportedModelInput, plugins: list[Plugin] | None = None) -> DeleteImportedModelOutput
Deletes a custom model that you imported earlier. For more information, see Import a customized model in the Amazon Bedrock User Guide.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteImportedModelInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeleteImportedModelOutput
|
An instance of |
Input¶
DeleteImportedModelInput
dataclass
¶
Output¶
DeleteImportedModelOutput
dataclass
¶
Dataclass for DeleteImportedModelOutput structure.