deregister_marketplace_model_endpoint¶
Operation¶
deregister_marketplace_model_endpoint
async
¶
deregister_marketplace_model_endpoint(input: DeregisterMarketplaceModelEndpointInput, plugins: list[Plugin] | None = None) -> DeregisterMarketplaceModelEndpointOutput
Deregisters an endpoint for a model from Amazon Bedrock Marketplace. This operation removes the endpoint's association with Amazon Bedrock but does not delete the underlying Amazon SageMaker endpoint.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeregisterMarketplaceModelEndpointInput
|
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 |
|---|---|
DeregisterMarketplaceModelEndpointOutput
|
An instance of |
Input¶
DeregisterMarketplaceModelEndpointInput
dataclass
¶
Output¶
DeregisterMarketplaceModelEndpointOutput
dataclass
¶
Dataclass for DeregisterMarketplaceModelEndpointOutput structure.