@@ -36,8 +36,8 @@ configuration = neurostore_sdk.Configuration(
3636with neurostore_sdk.ApiClient(configuration) as api_client:
3737 # Create an instance of the API class
3838 api_instance = neurostore_sdk.PipelineStudyResultsApi(api_client)
39- feature_filter = [' feature_filter_example' ] # List[str] | Filter results by feature content. Format: \"PipelineName[:version]:field_path=value\". Examples: - \"TestPipeline:1.0.0:groups.diagnosis=ADHD\" (specific version) - \"TestPipeline:groups.diagnosis=ADHD\" (any version) Field path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=. (optional)
40- pipeline_config = [' pipeline_config_example' ] # List[str] | Filter results by pipeline config content. Format: \"PipelineName[:version]:config_path=value\". Examples: - \"TestPipeline:1.0.0:preprocessing.smoothing=8\" (specific version) - \"TestPipeline:model.type=linear\" (any version) Config path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=. (optional)
39+ feature_filter = [' feature_filter_example' ] # List[str] | Filter results by feature content. Format: \"PipelineName[:version]:field_path=value\". Examples: - \"TestPipeline:1.0.0:groups.diagnosis=ADHD\" (specific version) - \"TestPipeline:groups.diagnosis=ADHD\" (latest version) Field path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=. (optional)
40+ pipeline_config = [' pipeline_config_example' ] # List[str] | Filter results by pipeline config content. Format: \"PipelineName[:version]:config_path=value\". Examples: - \"TestPipeline:1.0.0:preprocessing.smoothing=8\" (specific version) - \"TestPipeline:model.type=linear\" (latest version) Config path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=. (optional)
4141 study_id = [' study_id_example' ] # List[str] | Filter results by base study ID (optional)
4242 version = ' version_example' # str | Filter results by pipeline config version (optional)
4343
@@ -57,8 +57,8 @@ with neurostore_sdk.ApiClient(configuration) as api_client:
5757
5858Name | Type | Description | Notes
5959------------- | ------------- | ------------- | -------------
60- ** feature_filter** | [ ** List[ str] ** ] ( str.md ) | Filter results by feature content. Format: \& quot;PipelineName[ : version ] : field_path = ; value\& quot;. Examples: - \& quot;TestPipeline:1.0.0: groups .diagnosis= ; ADHD\& quot; (specific version) - \& quot;TestPipeline: groups .diagnosis= ; ADHD\& quot; (any version) Field path supports array notation with [ ] , regex search with ~ , and comparisons with = ; , > ; , < ; , > ; = ; , < ; = ; . | [ optional]
61- ** pipeline_config** | [ ** List[ str] ** ] ( str.md ) | Filter results by pipeline config content. Format: \& quot;PipelineName[ : version ] : config_path = ; value\& quot;. Examples: - \& quot;TestPipeline:1.0.0: preprocessing .smoothing= ; 8\& quot; (specific version) - \& quot;TestPipeline: model .type= ; linear\& quot; (any version) Config path supports array notation with [ ] , regex search with ~ , and comparisons with = ; , > ; , < ; , > ; = ; , < ; = ; . | [ optional]
60+ ** feature_filter** | [ ** List[ str] ** ] ( str.md ) | Filter results by feature content. Format: \& quot;PipelineName[ : version ] : field_path = ; value\& quot;. Examples: - \& quot;TestPipeline:1.0.0: groups .diagnosis= ; ADHD\& quot; (specific version) - \& quot;TestPipeline: groups .diagnosis= ; ADHD\& quot; (latest version) Field path supports array notation with [ ] , regex search with ~ , and comparisons with = ; , > ; , < ; , > ; = ; , < ; = ; . | [ optional]
61+ ** pipeline_config** | [ ** List[ str] ** ] ( str.md ) | Filter results by pipeline config content. Format: \& quot;PipelineName[ : version ] : config_path = ; value\& quot;. Examples: - \& quot;TestPipeline:1.0.0: preprocessing .smoothing= ; 8\& quot; (specific version) - \& quot;TestPipeline: model .type= ; linear\& quot; (latest version) Config path supports array notation with [ ] , regex search with ~ , and comparisons with = ; , > ; , < ; , > ; = ; , < ; = ; . | [ optional]
6262 ** study_id** | [ ** List[ str] ** ] ( str.md ) | Filter results by base study ID | [ optional]
6363 ** version** | ** str** | Filter results by pipeline config version | [ optional]
6464
0 commit comments