Class Example.Builder
java.lang.Object
com.judgmentlabs.judgeval.v1.data.Example.Builder
- Enclosing class:
Example
Builder for configuring and creating Example instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds and returns the configured Example.Sets the name of the example.Sets a custom property on the example.
-
Method Details
-
property
Sets a custom property on the example.- Parameters:
key- the property keyvalue- the property value- Returns:
- this builder
-
name
Sets the name of the example.- Parameters:
name- the example name- Returns:
- this builder
-
build
Builds and returns the configured Example.- Returns:
- the configured Example
-