EntryDoc
- class emmet.core.tasks.EntryDoc(**data)
Bases:
BaseModelModel for task entry data.
- Parameters:
task_id (str | None)
entry (Annotated[ComputedStructureEntryTypeVar, BeforeValidator(func=~emmet.core.types.pymatgen_types.computed_entries_adapter.entry_deserializer, json_schema_input_type=PydanticUndefined), WrapSerializer(func=~emmet.core.types.pymatgen_types.computed_entries_adapter.entry_serializer, return_type=dict[str, Any], when_used=always)] | None)
- model_config: ClassVar[ConfigDict] = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].