@@ -12,6 +12,14 @@ entityresolution_Hello:
12
12
- description :
13
13
snippet_tags :
14
14
- entityres.java2_hello.main
15
+ JavaScript :
16
+ versions :
17
+ - sdk_version : 3
18
+ github : javascriptv3/example_code/entity-resolution
19
+ excerpts :
20
+ - description :
21
+ snippet_tags :
22
+ - javascript.v3.entity-resolution.hello
15
23
services :
16
24
entityresolution : {listMatchingWorkflows}
17
25
entityresolution_DeleteSchemaMapping :
@@ -24,6 +32,14 @@ entityresolution_DeleteSchemaMapping:
24
32
- description :
25
33
snippet_tags :
26
34
- entityres.java2_delete_mappings.main
35
+ JavaScript :
36
+ versions :
37
+ - sdk_version : 3
38
+ github : javascriptv3/example_code/entity-resolution
39
+ excerpts :
40
+ - description :
41
+ snippet_tags :
42
+ - entity-resolution.JavaScriptv3.delete.schema-mapping
27
43
services :
28
44
entityresolution : {DeleteSchemaMapping}
29
45
entityresolution_TagEntityResource :
@@ -36,6 +52,14 @@ entityresolution_TagEntityResource:
36
52
- description :
37
53
snippet_tags :
38
54
- entityres.java2_tag_resource.main
55
+ JavaScript :
56
+ versions :
57
+ - sdk_version : 3
58
+ github : javascriptv3/example_code/entity-resolution
59
+ excerpts :
60
+ - description :
61
+ snippet_tags :
62
+ - entity-resolution.JavaScriptv3.tag.entity-resource
39
63
services :
40
64
entityresolution : {TagEntityResource}
41
65
entityresolution_CreateMatchingWorkflow :
@@ -48,6 +72,14 @@ entityresolution_CreateMatchingWorkflow:
48
72
- description :
49
73
snippet_tags :
50
74
- entityres.java2_create_matching_workflow.main
75
+ JavaScript :
76
+ versions :
77
+ - sdk_version : 3
78
+ github : javascriptv3/example_code/entity-resolution
79
+ excerpts :
80
+ - description :
81
+ snippet_tags :
82
+ - entity-resolution.JavaScriptv3.create-matching-workflow
51
83
services :
52
84
entityresolution : {CreateMatchingWorkflow}
53
85
entityresolution_CheckWorkflowStatus :
@@ -60,6 +92,14 @@ entityresolution_CheckWorkflowStatus:
60
92
- description :
61
93
snippet_tags :
62
94
- entityres.java2_check_matching_workflow.main
95
+ JavaScript :
96
+ versions :
97
+ - sdk_version : 3
98
+ github : javascriptv3/example_code/entity-resolution
99
+ excerpts :
100
+ - description :
101
+ snippet_tags :
102
+ - entity-resolution.JavaScriptv3.check-workflow-status
63
103
services :
64
104
entityresolution : {CheckWorkflowStatus}
65
105
entityresolution_StartMatchingJob :
@@ -72,6 +112,14 @@ entityresolution_StartMatchingJob:
72
112
- description :
73
113
snippet_tags :
74
114
- entityres.java2_start_job.main
115
+ JavaScript :
116
+ versions :
117
+ - sdk_version : 3
118
+ github : javascriptv3/example_code/entity-resolution
119
+ excerpts :
120
+ - description :
121
+ snippet_tags :
122
+ - entity-resolution.JavaScriptv3.start.matching-job
75
123
services :
76
124
entityresolution : {StartMatchingJob}
77
125
entityresolution_GetMatchingJob :
@@ -84,6 +132,14 @@ entityresolution_GetMatchingJob:
84
132
- description :
85
133
snippet_tags :
86
134
- entityres.java2_get_job.main
135
+ JavaScript :
136
+ versions :
137
+ - sdk_version : 3
138
+ github : javascriptv3/example_code/entity-resolution
139
+ excerpts :
140
+ - description :
141
+ snippet_tags :
142
+ - entity-resolution.JavaScriptv3.get.matching-job
87
143
services :
88
144
entityresolution : {GetMatchingJob}
89
145
entityresolution_DeleteMatchingWorkflow :
@@ -96,6 +152,14 @@ entityresolution_DeleteMatchingWorkflow:
96
152
- description :
97
153
snippet_tags :
98
154
- entityres.java2_delete_matching_workflow.main
155
+ JavaScript :
156
+ versions :
157
+ - sdk_version : 3
158
+ github : javascriptv3/example_code/entity-resolution
159
+ excerpts :
160
+ - description :
161
+ snippet_tags :
162
+ - entity-resolution.JavaScriptv3.delete-matching-workflow
99
163
services :
100
164
entityresolution : {DeleteMatchingWorkflow}
101
165
entityresolution_ListSchemaMappings :
@@ -108,6 +172,14 @@ entityresolution_ListSchemaMappings:
108
172
- description :
109
173
snippet_tags :
110
174
- entityres.java2_list_mappings.main
175
+ JavaScript :
176
+ versions :
177
+ - sdk_version : 3
178
+ github : javascriptv3/example_code/entity-resolution
179
+ excerpts :
180
+ - description :
181
+ snippet_tags :
182
+ - entity-resolution.JavaScriptv3.list.schema-mapping
111
183
services :
112
184
entityresolution : {ListSchemaMappings}
113
185
entityresolution_GetSchemaMapping :
@@ -120,6 +192,14 @@ entityresolution_GetSchemaMapping:
120
192
- description :
121
193
snippet_tags :
122
194
- entityres.java2_get_schema_mapping.main
195
+ JavaScript :
196
+ versions :
197
+ - sdk_version : 3
198
+ github : javascriptv3/example_code/entity-resolution
199
+ excerpts :
200
+ - description :
201
+ snippet_tags :
202
+ - entity-resolution.JavaScriptv3.get.schema-mapping
123
203
services :
124
204
entityresolution : {GetSchemaMapping}
125
205
entityresolution_CreateSchemaMapping :
@@ -132,6 +212,14 @@ entityresolution_CreateSchemaMapping:
132
212
- description :
133
213
snippet_tags :
134
214
- entityres.java2_create_schema.main
215
+ JavaScript :
216
+ versions :
217
+ - sdk_version : 3
218
+ github : javascriptv3/example_code/entity-resolution
219
+ excerpts :
220
+ - description :
221
+ snippet_tags :
222
+ - entity-resolution.JavaScriptv3.create-schema-mapping
135
223
services :
136
224
entityresolution : {CreateSchemaMapping}
137
225
entityresolution_Scenario :
@@ -158,5 +246,14 @@ entityresolution_Scenario:
158
246
- description : A wrapper class for &ERlong; SDK methods.
159
247
snippet_tags :
160
248
- entityres.java2_actions.main
249
+ JavaScript :
250
+ versions :
251
+ - sdk_version : 2
252
+ github : javav2/example_code/entityresolution
253
+ sdkguide :
254
+ excerpts :
255
+ - description : Run an interactive scenario demonstrating &ERlong; features.
256
+ snippet_tags :
257
+ - entity-resolution.JavaScriptv3.scenario.basics
161
258
services :
162
259
entityresolution : {}
0 commit comments