Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.RecommendationResultConfigurationBundle.Builder
Packages that use RecommendationResultConfigurationBundle.Builder
-
Uses of RecommendationResultConfigurationBundle.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return RecommendationResultConfigurationBundle.BuilderModifier and TypeMethodDescriptionRecommendationResultConfigurationBundle.builder()The Amazon Resource Name (ARN) of the configuration bundle.RecommendationResultConfigurationBundle.toBuilder()The version identifier of the configuration bundle containing the recommendation.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type RecommendationResultConfigurationBundle.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RecommendationResultConfigurationBundle.Builder>RecommendationResultConfigurationBundle.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type RecommendationResultConfigurationBundle.BuilderModifier and TypeMethodDescriptionSystemPromptRecommendationResult.Builder.configurationBundle(Consumer<RecommendationResultConfigurationBundle.Builder> configurationBundle) The configuration bundle containing the recommended system prompt, if the input was sourced from a configuration bundle.ToolDescriptionRecommendationResult.Builder.configurationBundle(Consumer<RecommendationResultConfigurationBundle.Builder> configurationBundle) The configuration bundle containing the recommended tool descriptions, if the input was sourced from a configuration bundle.