Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FunctionSchema.Builder
Packages that use FunctionSchema.Builder
-
Uses of FunctionSchema.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FunctionSchema.BuilderModifier and TypeMethodDescriptionstatic FunctionSchema.BuilderFunctionSchema.builder()FunctionSchema.Builder.functions(Collection<FunctionDefinition> functions) A list of functions that each define an action in the action group.FunctionSchema.Builder.functions(Consumer<FunctionDefinition.Builder>... functions) A list of functions that each define an action in the action group.FunctionSchema.Builder.functions(FunctionDefinition... functions) A list of functions that each define an action in the action group.FunctionSchema.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FunctionSchema.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FunctionSchema.Builder>FunctionSchema.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FunctionSchema.BuilderModifier and TypeMethodDescriptiondefault AgentActionGroup.BuilderAgentActionGroup.Builder.functionSchema(Consumer<FunctionSchema.Builder> functionSchema) Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.