Package | Description |
---|---|
com.oracle.bmc.aianomalydetection.model |
Modifier and Type | Method and Description |
---|---|
static ModelTrainingDetails.AlgorithmHint |
ModelTrainingDetails.AlgorithmHint.create(String key) |
ModelTrainingDetails.AlgorithmHint |
ModelTrainingDetails.getAlgorithmHint()
User can choose specific algorithm for training.
|
static ModelTrainingDetails.AlgorithmHint |
ModelTrainingDetails.AlgorithmHint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelTrainingDetails.AlgorithmHint[] |
ModelTrainingDetails.AlgorithmHint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ModelTrainingDetails.Builder |
ModelTrainingDetails.Builder.algorithmHint(ModelTrainingDetails.AlgorithmHint algorithmHint)
User can choose specific algorithm for training.
|
Constructor and Description |
---|
ModelTrainingDetails(ModelTrainingDetails.AlgorithmHint algorithmHint,
Float targetFap,
Float trainingFraction,
Integer windowSize,
List<String> dataAssetIds)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.