Member since
01-18-2021
2
Posts
0
Kudos Received
0
Solutions
01-19-2021
06:16 AM
it is the answer ``` {
"operation": "modify-overwrite-beta",
"spec": {
"jobInput": {
"ai": {
"common": {
"seed": "@(4,ai.model_structure.seed)"
}
}
}
}
} @(4,ai.model_structure.seed) means backward 4step on json tree and use seed with path(ai.model_structure.seed).
... View more