Create an A/B experiment
Creates a managed control/variant split across two to 20 deployments under the same endpoint. Exactly one member is the control, member percentages must add up to 100, and the split applies only to traffic that the endpoint would otherwise send to the control.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Project identifier.
Endpoint identifier.
Body
Configuration for a managed live-traffic split across deployments under one endpoint.
Response
OK
Managed cohort split that subdivides a control deployment's live traffic among the control and one or more variants.
Output only. Unique A/B experiment identifier.
Output only. Project that owns the parent endpoint.
Output only. Endpoint this A/B experiment belongs to.
Human-readable A/B experiment name, unique within the endpoint.
Two to 20 participating deployments with exactly one control and percentages that add up to 100.
Output only. Identifier of the principal that created the A/B experiment.
Output only. Timestamp when the A/B experiment was created.
Output only. Timestamp when the A/B experiment was last updated.
Optional opaque version tag for optimistic concurrency control.
Optional free-form description.