AQIT 0.1.0
Loading...
Searching...
No Matches
aquin.saes.SaesNamespace Class Reference
Collaboration diagram for aquin.saes.SaesNamespace:

Public Member Functions

 __init__ (self, str|None api_key=None)
list[dict] list (self, str|None model=None)
dict get (self, str id)
None pull (self, str|None id=None, str|None model=None, int|None layer=None, str|Path output="./sae.pt")

Protected Attributes

 _api_key = api_key

Detailed Description

Definition at line 176 of file saes.py.

Constructor & Destructor Documentation

◆ __init__()

aquin.saes.SaesNamespace.__init__ ( self,
str | None api_key = None )

Definition at line 177 of file saes.py.

Member Function Documentation

◆ get()

dict aquin.saes.SaesNamespace.get ( self,
str id )

Definition at line 183 of file saes.py.

References aquin.saes.get_sae().

◆ list()

list[dict] aquin.saes.SaesNamespace.list ( self,
str | None model = None )

Definition at line 180 of file saes.py.

References aquin.saes.list_saes().

◆ pull()

None aquin.saes.SaesNamespace.pull ( self,
str | None id = None,
str | None model = None,
int | None layer = None,
str | Path output = "./sae.pt" )

Member Data Documentation

◆ _api_key

aquin.saes.SaesNamespace._api_key = api_key
protected

Definition at line 178 of file saes.py.

Referenced by pull().


The documentation for this class was generated from the following file: