ProbeSettings Class
Settings on how to probe an endpoint.
- Inheritance
-
azure.ai.ml.entities._mixins.RestTranslatableMixinProbeSettings
Constructor
ProbeSettings(*, failure_threshold: int | None = None, success_threshold: int | None = None, timeout: int | None = None, period: int | None = None, initial_delay: int | None = None)
Parameters
Name | Description |
---|---|
failure_threshold
Required
|
Threshold for probe failures, defaults to 30 |
success_threshold
Required
|
Threshold for probe success, defaults to 1 |
timeout
Required
|
timeout in seconds, defaults to 2 |
period
Required
|
How often (in seconds) to perform the probe, defaults to 10 |
initial_delay
Required
|
How long (in seconds) to wait for the first probe, defaults to 10 |
Keyword-Only Parameters
Name | Description |
---|---|
failure_threshold
Required
|
|
success_threshold
Required
|
|
timeout
Required
|
|
period
Required
|
|
initial_delay
Required
|
|
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python