interface ClusteringConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnOnlineEvaluationConfig.ClusteringConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnOnlineEvaluationConfig_ClusteringConfigProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnOnlineEvaluationConfig.ClusteringConfigProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnOnlineEvaluationConfig.ClusteringConfigProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnOnlineEvaluationConfig » ClusteringConfigProperty |
The configuration for clustering analysis of evaluation results.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const clusteringConfigProperty: bedrockagentcore.CfnOnlineEvaluationConfig.ClusteringConfigProperty = {
frequencies: ['frequencies'],
};
Properties
| Name | Type | Description |
|---|---|---|
| frequencies | string[] | The list of frequencies at which clustering reports are generated. |
frequencies
Type:
string[]
The list of frequencies at which clustering reports are generated.

.NET
Go
Java
Python
TypeScript