AnomalyDetectorFileFormatDescriptorArgs

data class AnomalyDetectorFileFormatDescriptorArgs(val csvFormatDescriptor: Output<AnomalyDetectorCsvFormatDescriptorArgs>? = null, val jsonFormatDescriptor: Output<AnomalyDetectorJsonFormatDescriptorArgs>? = null) : ConvertibleToJava<AnomalyDetectorFileFormatDescriptorArgs>

Constructors

Link copied to clipboard
constructor(csvFormatDescriptor: Output<AnomalyDetectorCsvFormatDescriptorArgs>? = null, jsonFormatDescriptor: Output<AnomalyDetectorJsonFormatDescriptorArgs>? = null)

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.

Functions

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