You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param push_task_payload: Request body of a Search API `batch` request that will be pushed in the Connectors pipeline. (required)
3475
3481
:type push_task_payload: PushTaskPayload
3482
+
:param watch: When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding.
3483
+
:type watch: bool
3476
3484
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
3477
3485
:return: Returns the raw algoliasearch 'APIResponse' object.
:param push_task_payload: Request body of a Search API `batch` request that will be pushed in the Connectors pipeline. (required)
3533
3553
:type push_task_payload: PushTaskPayload
3554
+
:param watch: When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding.
3555
+
:type watch: bool
3534
3556
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
3535
3557
:return: Returns the deserialized response in a 'RunResponse' result object.
:param push_task_payload: Request body of a Search API `batch` request that will be pushed in the Connectors pipeline. (required)
8208
8236
:type push_task_payload: PushTaskPayload
8237
+
:param watch: When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding.
8238
+
:type watch: bool
8209
8239
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
8210
8240
:return: Returns the raw algoliasearch 'APIResponse' object.
:param push_task_payload: Request body of a Search API `batch` request that will be pushed in the Connectors pipeline. (required)
8266
8308
:type push_task_payload: PushTaskPayload
8309
+
:param watch: When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding.
8310
+
:type watch: bool
8267
8311
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
8268
8312
:return: Returns the deserialized response in a 'RunResponse' result object.
0 commit comments