You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is to add evaluating checksums for any outputs generated from a compute run and storing them into the model.
Specifically:
// model.rsenumArtifact{// renamed from `Input` to be more general so use with outputs is less confusingUnary(Blob<FileOrFolder>),Collection(Vec<Blob<FileOrFolder>>),}structPodJob{// ...output_dir:Blob<FolderOnly>,// no checksum, just a rename from previous `output_stream_path` since that is what this actually is// ...}structPodResult{// ...output_dir:Option<Blob<FolderOnly>>,// added with checksumoutput_stream_path:Option<BTreeMap<String,Artifact>>,// added with checksums// ...}
This issue is to add evaluating checksums for any outputs generated from a compute run and storing them into the model.
Specifically:
Depends on #14, #54
The text was updated successfully, but these errors were encountered: