allensdk.brain_observatory.vbn_2022.input_json_writer.schemas module¶
- class allensdk.brain_observatory.vbn_2022.input_json_writer.schemas.VBN2022InputJsonWriterSchema(*, only: Sequence[str] | AbstractSet[str] | None = None, exclude: Sequence[str] | AbstractSet[str] = (), many: bool | None = None, context: dict | None = None, load_only: Sequence[str] | AbstractSet[str] = (), dump_only: Sequence[str] | AbstractSet[str] = (), partial: bool | Sequence[str] | AbstractSet[str] | None = None, unknown: str | None = None)[source]¶
Bases:
ArgSchema- create_path_lookup(data, **kwargs)[source]¶
Construct lookups mapping ecephys_session_id to the input_json_path and the nwb_file_path
- dump_fields: dict[str, Field]¶
- exclude: set[Any] | MutableSet[Any]¶
- fields: dict[str, Field]¶
Dictionary mapping field_names ->
Fieldobjects
- load_fields: dict[str, Field]¶
- opts: Any = <marshmallow.schema.SchemaOpts object>¶