public static class ModelTrainingDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ModelTrainingDetails.Builder |
algorithmHint(ModelTrainingDetails.AlgorithmHint algorithmHint)
User can choose specific algorithm for training.
|
ModelTrainingDetails |
build() |
ModelTrainingDetails.Builder |
copy(ModelTrainingDetails model) |
ModelTrainingDetails.Builder |
dataAssetIds(List<String> dataAssetIds)
The list of OCIDs of the data assets to train the model.
|
ModelTrainingDetails.Builder |
targetFap(Float targetFap)
A target model accuracy metric user provides as their requirement
|
ModelTrainingDetails.Builder |
trainingFraction(Float trainingFraction)
Fraction of total data that is used for training the model.
|
ModelTrainingDetails.Builder |
windowSize(Integer windowSize)
This value would determine the window size of the training algorithm.
|
public ModelTrainingDetails.Builder algorithmHint(ModelTrainingDetails.AlgorithmHint algorithmHint)
User can choose specific algorithm for training.
algorithmHint
- the value to setpublic ModelTrainingDetails.Builder targetFap(Float targetFap)
A target model accuracy metric user provides as their requirement
targetFap
- the value to setpublic ModelTrainingDetails.Builder trainingFraction(Float trainingFraction)
Fraction of total data that is used for training the model. The remaining is used for validation of the model.
trainingFraction
- the value to setpublic ModelTrainingDetails.Builder windowSize(Integer windowSize)
This value would determine the window size of the training algorithm.
windowSize
- the value to setpublic ModelTrainingDetails.Builder dataAssetIds(List<String> dataAssetIds)
The list of OCIDs of the data assets to train the model. The dataAssets have to be in the same project where the ai model would reside.
dataAssetIds
- the value to setpublic ModelTrainingDetails build()
public ModelTrainingDetails.Builder copy(ModelTrainingDetails model)
Copyright © 2016–2024. All rights reserved.