Anomaly Detector Csv Format Descriptor Args
data class AnomalyDetectorCsvFormatDescriptorArgs(val charset: Output<String>? = null, val containsHeader: Output<Boolean>? = null, val delimiter: Output<String>? = null, val fileCompression: Output<AnomalyDetectorCsvFormatDescriptorFileCompression>? = null, val headerList: Output<List<String>>? = null, val quoteSymbol: Output<String>? = null) : ConvertibleToJava<AnomalyDetectorCsvFormatDescriptorArgs>
Constructors
Link copied to clipboard
fun AnomalyDetectorCsvFormatDescriptorArgs(charset: Output<String>? = null, containsHeader: Output<Boolean>? = null, delimiter: Output<String>? = null, fileCompression: Output<AnomalyDetectorCsvFormatDescriptorFileCompression>? = null, headerList: Output<List<String>>? = null, quoteSymbol: Output<String>? = null)