StaticInputDataResponse

data class StaticInputDataResponse(val columns: Map<String, String>? = null, val dataContext: String? = null, val inputDataType: String, val jobInputType: String, val preprocessingComponentId: String? = null, val uri: String, val windowEnd: String, val windowStart: String)

Static 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, windowEnd: String, windowStart: 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 'Static'.

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 end date of the data window.

Link copied to clipboard

Required The start date of the data window.