EvaluationConfig

sealed class EvaluationConfig

The configuration details of either an automated or human-based evaluation job.

Inheritors

Types

Link copied to clipboard

Contains the configuration details of an automated evaluation job that computes metrics.

Link copied to clipboard

Contains the configuration details of an evaluation job that uses human workers.

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard

Casts this EvaluationConfig as a Human and retrieves its aws.sdk.kotlin.services.bedrock.model.HumanEvaluationConfig value. Throws an exception if the EvaluationConfig is not a Human.

Link copied to clipboard