Skip to content

Bedrock  >  Operations  >  delete_imported_model

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 DeleteImportedModelInput.

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 DeleteImportedModelOutput.

Input

DeleteImportedModelInput dataclass

Dataclass for DeleteImportedModelInput structure.

Attributes

model_identifier class-attribute instance-attribute
model_identifier: str | None = None

Name of the imported model to delete.

Output

DeleteImportedModelOutput dataclass

Dataclass for DeleteImportedModelOutput structure.