Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.AgentTracesConfig
Packages that use AgentTracesConfig
-
Uses of AgentTracesConfig in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return AgentTracesConfigModifier and TypeMethodDescriptionfinal AgentTracesConfigSystemPromptRecommendationConfig.agentTraces()The agent traces to analyze for generating recommendations.final AgentTracesConfigToolDescriptionRecommendationConfig.agentTraces()The agent traces to analyze for generating tool description recommendations.static AgentTracesConfigAgentTracesConfig.fromCloudwatchLogs(Consumer<CloudWatchLogsTraceConfig.Builder> cloudwatchLogs) Create an instance of this class withcloudwatchLogs()initialized to the given value.static AgentTracesConfigAgentTracesConfig.fromCloudwatchLogs(CloudWatchLogsTraceConfig cloudwatchLogs) Create an instance of this class withcloudwatchLogs()initialized to the given value.static AgentTracesConfigAgentTracesConfig.fromSessionSpans(List<Document> sessionSpans) Create an instance of this class withsessionSpans()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type AgentTracesConfigModifier and TypeMethodDescriptionSystemPromptRecommendationConfig.Builder.agentTraces(AgentTracesConfig agentTraces) The agent traces to analyze for generating recommendations.ToolDescriptionRecommendationConfig.Builder.agentTraces(AgentTracesConfig agentTraces) The agent traces to analyze for generating tool description recommendations.