Step Details |
Introduced in Version | 9.0.0 |
Last Modified in Version | 9.11.0 |
Location | AI > AWS Bedrock |
The Get AI Prediction step provides predictions or inferences from a trained machine learning model deployed on the AWS Bedrock platform. It allows you to submit input data to the deployed model and receive predictions as output.
Prerequisites
This step requires the AWS Bedrock module to be installed before it will be available in the toolbox.
V9 users must install the AWS Bedrock dependency in order for these steps to appear
Properties
AWS Bedrock Settings
Property | Description | Data Type |
---|
Specify Model Name | When enabled, will make a dropdown to allow the user to select which AI model is asked the prompt. | Boolean |
Escape JSON In Text | When enabled, automatically removes JSON from inputted text on submission. | Boolean |
Override Prediction Parameters | When enabled, allows the user to create a custom series of parameters to be applied on prompt submission. | Boolean |
AWS Settings
Property | Description | Data Type |
---|
Specify AWS Credentials | When enabled, creates two new inputs, AWS API Access Key and AWS API Secret Key forcing the user to input required credentials prior to a prompt running. | Boolean |
AWS Region | Allows for region selection. | AmazonAWSRegion |
Inputs
Property | Description | Data Type |
---|
Prompt | String submitted to AI model intended to have a prediction returned. | String |
Outputs
Property | Description | Data Type |
---|
Done |
|
|
| Result | Model output | List of BedrockPredictionResult |
