Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update sdk/ml/azure-ai-ml/azure/ai/ml/entities/_deployment/deployment…
…_settings.py
  • Loading branch information
annatisch authored Feb 29, 2024
commit 8578e830972ce19269e73582bbd358e62103a0ac
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def __init__(
:type timeout: int
:param period: How often (in seconds) to perform the probe, defaults to 10
:type period: int
: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
:type initial_delay: int
"""

Expand Down