LOGS
A library to access the LOGS API via Python
- class LOGS.LOGS.LOGS(url=None, apiKey=None, configFile=None, options=None, verify=True)[source]
Bases:
objectPython class to access the LOGS web API
- property apiUrl: str
- property cacheDir: str | None
- getTypedEntityClass(customTypeOrId, entityType)[source]
- Return type:
Type[TypeVar(_T, bound=Union[Bridge, CustomField, CustomType, Dataset, DataSource, InventoryItem, LabNotebook, LabNotebookEntry, LabNotebookExperiment, LabNotebookTemplate, Origin, Person, Project, Sample, DataFormat, Role, Vendor, DataFormatInstrument, Method, Attachment,Entity])]
- property group: str | None
- property metadata: ServerMetaData
- newAttachment(ref=None, files=None, pathPrefixToStrip=None, pathPrefixToAdd=None)[source]
- Return type:
- newDataset(entityOrCustomTypeOrId=None, ref=None, files=None, formatOrFormatId=None, pathPrefixToStrip=None, pathPrefixToAdd=None)[source]
- Return type:
- Return type:
- Return type:
- Return type:
- property uid: UUID | None
- property url: str