Sample¶
The "sample" transform takes a random sample of the data objects.
Parameters¶
description-
Type: string
A description of the transform step. Can be used for documentation and agent context.
size-
Type: number
The maximum sample size.
Default:
500
Example¶
{
"type": "sample",
"size": 100
}