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:
Parameter | Type | Possible values | Description |
---|---|---|---|
model | String | Default: None | The ID of the model to use. For model IDs, check Amazon Bedrock documentation. Required. |
aws_region_name | String | Default: None | The AWS region. Make sure it's supported by Bedrock. Required. |
kwargs | Dictionary of strings | Additional 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.