DetectorArgs

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

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

Properties

Link copied to clipboard
val description: Output<String>? = null

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

Link copied to clipboard
val id: Output<String>

The detector id.

Link copied to clipboard
val imagePaths: Output<List<String>>? = null

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

Link copied to clipboard
val name: Output<String>? = null

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

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

The detector's parameters.'

Link copied to clipboard
val supportedResourceTypes: Output<List<String>>? = null

The Smart Detector supported resource types. By default this is not populated, unless it's specified in expandDetector

Functions

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