Static Input Data Args
data class StaticInputDataArgs(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 windowEnd: Output<String>, val windowStart: Output<String>) : ConvertibleToJava<StaticInputDataArgs>
Static 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>, windowEnd: Output<String>, windowStart: 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 '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
Required The start date of the data window.