다음을 통해 공유


AgentProfileUpdate interface

풀에 있는 컴퓨터의 에이전트 프로필입니다.

속성

kind

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

resourcePredictions

풀 버퍼/대기 에이전트를 정의합니다.

resourcePredictionsProfile

풀 버퍼/대기 에이전트를 제공하는 방법을 정의합니다.

속성 세부 정보

kind

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

kind: "Stateful" | "Stateless"

속성 값

"Stateful" | "Stateless"

resourcePredictions

풀 버퍼/대기 에이전트를 정의합니다.

resourcePredictions?: Record<string, unknown>

속성 값

Record<string, unknown>

resourcePredictionsProfile

풀 버퍼/대기 에이전트를 제공하는 방법을 정의합니다.

resourcePredictionsProfile?: ResourcePredictionsProfileUpdateUnion

속성 값