Langfuse JS/TS SDKs
    Preparing search index...

    Interface PatchMediaBody

    This file was auto-generated by Fern from our API Definition.

    interface PatchMediaBody {
        uploadedAt: string;
        uploadHttpError?: string;
        uploadHttpStatus: number;
        uploadTimeMs?: number;
    }
    Index

    Properties

    uploadedAt: string

    The date and time when the media record was uploaded

    uploadHttpError?: string

    The HTTP error message of the upload

    uploadHttpStatus: number

    The HTTP status code of the upload

    uploadTimeMs?: number

    The time in milliseconds it took to upload the media record