We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efea9d4 commit 1e2be1bCopy full SHA for 1e2be1b
1 file changed
src/bedrock_agentcore/evaluation/integrations/strands_agents_evals/evaluator.py
@@ -98,7 +98,7 @@ def __init__(
98
99
# Create client with provided or default config
100
client_config = config or self._get_default_config()
101
- self.client = boto3.client("agentcore-evaluation-dataplane", region_name=region, config=client_config)
+ self.client = boto3.client("bedrock-agentcore", region_name=region, config=client_config)
102
103
@staticmethod
104
def _get_default_config() -> Config:
0 commit comments