Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.StartMemoryExtractionJobResponse
Packages that use StartMemoryExtractionJobResponse
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of StartMemoryExtractionJobResponse in software.amazon.awssdk.services.bedrockagentcore
Methods in software.amazon.awssdk.services.bedrockagentcore that return StartMemoryExtractionJobResponseModifier and TypeMethodDescriptiondefault StartMemoryExtractionJobResponseBedrockAgentCoreClient.startMemoryExtractionJob(Consumer<StartMemoryExtractionJobRequest.Builder> startMemoryExtractionJobRequest) Starts a memory extraction job that processes events that failed extraction previously in an AgentCore Memory resource and produces structured memory records.default StartMemoryExtractionJobResponseBedrockAgentCoreClient.startMemoryExtractionJob(StartMemoryExtractionJobRequest startMemoryExtractionJobRequest) Starts a memory extraction job that processes events that failed extraction previously in an AgentCore Memory resource and produces structured memory records.Methods in software.amazon.awssdk.services.bedrockagentcore that return types with arguments of type StartMemoryExtractionJobResponseModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.startMemoryExtractionJob(Consumer<StartMemoryExtractionJobRequest.Builder> startMemoryExtractionJobRequest) Starts a memory extraction job that processes events that failed extraction previously in an AgentCore Memory resource and produces structured memory records.BedrockAgentCoreAsyncClient.startMemoryExtractionJob(StartMemoryExtractionJobRequest startMemoryExtractionJobRequest) Starts a memory extraction job that processes events that failed extraction previously in an AgentCore Memory resource and produces structured memory records.