Load trader V4 artifacts from manifests
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.quantai.trader.artifact;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
public record TraderModelBundleManifest(
|
||||
String modelBundleVersion,
|
||||
String calibrationBundleVersion,
|
||||
String featureVersion,
|
||||
String labelVersion,
|
||||
String splitVersion,
|
||||
Set<String> requiredModels,
|
||||
Set<String> providedModels,
|
||||
Set<String> missingModels,
|
||||
String bundleHashSha256,
|
||||
boolean complete,
|
||||
String status
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user