Skip to content

Bedrock  >  Unions  >  EvaluationConfig

EvaluationConfig

Union Type

EvaluationConfig module-attribute

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

Union Member Types

EvaluationConfigAutomated dataclass

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

Attributes

value instance-attribute

EvaluationConfigHuman dataclass

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

Attributes

value instance-attribute

EvaluationConfigUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str