Package | Description |
---|---|
com.oracle.bmc.aianomalydetection.model |
Modifier and Type | Method and Description |
---|---|
static PerSignalDetails.Status |
PerSignalDetails.Status.create(String key) |
PerSignalDetails.Status |
PerSignalDetails.getStatus()
Status of the signal: * ACCEPTED - the signal is used for training the model * DROPPED - the
signal does not meet requirement, and is dropped before training the model.
|
static PerSignalDetails.Status |
PerSignalDetails.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerSignalDetails.Status[] |
PerSignalDetails.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PerSignalDetails.Builder |
PerSignalDetails.Builder.status(PerSignalDetails.Status status)
Status of the signal: * ACCEPTED - the signal is used for training the model * DROPPED -
the signal does not meet requirement, and is dropped before training the model.
|
Constructor and Description |
---|
PerSignalDetails(String signalName,
Double mviRatio,
Boolean isQuantized,
Float fap,
Double min,
Double max,
Double std,
PerSignalDetails.Status status,
String details)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.