Uses of Interface
com.google.adk.artifacts.BaseArtifactService
Packages that use BaseArtifactService
-
Uses of BaseArtifactService in com.google.adk.agents
Methods in com.google.adk.agents that return BaseArtifactServiceModifier and TypeMethodDescriptionInvocationContext.artifactService()Returns the artifact service for persisting artifacts.Methods in com.google.adk.agents with parameters of type BaseArtifactServiceModifier and TypeMethodDescriptionInvocationContext.Builder.artifactService(BaseArtifactService artifactService) Sets the artifact service for persisting artifacts. -
Uses of BaseArtifactService in com.google.adk.artifacts
Classes in com.google.adk.artifacts that implement BaseArtifactServiceModifier and TypeClassDescriptionfinal classAn artifact service implementation using Google Cloud Storage (GCS).final classAn in-memory implementation of theBaseArtifactService. -
Uses of BaseArtifactService in com.google.adk.runner
Methods in com.google.adk.runner that return BaseArtifactServiceMethods in com.google.adk.runner with parameters of type BaseArtifactServiceModifier and TypeMethodDescriptionRunner.Builder.artifactService(BaseArtifactService artifactService) Constructors in com.google.adk.runner with parameters of type BaseArtifactServiceModifierConstructorDescriptionRunner(BaseAgent agent, String appName, BaseArtifactService artifactService, BaseSessionService sessionService) Deprecated.Runner(BaseAgent agent, String appName, BaseArtifactService artifactService, BaseSessionService sessionService, BaseMemoryService memoryService) Deprecated.UseRunner.Builderinstead.Runner(BaseAgent agent, String appName, BaseArtifactService artifactService, BaseSessionService sessionService, BaseMemoryService memoryService, List<? extends Plugin> plugins) Deprecated.UseRunner.Builderinstead.protectedRunner(BaseAgent agent, String appName, BaseArtifactService artifactService, BaseSessionService sessionService, BaseMemoryService memoryService, List<? extends Plugin> plugins, EventsCompactionConfig eventsCompactionConfig, ContextCacheConfig contextCacheConfig) Deprecated.UseRunner.Builderinstead.
Runner.Builderinstead.