Skip to content

Bedrock  >  Operations  >  delete_marketplace_model_endpoint

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

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

Input

DeleteMarketplaceModelEndpointInput dataclass

Dataclass for DeleteMarketplaceModelEndpointInput structure.

Attributes

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

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

Output

DeleteMarketplaceModelEndpointOutput dataclass

Dataclass for DeleteMarketplaceModelEndpointOutput structure.