View a markdown version of this page

DerivedEvaluatorConfig - Amazon Bedrock AgentCore Control Plane

DerivedEvaluatorConfig

The configuration for a derived evaluator. It reuses an existing evaluator's logic on your own model.

Contents

baseEvaluatorId

The identifier of the base evaluator whose logic to run (a Builtin.* or ThirdParty.* evaluator).

Type: String

Length Constraints: Minimum length of 1. Maximum length of 111.

Pattern: (Builtin\.[a-zA-Z0-9._-]+|ThirdParty\.[a-zA-Z0-9_-]+\.[a-zA-Z0-9_-]+|[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10})

Required: Yes

modelConfig

The configuration of the evaluator model that you supply.

Type: EvaluatorModelConfig object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: