You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**cached_studyset_id** | **str** | The id of the studyset on neurosynth-compose (as opposed to the id of the studyset on neurostore). Multiple snapshots of the studyset can be stored on neurosynth-compose so knowing which snapshot is being referenced is necessary. | [optional]
17
-
**cached_annotation_id** | **str** | The id of the annotation on neurosynth-compose (as opposed to the id of the annotation on neurostore). Multiple snapshots of the annotation can be stored on neurosynth-compose so knowing which snapshot is being referenced is necessary. | [optional]
**cached_studyset_id** | **str** | The id of the studyset on neurosynth-compose (as opposed to the id of the studyset on neurostore). Multiple snapshots of the studyset can be stored on neurosynth-compose so knowing which snapshot is being referenced is necessary. | [optional]
16
-
**cached_annotation_id** | **str** | The id of the annotation on neurosynth-compose (as opposed to the id of the annotation on neurostore). Multiple snapshots of the annotation can be stored on neurosynth-compose so knowing which snapshot is being referenced is necessary. | [optional]
**cached_studyset_id** | **str** | The id of the studyset on neurosynth-compose (as opposed to the id of the studyset on neurostore). Multiple snapshots of the studyset can be stored on neurosynth-compose so knowing which snapshot is being referenced is necessary. | [optional]
16
-
**cached_annotation_id** | **str** | The id of the annotation on neurosynth-compose (as opposed to the id of the annotation on neurostore). Multiple snapshots of the annotation can be stored on neurosynth-compose so knowing which snapshot is being referenced is necessary. | [optional]
Copy file name to clipboardExpand all lines: neurosynth_compose_sdk/models/meta_analysis.py
+1-23Lines changed: 1 addition & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,6 @@ class MetaAnalysis(BaseModel):
40
40
description: Optional[StrictStr] =Field(default=None, description="Long form description of the meta-analysis.")
41
41
public: Optional[StrictBool] =Field(default=None, description="whether the meta-analysis is public or private")
42
42
tags: Optional[MetaAnalysisTags] =None
43
-
cached_studyset_id: Optional[StrictStr] =Field(default=None, description="The id of the studyset on neurosynth-compose (as opposed to the id of the studyset on neurostore). Multiple snapshots of the studyset can be stored on neurosynth-compose so knowing which snapshot is being referenced is necessary.")
44
-
cached_annotation_id: Optional[StrictStr] =Field(default=None, description="The id of the annotation on neurosynth-compose (as opposed to the id of the annotation on neurostore). Multiple snapshots of the annotation can be stored on neurosynth-compose so knowing which snapshot is being referenced is necessary.")
Copy file name to clipboardExpand all lines: neurosynth_compose_sdk/models/meta_analysis_post_body.py
+1-23Lines changed: 1 addition & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,6 @@ class MetaAnalysisPostBody(BaseModel):
40
40
description: Optional[StrictStr] =Field(default=None, description="Long form description of the meta-analysis.")
41
41
public: Optional[StrictBool] =Field(default=None, description="whether the meta-analysis is public or private")
42
42
tags: Optional[MetaAnalysisTags] =None
43
-
cached_studyset_id: Optional[StrictStr] =Field(default=None, description="The id of the studyset on neurosynth-compose (as opposed to the id of the studyset on neurostore). Multiple snapshots of the studyset can be stored on neurosynth-compose so knowing which snapshot is being referenced is necessary.")
44
-
cached_annotation_id: Optional[StrictStr] =Field(default=None, description="The id of the annotation on neurosynth-compose (as opposed to the id of the annotation on neurostore). Multiple snapshots of the annotation can be stored on neurosynth-compose so knowing which snapshot is being referenced is necessary.")
45
43
results: Optional[MetaAnalysisResults] =None
46
44
provenance: Optional[Dict[str, Any]] =None
47
45
project: Optional[StrictStr] =None
@@ -52,10 +50,8 @@ class MetaAnalysisPostBody(BaseModel):
0 commit comments