AgentProfile interface

プール内のマシンのエージェント プロファイル。

プロパティ

kind

ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。

resourcePredictions

プール バッファー/スタンバイ エージェントを定義します。

resourcePredictionsProfile

プール バッファー/スタンバイ エージェントの提供方法を定義します。

プロパティの詳細

kind

ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。

kind: "Stateful" | "Stateless"

プロパティ値

"Stateful" | "Stateless"

resourcePredictions

プール バッファー/スタンバイ エージェントを定義します。

resourcePredictions?: Record<string, unknown>

プロパティ値

Record<string, unknown>

resourcePredictionsProfile

プール バッファー/スタンバイ エージェントの提供方法を定義します。

resourcePredictionsProfile?: ResourcePredictionsProfileUnion

プロパティ値