Skip to content

Commit 2ecdeb7

Browse files
dbfe16ce895e1987481cc84941c7ccebfe638315
1 parent 2b294b4 commit 2ecdeb7

20 files changed

+1539
-86
lines changed

.openapi-generator/FILES

Lines changed: 9 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,9 @@ docs/PipelineConfig.md
6565
docs/PipelineConfigList.md
6666
docs/PipelineConfigsApi.md
6767
docs/PipelineList.md
68-
docs/PipelineRun.md
69-
docs/PipelineRunList.md
70-
docs/PipelineRunResult.md
71-
docs/PipelineRunResultList.md
72-
docs/PipelineRunResultVote.md
73-
docs/PipelineRunResultVoteList.md
74-
docs/PipelineRunResultVotesApi.md
75-
docs/PipelineRunResultsApi.md
76-
docs/PipelineRunsApi.md
68+
docs/PipelineStudyResult.md
69+
docs/PipelineStudyResultList.md
70+
docs/PipelineStudyResultsApi.md
7771
docs/PipelinesApi.md
7872
docs/PointBase.md
7973
docs/PointCommon.md
@@ -125,9 +119,7 @@ neurostore_sdk/api/annotations_api.py
125119
neurostore_sdk/api/conditions_api.py
126120
neurostore_sdk/api/images_api.py
127121
neurostore_sdk/api/pipeline_configs_api.py
128-
neurostore_sdk/api/pipeline_run_result_votes_api.py
129-
neurostore_sdk/api/pipeline_run_results_api.py
130-
neurostore_sdk/api/pipeline_runs_api.py
122+
neurostore_sdk/api/pipeline_study_results_api.py
131123
neurostore_sdk/api/pipelines_api.py
132124
neurostore_sdk/api/points_api.py
133125
neurostore_sdk/api/store_api.py
@@ -196,12 +188,8 @@ neurostore_sdk/models/pipeline.py
196188
neurostore_sdk/models/pipeline_config.py
197189
neurostore_sdk/models/pipeline_config_list.py
198190
neurostore_sdk/models/pipeline_list.py
199-
neurostore_sdk/models/pipeline_run.py
200-
neurostore_sdk/models/pipeline_run_list.py
201-
neurostore_sdk/models/pipeline_run_result.py
202-
neurostore_sdk/models/pipeline_run_result_list.py
203-
neurostore_sdk/models/pipeline_run_result_vote.py
204-
neurostore_sdk/models/pipeline_run_result_vote_list.py
191+
neurostore_sdk/models/pipeline_study_result.py
192+
neurostore_sdk/models/pipeline_study_result_list.py
205193
neurostore_sdk/models/point_base.py
206194
neurostore_sdk/models/point_common.py
207195
neurostore_sdk/models/point_list.py
@@ -246,19 +234,7 @@ setup.cfg
246234
setup.py
247235
test-requirements.txt
248236
test/__init__.py
249-
test/test_pipeline.py
250-
test/test_pipeline_config.py
251-
test/test_pipeline_config_list.py
252-
test/test_pipeline_configs_api.py
253-
test/test_pipeline_list.py
254-
test/test_pipeline_run.py
255-
test/test_pipeline_run_list.py
256-
test/test_pipeline_run_result.py
257-
test/test_pipeline_run_result_list.py
258-
test/test_pipeline_run_result_vote.py
259-
test/test_pipeline_run_result_vote_list.py
260-
test/test_pipeline_run_result_votes_api.py
261-
test/test_pipeline_run_results_api.py
262-
test/test_pipeline_runs_api.py
263-
test/test_pipelines_api.py
237+
test/test_pipeline_study_result.py
238+
test/test_pipeline_study_result_list.py
239+
test/test_pipeline_study_results_api.py
264240
tox.ini

