TrainingSession

@Entity
open class TrainingSession : Identifiable

Constructors

Link copied to clipboard
constructor(currency: Currency, prediction: PricePrediction, numRows: Int, epochsTrained: Int, maxEpochs: Int, startingLoss: Double, finalLoss: Double, modelType: ModelType, queryType: TrainingQueryType, trainingStartTime: LocalDateTime, trainingEndTime: LocalDateTime, queryStartTime: LocalDateTime, queryEndTime: LocalDateTime, sequenceLength: Int, batchSize: Int, dimensionWidth: Int, queryLoad: QueryLoad, queryBatchSize: Integer, trainingDevice: TrainingDevice, shortSequenceLength: Integer, mediumSequenceLength: Integer, longSequenceLength: Integer)

Functions

Link copied to clipboard
Link copied to clipboard
open fun getId(): Long
Link copied to clipboard
open fun setId(id: Long)