Interface DetectorDebugOption.Builder

  • Method Details

    • detectorModelName

      DetectorDebugOption.Builder detectorModelName(String detectorModelName)

      The name of the detector model.

      Parameters:
      detectorModelName - The name of the detector model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyValue

      DetectorDebugOption.Builder keyValue(String keyValue)

      The value of the input attribute key used to create the detector (the instance of the detector model).

      Parameters:
      keyValue - The value of the input attribute key used to create the detector (the instance of the detector model).
      Returns:
      Returns a reference to this object so that method calls can be chained together.