@@ -4005,7 +4005,7 @@ def _annotations_post_serialize(
4005
4005
@validate_call
4006
4006
def base_studies_get (
4007
4007
self ,
4008
- feature_filter : Annotated [Optional [List [StrictStr ]], Field (description = "Filter studies by feature content. Format: \" PipelineName[:version]:field_path=value\" . Examples: - \" TestPipeline:1.0.0:predictions.age_mean>20\" (specific version) - \" TestPipeline:groups.diagnosis=ADHD\" (any version) Field path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=. " )] = None ,
4008
+ feature_filter : Annotated [Optional [List [StrictStr ]], Field (description = "Filter studies by feature content. Format: \" PipelineName[:version]:field_path=value\" . Examples: - \" TestPipeline:1.0.0:predictions.age_mean>20\" (specific version) - \" TestPipeline:groups.diagnosis=ADHD\" (latest version) Field path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=. " )] = None ,
4009
4009
pipeline_config : Annotated [Optional [List [StrictStr ]], Field (description = "Filter studies by pipeline config content. Format: \" PipelineName[:version]:config_path=value\" . Examples: - \" TestPipeline:1.0.0:settings.min_age=20\" (specific version) - \" TestPipeline:model.type=linear\" (any version) Config path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=. " )] = None ,
4010
4010
feature_display : Annotated [Optional [StrictStr ], Field (description = "display features from pipelines" )] = None ,
4011
4011
feature_flatten : Optional [StrictBool ] = None ,
@@ -4040,7 +4040,7 @@ def base_studies_get(
4040
4040
"""
4041
4041
4042
4042
4043
- :param feature_filter: Filter studies by feature content. Format: \" PipelineName[:version]:field_path=value\" . Examples: - \" TestPipeline:1.0.0:predictions.age_mean>20\" (specific version) - \" TestPipeline:groups.diagnosis=ADHD\" (any version) Field path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=.
4043
+ :param feature_filter: Filter studies by feature content. Format: \" PipelineName[:version]:field_path=value\" . Examples: - \" TestPipeline:1.0.0:predictions.age_mean>20\" (specific version) - \" TestPipeline:groups.diagnosis=ADHD\" (latest version) Field path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=.
4044
4044
:type feature_filter: List[str]
4045
4045
:param pipeline_config: Filter studies by pipeline config content. Format: \" PipelineName[:version]:config_path=value\" . Examples: - \" TestPipeline:1.0.0:settings.min_age=20\" (specific version) - \" TestPipeline:model.type=linear\" (any version) Config path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=.
4046
4046
:type pipeline_config: List[str]
@@ -4143,7 +4143,7 @@ def base_studies_get(
4143
4143
@validate_call
4144
4144
def base_studies_get_with_http_info (
4145
4145
self ,
4146
- feature_filter : Annotated [Optional [List [StrictStr ]], Field (description = "Filter studies by feature content. Format: \" PipelineName[:version]:field_path=value\" . Examples: - \" TestPipeline:1.0.0:predictions.age_mean>20\" (specific version) - \" TestPipeline:groups.diagnosis=ADHD\" (any version) Field path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=. " )] = None ,
4146
+ feature_filter : Annotated [Optional [List [StrictStr ]], Field (description = "Filter studies by feature content. Format: \" PipelineName[:version]:field_path=value\" . Examples: - \" TestPipeline:1.0.0:predictions.age_mean>20\" (specific version) - \" TestPipeline:groups.diagnosis=ADHD\" (latest version) Field path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=. " )] = None ,
4147
4147
pipeline_config : Annotated [Optional [List [StrictStr ]], Field (description = "Filter studies by pipeline config content. Format: \" PipelineName[:version]:config_path=value\" . Examples: - \" TestPipeline:1.0.0:settings.min_age=20\" (specific version) - \" TestPipeline:model.type=linear\" (any version) Config path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=. " )] = None ,
4148
4148
feature_display : Annotated [Optional [StrictStr ], Field (description = "display features from pipelines" )] = None ,
4149
4149
feature_flatten : Optional [StrictBool ] = None ,
@@ -4178,7 +4178,7 @@ def base_studies_get_with_http_info(
4178
4178
"""
4179
4179
4180
4180
4181
- :param feature_filter: Filter studies by feature content. Format: \" PipelineName[:version]:field_path=value\" . Examples: - \" TestPipeline:1.0.0:predictions.age_mean>20\" (specific version) - \" TestPipeline:groups.diagnosis=ADHD\" (any version) Field path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=.
4181
+ :param feature_filter: Filter studies by feature content. Format: \" PipelineName[:version]:field_path=value\" . Examples: - \" TestPipeline:1.0.0:predictions.age_mean>20\" (specific version) - \" TestPipeline:groups.diagnosis=ADHD\" (latest version) Field path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=.
4182
4182
:type feature_filter: List[str]
4183
4183
:param pipeline_config: Filter studies by pipeline config content. Format: \" PipelineName[:version]:config_path=value\" . Examples: - \" TestPipeline:1.0.0:settings.min_age=20\" (specific version) - \" TestPipeline:model.type=linear\" (any version) Config path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=.
4184
4184
:type pipeline_config: List[str]
@@ -4281,7 +4281,7 @@ def base_studies_get_with_http_info(
4281
4281
@validate_call
4282
4282
def base_studies_get_without_preload_content (
4283
4283
self ,
4284
- feature_filter : Annotated [Optional [List [StrictStr ]], Field (description = "Filter studies by feature content. Format: \" PipelineName[:version]:field_path=value\" . Examples: - \" TestPipeline:1.0.0:predictions.age_mean>20\" (specific version) - \" TestPipeline:groups.diagnosis=ADHD\" (any version) Field path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=. " )] = None ,
4284
+ feature_filter : Annotated [Optional [List [StrictStr ]], Field (description = "Filter studies by feature content. Format: \" PipelineName[:version]:field_path=value\" . Examples: - \" TestPipeline:1.0.0:predictions.age_mean>20\" (specific version) - \" TestPipeline:groups.diagnosis=ADHD\" (latest version) Field path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=. " )] = None ,
4285
4285
pipeline_config : Annotated [Optional [List [StrictStr ]], Field (description = "Filter studies by pipeline config content. Format: \" PipelineName[:version]:config_path=value\" . Examples: - \" TestPipeline:1.0.0:settings.min_age=20\" (specific version) - \" TestPipeline:model.type=linear\" (any version) Config path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=. " )] = None ,
4286
4286
feature_display : Annotated [Optional [StrictStr ], Field (description = "display features from pipelines" )] = None ,
4287
4287
feature_flatten : Optional [StrictBool ] = None ,
@@ -4316,7 +4316,7 @@ def base_studies_get_without_preload_content(
4316
4316
"""
4317
4317
4318
4318
4319
- :param feature_filter: Filter studies by feature content. Format: \" PipelineName[:version]:field_path=value\" . Examples: - \" TestPipeline:1.0.0:predictions.age_mean>20\" (specific version) - \" TestPipeline:groups.diagnosis=ADHD\" (any version) Field path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=.
4319
+ :param feature_filter: Filter studies by feature content. Format: \" PipelineName[:version]:field_path=value\" . Examples: - \" TestPipeline:1.0.0:predictions.age_mean>20\" (specific version) - \" TestPipeline:groups.diagnosis=ADHD\" (latest version) Field path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=.
4320
4320
:type feature_filter: List[str]
4321
4321
:param pipeline_config: Filter studies by pipeline config content. Format: \" PipelineName[:version]:config_path=value\" . Examples: - \" TestPipeline:1.0.0:settings.min_age=20\" (specific version) - \" TestPipeline:model.type=linear\" (any version) Config path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=.
4322
4322
:type pipeline_config: List[str]
0 commit comments