...
This section of the specification provides information about the workspace that directives are being applied in and the number of records (the results
) that the request should return when the results are computed.
FieldMandat | oryMandatory? | Description |
---|---|---|
| Yes | Name of the workspace that Data Prep should operate on |
| Yes | Number of records that should be returned in response to execution of the directives |
...
This section of the specification contains all of the directives that are to be applied on the data in the workspace, with an option to save the directives as a recipe with a name.
FieldManda | toryMandatory? | Description |
---|---|---|
| Yes | List of directives to be applied on the data |
| No | If |
| No | Name of the recipe. This option is valid only when |
...
This section of the specification provides information about how the input data is to be sampled.
FieldMandat | oryMandatory? | Description |
---|---|---|
| Yes | Type of sampling to be applied while selecting input data. Currently only supports |
| No | The random seed to be used when sampling data |
| Yes | The number of input records to be read from the source when applying directives |
...