AnomalyDetectorJsonFormatDescriptor

data class AnomalyDetectorJsonFormatDescriptor(val charset: String? = null, val fileCompression: AnomalyDetectorJsonFormatDescriptorFileCompression? = null)

Constructors

Link copied to clipboard
constructor(charset: String? = null, fileCompression: AnomalyDetectorJsonFormatDescriptorFileCompression? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val charset: String? = null

The character set in which the source JSON file is written.

Link copied to clipboard

The level of compression of the source CSV file.