nv_ingest_api.internal.schemas.store package#

Submodules#

nv_ingest_api.internal.schemas.store.store_embedding_schema module#

class nv_ingest_api.internal.schemas.store.store_embedding_schema.EmbeddingStorageSchema(*, raise_on_failure: bool = False)[source]#

Bases: BaseModel

model_config: ClassVar[ConfigDict] = {'extra': 'forbid'}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

raise_on_failure: bool#

nv_ingest_api.internal.schemas.store.store_image_schema module#

class nv_ingest_api.internal.schemas.store.store_image_schema.ImageStorageModuleSchema(
*,
structured: bool = True,
images: bool = True,
raise_on_failure: bool = False,
)[source]#

Bases: BaseModel

images: bool#
model_config: ClassVar[ConfigDict] = {'extra': 'forbid'}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

raise_on_failure: bool#
structured: bool#

Module contents#