Inline

data class Inline(val value: InlineGroundTruth) : GroundTruthSource

Inline ground truth data provided directly in the request.

Constructors

Link copied to clipboard
constructor(value: InlineGroundTruth)

Properties

Link copied to clipboard

Inherited 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