Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.GroundTruthSource
Packages that use GroundTruthSource
-
Uses of GroundTruthSource in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return GroundTruthSourceModifier and TypeMethodDescriptionstatic GroundTruthSourceGroundTruthSource.fromInline(Consumer<InlineGroundTruth.Builder> inline) Create an instance of this class withinline()initialized to the given value.static GroundTruthSourceGroundTruthSource.fromInline(InlineGroundTruth inline) Create an instance of this class withinline()initialized to the given value.final GroundTruthSourceSessionMetadataShape.groundTruth()The ground truth data for this session, including expected responses and assertions.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type GroundTruthSourceModifier and TypeMethodDescriptionSessionMetadataShape.Builder.groundTruth(GroundTruthSource groundTruth) The ground truth data for this session, including expected responses and assertions.