Available on crate feature
artifacts only.Expand description
Artifact storage.
Store and retrieve binary data:
InMemoryArtifactService- In-memory storage- Version tracking for artifacts
- Namespace scoping
Available with feature: artifacts
Modules§
Structs§
- Delete
Request - Request to delete an artifact.
- File
Artifact Service - Persist artifacts on the local filesystem.
- InMemory
Artifact Service - In-memory artifact storage for development and testing.
- List
Request - Request to list artifacts in a session.
- List
Response - Response containing artifact filenames.
- Load
Request - Request to load an artifact.
- Load
Response - Response from a successful load operation.
- Save
Request - Request to save a binary artifact.
- Save
Response - Response from a successful save operation.
- Scoped
Artifacts - Scoped wrapper around ArtifactService that binds session context.
- Versions
Request - Request to list versions of a specific artifact.
- Versions
Response - Response containing available version numbers.
Traits§
- Artifact
Service - Trait for artifact storage backends.