ReferenceSchemas
ResourcesSchemas

Schemas

GET
/schemas
Authorization<token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/schemas"
{  "earlyStopping": {    "median": {      "kind": "median",      "evaluationInterval": 0,      "minInterval": 0,      "minSamples": 0    },    "diff": {      "kind": "string",      "percent": 0.1,      "evaluationInterval": 0,      "minInterval": 0,      "minSamples": 0    },    "truncation": {      "kind": "truncation",      "percent": 0,      "evaluationInterval": 0,      "minInterval": 0,      "minSamples": 0,      "includeSucceeded": true    },    "metric": {      "kind": "metric_early_stopping",      "metric": "string",      "value": "string",      "optimization": "maximize",      "policy": {}    },    "failure": {      "kind": "failure_early_stopping",      "percent": 0    }  },  "matrix": {    "random": {      "kind": "random",      "params": {        "property1": {},        "property2": {}      },      "numRuns": 0,      "seed": 0,      "concurrency": 0,      "earlyStopping": [        {}      ]    },    "grid": {      "kind": "grid",      "params": {        "property1": {},        "property2": {}      },      "numRuns": 0,      "seed": 0,      "concurrency": 0,      "earlyStopping": [        {}      ]    },    "hyperband": {      "kind": "hyperband",      "params": {        "property1": {},        "property2": {}      },      "maxIterations": 0,      "eta": 0,      "resource": {        "name": "string",        "type": "int"      },      "metric": {        "name": "string",        "optimization": "maximize"      },      "resume": true,      "seed": 0,      "concurrency": 0,      "tuner": {        "hubRef": "string",        "presets": [          "string"        ],        "queue": "string",        "namespace": "string",        "params": {          "property1": {            "value": {},            "ref": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          },          "property2": {            "value": {},            "ref": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          }        }      },      "earlyStopping": [        {}      ]    },    "bayes": {      "kind": "bayes",      "params": {        "property1": {},        "property2": {}      },      "numInitialRuns": 0,      "maxIterations": 0,      "utilityFunction": {},      "metric": {        "name": "string",        "optimization": "maximize"      },      "seed": 0,      "concurrency": 0,      "tuner": {        "hubRef": "string",        "presets": [          "string"        ],        "queue": "string",        "namespace": "string",        "params": {          "property1": {            "value": {},            "ref": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          },          "property2": {            "value": {},            "ref": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          }        }      },      "earlyStopping": [        {}      ]    },    "hyperopt": {      "kind": "hyperopt",      "algorithm": "tpe",      "params": {        "property1": {},        "property2": {}      },      "numRuns": 0,      "maxIterations": 0,      "metric": {        "name": "string",        "optimization": "maximize"      },      "seed": 0,      "concurrency": 0,      "tuner": {        "hubRef": "string",        "presets": [          "string"        ],        "queue": "string",        "namespace": "string",        "params": {          "property1": {            "value": {},            "ref": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          },          "property2": {            "value": {},            "ref": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          }        }      },      "earlyStopping": [        {}      ]    },    "iterative": {      "kind": "iterative",      "params": {        "property1": {},        "property2": {}      },      "maxIterations": 0,      "seed": 0,      "concurrency": 0,      "tuner": {        "hubRef": "string",        "presets": [          "string"        ],        "queue": "string",        "namespace": "string",        "params": {          "property1": {            "value": {},            "ref": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          },          "property2": {            "value": {},            "ref": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          }        }      },      "earlyStopping": [        {}      ]    },    "mapping": {      "kind": "mapping",      "values": [        {}      ],      "concurrency": 0,      "earlyStopping": [        {}      ]    }  },  "run": {    "job": {      "kind": "job",      "environment": {        "labels": {          "property1": "string",          "property2": "string"        },        "annotations": {          "property1": "string",          "property2": "string"        },        "nodeSelector": {          "property1": "string",          "property2": "string"        },        "affinity": {},        "tolerations": [          {}        ],        "nodeName": "string",        "serviceAccountName": "string",        "hostAliases": [          {}        ],        "securityContext": {},        "imagePullSecrets": [          "string"        ],        "hostNetwork": true,        "hostPID": "string",        "dnsPolicy": "string",        "dnsConfig": {},        "schedulerName": "string",        "priorityClassName": "string",        "priority": 0,        "restartPolicy": "string"      },      "connections": [        "string"      ],      "volumes": [        {}      ],      "init": [        {          "artifacts": {            "files": [              {}            ],            "dirs": [              {}            ],            "workers": 0          },          "paths": [            {}          ],          "git": {            "url": "string",            "revision": "string",            "flags": [              "string"            ]          },          "dockerfile": {            "image": "string",            "env": {              "property1": "string",              "property2": "string"            },            "path": [              "string"            ],            "copy": [              {}            ],            "post_run_copy": [              {}            ],            "run": [              "string"            ],            "langEnv": "string",            "uid": 0,            "gid": 0,            "username": 0,            "filename": "string",            "workdir": "string",            "workdirPath": "string",            "shell": "string"          },          "file": {            "content": "string",            "filename": "string",            "chmod": "string",            "kind": "string"          },          "tensorboard": {            "port": 0,            "uuids": [              "string"            ],            "use_names": true,            "path_prefix": "string",            "plugins": "string"          },          "lineageRef": "string",          "artifactRef": "string",          "modelRef": "string",          "connection": "string",          "path": "string",          "container": {}        }      ],      "sidecars": [        {}      ],      "container": {}    },    "service": {      "kind": "service",      "environment": {        "labels": {          "property1": "string",          "property2": "string"        },        "annotations": {          "property1": "string",          "property2": "string"        },        "nodeSelector": {          "property1": "string",          "property2": "string"        },        "affinity": {},        "tolerations": [          {}        ],        "nodeName": "string",        "serviceAccountName": "string",        "hostAliases": [          {}        ],        "securityContext": {},        "imagePullSecrets": [          "string"        ],        "hostNetwork": true,        "hostPID": "string",        "dnsPolicy": "string",        "dnsConfig": {},        "schedulerName": "string",        "priorityClassName": "string",        "priority": 0,        "restartPolicy": "string"      },      "connections": [        "string"      ],      "volumes": [        {}      ],      "init": [        {          "artifacts": {            "files": [              {}            ],            "dirs": [              {}            ],            "workers": 0          },          "paths": [            {}          ],          "git": {            "url": "string",            "revision": "string",            "flags": [              "string"            ]          },          "dockerfile": {            "image": "string",            "env": {              "property1": "string",              "property2": "string"            },            "path": [              "string"            ],            "copy": [              {}            ],            "post_run_copy": [              {}            ],            "run": [              "string"            ],            "langEnv": "string",            "uid": 0,            "gid": 0,            "username": 0,            "filename": "string",            "workdir": "string",            "workdirPath": "string",            "shell": "string"          },          "file": {            "content": "string",            "filename": "string",            "chmod": "string",            "kind": "string"          },          "tensorboard": {            "port": 0,            "uuids": [              "string"            ],            "use_names": true,            "path_prefix": "string",            "plugins": "string"          },          "lineageRef": "string",          "artifactRef": "string",          "modelRef": "string",          "connection": "string",          "path": "string",          "container": {}        }      ],      "sidecars": [        {}      ],      "container": {},      "ports": [        0      ],      "rewritePath": true,      "isExternal": true,      "replicas": 0    },    "dag": {      "kind": "dag",      "operations": [        {          "version": 0.1,          "kind": "string",          "name": "string",          "description": "string",          "tags": [            "string"          ],          "presets": [            "string"          ],          "queue": "string",          "cache": {            "disable": true,            "ttl": 0,            "io": [              "string"            ],            "sections": [              "string"            ]          },          "namespace": "string",          "termination": {            "maxRetries": 0,            "ttl": 0,            "timeout": 0,            "culling": {              "timeout": 0            },            "probe": {              "exec": {                "command": [                  "string"                ]              },              "http": {                "path": "string",                "port": 0              }            },            "podFailurePolicy": {}          },          "plugins": {            "auth": true,            "docker": true,            "shm": true,            "mountArtifactsStore": true,            "collectArtifacts": true,            "collectLogs": true,            "collectResources": true,            "syncStatuses": true,            "autoResume": true,            "logLevel": "string",            "externalHost": true,            "sidecar": {              "image": "string",              "imageTag": "string",              "imagePullPolicy": "string",              "sleepInterval": 0,              "syncInterval": 0,              "monitorLogs": true,              "monitorSpec": true,              "noConnections": true,              "resources": {}            },            "notifications": [              {                "connections": [                  "string"                ],                "trigger": "created"              }            ],            "tmux": {              "image": "string",              "imageTag": "string",              "imagePullPolicy": "string",              "resources": {}            }          },          "schedule": {},          "events": [            {              "kinds": [                "run_status_created"              ],              "ref": "string"            }          ],          "hooks": [            {              "hubRef": "string",              "connection": "string",              "trigger": "created",              "conditions": "string",              "params": {                "property1": {                  "value": {},                  "ref": "string",                  "connection": "string",                  "toInit": true,                  "toEnv": "string",                  "contextOnly": true                },                "property2": {                  "value": {},                  "ref": "string",                  "connection": "string",                  "toInit": true,                  "toEnv": "string",                  "contextOnly": true                }              },              "presets": [                "string"              ],              "queue": "string",              "namespace": "string",              "disableDefaults": true            }          ],          "dependencies": [            "string"          ],          "trigger": "all_succeeded",          "conditions": "string",          "skipOnUpstreamSkip": true,          "matrix": {},          "joins": {            "property1": {              "ref": "string",              "query": "string",              "sort": "string",              "limit": 0,              "offset": 0,              "params": {                "property1": {                  "value": "string",                  "connection": "string",                  "toInit": true,                  "toEnv": "string",                  "contextOnly": true                },                "property2": {                  "value": "string",                  "connection": "string",                  "toInit": true,                  "toEnv": "string",                  "contextOnly": true                }              }            },            "property2": {              "ref": "string",              "query": "string",              "sort": "string",              "limit": 0,              "offset": 0,              "params": {                "property1": {                  "value": "string",                  "connection": "string",                  "toInit": true,                  "toEnv": "string",                  "contextOnly": true                },                "property2": {                  "value": "string",                  "connection": "string",                  "toInit": true,                  "toEnv": "string",                  "contextOnly": true                }              }            }          },          "params": {            "property1": {              "value": {},              "ref": "string",              "connection": "string",              "toInit": true,              "toEnv": "string",              "contextOnly": true            },            "property2": {              "value": {},              "ref": "string",              "connection": "string",              "toInit": true,              "toEnv": "string",              "contextOnly": true            }          },          "runPatch": {},          "patchStrategy": "replace",          "isPreset": true,          "isApproved": true,          "template": {            "enabled": true,            "description": "string",            "fields": [              "string"            ]          },          "build": {            "hubRef": "string",            "connection": "string",            "presets": [              "string"            ],            "queue": "string",            "namespace": "string",            "cache": {              "disable": true,              "ttl": 0,              "io": [                "string"              ],              "sections": [                "string"              ]            },            "params": {              "property1": {                "value": {},                "ref": "string",                "connection": "string",                "toInit": true,                "toEnv": "string",                "contextOnly": true              },              "property2": {                "value": {},                "ref": "string",                "connection": "string",                "toInit": true,                "toEnv": "string",                "contextOnly": true              }            },            "runPatch": {},            "patchStrategy": "replace"          },          "cost": 0.1,          "pathRef": "string",          "hubRef": "string",          "dagRef": "string",          "urlRef": "string",          "component": {            "version": 0.1,            "kind": "string",            "name": "string",            "description": "string",            "tags": [              "string"            ],            "presets": [              "string"            ],            "queue": "string",            "cache": {              "disable": true,              "ttl": 0,              "io": [                "string"              ],              "sections": [                "string"              ]            },            "namespace": "string",            "termination": {              "maxRetries": 0,              "ttl": 0,              "timeout": 0,              "culling": {                "timeout": 0              },              "probe": {                "exec": {                  "command": [                    "string"                  ]                },                "http": {                  "path": "string",                  "port": 0                }              },              "podFailurePolicy": {}            },            "plugins": {              "auth": true,              "docker": true,              "shm": true,              "mountArtifactsStore": true,              "collectArtifacts": true,              "collectLogs": true,              "collectResources": true,              "syncStatuses": true,              "autoResume": true,              "logLevel": "string",              "externalHost": true,              "sidecar": {                "image": "string",                "imageTag": "string",                "imagePullPolicy": "string",                "sleepInterval": 0,                "syncInterval": 0,                "monitorLogs": true,                "monitorSpec": true,                "noConnections": true,                "resources": {}              },              "notifications": [                {                  "connections": [                    "string"                  ],                  "trigger": "created"                }              ],              "tmux": {                "image": "string",                "imageTag": "string",                "imagePullPolicy": "string",                "resources": {}              }            },            "hooks": [              {                "hubRef": "string",                "connection": "string",                "trigger": "created",                "conditions": "string",                "params": {                  "property1": {                    "value": {},                    "ref": "string",                    "connection": "string",                    "toInit": true,                    "toEnv": "string",                    "contextOnly": true                  },                  "property2": {                    "value": {},                    "ref": "string",                    "connection": "string",                    "toInit": true,                    "toEnv": "string",                    "contextOnly": true                  }                },                "presets": [                  "string"                ],                "queue": "string",                "namespace": "string",                "disableDefaults": true              }            ],            "inputs": [              {                "name": "string",                "description": "string",                "type": "string",                "value": {},                "isOptional": true,                "isList": true,                "isFlag": true,                "argFormat": "string",                "connection": "string",                "toInit": true,                "toEnv": "string",                "validation": {                  "delay": true,                  "gt": 0,                  "ge": 0,                  "lt": 0,                  "le": 0,                  "multipleOf": 0,                  "minDigits": 0,                  "maxDigits": 0,                  "decimalPlaces": 0,                  "regex": "string",                  "minLength": 0,                  "maxLength": 0,                  "contains": [                    {}                  ],                  "excludes": [                    {}                  ],                  "options": [                    {}                  ],                  "minItems": 0,                  "maxItems": 0,                  "keys": [                    "string"                  ],                  "containsKeys": [                    "string"                  ],                  "excludesKeys": [                    "string"                  ]                },                "delayValidation": true,                "options": [                  {}                ]              }            ],            "outputs": [              {                "name": "string",                "description": "string",                "type": "string",                "value": {},                "isOptional": true,                "isList": true,                "isFlag": true,                "argFormat": "string",                "connection": "string",                "toInit": true,                "toEnv": "string",                "validation": {                  "delay": true,                  "gt": 0,                  "ge": 0,                  "lt": 0,                  "le": 0,                  "multipleOf": 0,                  "minDigits": 0,                  "maxDigits": 0,                  "decimalPlaces": 0,                  "regex": "string",                  "minLength": 0,                  "maxLength": 0,                  "contains": [                    {}                  ],                  "excludes": [                    {}                  ],                  "options": [                    {}                  ],                  "minItems": 0,                  "maxItems": 0,                  "keys": [                    "string"                  ],                  "containsKeys": [                    "string"                  ],                  "excludesKeys": [                    "string"                  ]                },                "delayValidation": true,                "options": [                  {}                ]              }            ],            "build": {              "hubRef": "string",              "connection": "string",              "presets": [                "string"              ],              "queue": "string",              "namespace": "string",              "cache": {                "disable": true,                "ttl": 0,                "io": [                  "string"                ],                "sections": [                  "string"                ]              },              "params": {                "property1": {                  "value": {},                  "ref": "string",                  "connection": "string",                  "toInit": true,                  "toEnv": "string",                  "contextOnly": true                },                "property2": {                  "value": {},                  "ref": "string",                  "connection": "string",                  "toInit": true,                  "toEnv": "string",                  "contextOnly": true                }              },              "runPatch": {},              "patchStrategy": "replace"            },            "run": {},            "template": {              "enabled": true,              "description": "string",              "fields": [                "string"              ]            },            "isApproved": true,            "cost": 0.1          }        }      ],      "components": [        {          "version": 0.1,          "kind": "string",          "name": "string",          "description": "string",          "tags": [            "string"          ],          "presets": [            "string"          ],          "queue": "string",          "cache": {            "disable": true,            "ttl": 0,            "io": [              "string"            ],            "sections": [              "string"            ]          },          "namespace": "string",          "termination": {            "maxRetries": 0,            "ttl": 0,            "timeout": 0,            "culling": {              "timeout": 0            },            "probe": {              "exec": {                "command": [                  "string"                ]              },              "http": {                "path": "string",                "port": 0              }            },            "podFailurePolicy": {}          },          "plugins": {            "auth": true,            "docker": true,            "shm": true,            "mountArtifactsStore": true,            "collectArtifacts": true,            "collectLogs": true,            "collectResources": true,            "syncStatuses": true,            "autoResume": true,            "logLevel": "string",            "externalHost": true,            "sidecar": {              "image": "string",              "imageTag": "string",              "imagePullPolicy": "string",              "sleepInterval": 0,              "syncInterval": 0,              "monitorLogs": true,              "monitorSpec": true,              "noConnections": true,              "resources": {}            },            "notifications": [              {                "connections": [                  "string"                ],                "trigger": "created"              }            ],            "tmux": {              "image": "string",              "imageTag": "string",              "imagePullPolicy": "string",              "resources": {}            }          },          "hooks": [            {              "hubRef": "string",              "connection": "string",              "trigger": "created",              "conditions": "string",              "params": {                "property1": {                  "value": {},                  "ref": "string",                  "connection": "string",                  "toInit": true,                  "toEnv": "string",                  "contextOnly": true                },                "property2": {                  "value": {},                  "ref": "string",                  "connection": "string",                  "toInit": true,                  "toEnv": "string",                  "contextOnly": true                }              },              "presets": [                "string"              ],              "queue": "string",              "namespace": "string",              "disableDefaults": true            }          ],          "inputs": [            {              "name": "string",              "description": "string",              "type": "string",              "value": {},              "isOptional": true,              "isList": true,              "isFlag": true,              "argFormat": "string",              "connection": "string",              "toInit": true,              "toEnv": "string",              "validation": {                "delay": true,                "gt": 0,                "ge": 0,                "lt": 0,                "le": 0,                "multipleOf": 0,                "minDigits": 0,                "maxDigits": 0,                "decimalPlaces": 0,                "regex": "string",                "minLength": 0,                "maxLength": 0,                "contains": [                  {}                ],                "excludes": [                  {}                ],                "options": [                  {}                ],                "minItems": 0,                "maxItems": 0,                "keys": [                  "string"                ],                "containsKeys": [                  "string"                ],                "excludesKeys": [                  "string"                ]              },              "delayValidation": true,              "options": [                {}              ]            }          ],          "outputs": [            {              "name": "string",              "description": "string",              "type": "string",              "value": {},              "isOptional": true,              "isList": true,              "isFlag": true,              "argFormat": "string",              "connection": "string",              "toInit": true,              "toEnv": "string",              "validation": {                "delay": true,                "gt": 0,                "ge": 0,                "lt": 0,                "le": 0,                "multipleOf": 0,                "minDigits": 0,                "maxDigits": 0,                "decimalPlaces": 0,                "regex": "string",                "minLength": 0,                "maxLength": 0,                "contains": [                  {}                ],                "excludes": [                  {}                ],                "options": [                  {}                ],                "minItems": 0,                "maxItems": 0,                "keys": [                  "string"                ],                "containsKeys": [                  "string"                ],                "excludesKeys": [                  "string"                ]              },              "delayValidation": true,              "options": [                {}              ]            }          ],          "build": {            "hubRef": "string",            "connection": "string",            "presets": [              "string"            ],            "queue": "string",            "namespace": "string",            "cache": {              "disable": true,              "ttl": 0,              "io": [                "string"              ],              "sections": [                "string"              ]            },            "params": {              "property1": {                "value": {},                "ref": "string",                "connection": "string",                "toInit": true,                "toEnv": "string",                "contextOnly": true              },              "property2": {                "value": {},                "ref": "string",                "connection": "string",                "toInit": true,                "toEnv": "string",                "contextOnly": true              }            },            "runPatch": {},            "patchStrategy": "replace"          },          "run": {},          "template": {            "enabled": true,            "description": "string",            "fields": [              "string"            ]          },          "isApproved": true,          "cost": 0.1        }      ],      "concurrency": 0,      "earlyStopping": [        {}      ],      "environment": {        "labels": {          "property1": "string",          "property2": "string"        },        "annotations": {          "property1": "string",          "property2": "string"        },        "nodeSelector": {          "property1": "string",          "property2": "string"        },        "affinity": {},        "tolerations": [          {}        ],        "nodeName": "string",        "serviceAccountName": "string",        "hostAliases": [          {}        ],        "securityContext": {},        "imagePullSecrets": [          "string"        ],        "hostNetwork": true,        "hostPID": "string",        "dnsPolicy": "string",        "dnsConfig": {},        "schedulerName": "string",        "priorityClassName": "string",        "priority": 0,        "restartPolicy": "string"      },      "connections": [        "string"      ],      "volumes": [        {}      ]    },    "tfJob": {      "kind": "tfjob",      "cleanPodPolicy": "All",      "schedulingPolicy": {        "minAvailable": 0,        "queue": "string",        "minResources": {},        "priorityClass": "string",        "scheduleTimeoutSeconds": 0      },      "successPolicy": "string",      "enableDynamicWorker": true,      "chief": {        "replicas": 0,        "environment": {          "labels": {            "property1": "string",            "property2": "string"          },          "annotations": {            "property1": "string",            "property2": "string"          },          "nodeSelector": {            "property1": "string",            "property2": "string"          },          "affinity": {},          "tolerations": [            {}          ],          "nodeName": "string",          "serviceAccountName": "string",          "hostAliases": [            {}          ],          "securityContext": {},          "imagePullSecrets": [            "string"          ],          "hostNetwork": true,          "hostPID": "string",          "dnsPolicy": "string",          "dnsConfig": {},          "schedulerName": "string",          "priorityClassName": "string",          "priority": 0,          "restartPolicy": "string"        },        "connections": [          "string"        ],        "volumes": [          {}        ],        "init": [          {            "artifacts": {              "files": [                {}              ],              "dirs": [                {}              ],              "workers": 0            },            "paths": [              {}            ],            "git": {              "url": "string",              "revision": "string",              "flags": [                "string"              ]            },            "dockerfile": {              "image": "string",              "env": {                "property1": "string",                "property2": "string"              },              "path": [                "string"              ],              "copy": [                {}              ],              "post_run_copy": [                {}              ],              "run": [                "string"              ],              "langEnv": "string",              "uid": 0,              "gid": 0,              "username": 0,              "filename": "string",              "workdir": "string",              "workdirPath": "string",              "shell": "string"            },            "file": {              "content": "string",              "filename": "string",              "chmod": "string",              "kind": "string"            },            "tensorboard": {              "port": 0,              "uuids": [                "string"              ],              "use_names": true,              "path_prefix": "string",              "plugins": "string"            },            "lineageRef": "string",            "artifactRef": "string",            "modelRef": "string",            "connection": "string",            "path": "string",            "container": {}          }        ],        "sidecars": [          {}        ],        "container": {}      },      "worker": {        "replicas": 0,        "environment": {          "labels": {            "property1": "string",            "property2": "string"          },          "annotations": {            "property1": "string",            "property2": "string"          },          "nodeSelector": {            "property1": "string",            "property2": "string"          },          "affinity": {},          "tolerations": [            {}          ],          "nodeName": "string",          "serviceAccountName": "string",          "hostAliases": [            {}          ],          "securityContext": {},          "imagePullSecrets": [            "string"          ],          "hostNetwork": true,          "hostPID": "string",          "dnsPolicy": "string",          "dnsConfig": {},          "schedulerName": "string",          "priorityClassName": "string",          "priority": 0,          "restartPolicy": "string"        },        "connections": [          "string"        ],        "volumes": [          {}        ],        "init": [          {            "artifacts": {              "files": [                {}              ],              "dirs": [                {}              ],              "workers": 0            },            "paths": [              {}            ],            "git": {              "url": "string",              "revision": "string",              "flags": [                "string"              ]            },            "dockerfile": {              "image": "string",              "env": {                "property1": "string",                "property2": "string"              },              "path": [                "string"              ],              "copy": [                {}              ],              "post_run_copy": [                {}              ],              "run": [                "string"              ],              "langEnv": "string",              "uid": 0,              "gid": 0,              "username": 0,              "filename": "string",              "workdir": "string",              "workdirPath": "string",              "shell": "string"            },            "file": {              "content": "string",              "filename": "string",              "chmod": "string",              "kind": "string"            },            "tensorboard": {              "port": 0,              "uuids": [                "string"              ],              "use_names": true,              "path_prefix": "string",              "plugins": "string"            },            "lineageRef": "string",            "artifactRef": "string",            "modelRef": "string",            "connection": "string",            "path": "string",            "container": {}          }        ],        "sidecars": [          {}        ],        "container": {}      },      "ps": {        "replicas": 0,        "environment": {          "labels": {            "property1": "string",            "property2": "string"          },          "annotations": {            "property1": "string",            "property2": "string"          },          "nodeSelector": {            "property1": "string",            "property2": "string"          },          "affinity": {},          "tolerations": [            {}          ],          "nodeName": "string",          "serviceAccountName": "string",          "hostAliases": [            {}          ],          "securityContext": {},          "imagePullSecrets": [            "string"          ],          "hostNetwork": true,          "hostPID": "string",          "dnsPolicy": "string",          "dnsConfig": {},          "schedulerName": "string",          "priorityClassName": "string",          "priority": 0,          "restartPolicy": "string"        },        "connections": [          "string"        ],        "volumes": [          {}        ],        "init": [          {            "artifacts": {              "files": [                {}              ],              "dirs": [                {}              ],              "workers": 0            },            "paths": [              {}            ],            "git": {              "url": "string",              "revision": "string",              "flags": [                "string"              ]            },            "dockerfile": {              "image": "string",              "env": {                "property1": "string",                "property2": "string"              },              "path": [                "string"              ],              "copy": [                {}              ],              "post_run_copy": [                {}              ],              "run": [                "string"              ],              "langEnv": "string",              "uid": 0,              "gid": 0,              "username": 0,              "filename": "string",              "workdir": "string",              "workdirPath": "string",              "shell": "string"            },            "file": {              "content": "string",              "filename": "string",              "chmod": "string",              "kind": "string"            },            "tensorboard": {              "port": 0,              "uuids": [                "string"              ],              "use_names": true,              "path_prefix": "string",              "plugins": "string"            },            "lineageRef": "string",            "artifactRef": "string",            "modelRef": "string",            "connection": "string",            "path": "string",            "container": {}          }        ],        "sidecars": [          {}        ],        "container": {}      },      "evaluator": {        "replicas": 0,        "environment": {          "labels": {            "property1": "string",            "property2": "string"          },          "annotations": {            "property1": "string",            "property2": "string"          },          "nodeSelector": {            "property1": "string",            "property2": "string"          },          "affinity": {},          "tolerations": [            {}          ],          "nodeName": "string",          "serviceAccountName": "string",          "hostAliases": [            {}          ],          "securityContext": {},          "imagePullSecrets": [            "string"          ],          "hostNetwork": true,          "hostPID": "string",          "dnsPolicy": "string",          "dnsConfig": {},          "schedulerName": "string",          "priorityClassName": "string",          "priority": 0,          "restartPolicy": "string"        },        "connections": [          "string"        ],        "volumes": [          {}        ],        "init": [          {            "artifacts": {              "files": [                {}              ],              "dirs": [                {}              ],              "workers": 0            },            "paths": [              {}            ],            "git": {              "url": "string",              "revision": "string",              "flags": [                "string"              ]            },            "dockerfile": {              "image": "string",              "env": {                "property1": "string",                "property2": "string"              },              "path": [                "string"              ],              "copy": [                {}              ],              "post_run_copy": [                {}              ],              "run": [                "string"              ],              "langEnv": "string",              "uid": 0,              "gid": 0,              "username": 0,              "filename": "string",              "workdir": "string",              "workdirPath": "string",              "shell": "string"            },            "file": {              "content": "string",              "filename": "string",              "chmod": "string",              "kind": "string"            },            "tensorboard": {              "port": 0,              "uuids": [                "string"              ],              "use_names": true,              "path_prefix": "string",              "plugins": "string"            },            "lineageRef": "string",            "artifactRef": "string",            "modelRef": "string",            "connection": "string",            "path": "string",            "container": {}          }        ],        "sidecars": [          {}        ],        "container": {}      }    },    "pytorchJob": {      "kind": "pytorchjob",      "cleanPodPolicy": "All",      "schedulingPolicy": {        "minAvailable": 0,        "queue": "string",        "minResources": {},        "priorityClass": "string",        "scheduleTimeoutSeconds": 0      },      "elasticPolicy": {        "minReplicas": 0,        "maxReplicas": 0,        "rdvzBackend": "string",        "rdvzPort": 0,        "rdvzHost": "string",        "rdvzId": "string",        "rdvzConf": [          {}        ],        "standalone": true,        "nProcPerNode": 0,        "maxRestarts": 0,        "Metrics": [          {}        ]      },      "master": {        "replicas": 0,        "environment": {          "labels": {            "property1": "string",            "property2": "string"          },          "annotations": {            "property1": "string",            "property2": "string"          },          "nodeSelector": {            "property1": "string",            "property2": "string"          },          "affinity": {},          "tolerations": [            {}          ],          "nodeName": "string",          "serviceAccountName": "string",          "hostAliases": [            {}          ],          "securityContext": {},          "imagePullSecrets": [            "string"          ],          "hostNetwork": true,          "hostPID": "string",          "dnsPolicy": "string",          "dnsConfig": {},          "schedulerName": "string",          "priorityClassName": "string",          "priority": 0,          "restartPolicy": "string"        },        "connections": [          "string"        ],        "volumes": [          {}        ],        "init": [          {            "artifacts": {              "files": [                {}              ],              "dirs": [                {}              ],              "workers": 0            },            "paths": [              {}            ],            "git": {              "url": "string",              "revision": "string",              "flags": [                "string"              ]            },            "dockerfile": {              "image": "string",              "env": {                "property1": "string",                "property2": "string"              },              "path": [                "string"              ],              "copy": [                {}              ],              "post_run_copy": [                {}              ],              "run": [                "string"              ],              "langEnv": "string",              "uid": 0,              "gid": 0,              "username": 0,              "filename": "string",              "workdir": "string",              "workdirPath": "string",              "shell": "string"            },            "file": {              "content": "string",              "filename": "string",              "chmod": "string",              "kind": "string"            },            "tensorboard": {              "port": 0,              "uuids": [                "string"              ],              "use_names": true,              "path_prefix": "string",              "plugins": "string"            },            "lineageRef": "string",            "artifactRef": "string",            "modelRef": "string",            "connection": "string",            "path": "string",            "container": {}          }        ],        "sidecars": [          {}        ],        "container": {}      },      "worker": {        "replicas": 0,        "environment": {          "labels": {            "property1": "string",            "property2": "string"          },          "annotations": {            "property1": "string",            "property2": "string"          },          "nodeSelector": {            "property1": "string",            "property2": "string"          },          "affinity": {},          "tolerations": [            {}          ],          "nodeName": "string",          "serviceAccountName": "string",          "hostAliases": [            {}          ],          "securityContext": {},          "imagePullSecrets": [            "string"          ],          "hostNetwork": true,          "hostPID": "string",          "dnsPolicy": "string",          "dnsConfig": {},          "schedulerName": "string",          "priorityClassName": "string",          "priority": 0,          "restartPolicy": "string"        },        "connections": [          "string"        ],        "volumes": [          {}        ],        "init": [          {            "artifacts": {              "files": [                {}              ],              "dirs": [                {}              ],              "workers": 0            },            "paths": [              {}            ],            "git": {              "url": "string",              "revision": "string",              "flags": [                "string"              ]            },            "dockerfile": {              "image": "string",              "env": {                "property1": "string",                "property2": "string"              },              "path": [                "string"              ],              "copy": [                {}              ],              "post_run_copy": [                {}              ],              "run": [                "string"              ],              "langEnv": "string",              "uid": 0,              "gid": 0,              "username": 0,              "filename": "string",              "workdir": "string",              "workdirPath": "string",              "shell": "string"            },            "file": {              "content": "string",              "filename": "string",              "chmod": "string",              "kind": "string"            },            "tensorboard": {              "port": 0,              "uuids": [                "string"              ],              "use_names": true,              "path_prefix": "string",              "plugins": "string"            },            "lineageRef": "string",            "artifactRef": "string",            "modelRef": "string",            "connection": "string",            "path": "string",            "container": {}          }        ],        "sidecars": [          {}        ],        "container": {}      },      "nProcPerNode": "string"    },    "mpiJob": {      "kind": "mpijob",      "cleanPodPolicy": "All",      "schedulingPolicy": {        "minAvailable": 0,        "queue": "string",        "minResources": {},        "priorityClass": "string",        "scheduleTimeoutSeconds": 0      },      "slotsPerWorker": 0,      "worker": {        "replicas": 0,        "environment": {          "labels": {            "property1": "string",            "property2": "string"          },          "annotations": {            "property1": "string",            "property2": "string"          },          "nodeSelector": {            "property1": "string",            "property2": "string"          },          "affinity": {},          "tolerations": [            {}          ],          "nodeName": "string",          "serviceAccountName": "string",          "hostAliases": [            {}          ],          "securityContext": {},          "imagePullSecrets": [            "string"          ],          "hostNetwork": true,          "hostPID": "string",          "dnsPolicy": "string",          "dnsConfig": {},          "schedulerName": "string",          "priorityClassName": "string",          "priority": 0,          "restartPolicy": "string"        },        "connections": [          "string"        ],        "volumes": [          {}        ],        "init": [          {            "artifacts": {              "files": [                {}              ],              "dirs": [                {}              ],              "workers": 0            },            "paths": [              {}            ],            "git": {              "url": "string",              "revision": "string",              "flags": [                "string"              ]            },            "dockerfile": {              "image": "string",              "env": {                "property1": "string",                "property2": "string"              },              "path": [                "string"              ],              "copy": [                {}              ],              "post_run_copy": [                {}              ],              "run": [                "string"              ],              "langEnv": "string",              "uid": 0,              "gid": 0,              "username": 0,              "filename": "string",              "workdir": "string",              "workdirPath": "string",              "shell": "string"            },            "file": {              "content": "string",              "filename": "string",              "chmod": "string",              "kind": "string"            },            "tensorboard": {              "port": 0,              "uuids": [                "string"              ],              "use_names": true,              "path_prefix": "string",              "plugins": "string"            },            "lineageRef": "string",            "artifactRef": "string",            "modelRef": "string",            "connection": "string",            "path": "string",            "container": {}          }        ],        "sidecars": [          {}        ],        "container": {}      },      "launcher": {        "replicas": 0,        "environment": {          "labels": {            "property1": "string",            "property2": "string"          },          "annotations": {            "property1": "string",            "property2": "string"          },          "nodeSelector": {            "property1": "string",            "property2": "string"          },          "affinity": {},          "tolerations": [            {}          ],          "nodeName": "string",          "serviceAccountName": "string",          "hostAliases": [            {}          ],          "securityContext": {},          "imagePullSecrets": [            "string"          ],          "hostNetwork": true,          "hostPID": "string",          "dnsPolicy": "string",          "dnsConfig": {},          "schedulerName": "string",          "priorityClassName": "string",          "priority": 0,          "restartPolicy": "string"        },        "connections": [          "string"        ],        "volumes": [          {}        ],        "init": [          {            "artifacts": {              "files": [                {}              ],              "dirs": [                {}              ],              "workers": 0            },            "paths": [              {}            ],            "git": {              "url": "string",              "revision": "string",              "flags": [                "string"              ]            },            "dockerfile": {              "image": "string",              "env": {                "property1": "string",                "property2": "string"              },              "path": [                "string"              ],              "copy": [                {}              ],              "post_run_copy": [                {}              ],              "run": [                "string"              ],              "langEnv": "string",              "uid": 0,              "gid": 0,              "username": 0,              "filename": "string",              "workdir": "string",              "workdirPath": "string",              "shell": "string"            },            "file": {              "content": "string",              "filename": "string",              "chmod": "string",              "kind": "string"            },            "tensorboard": {              "port": 0,              "uuids": [                "string"              ],              "use_names": true,              "path_prefix": "string",              "plugins": "string"            },            "lineageRef": "string",            "artifactRef": "string",            "modelRef": "string",            "connection": "string",            "path": "string",            "container": {}          }        ],        "sidecars": [          {}        ],        "container": {}      }    },    "daskcluster": {      "kind": "daskcluster",      "worker": {        "replicas": 0,        "environment": {          "labels": {            "property1": "string",            "property2": "string"          },          "annotations": {            "property1": "string",            "property2": "string"          },          "nodeSelector": {            "property1": "string",            "property2": "string"          },          "affinity": {},          "tolerations": [            {}          ],          "nodeName": "string",          "serviceAccountName": "string",          "hostAliases": [            {}          ],          "securityContext": {},          "imagePullSecrets": [            "string"          ],          "hostNetwork": true,          "hostPID": "string",          "dnsPolicy": "string",          "dnsConfig": {},          "schedulerName": "string",          "priorityClassName": "string",          "priority": 0,          "restartPolicy": "string"        },        "connections": [          "string"        ],        "volumes": [          {}        ],        "init": [          {            "artifacts": {              "files": [                {}              ],              "dirs": [                {}              ],              "workers": 0            },            "paths": [              {}            ],            "git": {              "url": "string",              "revision": "string",              "flags": [                "string"              ]            },            "dockerfile": {              "image": "string",              "env": {                "property1": "string",                "property2": "string"              },              "path": [                "string"              ],              "copy": [                {}              ],              "post_run_copy": [                {}              ],              "run": [                "string"              ],              "langEnv": "string",              "uid": 0,              "gid": 0,              "username": 0,              "filename": "string",              "workdir": "string",              "workdirPath": "string",              "shell": "string"            },            "file": {              "content": "string",              "filename": "string",              "chmod": "string",              "kind": "string"            },            "tensorboard": {              "port": 0,              "uuids": [                "string"              ],              "use_names": true,              "path_prefix": "string",              "plugins": "string"            },            "lineageRef": "string",            "artifactRef": "string",            "modelRef": "string",            "connection": "string",            "path": "string",            "container": {}          }        ],        "sidecars": [          {}        ],        "container": {}      },      "scheduler": {        "replicas": 0,        "environment": {          "labels": {            "property1": "string",            "property2": "string"          },          "annotations": {            "property1": "string",            "property2": "string"          },          "nodeSelector": {            "property1": "string",            "property2": "string"          },          "affinity": {},          "tolerations": [            {}          ],          "nodeName": "string",          "serviceAccountName": "string",          "hostAliases": [            {}          ],          "securityContext": {},          "imagePullSecrets": [            "string"          ],          "hostNetwork": true,          "hostPID": "string",          "dnsPolicy": "string",          "dnsConfig": {},          "schedulerName": "string",          "priorityClassName": "string",          "priority": 0,          "restartPolicy": "string"        },        "connections": [          "string"        ],        "volumes": [          {}        ],        "init": [          {            "artifacts": {              "files": [                {}              ],              "dirs": [                {}              ],              "workers": 0            },            "paths": [              {}            ],            "git": {              "url": "string",              "revision": "string",              "flags": [                "string"              ]            },            "dockerfile": {              "image": "string",              "env": {                "property1": "string",                "property2": "string"              },              "path": [                "string"              ],              "copy": [                {}              ],              "post_run_copy": [                {}              ],              "run": [                "string"              ],              "langEnv": "string",              "uid": 0,              "gid": 0,              "username": 0,              "filename": "string",              "workdir": "string",              "workdirPath": "string",              "shell": "string"            },            "file": {              "content": "string",              "filename": "string",              "chmod": "string",              "kind": "string"            },            "tensorboard": {              "port": 0,              "uuids": [                "string"              ],              "use_names": true,              "path_prefix": "string",              "plugins": "string"            },            "lineageRef": "string",            "artifactRef": "string",            "modelRef": "string",            "connection": "string",            "path": "string",            "container": {}          }        ],        "sidecars": [          {}        ],        "container": {}      },      "minReplicas": 0,      "maxReplicas": 0    },    "raycluster": {      "kind": "raycluster",      "entrypoint": "string",      "runtimeEnv": {},      "metadata": {        "property1": "string",        "property2": "string"      },      "rayVersion": "string",      "head": {        "replicas": 0,        "minReplicas": 0,        "maxReplicas": 0,        "groupName": "string",        "rayStartParams": {          "property1": "string",          "property2": "string"        },        "environment": {          "labels": {            "property1": "string",            "property2": "string"          },          "annotations": {            "property1": "string",            "property2": "string"          },          "nodeSelector": {            "property1": "string",            "property2": "string"          },          "affinity": {},          "tolerations": [            {}          ],          "nodeName": "string",          "serviceAccountName": "string",          "hostAliases": [            {}          ],          "securityContext": {},          "imagePullSecrets": [            "string"          ],          "hostNetwork": true,          "hostPID": "string",          "dnsPolicy": "string",          "dnsConfig": {},          "schedulerName": "string",          "priorityClassName": "string",          "priority": 0,          "restartPolicy": "string"        },        "connections": [          "string"        ],        "volumes": [          {}        ],        "init": [          {            "artifacts": {              "files": [                {}              ],              "dirs": [                {}              ],              "workers": 0            },            "paths": [              {}            ],            "git": {              "url": "string",              "revision": "string",              "flags": [                "string"              ]            },            "dockerfile": {              "image": "string",              "env": {                "property1": "string",                "property2": "string"              },              "path": [                "string"              ],              "copy": [                {}              ],              "post_run_copy": [                {}              ],              "run": [                "string"              ],              "langEnv": "string",              "uid": 0,              "gid": 0,              "username": 0,              "filename": "string",              "workdir": "string",              "workdirPath": "string",              "shell": "string"            },            "file": {              "content": "string",              "filename": "string",              "chmod": "string",              "kind": "string"            },            "tensorboard": {              "port": 0,              "uuids": [                "string"              ],              "use_names": true,              "path_prefix": "string",              "plugins": "string"            },            "lineageRef": "string",            "artifactRef": "string",            "modelRef": "string",            "connection": "string",            "path": "string",            "container": {}          }        ],        "sidecars": [          {}        ],        "container": {}      },      "workers": [        {          "replicas": 0,          "minReplicas": 0,          "maxReplicas": 0,          "groupName": "string",          "rayStartParams": {            "property1": "string",            "property2": "string"          },          "environment": {            "labels": {              "property1": "string",              "property2": "string"            },            "annotations": {              "property1": "string",              "property2": "string"            },            "nodeSelector": {              "property1": "string",              "property2": "string"            },            "affinity": {},            "tolerations": [              {}            ],            "nodeName": "string",            "serviceAccountName": "string",            "hostAliases": [              {}            ],            "securityContext": {},            "imagePullSecrets": [              "string"            ],            "hostNetwork": true,            "hostPID": "string",            "dnsPolicy": "string",            "dnsConfig": {},            "schedulerName": "string",            "priorityClassName": "string",            "priority": 0,            "restartPolicy": "string"          },          "connections": [            "string"          ],          "volumes": [            {}          ],          "init": [            {              "artifacts": {                "files": [                  {}                ],                "dirs": [                  {}                ],                "workers": 0              },              "paths": [                {}              ],              "git": {                "url": "string",                "revision": "string",                "flags": [                  "string"                ]              },              "dockerfile": {                "image": "string",                "env": {                  "property1": "string",                  "property2": "string"                },                "path": [                  "string"                ],                "copy": [                  {}                ],                "post_run_copy": [                  {}                ],                "run": [                  "string"                ],                "langEnv": "string",                "uid": 0,                "gid": 0,                "username": 0,                "filename": "string",                "workdir": "string",                "workdirPath": "string",                "shell": "string"              },              "file": {                "content": "string",                "filename": "string",                "chmod": "string",                "kind": "string"              },              "tensorboard": {                "port": 0,                "uuids": [                  "string"                ],                "use_names": true,                "path_prefix": "string",                "plugins": "string"              },              "lineageRef": "string",              "artifactRef": "string",              "modelRef": "string",              "connection": "string",              "path": "string",              "container": {}            }          ],          "sidecars": [            {}          ],          "container": {}        }      ],      "enableInTreeAutoscaling": true,      "autoscalerOptions": {        "upscalingMode": "string",        "imagePullPolicy": "string",        "resources": {}      }    }  },  "operation": {    "version": 0.1,    "kind": "string",    "name": "string",    "description": "string",    "tags": [      "string"    ],    "presets": [      "string"    ],    "queue": "string",    "cache": {      "disable": true,      "ttl": 0,      "io": [        "string"      ],      "sections": [        "string"      ]    },    "namespace": "string",    "termination": {      "maxRetries": 0,      "ttl": 0,      "timeout": 0,      "culling": {        "timeout": 0      },      "probe": {        "exec": {          "command": [            "string"          ]        },        "http": {          "path": "string",          "port": 0        }      },      "podFailurePolicy": {}    },    "plugins": {      "auth": true,      "docker": true,      "shm": true,      "mountArtifactsStore": true,      "collectArtifacts": true,      "collectLogs": true,      "collectResources": true,      "syncStatuses": true,      "autoResume": true,      "logLevel": "string",      "externalHost": true,      "sidecar": {        "image": "string",        "imageTag": "string",        "imagePullPolicy": "string",        "sleepInterval": 0,        "syncInterval": 0,        "monitorLogs": true,        "monitorSpec": true,        "noConnections": true,        "resources": {}      },      "notifications": [        {          "connections": [            "string"          ],          "trigger": "created"        }      ],      "tmux": {        "image": "string",        "imageTag": "string",        "imagePullPolicy": "string",        "resources": {}      }    },    "schedule": {},    "events": [      {        "kinds": [          "run_status_created"        ],        "ref": "string"      }    ],    "hooks": [      {        "hubRef": "string",        "connection": "string",        "trigger": "created",        "conditions": "string",        "params": {          "property1": {            "value": {},            "ref": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          },          "property2": {            "value": {},            "ref": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          }        },        "presets": [          "string"        ],        "queue": "string",        "namespace": "string",        "disableDefaults": true      }    ],    "dependencies": [      "string"    ],    "trigger": "all_succeeded",    "conditions": "string",    "skipOnUpstreamSkip": true,    "matrix": {},    "joins": {      "property1": {        "ref": "string",        "query": "string",        "sort": "string",        "limit": 0,        "offset": 0,        "params": {          "property1": {            "value": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          },          "property2": {            "value": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          }        }      },      "property2": {        "ref": "string",        "query": "string",        "sort": "string",        "limit": 0,        "offset": 0,        "params": {          "property1": {            "value": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          },          "property2": {            "value": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          }        }      }    },    "params": {      "property1": {        "value": {},        "ref": "string",        "connection": "string",        "toInit": true,        "toEnv": "string",        "contextOnly": true      },      "property2": {        "value": {},        "ref": "string",        "connection": "string",        "toInit": true,        "toEnv": "string",        "contextOnly": true      }    },    "runPatch": {},    "patchStrategy": "replace",    "isPreset": true,    "isApproved": true,    "template": {      "enabled": true,      "description": "string",      "fields": [        "string"      ]    },    "build": {      "hubRef": "string",      "connection": "string",      "presets": [        "string"      ],      "queue": "string",      "namespace": "string",      "cache": {        "disable": true,        "ttl": 0,        "io": [          "string"        ],        "sections": [          "string"        ]      },      "params": {        "property1": {          "value": {},          "ref": "string",          "connection": "string",          "toInit": true,          "toEnv": "string",          "contextOnly": true        },        "property2": {          "value": {},          "ref": "string",          "connection": "string",          "toInit": true,          "toEnv": "string",          "contextOnly": true        }      },      "runPatch": {},      "patchStrategy": "replace"    },    "cost": 0.1,    "pathRef": "string",    "hubRef": "string",    "dagRef": "string",    "urlRef": "string",    "component": {      "version": 0.1,      "kind": "string",      "name": "string",      "description": "string",      "tags": [        "string"      ],      "presets": [        "string"      ],      "queue": "string",      "cache": {        "disable": true,        "ttl": 0,        "io": [          "string"        ],        "sections": [          "string"        ]      },      "namespace": "string",      "termination": {        "maxRetries": 0,        "ttl": 0,        "timeout": 0,        "culling": {          "timeout": 0        },        "probe": {          "exec": {            "command": [              "string"            ]          },          "http": {            "path": "string",            "port": 0          }        },        "podFailurePolicy": {}      },      "plugins": {        "auth": true,        "docker": true,        "shm": true,        "mountArtifactsStore": true,        "collectArtifacts": true,        "collectLogs": true,        "collectResources": true,        "syncStatuses": true,        "autoResume": true,        "logLevel": "string",        "externalHost": true,        "sidecar": {          "image": "string",          "imageTag": "string",          "imagePullPolicy": "string",          "sleepInterval": 0,          "syncInterval": 0,          "monitorLogs": true,          "monitorSpec": true,          "noConnections": true,          "resources": {}        },        "notifications": [          {            "connections": [              "string"            ],            "trigger": "created"          }        ],        "tmux": {          "image": "string",          "imageTag": "string",          "imagePullPolicy": "string",          "resources": {}        }      },      "hooks": [        {          "hubRef": "string",          "connection": "string",          "trigger": "created",          "conditions": "string",          "params": {            "property1": {              "value": {},              "ref": "string",              "connection": "string",              "toInit": true,              "toEnv": "string",              "contextOnly": true            },            "property2": {              "value": {},              "ref": "string",              "connection": "string",              "toInit": true,              "toEnv": "string",              "contextOnly": true            }          },          "presets": [            "string"          ],          "queue": "string",          "namespace": "string",          "disableDefaults": true        }      ],      "inputs": [        {          "name": "string",          "description": "string",          "type": "string",          "value": {},          "isOptional": true,          "isList": true,          "isFlag": true,          "argFormat": "string",          "connection": "string",          "toInit": true,          "toEnv": "string",          "validation": {            "delay": true,            "gt": 0,            "ge": 0,            "lt": 0,            "le": 0,            "multipleOf": 0,            "minDigits": 0,            "maxDigits": 0,            "decimalPlaces": 0,            "regex": "string",            "minLength": 0,            "maxLength": 0,            "contains": [              {}            ],            "excludes": [              {}            ],            "options": [              {}            ],            "minItems": 0,            "maxItems": 0,            "keys": [              "string"            ],            "containsKeys": [              "string"            ],            "excludesKeys": [              "string"            ]          },          "delayValidation": true,          "options": [            {}          ]        }      ],      "outputs": [        {          "name": "string",          "description": "string",          "type": "string",          "value": {},          "isOptional": true,          "isList": true,          "isFlag": true,          "argFormat": "string",          "connection": "string",          "toInit": true,          "toEnv": "string",          "validation": {            "delay": true,            "gt": 0,            "ge": 0,            "lt": 0,            "le": 0,            "multipleOf": 0,            "minDigits": 0,            "maxDigits": 0,            "decimalPlaces": 0,            "regex": "string",            "minLength": 0,            "maxLength": 0,            "contains": [              {}            ],            "excludes": [              {}            ],            "options": [              {}            ],            "minItems": 0,            "maxItems": 0,            "keys": [              "string"            ],            "containsKeys": [              "string"            ],            "excludesKeys": [              "string"            ]          },          "delayValidation": true,          "options": [            {}          ]        }      ],      "build": {        "hubRef": "string",        "connection": "string",        "presets": [          "string"        ],        "queue": "string",        "namespace": "string",        "cache": {          "disable": true,          "ttl": 0,          "io": [            "string"          ],          "sections": [            "string"          ]        },        "params": {          "property1": {            "value": {},            "ref": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          },          "property2": {            "value": {},            "ref": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          }        },        "runPatch": {},        "patchStrategy": "replace"      },      "run": {},      "template": {        "enabled": true,        "description": "string",        "fields": [          "string"        ]      },      "isApproved": true,      "cost": 0.1    }  },  "compiledOperation": {    "version": 0.1,    "kind": "string",    "name": "string",    "description": "string",    "tags": [      "string"    ],    "presets": [      "string"    ],    "queue": "string",    "cache": {      "disable": true,      "ttl": 0,      "io": [        "string"      ],      "sections": [        "string"      ]    },    "namespace": "string",    "termination": {      "maxRetries": 0,      "ttl": 0,      "timeout": 0,      "culling": {        "timeout": 0      },      "probe": {        "exec": {          "command": [            "string"          ]        },        "http": {          "path": "string",          "port": 0        }      },      "podFailurePolicy": {}    },    "plugins": {      "auth": true,      "docker": true,      "shm": true,      "mountArtifactsStore": true,      "collectArtifacts": true,      "collectLogs": true,      "collectResources": true,      "syncStatuses": true,      "autoResume": true,      "logLevel": "string",      "externalHost": true,      "sidecar": {        "image": "string",        "imageTag": "string",        "imagePullPolicy": "string",        "sleepInterval": 0,        "syncInterval": 0,        "monitorLogs": true,        "monitorSpec": true,        "noConnections": true,        "resources": {}      },      "notifications": [        {          "connections": [            "string"          ],          "trigger": "created"        }      ],      "tmux": {        "image": "string",        "imageTag": "string",        "imagePullPolicy": "string",        "resources": {}      }    },    "schedule": {},    "events": [      {        "kinds": [          "run_status_created"        ],        "ref": "string"      }    ],    "build": {      "hubRef": "string",      "connection": "string",      "presets": [        "string"      ],      "queue": "string",      "namespace": "string",      "cache": {        "disable": true,        "ttl": 0,        "io": [          "string"        ],        "sections": [          "string"        ]      },      "params": {        "property1": {          "value": {},          "ref": "string",          "connection": "string",          "toInit": true,          "toEnv": "string",          "contextOnly": true        },        "property2": {          "value": {},          "ref": "string",          "connection": "string",          "toInit": true,          "toEnv": "string",          "contextOnly": true        }      },      "runPatch": {},      "patchStrategy": "replace"    },    "hooks": [      {        "hubRef": "string",        "connection": "string",        "trigger": "created",        "conditions": "string",        "params": {          "property1": {            "value": {},            "ref": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          },          "property2": {            "value": {},            "ref": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          }        },        "presets": [          "string"        ],        "queue": "string",        "namespace": "string",        "disableDefaults": true      }    ],    "dependencies": [      "string"    ],    "trigger": "all_succeeded",    "conditions": "string",    "skipOnUpstreamSkip": true,    "matrix": {},    "joins": {      "property1": {        "ref": "string",        "query": "string",        "sort": "string",        "limit": 0,        "offset": 0,        "params": {          "property1": {            "value": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          },          "property2": {            "value": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          }        }      },      "property2": {        "ref": "string",        "query": "string",        "sort": "string",        "limit": 0,        "offset": 0,        "params": {          "property1": {            "value": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          },          "property2": {            "value": "string",            "connection": "string",            "toInit": true,            "toEnv": "string",            "contextOnly": true          }        }      }    },    "inputs": [      {        "name": "string",        "description": "string",        "type": "string",        "value": {},        "isOptional": true,        "isList": true,        "isFlag": true,        "argFormat": "string",        "connection": "string",        "toInit": true,        "toEnv": "string",        "validation": {          "delay": true,          "gt": 0,          "ge": 0,          "lt": 0,          "le": 0,          "multipleOf": 0,          "minDigits": 0,          "maxDigits": 0,          "decimalPlaces": 0,          "regex": "string",          "minLength": 0,          "maxLength": 0,          "contains": [            {}          ],          "excludes": [            {}          ],          "options": [            {}          ],          "minItems": 0,          "maxItems": 0,          "keys": [            "string"          ],          "containsKeys": [            "string"          ],          "excludesKeys": [            "string"          ]        },        "delayValidation": true,        "options": [          {}        ]      }    ],    "outputs": [      {        "name": "string",        "description": "string",        "type": "string",        "value": {},        "isOptional": true,        "isList": true,        "isFlag": true,        "argFormat": "string",        "connection": "string",        "toInit": true,        "toEnv": "string",        "validation": {          "delay": true,          "gt": 0,          "ge": 0,          "lt": 0,          "le": 0,          "multipleOf": 0,          "minDigits": 0,          "maxDigits": 0,          "decimalPlaces": 0,          "regex": "string",          "minLength": 0,          "maxLength": 0,          "contains": [            {}          ],          "excludes": [            {}          ],          "options": [            {}          ],          "minItems": 0,          "maxItems": 0,          "keys": [            "string"          ],          "containsKeys": [            "string"          ],          "excludesKeys": [            "string"          ]        },        "delayValidation": true,        "options": [          {}        ]      }    ],    "contexts": [      {        "name": "string",        "description": "string",        "type": "string",        "value": {},        "isOptional": true,        "isList": true,        "isFlag": true,        "argFormat": "string",        "connection": "string",        "toInit": true,        "toEnv": "string",        "validation": {          "delay": true,          "gt": 0,          "ge": 0,          "lt": 0,          "le": 0,          "multipleOf": 0,          "minDigits": 0,          "maxDigits": 0,          "decimalPlaces": 0,          "regex": "string",          "minLength": 0,          "maxLength": 0,          "contains": [            {}          ],          "excludes": [            {}          ],          "options": [            {}          ],          "minItems": 0,          "maxItems": 0,          "keys": [            "string"          ],          "containsKeys": [            "string"          ],          "excludesKeys": [            "string"          ]        },        "delayValidation": true,        "options": [          {}        ]      }    ],    "isApproved": true,    "cost": 0.1,    "run": {}  },  "schedule": {    "cron": {      "kind": "cron",      "startAt": "2019-08-24T14:15:22Z",      "endAt": "2019-08-24T14:15:22Z",      "maxRuns": 0,      "cron": "string",      "dependsOnPast": true    },    "datetime": {      "kind": "datetime",      "startAt": "2019-08-24T14:15:22Z"    },    "interval": {      "kind": "interval",      "startAt": "2019-08-24T14:15:22Z",      "endAt": "2019-08-24T14:15:22Z",      "maxRuns": 0,      "frequency": 0,      "dependsOnPast": true    }  },  "connectionSchema": {    "bucketConnection": {      "bucket": "string"    },    "hostPathConnection": {      "hostPath": "string",      "mountPath": "string",      "readOnly": true,      "kind": {}    },    "claimConnection": {      "volumeClaim": "string",      "mountPath": "string",      "readOnly": true,      "kind": {}    },    "hostConnection": {      "url": "string",      "insecure": true    },    "gitConnection": {      "url": "string",      "revision": true,      "flags": [        "string"      ]    }  },  "hpParams": {    "choice": {      "kind": "choice",      "value": {}    },    "pchoice": {      "kind": "pchoice",      "value": {}    },    "range": {      "kind": "range",      "value": {}    },    "linspace": {      "kind": "linspace",      "value": {}    },    "logspace": {      "kind": "logspace",      "value": {}    },    "geomspace": {      "kind": "geomspace",      "value": {}    },    "uniform": {      "kind": "uniform",      "value": {}    },    "quniform": {      "kind": "quniform",      "value": {}    },    "loguniform": {      "kind": "loguniform",      "value": {}    },    "qloguniform": {      "kind": "qloguniform",      "value": {}    },    "normal": {      "kind": "normal",      "value": {}    },    "qnormal": {      "kind": "qnormal",      "value": {}    },    "lognormal": {      "kind": "lognormal",      "value": {}    },    "qlognormal": {      "kind": "qlognormal",      "value": {}    },    "daterange": {      "kind": "daterange",      "value": {}    },    "datetimerange": {      "kind": "datetimerange",      "value": {}    }  },  "reference": {    "hubRef": {      "kind": "hub_ref",      "name": "string"    },    "dagRef": {      "kind": "dag_ref",      "name": "string"    },    "urlRef": {      "kind": "url_ref",      "url": "string"    },    "pathRef": {      "kind": "path_ref",      "path": "string"    }  },  "artifactsMount": {    "name": "string",    "paths": [      "string"    ]  },  "polyaxonSidecarContainer": {    "image": "string",    "imageTag": "string",    "imagePullPolicy": "string",    "sleepInterval": 0,    "syncInterval": 0,    "monitorLogs": true,    "monitorSpec": true,    "noConnections": true,    "resources": {}  },  "polyaxonInitContainer": {    "image": "string",    "imageTag": "string",    "imagePullPolicy": "string",    "resources": {}  },  "artifacs": {    "files": [      {}    ],    "dirs": [      {}    ],    "workers": 0  },  "wasb": {    "container": "string",    "storageAccount": "string",    "path": true  },  "gcs": {    "bucket": "string",    "blob": "string"  },  "s3": {    "bucket": "string",    "key": "string"  },  "auth": {    "user": "string",    "password": "string"  },  "uri": {    "user": "string",    "password": "string",    "host": true  },  "resource": {    "name": "string",    "mountPath": "string",    "items": [      "string"    ],    "defaultMode": 0  },  "connection": {    "name": "string",    "description": "string",    "tags": "string",    "kind": "host_path",    "schema": {},    "secret": {      "name": "string",      "mountPath": "string",      "items": [        "string"      ],      "defaultMode": 0    },    "configMap": {      "name": "string",      "mountPath": "string",      "items": [        "string"      ],      "defaultMode": 0    },    "env": [      {}    ],    "annotations": {      "property1": "string",      "property2": "string"    }  },  "eventType": {    "name": "string",    "kind": "model"  },  "matrixKind": "random",  "scheduleKind": "cron",  "event": {    "timestamp": "2019-08-24T14:15:22Z",    "step": 0,    "metric": 0.1,    "image": {      "height": 0,      "width": 0,      "colorspace": 0,      "path": "string"    },    "histogram": {      "values": [        0.1      ],      "counts": [        0.1      ]    },    "audio": {      "sample_rate": 0.1,      "num_channels": 0,      "length_frames": 0,      "content_type": "string",      "path": "string"    },    "video": {      "height": 0,      "width": 0,      "colorspace": 0,      "path": "string",      "content_type": "string"    },    "html": "string",    "text": "string",    "chart": {      "kind": "plotly",      "figure": {}    },    "model": {      "framework": "string",      "path": "string",      "spec": {}    },    "artifact": {      "kind": "model",      "path": "string"    },    "dataframe": {      "path": "string",      "content_type": "string"    },    "curve": {      "kind": "roc",      "x": [        0.1      ],      "y": [        0.1      ],      "annotation": "string"    },    "confusion": {      "x": [        {}      ],      "y": [        {}      ],      "z": [        {}      ]    },    "span": {      "uuid": "string",      "name": "string",      "tags": [        "string"      ],      "started_at": "2019-08-24T14:15:22Z",      "finished_at": "2019-08-24T14:15:22Z",      "status": "created",      "status_conditions": [        {          "type": "created",          "status": "string",          "reason": "string",          "message": "string",          "last_update_time": "2019-08-24T14:15:22Z",          "last_transition_time": "2019-08-24T14:15:22Z",          "meta_info": {}        }      ],      "metadata": {},      "inputs": {},      "outputs": {},      "children": [        {          "uuid": "string",          "name": "string",          "tags": [            "string"          ],          "started_at": "2019-08-24T14:15:22Z",          "finished_at": "2019-08-24T14:15:22Z",          "status": "created",          "status_conditions": [            {              "type": "created",              "status": "string",              "reason": "string",              "message": "string",              "last_update_time": "2019-08-24T14:15:22Z",              "last_transition_time": "2019-08-24T14:15:22Z",              "meta_info": {}            }          ],          "metadata": {},          "inputs": {},          "outputs": {},          "children": [],          "kind": "llm"        }      ],      "kind": "llm"    }  }}
{}
{}
{}
{  "error": "string",  "code": 0,  "message": "string",  "details": [    {      "type_url": "string",      "value": "string"    }  ]}

On this page