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 |
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 |
Input¶
DeleteInferenceProfileInput
dataclass
¶
Output¶
DeleteInferenceProfileOutput
dataclass
¶
Dataclass for DeleteInferenceProfileOutput structure.