Class Index: mitto.iov2.steps.transform.Input¶
Input¶
use input or store as a source of data Simple find: Simple find: |
|||
type |
object |
||
properties |
|||
|
Environ |
||
The job’s runtime execution environment. Do not provide this value in a job config; it is automatically provided by Runner. |
|||
|
Logger |
||
The Runner logger to use for log messages. Do not provide this value in a job config; it is automatically provided by Runner. |
|||
|
Transforms |
||
A list of transformation steps applied to the data. |
|||
type |
array |
||
default |
|||
items |
|||
|
|||
|
|||
definitions |
|||
|
TemporaryStoreConfig |
||
Configuration for temporary file storage strategy. |
|||
type |
object |
||
properties |
|||
|
Tmp Store Strategy |
||
|
|||
type |
string |
||
enum |
FILE, FILE_GZ |
||
|
SamplingConfig |
||
type |
object |
||
properties |
|||
|
Sampling Log Max Length |
||
Configuration for controlling the sampling behavior. - sampling_log_max_length (int): Specifies the maximum length of logs captured during sampling.
|
|||
type |
integer |
||
default |
256 |
||
TemporaryStoreConfig¶
Configuration for temporary file storage strategy. |
||
type |
object |
|
properties |
||
|
Tmp Store Strategy |
|
|
||
type |
string |
|
enum |
FILE, FILE_GZ |
|
SamplingConfig¶
type |
object |
|
properties |
||
|
Sampling Log Max Length |
|
Configuration for controlling the sampling behavior. - sampling_log_max_length (int): Specifies the maximum length of logs captured during sampling.
|
||
type |
integer |
|
default |
256 |
|