共用方式為


TrainingAPIClientGetImageCountOptionalParams interface

選擇性參數。

Extends

屬性

filter

用來根據影像中繼資料篩選影像的運算式。 只有運算式評估為 true 的影像才會包含在回應中。 運算式支援 eq (Equal) 、ne (Not equal) ,以及 (Logical 和) ,或 (Logical 或) 運算子。 以下是 metadata=key1 eq 'value1' 和 key2 ne 'value2' 的範例。

iterationId

反復專案識別碼。預設為工作區。

taggingStatus

標記狀態篩選。 它可以是 'All'、'Taged'或 'Untagged'。 預設為 'All'。 可能的值包括:'All'、'Taged'、'Untagged'

tagIds

標記識別項清單,可篩選要計算的影像。 當 Null 時,預設為所有標記。

繼承的屬性

abortSignal

可用來中止要求的訊號。

customHeaders

使用者定義自訂要求標頭,會在傳送要求之前套用。

onDownloadProgress

下載進度時引發的回呼。

onUploadProgress

上傳進度時引發的回呼。

timeout

要求可能需要的毫秒數,才能自動終止。

屬性詳細資料

filter

用來根據影像中繼資料篩選影像的運算式。 只有運算式評估為 true 的影像才會包含在回應中。 運算式支援 eq (Equal) 、ne (Not equal) ,以及 (Logical 和) ,或 (Logical 或) 運算子。 以下是 metadata=key1 eq 'value1' 和 key2 ne 'value2' 的範例。

filter?: string

屬性值

string

iterationId

反復專案識別碼。預設為工作區。

iterationId?: string

屬性值

string

taggingStatus

標記狀態篩選。 它可以是 'All'、'Taged'或 'Untagged'。 預設為 'All'。 可能的值包括:'All'、'Taged'、'Untagged'

taggingStatus?: TaggingStatus1

屬性值

tagIds

標記識別項清單,可篩選要計算的影像。 當 Null 時,預設為所有標記。

tagIds?: string[]

屬性值

string[]

繼承的屬性詳細資料

abortSignal

可用來中止要求的訊號。

abortSignal?: AbortSignalLike

屬性值

繼承自 msRest.RequestOptionsBase.abortSignal

customHeaders

使用者定義自訂要求標頭,會在傳送要求之前套用。

customHeaders?: {[key: string]: string}

屬性值

{[key: string]: string}

繼承自 msRest.RequestOptionsBase.customHeaders

onDownloadProgress

下載進度時引發的回呼。

onDownloadProgress?: (progress: TransferProgressEvent) => void

屬性值

(progress: TransferProgressEvent) => void

繼承自 msRest.RequestOptionsBase.onDownloadProgress

onUploadProgress

上傳進度時引發的回呼。

onUploadProgress?: (progress: TransferProgressEvent) => void

屬性值

(progress: TransferProgressEvent) => void

繼承自 msRest.RequestOptionsBase.onUploadProgress

timeout

要求可能需要的毫秒數,才能自動終止。

timeout?: number

屬性值

number

繼承自 msRest.RequestOptionsBase.timeout