Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.BedrockInvokeModel.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of BedrockInvokeModel.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionThe desired MIME type of the inference body in the response.The input data for the Bedrock model invocation.An optional description for this state.BedrockInvokeModel.Builder.contentType
(String contentType) Deprecated.This property does not require configuration because the only acceptable value is 'application/json'.static BedrockInvokeModel.Builder
BedrockInvokeModel.Builder.credentials
(Credentials credentials) Credentials for an IAM Role that the State Machine assumes for executing the task.The guardrail is applied to the invocation.Deprecated.useheartbeatTimeout
BedrockInvokeModel.Builder.heartbeatTimeout
(Timeout heartbeatTimeout) Timeout for the heartbeat.BedrockInvokeModel.Builder.input
(BedrockInvokeModelInputProps input) The source location to retrieve the input data from.JSONPath expression to select part of the state to be the input to this state.BedrockInvokeModel.Builder.integrationPattern
(IntegrationPattern integrationPattern) AWS Step Functions integrates with services directly in the Amazon States Language.The Bedrock model that the task will invoke.BedrockInvokeModel.Builder.output
(BedrockInvokeModelOutputProps output) The destination location where the API response is written.BedrockInvokeModel.Builder.outputPath
(String outputPath) JSONPath expression to select select a portion of the state output to pass to the next state.BedrockInvokeModel.Builder.resultPath
(String resultPath) JSONPath expression to indicate where to inject the state's output.BedrockInvokeModel.Builder.resultSelector
(Map<String, ? extends Object> resultSelector) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.Optional name for this state.BedrockInvokeModel.Builder.taskTimeout
(Timeout taskTimeout) Timeout for the task.Deprecated.usetaskTimeout
BedrockInvokeModel.Builder.traceEnabled
(Boolean traceEnabled) Specifies whether to enable or disable the Bedrock trace.