|
1 | 1 | # neurostore_sdk.model.entity.Entity
|
2 | 2 |
|
3 |
| -descriptor of level of analysis for a particular image/point (run, session, subject, group, meta) |
| 3 | +WARNING: not currently used. descriptor of level of analysis for a particular image/point (run, session, subject, group, meta) |
4 | 4 |
|
5 | 5 | ## Model Type Info
|
6 | 6 | Input Type | Accessed Type | Description | Notes
|
7 | 7 | ------------ | ------------- | ------------- | -------------
|
8 |
| -dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | descriptor of level of analysis for a particular image/point (run, session, subject, group, meta) | |
9 |
| - |
10 |
| -### Composed Schemas (allOf/anyOf/oneOf/not) |
11 |
| -#### allOf |
12 |
| -Class Name | Input Type | Accessed Type | Description | Notes |
13 |
| -------------- | ------------- | ------------- | ------------- | ------------- |
14 |
| -[all_of_0](#all_of_0) | dict, frozendict.frozendict, | frozendict.frozendict, | | |
15 |
| -[UserlessResourceAttributes](UserlessResourceAttributes.md) | [**UserlessResourceAttributes**](UserlessResourceAttributes.md) | [**UserlessResourceAttributes**](UserlessResourceAttributes.md) | | |
16 |
| - |
17 |
| -# all_of_0 |
18 |
| - |
19 |
| -## Model Type Info |
20 |
| -Input Type | Accessed Type | Description | Notes |
21 |
| ------------- | ------------- | ------------- | ------------- |
22 |
| -dict, frozendict.frozendict, | frozendict.frozendict, | | |
| 8 | +dict, frozendict.frozendict, | frozendict.frozendict, | WARNING: not currently used. descriptor of level of analysis for a particular image/point (run, session, subject, group, meta) | |
23 | 9 |
|
24 | 10 | ### Dictionary Keys
|
25 | 11 | Key | Input Type | Accessed Type | Description | Notes
|
26 | 12 | ------------ | ------------- | ------------- | ------------- | -------------
|
27 |
| -**label** | str, | str, | | [optional] |
28 |
| -**level** | str, | str, | | [optional] must be one of ["run", "session", "subject", "group", "meta", ] |
29 |
| -**analysis** | str, | str, | | [optional] |
| 13 | +**label** | None, str, | NoneClass, str, | | [optional] |
| 14 | +**level** | None, str, | NoneClass, str, | | [optional] |
| 15 | +**analysis** | None, str, | NoneClass, str, | | [optional] |
30 | 16 | **any_string_name** | dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [optional]
|
31 | 17 |
|
32 | 18 | [[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
|
0 commit comments