Databricks SDK for JavaScript
    Preparing search index...
    interface ListArtifactsResponse {
        files?: FileInfo[];
        nextPageToken?: string;
        rootUri?: string;
    }
    Index

    Properties

    files?: FileInfo[]

    The file location and metadata for artifacts.

    nextPageToken?: string

    The token that can be used to retrieve the next page of artifact results.

    rootUri?: string

    The root artifact directory for the run.