Skip to content

Bedrock  >  Operations  >  deregister_marketplace_model_endpoint

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 DeregisterMarketplaceModelEndpointInput.

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 DeregisterMarketplaceModelEndpointOutput.

Input

DeregisterMarketplaceModelEndpointInput dataclass

Dataclass for DeregisterMarketplaceModelEndpointInput structure.

Attributes

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

The Amazon Resource Name (ARN) of the endpoint you want to deregister.

Output

DeregisterMarketplaceModelEndpointOutput dataclass

Dataclass for DeregisterMarketplaceModelEndpointOutput structure.