README.md

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -126,21 +126,11 @@ Class | Method | HTTP request | Description
126126
*PipelineConfigsApi* | [**pipeline_configs_id_get**](docs/PipelineConfigsApi.md#pipeline_configs_id_get) | **GET** /pipeline-configs/{id} | GET a pipeline config by ID
127127
*PipelineConfigsApi* | [**pipeline_configs_id_put**](docs/PipelineConfigsApi.md#pipeline_configs_id_put) | **PUT** /pipeline-configs/{id} | PUT/update a pipeline config by ID
128128
*PipelineConfigsApi* | [**pipeline_configs_post**](docs/PipelineConfigsApi.md#pipeline_configs_post) | **POST** /pipeline-configs/ | POST/create a pipeline config
129-
*PipelineRunResultVotesApi* | [**pipeline_run_result_votes_get**](docs/PipelineRunResultVotesApi.md#pipeline_run_result_votes_get) | **GET** /pipeline-run-result-votes/ | GET a list of pipeline run result votes
130-
*PipelineRunResultVotesApi* | [**pipeline_run_result_votes_pipeline_run_result_vote_id_delete**](docs/PipelineRunResultVotesApi.md#pipeline_run_result_votes_pipeline_run_result_vote_id_delete) | **DELETE** /pipeline-run-result-votes/{pipeline_run_result_vote_id} | DELETE a pipeline run result vote by ID
131-
*PipelineRunResultVotesApi* | [**pipeline_run_result_votes_pipeline_run_result_vote_id_get**](docs/PipelineRunResultVotesApi.md#pipeline_run_result_votes_pipeline_run_result_vote_id_get) | **GET** /pipeline-run-result-votes/{pipeline_run_result_vote_id} | GET a pipeline run result vote by ID
132-
*PipelineRunResultVotesApi* | [**pipeline_run_result_votes_pipeline_run_result_vote_id_put**](docs/PipelineRunResultVotesApi.md#pipeline_run_result_votes_pipeline_run_result_vote_id_put) | **PUT** /pipeline-run-result-votes/{pipeline_run_result_vote_id} | PUT/update a pipeline run result vote by ID
133-
*PipelineRunResultVotesApi* | [**pipeline_run_result_votes_post**](docs/PipelineRunResultVotesApi.md#pipeline_run_result_votes_post) | **POST** /pipeline-run-result-votes/ | POST/create a pipeline run result vote
134-
*PipelineRunResultsApi* | [**pipeline_run_results_get**](docs/PipelineRunResultsApi.md#pipeline_run_results_get) | **GET** /pipeline-run-results/ | GET a list of pipeline run results
135-
*PipelineRunResultsApi* | [**pipeline_run_results_pipeline_run_result_id_delete**](docs/PipelineRunResultsApi.md#pipeline_run_results_pipeline_run_result_id_delete) | **DELETE** /pipeline-run-results/{pipeline_run_result_id} | DELETE a pipeline run result by ID
136-
*PipelineRunResultsApi* | [**pipeline_run_results_pipeline_run_result_id_get**](docs/PipelineRunResultsApi.md#pipeline_run_results_pipeline_run_result_id_get) | **GET** /pipeline-run-results/{pipeline_run_result_id} | GET a pipeline run result by ID
137-
*PipelineRunResultsApi* | [**pipeline_run_results_pipeline_run_result_id_put**](docs/PipelineRunResultsApi.md#pipeline_run_results_pipeline_run_result_id_put) | **PUT** /pipeline-run-results/{pipeline_run_result_id} | PUT/update a pipeline run result by ID
138-
*PipelineRunResultsApi* | [**pipeline_run_results_post**](docs/PipelineRunResultsApi.md#pipeline_run_results_post) | **POST** /pipeline-run-results/ | POST/create a pipeline run result
139-
*PipelineRunsApi* | [**pipeline_runs_get**](docs/PipelineRunsApi.md#pipeline_runs_get) | **GET** /pipeline-runs/ | GET a list of pipeline runs
140-
*PipelineRunsApi* | [**pipeline_runs_pipeline_run_id_delete**](docs/PipelineRunsApi.md#pipeline_runs_pipeline_run_id_delete) | **DELETE** /pipeline-runs/{pipeline_run_id} | DELETE a pipeline run by ID
141-
*PipelineRunsApi* | [**pipeline_runs_pipeline_run_id_get**](docs/PipelineRunsApi.md#pipeline_runs_pipeline_run_id_get) | **GET** /pipeline-runs/{pipeline_run_id} | GET a pipeline run by ID
142-
*PipelineRunsApi* | [**pipeline_runs_pipeline_run_id_put**](docs/PipelineRunsApi.md#pipeline_runs_pipeline_run_id_put) | **PUT** /pipeline-runs/{pipeline_run_id} | PUT/update a pipeline run by ID
143-
*PipelineRunsApi* | [**pipeline_runs_post**](docs/PipelineRunsApi.md#pipeline_runs_post) | **POST** /pipeline-runs/ | POST/create a pipeline run
129+
*PipelineStudyResultsApi* | [**pipeline_study_results_get**](docs/PipelineStudyResultsApi.md#pipeline_study_results_get) | **GET** /pipeline-study-results/ | GET a list of pipeline run results
130+
*PipelineStudyResultsApi* | [**pipeline_study_results_pipeline_study_result_id_delete**](docs/PipelineStudyResultsApi.md#pipeline_study_results_pipeline_study_result_id_delete) | **DELETE** /pipeline-study-results/{pipeline_study_result_id} | DELETE a pipeline run result by ID
131+
*PipelineStudyResultsApi* | [**pipeline_study_results_pipeline_study_result_id_get**](docs/PipelineStudyResultsApi.md#pipeline_study_results_pipeline_study_result_id_get) | **GET** /pipeline-study-results/{pipeline_study_result_id} | GET a pipeline run result by ID
132+
*PipelineStudyResultsApi* | [**pipeline_study_results_pipeline_study_result_id_put**](docs/PipelineStudyResultsApi.md#pipeline_study_results_pipeline_study_result_id_put) | **PUT** /pipeline-study-results/{pipeline_study_result_id} | PUT/update a pipeline run result by ID
133+
*PipelineStudyResultsApi* | [**pipeline_study_results_post**](docs/PipelineStudyResultsApi.md#pipeline_study_results_post) | **POST** /pipeline-study-results/ | POST/create a pipeline run result
144134
*PipelinesApi* | [**pipelines_get**](docs/PipelinesApi.md#pipelines_get) | **GET** /pipelines/ | GET a list of pipelines
145135
*PipelinesApi* | [**pipelines_id_delete**](docs/PipelinesApi.md#pipelines_id_delete) | **DELETE** /pipelines/{id} | DELETE a pipeline by ID
146136
*PipelinesApi* | [**pipelines_id_get**](docs/PipelinesApi.md#pipelines_id_get) | **GET** /pipelines/{id} | GET a pipeline by ID
@@ -272,12 +262,8 @@ Class | Method | HTTP request | Description
272262
- [PipelineConfig](docs/PipelineConfig.md)
273263
- [PipelineConfigList](docs/PipelineConfigList.md)
274264
- [PipelineList](docs/PipelineList.md)
275-
- [PipelineRun](docs/PipelineRun.md)
276-
- [PipelineRunList](docs/PipelineRunList.md)
277-
- [PipelineRunResult](docs/PipelineRunResult.md)
278-
- [PipelineRunResultList](docs/PipelineRunResultList.md)
279-
- [PipelineRunResultVote](docs/PipelineRunResultVote.md)
280-
- [PipelineRunResultVoteList](docs/PipelineRunResultVoteList.md)
265+
- [PipelineStudyResult](docs/PipelineStudyResult.md)
266+
- [PipelineStudyResultList](docs/PipelineStudyResultList.md)
281267
- [PointBase](docs/PointBase.md)
282268
- [PointCommon](docs/PointCommon.md)
283269
- [PointList](docs/PointList.md)

docs/BaseStudyReturn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**features** | **object** | | [optional]
78
**metadata** | **object** | | [optional]
89
**versions** | [**BaseStudyVersions**](BaseStudyVersions.md) | | [optional]
910
**name** | **str** | | [optional]

docs/PipelineStudyResult.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# PipelineStudyResult
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**id** | **str** | | [optional]
8+
**pipeline_config_id** | **str** | | [optional]
9+
**data** | **object** | | [optional]
10+
11+
## Example
12+
13+
```python
14+
from neurostore_sdk.models.pipeline_study_result import PipelineStudyResult
15+
16+
# TODO update the JSON string below
17+
json = "{}"
18+
# create an instance of PipelineStudyResult from a JSON string
19+
pipeline_study_result_instance = PipelineStudyResult.from_json(json)
20+
# print the JSON string representation of the object
21+
print PipelineStudyResult.to_json()
22+
23+
# convert the object into a dict
24+
pipeline_study_result_dict = pipeline_study_result_instance.to_dict()
25+
# create an instance of PipelineStudyResult from a dict
26+
pipeline_study_result_form_dict = pipeline_study_result.from_dict(pipeline_study_result_dict)
27+
```
28+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
29+
30+

docs/PipelineStudyResultList.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# PipelineStudyResultList
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**results** | [**List[PipelineStudyResult]**](PipelineStudyResult.md) | | [optional]
8+
**metadata** | [**Metadata**](Metadata.md) | | [optional]
9+
10+
## Example
11+
12+
```python
13+
from neurostore_sdk.models.pipeline_study_result_list import PipelineStudyResultList
14+
15+
# TODO update the JSON string below
16+
json = "{}"
17+
# create an instance of PipelineStudyResultList from a JSON string
18+
pipeline_study_result_list_instance = PipelineStudyResultList.from_json(json)
19+
# print the JSON string representation of the object
20+
print PipelineStudyResultList.to_json()
21+
22+
# convert the object into a dict
23+
pipeline_study_result_list_dict = pipeline_study_result_list_instance.to_dict()
24+
# create an instance of PipelineStudyResultList from a dict
25+
pipeline_study_result_list_form_dict = pipeline_study_result_list.from_dict(pipeline_study_result_list_dict)
26+
```
27+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28+
29+

0 commit comments

Comments
 (0)