pub struct EdgeQuakeClient { /* private fields */ }Expand description
The EdgeQuake SDK client. Thread-safe (Clone + Send + Sync).
Implementations§
Source§impl EdgeQuakeClient
impl EdgeQuakeClient
Sourcepub fn builder() -> ClientBuilder
pub fn builder() -> ClientBuilder
Start building a new client.
pub fn documents(&self) -> DocumentsResource<'_>
pub fn graph(&self) -> GraphResource<'_>
pub fn entities(&self) -> EntitiesResource<'_>
pub fn relationships(&self) -> RelationshipsResource<'_>
pub fn query(&self) -> QueryResource<'_>
pub fn chat(&self) -> ChatResource<'_>
pub fn auth(&self) -> AuthResource<'_>
pub fn users(&self) -> UsersResource<'_>
pub fn api_keys(&self) -> ApiKeysResource<'_>
pub fn tenants(&self) -> TenantsResource<'_>
pub fn conversations(&self) -> ConversationsResource<'_>
pub fn folders(&self) -> FoldersResource<'_>
pub fn tasks(&self) -> TasksResource<'_>
pub fn pipeline(&self) -> PipelineResource<'_>
pub fn costs(&self) -> CostsResource<'_>
pub fn chunks(&self) -> ChunksResource<'_>
pub fn provenance(&self) -> ProvenanceResource<'_>
pub fn models(&self) -> ModelsResource<'_>
pub fn workspaces(&self) -> WorkspacesResource<'_>
pub fn health(&self) -> HealthResource<'_>
pub fn pdf(&self) -> PdfResource<'_>
pub fn lineage(&self) -> LineageResource<'_>
pub fn settings(&self) -> SettingsResource<'_>
Trait Implementations§
Source§impl Clone for EdgeQuakeClient
impl Clone for EdgeQuakeClient
Source§fn clone(&self) -> EdgeQuakeClient
fn clone(&self) -> EdgeQuakeClient
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EdgeQuakeClient
impl !RefUnwindSafe for EdgeQuakeClient
impl Send for EdgeQuakeClient
impl Sync for EdgeQuakeClient
impl Unpin for EdgeQuakeClient
impl UnsafeUnpin for EdgeQuakeClient
impl !UnwindSafe for EdgeQuakeClient
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more