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
必要