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 |
---|---|---|---|
| String | Default: | The ID of the model to use. For model IDs, check Amazon Bedrock documentation. |
| String | Default: | |
| Integer | Default: | The maximum length of the generated text. |
| Boolean |
| Truncates the generated text to the |
|
|
| Specifies if a Generator streams. |
| 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.