| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static StatisticalIssueStatus |
StatisticalIssueStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StatisticalIssueStatus |
MultipleOperatingModes.status()
Indicates whether there is a potential data issue related to having multiple operating modes.
|
StatisticalIssueStatus |
MonotonicValues.status()
Indicates whether there is a potential data issue related to having monotonic values.
|
StatisticalIssueStatus |
CategoricalValues.status()
Indicates whether there is a potential data issue related to categorical values.
|
StatisticalIssueStatus |
LargeTimestampGaps.status()
Indicates whether there is a potential data issue related to large gaps in timestamps.
|
static StatisticalIssueStatus |
StatisticalIssueStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticalIssueStatus[] |
StatisticalIssueStatus.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<StatisticalIssueStatus> |
StatisticalIssueStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MultipleOperatingModes.Builder |
MultipleOperatingModes.Builder.status(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to having multiple operating modes.
|
MonotonicValues.Builder |
MonotonicValues.Builder.status(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to having monotonic values.
|
CategoricalValues.Builder |
CategoricalValues.Builder.status(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to categorical values.
|
LargeTimestampGaps.Builder |
LargeTimestampGaps.Builder.status(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to large gaps in timestamps.
|
Copyright © 2022. All rights reserved.