Package com.google.genkit.ai.evaluation
Class EvalRunKey
java.lang.Object
com.google.genkit.ai.evaluation.EvalRunKey
Key that uniquely identifies an evaluation run.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EvalRunKey.Builderbuilder()voidsetActionConfig(Object actionConfig) voidsetActionRef(String actionRef) voidsetCreatedAt(String createdAt) voidsetDatasetId(String datasetId) voidsetDatasetVersion(Integer datasetVersion) voidsetEvalRunId(String evalRunId)
-
Constructor Details
-
EvalRunKey
public EvalRunKey()
-
-
Method Details
-
builder
-
getActionRef
-
setActionRef
-
getDatasetId
-
setDatasetId
-
getDatasetVersion
-
setDatasetVersion
-
getEvalRunId
-
setEvalRunId
-
getCreatedAt
-
setCreatedAt
-
getActionConfig
-
setActionConfig
-