Product Selector

Fusion 5.12
    Fusion 5.12

    SQL-Based Experiment Metric Jobs

    This job is created by an experiment in order to calculate an objective.

    SQL-Based Experiment Metric job is deprecated as of Fusion AI 4.0.2.

    This job is created by an experiment in order to calculate an objective

    id - stringrequired

    The ID for this Spark job. Used in the API to reference this job. Allowed characters: a-z, A-Z, dash (-) and underscore (_)

    <= 128 characters

    Match pattern: ^[A-Za-z0-9_\-]+$

    experimentId - string

    metricName - string

    notes - string

    A short description about this job.

    sql - string

    experiment - Experiment

    id - string

    <= 128 characters

    Match pattern: ^[A-Za-z0-9_\-]+$

    description - string

    uniqueIdParameter - string

    The name of the request parameter containing the user ID

    Default: userId

    baseSignalsCollection - string

    Signals resulting from requests that flow through this experiment will go into the signal collection associated with this collection

    >= 1 characters

    Match pattern: ^[A-Za-z0-9_\-]+$

    variants - array[object]

    Specify what varies in this variant, and optionally change the traffic weight

    object attributes:{id : {
     display name: Variant id
     type: string
    }
    name : {
     display name: Name
     type: string
    }
    queryPipeline : {
     display name: Query Pipeline
     type: string
    }
    params : {
     display name: Query Params
     type: array
    }
    collection : {
     display name: Collection
     type: string
    }
    weight : {
     display name: Weight
     type: number
    }
    }

    metrics - array[object]

    Metrics that will be used to evaluate the variants

    object attributes:{name required : {
     display name: Name
     type: string
    }
    description : {
     display name: Description
     type: string
    }
    primary : {
     display name: Primary
     type: boolean
    }
    jobId : {
     display name: Associated Spark Job ID
     type: string
    }
    binary : {
     display name: Binary-valued metric
     type: boolean
    }
    }

    enabled - boolean

    Default: true

    startTimestamp - string

    When the experiment last started

    automaticallyAdjustTraffic - boolean

    Default: false

    type - stringrequired

    Default: experiment_sql

    Allowed values: experiment_sql