Interface BaseScore.EnvironmentStage

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

public static interface BaseScore.EnvironmentStage
  • Method Summary

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

    • environment

      BaseScore._FinalStage environment(@NotNull String environment)

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