v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

Creates an endpoint for a model from Amazon Bedrock Marketplace. The endpoint is hosted by Amazon SageMaker.

post/marketplace-model/endpoints

Request body

modelSourceIdentifierstring required

The ARN of the model from Amazon Bedrock Marketplace that you want to deploy to the endpoint.

acceptEulaboolean

Indicates whether you accept the end-user license agreement (EULA) for the model. Set to <code>true</code> to accept the EULA.

endpointNamestring required

The name of the endpoint. This name must be unique within your Amazon Web Services account and region.

clientRequestTokenstring

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This token is listed as not required because Amazon Web Services SDKs automatically generate it for you and set this parameter. If you're not using the Amazon Web Services SDK or the CLI, you must provide this token or the action will fail.

Response

Success