RollingInputDataArgs

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
val columns: Output<Map<String, String>>? = null

Mapping of column names to special uses.

Link copied to clipboard
val dataContext: Output<String>? = null

The context metadata of the data source.

Link copied to clipboard
val inputDataType: Output<String>

Monitoring input data type enum. Expected value is 'Rolling'.

Link copied to clipboard
val jobInputType: Output<Either<String, JobInputType>>

Required Specifies the type of job.

Link copied to clipboard
val preprocessingComponentId: Output<String>? = null

Reference to the component asset used to preprocess the data.

Link copied to clipboard
val uri: Output<String>

Required Input Asset URI.

Link copied to clipboard
val windowOffset: Output<String>

Required The time offset between the end of the data window and the monitor's current run time.

Link copied to clipboard
val windowSize: Output<String>

Required The size of the rolling data window.

Functions

Link copied to clipboard
open override fun toJava(): RollingInputDataArgs