BuildersConfig

@Configuration
open class BuildersConfig

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Bean
@Primary
open fun pricePredictionLookup(pricePredictionService: PricePredictionService): PricePredictionLookup
Link copied to clipboard
@Bean
@Scope(value = "prototype")
open fun trainingSessionBuilder(predictionLookup: PricePredictionLookup): TrainingSessionBuilder