@@ -4005,7 +4005,7 @@ def _annotations_post_serialize(
40054005 @validate_call
40064006 def base_studies_get (
40074007 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 ,
40094009 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 ,
40104010 feature_display : Annotated [Optional [StrictStr ], Field (description = "display features from pipelines" )] = None ,
40114011 feature_flatten : Optional [StrictBool ] = None ,
@@ -4040,7 +4040,7 @@ def base_studies_get(
40404040 """
40414041
40424042
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 =, >, <, >=, <=.
40444044 :type feature_filter: List[str]
40454045 :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 =, >, <, >=, <=.
40464046 :type pipeline_config: List[str]
@@ -4143,7 +4143,7 @@ def base_studies_get(
41434143 @validate_call
41444144 def base_studies_get_with_http_info (
41454145 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 ,
41474147 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 ,
41484148 feature_display : Annotated [Optional [StrictStr ], Field (description = "display features from pipelines" )] = None ,
41494149 feature_flatten : Optional [StrictBool ] = None ,
@@ -4178,7 +4178,7 @@ def base_studies_get_with_http_info(
41784178 """
41794179
41804180
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 =, >, <, >=, <=.
41824182 :type feature_filter: List[str]
41834183 :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 =, >, <, >=, <=.
41844184 :type pipeline_config: List[str]
@@ -4281,7 +4281,7 @@ def base_studies_get_with_http_info(
42814281 @validate_call
42824282 def base_studies_get_without_preload_content (
42834283 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 ,
42854285 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 ,
42864286 feature_display : Annotated [Optional [StrictStr ], Field (description = "display features from pipelines" )] = None ,
42874287 feature_flatten : Optional [StrictBool ] = None ,
@@ -4316,7 +4316,7 @@ def base_studies_get_without_preload_content(
43164316 """
43174317
43184318
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 =, >, <, >=, <=.
43204320 :type feature_filter: List[str]
43214321 :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 =, >, <, >=, <=.
43224322 :type pipeline_config: List[str]
0 commit comments