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 classAn implementation forBedrockInvokeModelOutputPropsMethods in software.amazon.awscdk.services.stepfunctions.tasks that return BedrockInvokeModelOutputPropsModifier and TypeMethodDescriptionBedrockInvokeModelOutputProps.Builder.build()Builds the configured instance.default BedrockInvokeModelOutputPropsBedrockInvokeModelJsonataProps.getOutput()The destination location where the API response is written.BedrockInvokeModelJsonataProps.Jsii$Proxy.getOutput()default BedrockInvokeModelOutputPropsBedrockInvokeModelJsonPathProps.getOutput()The destination location where the API response is written.BedrockInvokeModelJsonPathProps.Jsii$Proxy.getOutput()default BedrockInvokeModelOutputPropsBedrockInvokeModelProps.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()