Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.GroundTruthTurn
Packages that use GroundTruthTurn
-
Uses of GroundTruthTurn in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type GroundTruthTurnModifier and TypeMethodDescriptionfinal List<GroundTruthTurn>InlineGroundTruth.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 with parameters of type GroundTruthTurnModifier and TypeMethodDescriptionInlineGroundTruth.Builder.turns(GroundTruthTurn... turns) A list of per-turn ground truth data, each containing an input prompt and expected response.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type GroundTruthTurnModifier and TypeMethodDescriptionInlineGroundTruth.Builder.turns(Collection<GroundTruthTurn> turns) A list of per-turn ground truth data, each containing an input prompt and expected response.