Share via


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
필수