AnomalyDetectorJsonFormatDescriptorArgs

data class AnomalyDetectorJsonFormatDescriptorArgs(val charset: Output<String>? = null, val fileCompression: Output<AnomalyDetectorJsonFormatDescriptorFileCompression>? = null) : ConvertibleToJava<AnomalyDetectorJsonFormatDescriptorArgs>

Constructors

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

Properties

Link copied to clipboard
val charset: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): AnomalyDetectorJsonFormatDescriptorArgs