You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fields in an iter8 experiment resource object spec are documented here. Currently, this documentation is limited to the fields used in this sample. For complete documentation, refer to the iter8 Experiment API implemented here.
Spec
Field
Type
Description
Required
target
string
Reference to an InferenceService object in the namespace/name format.
Type of iter8 experiment. Currently, canary is the only supported value for the experiment type.
Yes
Criteria
Note: References to metric resource objects within experiment criteria can be in the namespace/name format or in the name format. If the name format is used (i.e., if only the name of the metric is specified), then iter8 first searches for the metric in the namespace of the experiment resource object followed by the iter8-system namespace. If iter8 cannot find the metric in either of these namespaces, then the experiment is not considered well-specified and will terminate in a failure.
A list of objectives. Satisfying all objectives in an experiment is a necessary condition for a version to be declared a winner.
No
indicators
string[]
A list of references to Metric objects in the namespace/name format or in the name format. During the experiment, for each version, indicator metric values are recorded by iter8 in the experiment status section.
No
Objective
Field
Type
Description
Required
metric
string
Reference to a metric resource object in the namespace/name format or in the name format.