We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
period
ProbeSettings class
1 parent 42b5dfa commit ad95c41Copy full SHA for ad95c41
sdk/ml/azure-ai-ml/azure/ai/ml/entities/_deployment/deployment_settings.py
@@ -139,9 +139,9 @@ def __init__(
139
:type success_threshold: int
140
:param timeout: timeout in seconds, defaults to 2
141
:type timeout: int
142
- :param period: [description], defaults to 10
+ :param period: How often (in seconds) to perform the probe, defaults to 10
143
:type period: int
144
- :param initial_delay: How to to wait for the first probe, defaults to 10
+ :param initial_delay: How long (in seconds) to wait for the first probe, defaults to 10
145
:type initial_delay: int
146
"""
147
0 commit comments