Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.BedrockInvokeModelOutputProps
Packages that use BedrockInvokeModelOutputProps
Package
Description
Tasks for AWS Step Functions
-
Uses of BedrockInvokeModelOutputProps in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement BedrockInvokeModelOutputPropsModifier and TypeClassDescriptionstatic final class
An implementation forBedrockInvokeModelOutputProps
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return BedrockInvokeModelOutputPropsModifier and TypeMethodDescriptionBedrockInvokeModelOutputProps.Builder.build()
Builds the configured instance.default BedrockInvokeModelOutputProps
BedrockInvokeModelJsonataProps.getOutput()
The destination location where the API response is written.BedrockInvokeModelJsonataProps.Jsii$Proxy.getOutput()
default BedrockInvokeModelOutputProps
BedrockInvokeModelJsonPathProps.getOutput()
The destination location where the API response is written.BedrockInvokeModelJsonPathProps.Jsii$Proxy.getOutput()
default BedrockInvokeModelOutputProps
BedrockInvokeModelProps.getOutput()
The destination location where the API response is written.BedrockInvokeModelProps.Jsii$Proxy.getOutput()
Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type BedrockInvokeModelOutputPropsModifier and TypeMethodDescriptionBedrockInvokeModel.Builder.output
(BedrockInvokeModelOutputProps output) The destination location where the API response is written.BedrockInvokeModelJsonataProps.Builder.output
(BedrockInvokeModelOutputProps output) Sets the value ofBedrockInvokeModelJsonataProps.getOutput()
BedrockInvokeModelJsonPathProps.Builder.output
(BedrockInvokeModelOutputProps output) Sets the value ofBedrockInvokeModelJsonPathProps.getOutput()
BedrockInvokeModelProps.Builder.output
(BedrockInvokeModelOutputProps output) Sets the value ofBedrockInvokeModelProps.getOutput()