interface InlineExamplesSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnDatasetPropsMixin.InlineExamplesSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnDatasetPropsMixin_InlineExamplesSourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnDatasetPropsMixin.InlineExamplesSourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnDatasetPropsMixin.InlineExamplesSourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnDatasetPropsMixin » InlineExamplesSourceProperty |
Inline examples provided directly in the request body.
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';
declare const examples: any;
const inlineExamplesSourceProperty: bedrockagentcore.CfnDatasetPropsMixin.InlineExamplesSourceProperty = {
examples: [examples],
};
Properties
| Name | Type | Description |
|---|---|---|
| examples? | any[] | IResolvable | Examples to add. |
examples?
Type:
any[] | IResolvable
(optional)
Examples to add.
Each example is a free-form JSON document validated against the declared schemaType.

.NET
Go
Java
Python
TypeScript