File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 58
58
" import json\n " ,
59
59
" import os\n " ,
60
60
" import sys\n " ,
61
+ " import uuid\n " ,
61
62
" from pathlib import Path\n " ,
62
63
" from dotenv import find_dotenv, load_dotenv\n " ,
63
64
" from azure.identity import DefaultAzureCredential, get_bearer_token_provider\n " ,
690
691
" result_json = client.poll_result(response)"
691
692
]
692
693
},
694
+ {
695
+ "cell_type" : " markdown" ,
696
+ "metadata" : {},
697
+ "source" : [
698
+ " Marketing video analysis result:"
699
+ ]
700
+ },
693
701
{
694
702
"cell_type" : " code" ,
695
703
"execution_count" : null ,
749
757
" print(json.dumps(template_content, indent=2))"
750
758
]
751
759
},
760
+ {
761
+ "cell_type" : " markdown" ,
762
+ "metadata" : {},
763
+ "source" : [
764
+ " Create and run chart image analyzer:"
765
+ ]
766
+ },
752
767
{
753
768
"cell_type" : " code" ,
754
769
"execution_count" : null ,
768
783
" result_json = client.poll_result(response)"
769
784
]
770
785
},
786
+ {
787
+ "cell_type" : " markdown" ,
788
+ "metadata" : {},
789
+ "source" : [
790
+ " Chart analysis result:"
791
+ ]
792
+ },
771
793
{
772
794
"cell_type" : " code" ,
773
795
"execution_count" : null ,
777
799
" print(json.dumps(result_json, indent=2))"
778
800
]
779
801
},
802
+ {
803
+ "cell_type" : " markdown" ,
804
+ "metadata" : {},
805
+ "source" : [
806
+ " Clean up chart image analyzer\n " ,
807
+ " \n " ,
808
+ " Note: In production environments, you would typically keep analyzers for reuse rather than deleting them"
809
+ ]
810
+ },
780
811
{
781
812
"cell_type" : " code" ,
782
813
"execution_count" : null ,
You can’t perform that action at this time.
0 commit comments