Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.InlineGroundTruth.Builder
Packages that use InlineGroundTruth.Builder
-
Uses of InlineGroundTruth.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return InlineGroundTruth.BuilderModifier and TypeMethodDescriptionInlineGroundTruth.Builder.assertions(Collection<EvaluationContent> assertions) Assertions for evaluation, reuses common model EvaluationContentList.InlineGroundTruth.Builder.assertions(Consumer<EvaluationContent.Builder>... assertions) Assertions for evaluation, reuses common model EvaluationContentList.InlineGroundTruth.Builder.assertions(EvaluationContent... assertions) Assertions for evaluation, reuses common model EvaluationContentList.static InlineGroundTruth.BuilderInlineGroundTruth.builder()default InlineGroundTruth.BuilderInlineGroundTruth.Builder.expectedTrajectory(Consumer<EvaluationExpectedTrajectory.Builder> expectedTrajectory) The expected tool call sequence for trajectory evaluation.InlineGroundTruth.Builder.expectedTrajectory(EvaluationExpectedTrajectory expectedTrajectory) The expected tool call sequence for trajectory evaluation.InlineGroundTruth.toBuilder()InlineGroundTruth.Builder.turns(Collection<GroundTruthTurn> turns) A list of per-turn ground truth data, each containing an input prompt and expected response.InlineGroundTruth.Builder.turns(Consumer<GroundTruthTurn.Builder>... turns) A list of per-turn ground truth data, each containing an input prompt and expected response.InlineGroundTruth.Builder.turns(GroundTruthTurn... turns) A list of per-turn ground truth data, each containing an input prompt and expected response.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type InlineGroundTruth.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InlineGroundTruth.Builder>InlineGroundTruth.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type InlineGroundTruth.BuilderModifier and TypeMethodDescriptionstatic GroundTruthSourceGroundTruthSource.fromInline(Consumer<InlineGroundTruth.Builder> inline) Create an instance of this class withGroundTruthSource.inline()initialized to the given value.default GroundTruthSource.BuilderGroundTruthSource.Builder.inline(Consumer<InlineGroundTruth.Builder> inline) Inline ground truth data provided directly in the request.