Anthropic Claude on AWS Messages

Overview

You can use this Snap to generate message responses using the specified Anthropic Claude model and model parameters. Additionally, you can utilize the Snap to create chat bots or virtual assistant applications.


Anthropic Claude on Messages Overview

Prerequisites

None.

Limitations and Known Issues

None.

Snap Views

View Description Examples of Upstream and Downstream Snaps
Input This Snap supports a maximum of one binary or document input view. When the input type is a document, you must provide a field to specify the path to the input prompt. The Snap requires a prompt, which can be generated either by the Amazon Bedrock Prompt Generator or any user-desired prompt intended for submission to the Anthropic Claude Messages API.
Output This Snap has at the most one document output view. The Snap provides the result generated by the Anthropic Claude Messages API. Mapper
Error

Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter when running the pipeline by choosing one of the following options from the When errors occur list under the Views tab. The available options are:

  • Stop Pipeline Execution Stops the current pipeline execution when the Snap encounters an error.
  • Discard Error Data and Continue Ignores the error, discards that record, and continues with the remaining records.
  • Route Error Data to Error View Routes the error data to an error view without stopping the Snap execution.

Learn more about Error handling in Pipelines.

Snap Settings

Note:
  • Suggestion icon (): Indicates a list that is dynamically populated based on the configuration.
  • Expression icon (): Indicates whether the value is an expression (if enabled) or a static value (if disabled). Learn more about Using Expressions in SnapLogic.
  • Add icon (): Indicates that you can add fields in the field set.
  • Remove icon (): Indicates that you can remove fields from the field set.
Field / Field Set Type Description
Label String

Required. Specify a unique name for the Snap. Modify this to be more appropriate, especially if there are more than one of the same Snap in the pipeline.

Default value: Anthropic Claude on AWS Messages

Example: Create customer support responses
Model name String/Expression/Suggestion

Required. Specify the model name to use for the chat completion. Learn more about the list of Anthropic Claude models from AWS Bedrock that are compatible with the Messages API.

Default value: N/A

Example: anthropic.claude-3-haiku
Prompt String/Expression

Appears when you select Document as the Input type under the Views tab.

Required. Specify the prompt to send to the Anthropic Claude Messages endpoint as the user message.

Default value: N/A

Example: $msg
Model parameters Configure the parameters to tune the model runtime.
Maximum tokens Integer/Expression

Required. Specify the maximum number of tokens to generate the message responses.

Minimum value: 0

Maximum value: 4096

Default value: 200

Example: 100

Temperature Number/Expression

Specify the sampling temperature to use a decimal value between 0 and 1. If left blank, the endpoint uses its default value set to 1.

Default value: N/A

Example: 0.2

Top P Number/Expression

Specify the nucleus sampling value, a decimal value between 0 and 1. If left blank, the endpoint uses its default value set to 0.999.

Default value: N/A

Example: 0.2

Top K Integer/Expression

Specify a value to limit the number of high-probability tokens considered for each generation step to control the randomness of the output. It is disabled by default.

Minimum value: 0

Maximum value: 500

Default value: N/A

Example: 300

Snap execution Dropdown list
Select one of the three modes in which the Snap executes. Available options are:
  • Validate & Execute. Performs limited execution of the Snap and generates a data preview during pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during pipeline runtime.
  • Execute only. Performs full execution of the Snap during pipeline execution without generating preview data.
  • Disabled. Disables the Snap and all Snaps that are downstream from it.

Default value: Validate & Execute

Example: Execute only