AnomalyDetectorFileFormatDescriptor

data class AnomalyDetectorFileFormatDescriptor(val csvFormatDescriptor: AnomalyDetectorCsvFormatDescriptor? = null, val jsonFormatDescriptor: AnomalyDetectorJsonFormatDescriptor? = null)

Constructors

Link copied to clipboard
constructor(csvFormatDescriptor: AnomalyDetectorCsvFormatDescriptor? = null, jsonFormatDescriptor: AnomalyDetectorJsonFormatDescriptor? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains information about how a source CSV data file should be analyzed.

Link copied to clipboard

Contains information about how a source JSON data file should be analyzed.