Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.BedrockInvokeModel
Packages that use BedrockInvokeModel
Package
Description
Tasks for AWS Step Functions
-
Uses of BedrockInvokeModel in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return BedrockInvokeModelModifier and TypeMethodDescriptionBedrockInvokeModel.Builder.build()static BedrockInvokeModelBedrockInvokeModel.jsonata(software.constructs.Construct scope, String id, BedrockInvokeModelJsonataProps props) A Step Functions Task using JSONata to invoke a model in Bedrock.static BedrockInvokeModelBedrockInvokeModel.jsonPath(software.constructs.Construct scope, String id, BedrockInvokeModelJsonPathProps props) A Step Functions Task using JSONPath to invoke a model in Bedrock.