@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface ProgressTrackerProto

    Defines progress data from an operation response.

    interface ProgressTrackerProto {
        description?: string;
        estimatedFinishedAt?: Dayjs;
        finishedAt?: Dayjs;
        startedAt?: Dayjs;
        steps?: ProgressTrackerStep[];
        workDone?: ProgressTrackerWorkDone;
    }
    Index
    description?: string

    Contains the description.

    estimatedFinishedAt?: Dayjs

    Contains the estimated finish time.

    finishedAt?: Dayjs

    Contains the finish time.

    startedAt?: Dayjs

    Contains the start time.

    Contains the steps.

    Contains the work done.