Plan Rules Object

A description of what a client is allowed to do under a specific plan.

Fields

Example

{
  "max_categorical_breadth": 6,
  "max_checkpoints": 0,
  "max_clients": 1,
  "max_conditionals_breadth": 6,
  "max_constraints": 0,
  "max_dimension": 10,
  "max_experiments": 10,
  "max_extra_failures": null,
  "max_metrics": null,
  "max_num_search_metrics": 4,
  "max_observations": 150,
  "max_optimized_grid_length": 50,
  "max_optimized_runs": null,
  "max_parallelism": 6,
  "max_solutions": 0,
  "max_storage_bytes": 0,
  "max_users": null,
  "object": "plan_rules",
  "plan_tier": 0,
  "supports_benchmarking": false,
  "supports_multitask": true,
  "supports_saml": false,
  "warn_optimized_runs": null
}

Last updated