Getting the generator IDs and available metadata

Requires the Advanced API. The Advanced API requires an Enterprise license.

When using the API to assign generators, you use the generator identifier.

To retrieve the list of generators, use:

GET api/GeneratorMetadata

In the results, the message body is an array of GeneratorMetadataResponseModel objects.

The information for each generator includes the generator ID. It also specifies whether the generator supports configuration options such as linking, consistency, differential privacy configuration, and partitioning.

Last updated