Rolling Input Data Args
data class RollingInputDataArgs(val columns: Output<Map<String, String>>? = null, val dataContext: Output<String>? = null, val inputDataType: Output<String>, val jobInputType: Output<Either<String, JobInputType>>, val preprocessingComponentId: Output<String>? = null, val uri: Output<String>, val windowOffset: Output<String>, val windowSize: Output<String>) : ConvertibleToJava<RollingInputDataArgs>
Rolling input data definition.
Constructors
Link copied to clipboard
constructor(columns: Output<Map<String, String>>? = null, dataContext: Output<String>? = null, inputDataType: Output<String>, jobInputType: Output<Either<String, JobInputType>>, preprocessingComponentId: Output<String>? = null, uri: Output<String>, windowOffset: Output<String>, windowSize: Output<String>)
Properties
Link copied to clipboard
The context metadata of the data source.
Link copied to clipboard
Monitoring input data type enum. Expected value is 'Rolling'.
Link copied to clipboard
Required Specifies the type of job.
Link copied to clipboard
Reference to the component asset used to preprocess the data.
Link copied to clipboard
Required The time offset between the end of the data window and the monitor's current run time.
Link copied to clipboard
Required The size of the rolling data window.