DetectorResponse

data class DetectorResponse(val description: String, val id: String, val imagePaths: List<String>, val name: String, val parameterDefinitions: List<DetectorParameterDefinitionResponse>, val parameters: Map<String, Any>? = null, val supportedCadences: List<Int>, val supportedResourceTypes: List<String>)

The detector information. By default this is not populated, unless it's specified in expandDetector

Constructors

Link copied to clipboard
constructor(description: String, id: String, imagePaths: List<String>, name: String, parameterDefinitions: List<DetectorParameterDefinitionResponse>, parameters: Map<String, Any>? = null, supportedCadences: List<Int>, supportedResourceTypes: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Smart Detector description.

Link copied to clipboard
val id: String

The detector id.

Link copied to clipboard

The Smart Detector image path. By default this is not populated, unless it's specified in expandDetector

Link copied to clipboard

The Smart Detector name.

Link copied to clipboard

The Smart Detector parameters definitions.'

Link copied to clipboard
val parameters: Map<String, Any>? = null

The detector's parameters.'

Link copied to clipboard

The Smart Detector supported cadences.

Link copied to clipboard

The Smart Detector supported resource types.