Interface MachineLearningDetectionConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MachineLearningDetectionConfig.Builder,MachineLearningDetectionConfig>, SdkBuilder<MachineLearningDetectionConfig.Builder,MachineLearningDetectionConfig>, SdkPojo
Enclosing class:
MachineLearningDetectionConfig

public static interface MachineLearningDetectionConfig.Builder extends SdkPojo, CopyableBuilder<MachineLearningDetectionConfig.Builder,MachineLearningDetectionConfig>
  • Method Details

    • confidenceLevel

      MachineLearningDetectionConfig.Builder confidenceLevel(String confidenceLevel)

      The sensitivity of anomalous behavior evaluation. Can be Low, Medium, or High.

      Parameters:
      confidenceLevel - The sensitivity of anomalous behavior evaluation. Can be Low, Medium, or High.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • confidenceLevel

      MachineLearningDetectionConfig.Builder confidenceLevel(ConfidenceLevel confidenceLevel)

      The sensitivity of anomalous behavior evaluation. Can be Low, Medium, or High.

      Parameters:
      confidenceLevel - The sensitivity of anomalous behavior evaluation. Can be Low, Medium, or High.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: