Bedrock / Client / deregister_marketplace_model_endpoint

deregister_marketplace_model_endpoint#

Bedrock.Client.deregister_marketplace_model_endpoint(**kwargs)#

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.

See also: AWS API Documentation

Request Syntax

response = client.deregister_marketplace_model_endpoint(
    endpointArn='string'
)
Parameters:

endpointArn (string) –

[REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Bedrock.Client.exceptions.ResourceNotFoundException

  • Bedrock.Client.exceptions.ServiceUnavailableException

  • Bedrock.Client.exceptions.AccessDeniedException

  • Bedrock.Client.exceptions.ValidationException

  • Bedrock.Client.exceptions.InternalServerException

  • Bedrock.Client.exceptions.ThrottlingException