Check the init and runtime parameters you can use to customize AmazonBedrockGenerator.
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 name of the model to use. Required. |
| Secret | Default: | The AWS access key ID. |
| Secret | Default: | The AWS secret access key. |
| Secret | Default: | The AWS session token. |
| Secret | Default: | The AWS region name. |
| Secret | Default: | The AWS profile name. |
| Integer | Default: | The maximum length of the generated text. Optional. |
| 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.