Determined

Spec

This is a top-level attribute of the pipeline spec.

{
    "pipeline": {...},
    "transform": {...},
    "Determined": {
        "properties": {
            "workspaces": {
                "items": {
                    "type": "string"
                },
                "type": "array"
            }
        },
        "additionalProperties": false,
        "type": "object",
        "title": "Determined"
    }
}

When to Use

You can add a determined section to your pipeline specification file and make use of a user via the $DET_USER and $DET_PASS environment variables. This can be used by the user code that runs Determined work to talk back to Pachyderm and can be used with the Pachyderm SDK.

See the Unified deployment guide for details on how to set up Determined with Pachyderm.