forked from Azure/azure-docs-sdk-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.azure.ai.formrecognizer.FormRecognizerClientBuilder.retryPolicy.yml
23 lines (23 loc) · 2.13 KB
/
com.azure.ai.formrecognizer.FormRecognizerClientBuilder.retryPolicy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
### YamlMime:JavaMember
uid: "com.azure.ai.formrecognizer.FormRecognizerClientBuilder.retryPolicy*"
fullName: "com.azure.ai.formrecognizer.FormRecognizerClientBuilder.retryPolicy"
name: "retryPolicy"
nameWithType: "FormRecognizerClientBuilder.retryPolicy"
members:
- uid: "com.azure.ai.formrecognizer.FormRecognizerClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy)"
fullName: "com.azure.ai.formrecognizer.FormRecognizerClientBuilder.retryPolicy(RetryPolicy retryPolicy)"
name: "retryPolicy(RetryPolicy retryPolicy)"
nameWithType: "FormRecognizerClientBuilder.retryPolicy(RetryPolicy retryPolicy)"
summary: "Sets the <xref uid=\"com.azure.core.http.policy.RetryPolicy.RetryPolicy*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"RetryPolicy#RetryPolicy()\"></xref> that is used when each request is sent.\n\nThe default retry policy will be used if not provided <xref uid=\"com.azure.ai.formrecognizer.FormRecognizerClientBuilder.buildAsyncClient()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FormRecognizerClientBuilder#buildAsyncClient()\"></xref> to build <xref uid=\"com.azure.ai.formrecognizer.FormRecognizerAsyncClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FormRecognizerAsyncClient\"></xref> or <xref uid=\"com.azure.ai.formrecognizer.FormRecognizerClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FormRecognizerClient\"></xref>."
parameters:
- description: "user's retry policy applied to each request."
name: "retryPolicy"
type: "<xref href=\"com.azure.core.http.policy.RetryPolicy?alt=com.azure.core.http.policy.RetryPolicy&text=RetryPolicy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FormRecognizerClientBuilder retryPolicy(RetryPolicy retryPolicy)"
returns:
description: "The updated FormRecognizerClientBuilder object."
type: "<xref href=\"com.azure.ai.formrecognizer.FormRecognizerClientBuilder?alt=com.azure.ai.formrecognizer.FormRecognizerClientBuilder&text=FormRecognizerClientBuilder\" data-throw-if-not-resolved=\"False\" />"
type: "method"
metadata: {}
package: "com.azure.ai.formrecognizer"
artifact: com.azure:azure-ai-formrecognizer:3.1.10