interface InsightProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnOnlineEvaluationConfig.InsightProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnOnlineEvaluationConfig_InsightProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnOnlineEvaluationConfig.InsightProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnOnlineEvaluationConfig.InsightProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnOnlineEvaluationConfig » InsightProperty |
An insight configuration for failure analysis.
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 insightProperty: bedrockagentcore.CfnOnlineEvaluationConfig.InsightProperty = {
insightId: 'insightId',
};
Properties
| Name | Type | Description |
|---|---|---|
| insight | string | The unique identifier of the insight. |
insightId
Type:
string
The unique identifier of the insight.

.NET
Go
Java
Python
TypeScript