AWS bedrock documentation change
Summary
Added limitations for audio blueprints and updated field documentation
Security assessment
The changes clarify technical limitations of audio blueprints but contain no security-related content or vulnerability fixes.
Diff
diff --git a/bedrock/latest/userguide/bda-blueprint-info.md b/bedrock/latest/userguide/bda-blueprint-info.md index 82357facf..fed3bb113 100644 --- a//bedrock/latest/userguide/bda-blueprint-info.md +++ b//bedrock/latest/userguide/bda-blueprint-info.md @@ -9 +9 @@ Blueprint walkthrough -Blueprints are artifacts that you can use to configure your file processing business logic. Each blueprint consists of a list of field names that you can extract, the data format in which you want the response for the field to be extracted—such as string, number, or boolean—as well as natural language context for each field that you can use to specify data normalization and validation rules. You can create a blueprint for each class of document or image that you want to process, such as a W2, pay stub or ID card. Blueprints can be created using the console or the API. Each blueprint that you create is an AWS resource with its own blueprint ID and ARN. +Blueprints are artifacts that you can use to configure your file processing business logic. Each blueprint consists of a list of field names that you can extract, the data format in which you want the response for the field to be extracted—such as string, number, or boolean—as well as natural language context for each field that you can use to specify data normalization and validation rules. You can create a blueprint for each class of file that you want to process, such as a W2, pay stub or ID card. Blueprints can be created using the console or the API. Each blueprint that you create is an AWS resource with its own blueprint ID and ARN. @@ -12,0 +13,4 @@ When using a blueprint for extraction, you can use a catalog blueprint or a cust +###### Note + +Audio blueprints cannot be created via Blueprint Prompts. + @@ -39 +43 @@ At its core, a blueprint is a data structure that contains fields, which in turn - * Confidence score: The percentage of certainty that BDA has that your extraction is accurate. + * Confidence score: The percentage of certainty that BDA has that your extraction is accurate. Audio blueprints do not return a confidence score @@ -43 +47 @@ At its core, a blueprint is a data structure that contains fields, which in turn - * Page Number: Which page of the document that the result was found on. + * Page Number: Which page of the document that the result was found on. Audio blueprints do not return a page number.