Skip to content

Bedrock  >  Operations  >  delete_inference_profile

delete_inference_profile

Operation

delete_inference_profile async

delete_inference_profile(input: DeleteInferenceProfileInput, plugins: list[Plugin] | None = None) -> DeleteInferenceProfileOutput

Deletes an application inference profile. For more information, see Increase throughput and resilience with cross-region inference in Amazon Bedrock. in the Amazon Bedrock User Guide.

Parameters:

Name Type Description Default
input DeleteInferenceProfileInput

An instance of DeleteInferenceProfileInput.

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
DeleteInferenceProfileOutput

An instance of DeleteInferenceProfileOutput.

Input

DeleteInferenceProfileInput dataclass

Dataclass for DeleteInferenceProfileInput structure.

Attributes

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

The Amazon Resource Name (ARN) or ID of the application inference profile to delete.

Output

DeleteInferenceProfileOutput dataclass

Dataclass for DeleteInferenceProfileOutput structure.