Interface Observation.EnvironmentStage

All Known Implementing Classes:
Observation.Builder
Enclosing class:
Observation

public static interface Observation.EnvironmentStage
  • Method Summary

    Modifier and Type
    Method
    Description
    environment(String environment)
    The environment from which this observation originated.
  • Method Details

    • environment

      Observation._FinalStage environment(@NotNull String environment)

      The environment from which this observation originated. Can be any lowercase alphanumeric string with hyphens and underscores that does not start with 'langfuse'.