Databricks SDK for JavaScript
    Preparing search index...

    Stores information about a single task run.

    Index

    Properties

    Information about the analysis run (etag, updated at)

    collaboratorJobRunInfo?: CollaboratorJobRunInfo

    Job run info of the task in the runner's local workspace. This field is only included in the LIST API if the task was run within the same workspace the API is being called. If the task run was in a different workspace under the same metastore, only the workspace_id is included.

    name?: string

    Name of the executable.

    Information about run output

    runDuration?: bigint

    Duration of the task run, in milliseconds.

    sharedOutputInfo?: CleanRoomTaskRun_OutputInfo

    Information about shared output accessible by all collaborators. This field is only populated when enable_shared_output is true.

    startTime?: bigint

    When the task run started, in epoch milliseconds.

    taskRunState?: CleanRoomTaskRunState

    State of the task run.

    The type of Clean Room task.