RollingInputDataResponse

data class RollingInputDataResponse(val columns: Map<String, String>? = null, val dataContext: String? = null, val inputDataType: String, val jobInputType: String, val preprocessingComponentId: String? = null, val uri: String, val windowOffset: String, val windowSize: String)

Rolling input data definition.

Constructors

Link copied to clipboard
constructor(columns: Map<String, String>? = null, dataContext: String? = null, inputDataType: String, jobInputType: String, preprocessingComponentId: String? = null, uri: String, windowOffset: String, windowSize: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val columns: Map<String, String>? = null

Mapping of column names to special uses.

Link copied to clipboard
val dataContext: String? = null

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
val uri: String

Required Input Asset URI.

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.