Skip to content

Commit ad95c41

Browse files
KazuOnukiannatisch
andauthored
update the docstring at period parameter of ProbeSettings class (#34298)
* Update deployment_settings.py `period` parameter description at `ProbeSettings class` is lack, so we can't check the what parameter means in [doc](https://learn.microsoft.com/en-us/python/api/azure-ai-ml/azure.ai.ml.entities.probesettings?view=azure-python). I edited the docstring about `period` parameter and added description. * Update sdk/ml/azure-ai-ml/azure/ai/ml/entities/_deployment/deployment_settings.py --------- Co-authored-by: Anna Tisch <[email protected]>
1 parent 42b5dfa commit ad95c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/entities/_deployment/deployment_settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ def __init__(
139139
:type success_threshold: int
140140
:param timeout: timeout in seconds, defaults to 2
141141
:type timeout: int
142-
:param period: [description], defaults to 10
142+
:param period: How often (in seconds) to perform the probe, defaults to 10
143143
:type period: int
144-
:param initial_delay: How to to wait for the first probe, defaults to 10
144+
:param initial_delay: How long (in seconds) to wait for the first probe, defaults to 10
145145
:type initial_delay: int
146146
"""
147147

0 commit comments

Comments
 (0)