Docs.rs
  • batch-mode-batch-workflow-0.1.1
    • batch-mode-batch-workflow 0.1.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • klebs6
    • Dependencies
      • ai-json-template ^0.1.1 normal
      • ai-json-template-derive ^0.1.1 normal
      • async-trait ^0.1.86 normal
      • batch-mode-3p ^0.2.1 normal
      • batch-mode-batch-client ^0.2.1 normal
      • batch-mode-batch-executor ^0.2.1 normal
      • batch-mode-batch-metadata ^0.2.1 normal
      • batch-mode-batch-reconciliation ^0.2.1 normal
      • batch-mode-batch-scribe ^0.1.5 normal
      • batch-mode-batch-triple ^0.2.1 normal
      • batch-mode-batch-workspace ^0.2.1 normal
      • batch-mode-batch-workspace-interface ^0.2.1 normal
      • batch-mode-json ^0.2.1 normal
      • batch-mode-process-response ^0.2.1 normal
      • derive_builder ^0.20.2 normal
      • language-model-type ^0.1.1 normal
      • save-load-traits ^0.2.1 normal
      • serde ^1.0 normal
      • serde_derive ^1.0 normal
      • serde_json ^1.0 normal
      • traced-test ^1.0.2 normal
      • tracing ^0.1.40 normal
      • tracing-setup ^1.0.2 normal
      • tracing-subscriber ^0.3 normal
    • Versions
    • 28.57% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

batch_mode_batch_workflow0.1.1

CheckAndDownloadInterface

Implementors

In crate batch_mode_batch_workflow

batch_mode_batch_workflow

Trait CheckAndDownloadInterface

Source
pub trait CheckAndDownloadInterface<E>:
    CheckForAndDownloadOutputAndErrorOnline<E>
    + CheckBatchStatusOnline<E>
    + DownloadOutputFile<E>
    + DownloadErrorFile<E> { }

Implementors§

Source§

impl<E> CheckAndDownloadInterface<E> for BatchFileTriple
where E: From<BatchDownloadError> + From<OpenAIClientError> + From<BatchMetadataError> + From<Error> + Debug + Display,