Skip to content

Commit aafa492

Browse files
authored
Merge pull request #3 from rajavaid77/main
updated for std output config change after GA
2 parents 9f069c5 + 94693ea commit aafa492

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

20-Industry-Use-Cases/21-Mortgage-and-Lending/21_mortgage_and_lending.ipynb

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -211,28 +211,28 @@
211211
" schema=json.dumps({\n",
212212
" \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n",
213213
" \"description\": \"This blueprint will process a homeowners insurance applicatation form\",\n",
214-
" \"documentClass\": \"default\",\n",
214+
" \"class\": \"default\",\n",
215215
" \"type\": \"object\",\n",
216216
" \"properties\": {\n",
217217
" \"Insured Name\":{\n",
218218
" \"type\":\"string\",\n",
219-
" \"inferenceType\":\"extractive\",\n",
220-
" \"description\":\"Insured's Name\",\n",
219+
" \"inferenceType\":\"explicit\",\n",
220+
" \"instruction\":\"Insured's Name\",\n",
221221
" },\n",
222222
" \"Insurance Company\":{\n",
223223
" \"type\":\"string\",\n",
224-
" \"inferenceType\":\"extractive\",\n",
225-
" \"description\":\"insurance company name\",\n",
224+
" \"inferenceType\":\"explicit\",\n",
225+
" \"instruction\":\"insurance company name\",\n",
226226
" }, \n",
227227
" \"Insured Address\":{\n",
228228
" \"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",
231231
" },\n",
232232
" \"Email Address\":{\n",
233233
" \"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",
236236
" }\n",
237237
" }\n",
238238
" })\n",
@@ -416,7 +416,7 @@
416416
" \"category\": {\"state\": \"ENABLED\", \"types\": [\"TEXT_DETECTION\"]},\n",
417417
" \"boundingBox\": {\"state\": \"ENABLED\"}\n",
418418
" },\n",
419-
" \"generativeField\": {\"state\": \"ENABLED\", \"types\": [\"VIDEO_SUMMARY\", \"SCENE_SUMMARY\"]}\n",
419+
" \"generativeField\": {\"state\": \"ENABLED\", \"types\": [\"VIDEO_SUMMARY\", \"CHAPTER_SUMMARY\"]}\n",
420420
" },\n",
421421
" \"audio\": {\n",
422422
" \"extraction\": {\n",
@@ -631,14 +631,6 @@
631631
"# Delete the blueprint\n",
632632
"response = client.delete_blueprint(blueprintArn=blueprint_arn)"
633633
]
634-
},
635-
{
636-
"cell_type": "code",
637-
"execution_count": null,
638-
"id": "d4c41241-c4a4-4d15-85db-10718e50d10c",
639-
"metadata": {},
640-
"outputs": [],
641-
"source": []
642634
}
643635
],
644636
"metadata": {

0 commit comments

Comments
 (0)