DeepsetAmazonBedrockGenerator Parameters

Check the init and runtime parameters you can use to customize DeepsetAmazonBedrockGenerator.

YAML Init Parameters

These are the parameters you can pass to this component in the pipeline YAML configuration:

ParameterTypePossible valuesDescription
modelStringDefault: NoneThe ID of the model to use. For model IDs, check Amazon Bedrock documentation.
Required.
aws_region_nameStringDefault: NoneThe AWS region. Make sure it's supported by Bedrock.
Required.
kwargsDictionary of stringsAdditional keyword arguments to be passed to the model. Optional.

REST API Runtime Parameters

There are no runtime parameters you can pass to this component when making a request to the Search REST API endpoint.