GroundTruthSource

sealed class GroundTruthSource

Where to pull ground truth from.

Inheritors

Types

Link copied to clipboard
data class Inline(val value: InlineGroundTruth) : GroundTruthSource

Inline ground truth data provided directly in the request.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this GroundTruthSource as a Inline and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.InlineGroundTruth value. Throws an exception if the GroundTruthSource is not a Inline.

Link copied to clipboard