Skip to content

Delete Imported Model

bedrock_delete_imported_model R Documentation

Deletes a custom model that you imported earlier

Description

Deletes a custom model that you imported earlier. For more information, see Import a customized model in the Amazon Bedrock User Guide.

Usage

bedrock_delete_imported_model(modelIdentifier)

Arguments

modelIdentifier

[required] Name of the imported model to delete.

Value

An empty list.

Request syntax

svc$delete_imported_model(
  modelIdentifier = "string"
)