experiment
Experiment
|
type: object
object attributes: {
automaticallyAdjustTraffic
: {
display name: Automatically Adjust Weights Between Variants
type: boolean
default value: 'false '
}
baseSignalsCollection
: {
display name: Base Collection for Signals
type: string
description : Signals resulting from requests that flow through this experiment will go into the signal collection associated with this collection
minLength : 1
pattern : ^[A-Za-z0-9_\-]+$
}
description
: {
display name: Description
type: string
}
enabled
: {
display name: Enabled
type: boolean
default value: 'true '
}
id
: {
display name: ID
type: string
maxLength : 128
pattern : ^[A-Za-z0-9_\-]+$
}
metrics
: {
display name: Objectives
type: array of object
}
runId
: {
display name: Run Identifier
type: string
}
startTimestamp
: {
display name: Start Date
type: string
description : When the experiment last started
format : date-time
}
uniqueIdParameter
: {
display name: Unique ID Parameter
type: string
default value: 'userId '
description : The name of the request parameter containing the user ID
format : uri
}
variants
: {
display name: Variants
type: array of object
}
}
|
experimentId
Experiment ID
|
type: string
|
id
Spark Job ID
required
|
The ID for this Spark job. Used in the API to reference this job. Allowed characters: a-z, A-Z, dash (-) and underscore (_)
type: string
maxLength: 128
pattern: ^[A-Za-z0-9_\-]+$
|
metricName
Objective name
|
type: string
|
notes
Notes
|
A short description about this job.
type: string
|
sql
SQL
|
type: string
|
type
Spark Job Type
required
|
type: string
default value: 'experiment_sql '
enum: {
experiment_sql
}
|