Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.BedrockInvokeModel.Builder
Packages that use BedrockInvokeModel.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of BedrockInvokeModel.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return BedrockInvokeModel.BuilderModifier and TypeMethodDescriptionThe desired MIME type of the inference body in the response.Workflow variables to store in this step.The input data for the Bedrock model invocation.A comment describing 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 part of the state to be the output to this state.Used to specify and transform output from the state.BedrockInvokeModel.Builder.queryLanguage
(QueryLanguage queryLanguage) The name of the query language used by the 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.