This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::BedrockAgentCore::Dataset DataSourceType
Source of examples to add to the dataset.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "InlineExamples" :InlineExamplesSource, "S3Source" :S3Source}
Properties
InlineExamples-
Inline examples provided directly in the request body.
Required: No
Type: InlineExamplesSource
Update requires: Replacement
S3Source-
Amazon S3 URI pointing to a JSONL file in the customer's bucket.
Required: No
Type: S3Source
Update requires: Replacement