Expand description

Nested message and enum types in SliceSpec.

Modules§

  • Nested message and enum types in SliceConfig.
  • Nested message and enum types in Value.

Structs§

  • A range of values for slice(s). low is inclusive, high is exclusive.
  • Specification message containing the config for this SliceSpec. When kind is selected as value and/or range, only a single slice will be computed. When all_values is present, a separate slice will be computed for each possible label/value for the corresponding key in config. Examples, with feature zip_code with values 12345, 23334, 88888 and feature country with values “US”, “Canada”, “Mexico” in the dataset:
  • Single value that supports strings and floats.