bedrock_create_marketplace_model_endpoint: Creates an endpoint for a model from Amazon Bedrock...

View source: R/bedrock_operations.R

bedrock_create_marketplace_model_endpointR Documentation

Creates an endpoint for a model from Amazon Bedrock Marketplace

Description

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.

Usage

bedrock_create_marketplace_model_endpoint(
  modelSourceIdentifier,
  endpointConfig,
  acceptEula = NULL,
  endpointName,
  clientRequestToken = NULL,
  tags = NULL
)

Arguments

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 true to accept the EULA.

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.


paws.machine.learning documentation built on April 3, 2025, 8:41 p.m.