nemo_microservices.types.data_designer.uuid_sampler_params_param#
Module Contents#
Classes#
API#
- class nemo_microservices.types.data_designer.uuid_sampler_params_param.UuidSamplerParamsParam#
Bases:
typing_extensions.TypedDict- prefix: str#
None
String prepended to the front of the UUID.
- short_form: bool#
None
If true, all UUIDs sampled will be truncated at 8 characters.
- uppercase: bool#
None
If true, all letters in the UUID will be capitalized.