ContentSafetyServiceConfiguration.TimeoutInSecondsForRetries Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the timeout (in seconds) after which a ContentSafetyEvaluator should stop retrying failed attempts to communicate with the Azure AI Foundry Evaluation service when performing evaluations.
public:
property int TimeoutInSecondsForRetries { int get(); };
public int TimeoutInSecondsForRetries { get; }
member this.TimeoutInSecondsForRetries : int
Public ReadOnly Property TimeoutInSecondsForRetries As Integer