Databricks SDK for JavaScript
    Preparing search index...

    Interface SearchLoggedModelsRequest_OrderBy

    interface SearchLoggedModelsRequest_OrderBy {
        ascending?: boolean;
        datasetDigest?: string;
        datasetName?: string;
        fieldName?: string;
    }
    Index

    Properties

    ascending?: boolean

    Whether the search results order is ascending or not.

    datasetDigest?: string

    If field_name refers to a metric, this field specifies the digest of the dataset associated with the metric. Only metrics associated with the specified dataset name and digest will be considered for ordering. This field may only be set if dataset_name is also set.

    datasetName?: string

    If field_name refers to a metric, this field specifies the name of the dataset associated with the metric. Only metrics associated with the specified dataset name will be considered for ordering. This field may only be set if field_name refers to a metric.

    fieldName?: string

    The name of the field to order by, e.g. "metrics.accuracy".