View source: R/bedrock_operations.R
bedrock_create_marketplace_model_endpoint | R Documentation |
Creates an endpoint for a model from Amazon Bedrock Marketplace. The endpoint is hosted by Amazon SageMaker.
See https://www.paws-r-sdk.com/docs/bedrock_create_marketplace_model_endpoint/ for full documentation.
bedrock_create_marketplace_model_endpoint(
modelSourceIdentifier,
endpointConfig,
acceptEula = NULL,
endpointName,
clientRequestToken = NULL,
tags = NULL
)
modelSourceIdentifier |
[required] The ARN of the model from Amazon Bedrock Marketplace that you want to deploy to the endpoint. |
endpointConfig |
[required] The configuration for the endpoint, including the number and type of instances to use. |
acceptEula |
Indicates whether you accept the end-user license agreement (EULA) for
the model. Set to |
endpointName |
[required] The name of the endpoint. This name must be unique within your Amazon Web Services account and region. |
clientRequestToken |
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. |
tags |
An array of key-value pairs to apply to the underlying Amazon SageMaker endpoint. You can use these tags to organize and identify your Amazon Web Services resources. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.