InferenceGroupsListOptionalParams interface

選擇性參數。

Extends

屬性

count

要在結果頁面中擷取的 InferenceGroup 數目。

orderBy

排序回應的選項。

properties

一組屬性,用來篩選傳回的模型。 它是以逗號分隔的屬性 key 和/或屬性 key=value 的字串範例:propKey1,propKey2,propKey3=value3 。

skip

分頁的接續權杖。

tags

一組標籤,用來篩選傳回的模型。 它是以逗號分隔的標籤 key 或標籤 key=value 字串。 範例:tagKey1,tagKey2,tagKey3=value3。

繼承的屬性

abortSignal

可用來中止要求的訊號。

onResponse

每次從伺服器收到回應時,要呼叫的函式,同時執行要求的作業。 可以多次呼叫。

requestOptions

建立和傳送此作業之 HTTP 要求時所使用的選項。

tracingOptions

啟用追蹤時所使用的選項。

屬性詳細資料

count

要在結果頁面中擷取的 InferenceGroup 數目。

count?: number

屬性值

number

orderBy

排序回應的選項。

orderBy?: string

屬性值

string

properties

一組屬性,用來篩選傳回的模型。 它是以逗號分隔的屬性 key 和/或屬性 key=value 的字串範例:propKey1,propKey2,propKey3=value3 。

properties?: string

屬性值

string

skip

分頁的接續權杖。

skip?: string

屬性值

string

tags

一組標籤,用來篩選傳回的模型。 它是以逗號分隔的標籤 key 或標籤 key=value 字串。 範例:tagKey1,tagKey2,tagKey3=value3。

tags?: string

屬性值

string

繼承的屬性詳細資料

abortSignal

可用來中止要求的訊號。

abortSignal?: AbortSignalLike

屬性值

繼承自 OperationOptions.abortSignal

onResponse

每次從伺服器收到回應時,要呼叫的函式,同時執行要求的作業。 可以多次呼叫。

onResponse?: RawResponseCallback

屬性值

繼承自 OperationOptions.onResponse

requestOptions

建立和傳送此作業之 HTTP 要求時所使用的選項。

requestOptions?: OperationRequestOptions

屬性值

繼承自 OperationOptions.requestOptions

tracingOptions

啟用追蹤時所使用的選項。

tracingOptions?: OperationTracingOptions

屬性值

繼承自 OperationOptions.tracingOptions