Detector Args
data class DetectorArgs(val description: Output<String>? = null, val id: Output<String>, val imagePaths: Output<List<String>>? = null, val name: Output<String>? = null, val parameters: Output<Map<String, Any>>? = null, val supportedResourceTypes: Output<List<String>>? = null) : ConvertibleToJava<DetectorArgs>
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. By default this is not populated, unless it's specified in expandDetector
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 detector's parameters.'
Link copied to clipboard
The Smart Detector supported resource types. By default this is not populated, unless it's specified in expandDetector