Skip to content

Commit db41533

Browse files
authored
[MLOPS-717] Rename Amazon Bedrock (#3403)
1 parent fcce1dc commit db41533

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/resources/model_serving.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following arguments are supported:
5858

5959
* `name` - The name of a served entity. It must be unique across an endpoint. A served entity name can consist of alphanumeric characters, dashes, and underscores. If not specified for an external model, this field defaults to `external_model.name`, with '.' and ':' replaced with '-', and if not specified for other entities, it defaults to -.
6060
* `external_model` - The external model to be served. NOTE: Only one of `external_model` and (`entity_name`, `entity_version`, `workload_size`, `workload_type`, and `scale_to_zero_enabled`) can be specified with the latter set being used for custom model serving for a Databricks registered model. When an `external_model` is present, the served entities list can only have one `served_entity` object. For an existing endpoint with `external_model`, it can not be updated to an endpoint without `external_model`. If the endpoint is created without `external_model`, users cannot update it to add `external_model` later.
61-
* `provider` - (Required) The name of the provider for the external model. Currently, the supported providers are `ai21labs`, `anthropic`, `aws-bedrock`, `cohere`, `databricks-model-serving`, `openai`, and `palm`.
61+
* `provider` - (Required) The name of the provider for the external model. Currently, the supported providers are `ai21labs`, `anthropic`, `amazon-bedrock`, `cohere`, `databricks-model-serving`, `openai`, and `palm`.
6262
* `name` - The name of the external model.
6363
* `task` - The task type of the external model.
6464
* `config` - The config for the external model, which must match the provider.
@@ -67,11 +67,11 @@ The following arguments are supported:
6767
* `anthropic_config` - Anthropic Config
6868
* `anthropic_api_key` - The Databricks secret key reference for an Anthropic API key.
6969
The Databricks secret key reference for an Anthropic API key.
70-
* `aws_bedrock_config` - AWS Bedrock Config
70+
* `amazon_bedrock_config` - Amazon Bedrock Config
7171
* `aws_region` - The AWS region to use. Bedrock has to be enabled there.
7272
* `aws_access_key_id` - The Databricks secret key reference for an AWS Access Key ID with permissions to interact with Bedrock services.
7373
* `aws_secret_access_key` - The Databricks secret key reference for an AWS Secret Access Key paired with the access key ID, with permissions to interact with Bedrock services.
74-
* `bedrock_provider` - The underlying provider in AWS Bedrock. Supported values (case insensitive) include: `Anthropic`, `Cohere`, `AI21Labs`, `Amazon`.
74+
* `bedrock_provider` - The underlying provider in Amazon Bedrock. Supported values (case insensitive) include: `Anthropic`, `Cohere`, `AI21Labs`, `Amazon`.
7575
* `cohere_config` - Cohere Config
7676
* `cohere_api_key` - The Databricks secret key reference for a Cohere API key.
7777
* `databricks_model_serving_config` - Databricks Model Serving Config

0 commit comments

Comments
 (0)