Implement Trader V4 training artifact pipeline
This commit is contained in:
@@ -1,16 +1,23 @@
|
||||
package com.quantai.trader.artifact;
|
||||
|
||||
import com.quantai.trader.enums.TraderRunMode;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
public record TraderModelBundleManifest(
|
||||
String manifestSchemaVersion,
|
||||
String modelBundleVersion,
|
||||
String calibrationBundleVersion,
|
||||
String featureVersion,
|
||||
String labelVersion,
|
||||
String splitVersion,
|
||||
String trainingRunId,
|
||||
String trainingExportId,
|
||||
String backtestManifestId,
|
||||
Set<String> requiredModels,
|
||||
Set<String> providedModels,
|
||||
Set<String> missingModels,
|
||||
Set<TraderRunMode> allowedRunModes,
|
||||
String bundleHashSha256,
|
||||
boolean complete,
|
||||
String status
|
||||
|
||||
Reference in New Issue
Block a user