Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.InlineGroundTruth
Packages that use InlineGroundTruth
-
Uses of InlineGroundTruth in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return InlineGroundTruthModifier and TypeMethodDescriptionfinal InlineGroundTruthGroundTruthSource.inline()Inline ground truth data provided directly in the request.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type InlineGroundTruthModifier and TypeMethodDescriptionstatic GroundTruthSourceGroundTruthSource.fromInline(InlineGroundTruth inline) Create an instance of this class withGroundTruthSource.inline()initialized to the given value.GroundTruthSource.Builder.inline(InlineGroundTruth inline) Inline ground truth data provided directly in the request.