nemo_microservices.types.evaluation.evaluation_config_search_param#

Module Contents#

Classes#

Data#

API#

class nemo_microservices.types.evaluation.evaluation_config_search_param.EvaluationConfigSearchParam#

Bases: typing_extensions.TypedDict

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

None

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

None

description: Union[str, nemo_microservices._types.SequenceNotStr[str]]#

None

groups: Union[Dict[str, nemo_microservices.types.group_config_param.GroupConfigParam], Iterable[Dict[str, nemo_microservices.types.group_config_param.GroupConfigParam]]]#

None

id: Union[str, nemo_microservices._types.SequenceNotStr[str]]#

None

name: Union[str, nemo_microservices._types.SequenceNotStr[str]]#

None

namespace: Union[str, nemo_microservices._types.SequenceNotStr[str]]#

None

ownership: nemo_microservices.types.evaluation.evaluation_config_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.

params: nemo_microservices.types.evaluation.evaluation_config_search_param.Params#

None

Global parameters for an evaluation.

project: Union[str, nemo_microservices._types.SequenceNotStr[str]]#

None

tasks: Union[Dict[str, nemo_microservices.types.task_config_param.TaskConfigParam], Iterable[Dict[str, nemo_microservices.types.task_config_param.TaskConfigParam]]]#

None

type: Union[str, nemo_microservices._types.SequenceNotStr[str]]#

None

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

None

nemo_microservices.types.evaluation.evaluation_config_search_param.Ownership: typing_extensions.TypeAlias#

None

nemo_microservices.types.evaluation.evaluation_config_search_param.Params: typing_extensions.TypeAlias#

None