package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Mcf.SamplingLevelSource

Sourcetype t =
  1. | Default
  2. | DEFAULT
    (*

    Returns response with a sample size that balances speed and accuracy.

    *)
  3. | FASTER
    (*

    Returns a fast response with a smaller sample size.

    *)
  4. | HIGHER_PRECISION
    (*

    Returns a more accurate response using a large sample size, but this may result in the response being slower.

    *)
Sourceval to_string : t -> string
Sourceval of_string : string -> t