| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ConfidenceLevel |
ViolationEventAdditionalInfo.confidenceLevel()
The sensitivity of anomalous behavior evaluation.
|
ConfidenceLevel |
MachineLearningDetectionConfig.confidenceLevel()
The sensitivity of anomalous behavior evaluation.
|
static ConfidenceLevel |
ConfidenceLevel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ConfidenceLevel |
ConfidenceLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfidenceLevel[] |
ConfidenceLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ConfidenceLevel> |
ConfidenceLevel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ViolationEventAdditionalInfo.Builder |
ViolationEventAdditionalInfo.Builder.confidenceLevel(ConfidenceLevel confidenceLevel)
The sensitivity of anomalous behavior evaluation.
|
MachineLearningDetectionConfig.Builder |
MachineLearningDetectionConfig.Builder.confidenceLevel(ConfidenceLevel confidenceLevel)
The sensitivity of anomalous behavior evaluation.
|
Copyright © 2021. All rights reserved.