Lines Matching refs:transform

38 $params['transform_id'] = (string) The id of the transform to delete
39 $params['force'] = (boolean) When `true`, the transform is deleted regardless of its current state. The default value is `false`, meaning that the transform must be `stopped` before it can be deleted.
53 $params['from'] = (int) skips a number of transform configs, defaults to 0
56 $params['exclude_generated'] = (boolean) Omits fields that are illegal to set on transform PUT (Default = false)
69 $params['transform_id'] = (string) The id of the transform for which to get stats. '_all' or '*' implies all transforms
70 $params['from'] = (number) skips a number of transform stats, defaults to 0
71 $params['size'] = (number) specifies a max number of transform stats to get, defaults to 100
97 $params['transform_id'] = (string) The id of the new transform.
110 $params['transform_id'] = (string) The id of the transform to start
111 $params['timeout'] = (time) Controls the time to wait for the transform to start
124 $params['transform_id'] = (string) The id of the transform to stop
125 $params['force'] = (boolean) Whether to force stop a failed transform or not. Default to false
126 $params['wait_for_completion'] = (boolean) Whether to wait for the transform to fully stop before returning or not. Default to false
127 $params['timeout'] = (time) Controls the time to wait until the transform has stopped. Default to 30 seconds
129 $params['wait_for_checkpoint'] = (boolean) Whether to wait for the transform to reach a checkpoint before stopping. Default to false
142 $params['transform_id'] = (string) The id of the transform.