interface ClusteringConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnOnlineEvaluationConfigPropsMixin.ClusteringConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnOnlineEvaluationConfigPropsMixin_ClusteringConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnOnlineEvaluationConfigPropsMixin.ClusteringConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnOnlineEvaluationConfigPropsMixin.ClusteringConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnOnlineEvaluationConfigPropsMixin » 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/cfn-property-mixins';
const clusteringConfigProperty: bedrockagentcore.CfnOnlineEvaluationConfigPropsMixin.ClusteringConfigProperty = {
frequencies: ['frequencies'],
};
Properties
| Name | Type | Description |
|---|---|---|
| frequencies? | string[] | The list of frequencies at which clustering reports are generated. |
frequencies?
Type:
string[]
(optional)
The list of frequencies at which clustering reports are generated.

.NET
Go
Java
Python
TypeScript