|
211 | 211 | " schema=json.dumps({\n", |
212 | 212 | " \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n", |
213 | 213 | " \"description\": \"This blueprint will process a homeowners insurance applicatation form\",\n", |
214 | | - " \"documentClass\": \"default\",\n", |
| 214 | + " \"class\": \"default\",\n", |
215 | 215 | " \"type\": \"object\",\n", |
216 | 216 | " \"properties\": {\n", |
217 | 217 | " \"Insured Name\":{\n", |
218 | 218 | " \"type\":\"string\",\n", |
219 | | - " \"inferenceType\":\"extractive\",\n", |
220 | | - " \"description\":\"Insured's Name\",\n", |
| 219 | + " \"inferenceType\":\"explicit\",\n", |
| 220 | + " \"instruction\":\"Insured's Name\",\n", |
221 | 221 | " },\n", |
222 | 222 | " \"Insurance Company\":{\n", |
223 | 223 | " \"type\":\"string\",\n", |
224 | | - " \"inferenceType\":\"extractive\",\n", |
225 | | - " \"description\":\"insurance company name\",\n", |
| 224 | + " \"inferenceType\":\"explicit\",\n", |
| 225 | + " \"instruction\":\"insurance company name\",\n", |
226 | 226 | " }, \n", |
227 | 227 | " \"Insured Address\":{\n", |
228 | 228 | " \"type\":\"string\",\n", |
229 | | - " \"inferenceType\":\"extractive\",\n", |
230 | | - " \"description\":\"the address of the insured property\",\n", |
| 229 | + " \"inferenceType\":\"explicit\",\n", |
| 230 | + " \"instruction\":\"the address of the insured property\",\n", |
231 | 231 | " },\n", |
232 | 232 | " \"Email Address\":{\n", |
233 | 233 | " \"type\":\"string\",\n", |
234 | | - " \"inferenceType\":\"extractive\",\n", |
235 | | - " \"description\":\"the primary email address\",\n", |
| 234 | + " \"inferenceType\":\"explicit\",\n", |
| 235 | + " \"instruction\":\"the primary email address\",\n", |
236 | 236 | " }\n", |
237 | 237 | " }\n", |
238 | 238 | " })\n", |
|
416 | 416 | " \"category\": {\"state\": \"ENABLED\", \"types\": [\"TEXT_DETECTION\"]},\n", |
417 | 417 | " \"boundingBox\": {\"state\": \"ENABLED\"}\n", |
418 | 418 | " },\n", |
419 | | - " \"generativeField\": {\"state\": \"ENABLED\", \"types\": [\"VIDEO_SUMMARY\", \"SCENE_SUMMARY\"]}\n", |
| 419 | + " \"generativeField\": {\"state\": \"ENABLED\", \"types\": [\"VIDEO_SUMMARY\", \"CHAPTER_SUMMARY\"]}\n", |
420 | 420 | " },\n", |
421 | 421 | " \"audio\": {\n", |
422 | 422 | " \"extraction\": {\n", |
|
631 | 631 | "# Delete the blueprint\n", |
632 | 632 | "response = client.delete_blueprint(blueprintArn=blueprint_arn)" |
633 | 633 | ] |
634 | | - }, |
635 | | - { |
636 | | - "cell_type": "code", |
637 | | - "execution_count": null, |
638 | | - "id": "d4c41241-c4a4-4d15-85db-10718e50d10c", |
639 | | - "metadata": {}, |
640 | | - "outputs": [], |
641 | | - "source": [] |
642 | 634 | } |
643 | 635 | ], |
644 | 636 | "metadata": { |
|
0 commit comments