CustomVisionPredictionClient Interface
public interface CustomVisionPredictionClient
The interface for CustomVisionPredictionClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
acceptLanguage()
Gets Gets or sets the preferred language for the response.. |
String |
apiKey()
Gets API key.. |
String |
endpoint()
Gets Supported Cognitive Services endpoints.. |
boolean |
generateClientRequestId()
Gets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.. |
AzureClient |
getAzureClient()
Gets the AzureClient used for long running operations. |
int |
longRunningOperationRetryTimeout()
Gets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30.. |
Predictions |
predictions()
Gets the Predictions object to access its operations. |
RestClient |
restClient()
Gets the REST client. |
String |
userAgent()
Gets the User-Agent header for the client. |
Custom |
withAcceptLanguage(String acceptLanguage)
Sets Gets or sets the preferred language for the response.. |
Custom |
withApiKey(String apiKey)
Sets API key.. |
Custom |
withEndpoint(String endpoint)
Sets Supported Cognitive Services endpoints.. |
Custom |
withGenerateClientRequestId(boolean generateClientRequestId)
Sets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.. |
Custom |
withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)
Sets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30.. |
Method Details
acceptLanguage
public String acceptLanguage()
Gets Gets or sets the preferred language for the response..
Returns:
apiKey
public String apiKey()
Gets API key..
Returns:
endpoint
public String endpoint()
Gets Supported Cognitive Services endpoints..
Returns:
generateClientRequestId
public boolean generateClientRequestId()
Gets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true..
Returns:
getAzureClient
public AzureClient getAzureClient()
Gets the AzureClient used for long running operations.
Returns:
longRunningOperationRetryTimeout
public int longRunningOperationRetryTimeout()
Gets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30..
Returns:
predictions
public Predictions predictions()
Gets the Predictions object to access its operations.
Returns:
restClient
public RestClient restClient()
Gets the REST client.
Returns:
userAgent
public String userAgent()
Gets the User-Agent header for the client.
Returns:
withAcceptLanguage
public CustomVisionPredictionClient withAcceptLanguage(String acceptLanguage)
Sets Gets or sets the preferred language for the response..
Parameters:
Returns:
withApiKey
public CustomVisionPredictionClient withApiKey(String apiKey)
Sets API key..
Parameters:
Returns:
withEndpoint
public CustomVisionPredictionClient withEndpoint(String endpoint)
Sets Supported Cognitive Services endpoints..
Parameters:
Returns:
withGenerateClientRequestId
public CustomVisionPredictionClient withGenerateClientRequestId(boolean generateClientRequestId)
Sets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true..
Parameters:
Returns:
withLongRunningOperationRetryTimeout
public CustomVisionPredictionClient withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)
Sets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30..
Parameters:
Returns:
Applies to
Azure SDK for Java