nemo_microservices.types.data_designer.subcategory_sampler_params_param#

Module Contents#

Classes#

API#

class nemo_microservices.types.data_designer.subcategory_sampler_params_param.SubcategorySamplerParamsParam#

Bases: typing_extensions.TypedDict

category: typing_extensions.Required[str]#

None

Name of parent category to this subcategory.

sampler_type: typing_extensions.Literal[subcategory]#

None

values: typing_extensions.Required[Dict[str, nemo_microservices._types.SequenceNotStr[Union[str, float]]]]#

None

Mapping from each value of parent category to a list of subcategory values.