AWS bedrock documentation change
Summary
Added documentation of maximum fields per blueprint (100) and custom type field limit (30). Updated blueprint size constraints.
Security assessment
Changes relate to service limits and feature constraints without any security context. No evidence of security vulnerability mitigation or security feature documentation.
Diff
diff --git a/bedrock/latest/userguide/bda-blueprint-info.md b/bedrock/latest/userguide/bda-blueprint-info.md index 2b07e476b..744e6256a 100644 --- a//bedrock/latest/userguide/bda-blueprint-info.md +++ b//bedrock/latest/userguide/bda-blueprint-info.md @@ -17 +17 @@ Audio blueprints cannot be created via Blueprint Prompts. -A blueprint's maximum size is 100,000 characters, JSON formatted. +A blueprint's maximum size is 100,000 characters, JSON formatted. The maximum fields per blueprint is 100. @@ -64 +64 @@ A group is a structure that's used to organize several results into a single loc -You can create a custom type while editing a blueprint in the Blueprint Playground. Any field can be a custom type. This type has a unique name, and prompts the creation of the fields that make up the detection. An example would be creating a custom type called Address, and including in it the fields “zip_code”, “city_name”, “street_name”, and “state”. Then, while processing a document, you could use the custom type in a field “company_address”. That field then returns all of the information, grouped in rows beneath the custom type. +You can create a custom type while editing a blueprint in the Blueprint Playground. Any field can be a custom type. This type has a unique name, and prompts the creation of the fields that make up the detection. An example would be creating a custom type called Address, and including in it the fields “zip_code”, “city_name”, “street_name”, and “state”. Then, while processing a document, you could use the custom type in a field “company_address”. That field then returns all of the information, grouped in rows beneath the custom type. You can have up to 30 custom type fields per blueprint.