Databricks SDK for JavaScript
    Preparing search index...
    interface RestoreRunsRequest {
        experimentId?: string;
        maxRuns?: number;
        minTimestampMillis?: bigint;
    }
    Index

    Properties

    experimentId?: string

    The ID of the experiment containing the runs to restore.

    maxRuns?: number

    An optional positive integer indicating the maximum number of runs to restore. The maximum allowed value for max_runs is 10000.

    minTimestampMillis?: bigint

    The minimum deletion timestamp in milliseconds since the UNIX epoch for restoring runs. Only runs deleted no earlier than this timestamp are restored.