vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface MLFilter

    interface MLFilter {
        filterName: string;
        lhFilter?: MLFilter;
        lhPredictionField?: string;
        lhType?: AIValueType;
        lhUnit?: AIFilterUnit;
        lhValue?: string;
        operation: AIFilterOperation;
        rhFilter?: MLFilter;
        rhPredictionField?: string;
        rhType?: AIValueType;
        rhUnit?: AIFilterUnit;
        rhValue?: string;
        sortOrder?: number;
    }
    Index

    Properties

    filterName: string
    lhFilter?: MLFilter
    lhPredictionField?: string
    lhType?: AIValueType
    lhUnit?: AIFilterUnit
    lhValue?: string
    rhFilter?: MLFilter
    rhPredictionField?: string
    rhType?: AIValueType
    rhUnit?: AIFilterUnit
    rhValue?: string
    sortOrder?: number