Detector Response
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
Properties
Link copied to clipboard
The Smart Detector description.
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 parameters definitions.'
Link copied to clipboard
The detector's parameters.'
Link copied to clipboard
The Smart Detector supported cadences.
Link copied to clipboard
The Smart Detector supported resource types.