Databricks SDK for JavaScript
    Preparing search index...
    interface LogOutputsRequest {
        models?: ModelOutput[];
        runId?: string;
    }
    Index

    Properties

    Properties

    models?: ModelOutput[]

    The model outputs from the Run.

    runId?: string

    The ID of the Run from which to log outputs.