nemo_microservices.types.dataset_search_param#

Module Contents#

Classes#

Data#

API#

class nemo_microservices.types.dataset_search_param.DatasetSearchParam#

Bases: typing_extensions.TypedDict

created_at: nemo_microservices.types.shared_params.date_range.DateRange#

None

custom_fields: Dict[str, object] | Iterable[Dict[str, object]]#

None

description: str | nemo_microservices._types.SequenceNotStr[str]#

None

files_url: str | nemo_microservices._types.SequenceNotStr[str]#

None

format: str | nemo_microservices._types.SequenceNotStr[str]#

None

hf_endpoint: str | nemo_microservices._types.SequenceNotStr[str]#

None

limit: int | Iterable[int]#

None

name: str | nemo_microservices._types.SequenceNotStr[str]#

None

namespace: str | nemo_microservices._types.SequenceNotStr[str]#

None

ownership: nemo_microservices.types.dataset_search_param.Ownership#

None

Information about ownership of an entity.

If the entity is a namespace, the access_policies will typically apply to all entities inside the namespace.

project: str | nemo_microservices._types.SequenceNotStr[str]#

None

split: str | nemo_microservices._types.SequenceNotStr[str]#

None

updated_at: nemo_microservices.types.shared_params.date_range.DateRange#

None

nemo_microservices.types.dataset_search_param.Ownership: typing_extensions.TypeAlias#

None