你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProbeSettings 类

有关如何探测终结点的设置。

继承
azure.ai.ml.entities._mixins.RestTranslatableMixin
ProbeSettings

构造函数

ProbeSettings(*, failure_threshold: int | None = None, success_threshold: int | None = None, timeout: int | None = None, period: int | None = None, initial_delay: int | None = None)

参数

failure_threshold
int
必需

探测失败的阈值,默认为 30

success_threshold
int
必需

探测成功的阈值,默认值为 1

timeout
int
必需

超时(以秒为单位),默认值为 2

period
int
必需

[description], 默认值为 10

initial_delay
int
必需

如何等待第一个探测,默认为 10

Keyword-Only Parameters

failure_threshold
必需
success_threshold
必需
timeout
必需
period
必需
initial_delay
必需