delete_marketplace_model_endpoint¶
Operation¶
delete_marketplace_model_endpoint
async
¶
delete_marketplace_model_endpoint(input: DeleteMarketplaceModelEndpointInput, plugins: list[Plugin] | None = None) -> DeleteMarketplaceModelEndpointOutput
Deletes an endpoint for a model from Amazon Bedrock Marketplace.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteMarketplaceModelEndpointInput
|
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 |
|---|---|
DeleteMarketplaceModelEndpointOutput
|
An instance of |
Input¶
DeleteMarketplaceModelEndpointInput
dataclass
¶
Output¶
DeleteMarketplaceModelEndpointOutput
dataclass
¶
Dataclass for DeleteMarketplaceModelEndpointOutput structure.