nemo_microservices.types.data_designer.uuid_sampler_params#
Module Contents#
Classes#
API#
- class nemo_microservices.types.data_designer.uuid_sampler_params.UuidSamplerParams(/, **data: typing.Any)#
Bases:
nemo_microservices._models.BaseModel- prefix: Optional[str]#
None
String prepended to the front of the UUID.
- sampler_type: Optional[typing_extensions.Literal[uuid]]#
None
- short_form: Optional[bool]#
None
If true, all UUIDs sampled will be truncated at 8 characters.
- uppercase: Optional[bool]#
None
If true, all letters in the UUID will be capitalized.