Deregister Marketplace Model Endpoint
bedrock_deregister_marketplace_model_endpoint | R Documentation |
Deregisters an endpoint for a model from Amazon Bedrock Marketplace¶
Description¶
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.
Usage¶
bedrock_deregister_marketplace_model_endpoint(endpointArn)
Arguments¶
endpointArn |
[required] The Amazon Resource Name (ARN) of the endpoint you want to deregister. |
Value¶
An empty list.
Request syntax¶
svc$deregister_marketplace_model_endpoint(
endpointArn = "string"
)