共用方式為


ProjectSettings interface

表示與專案相關聯的設定。

屬性

classificationType

取得或設定項目的分類類型。 可能的值包括:'Multiclass'、'Multilabel'

detectionParameters

如果使用中的偵測參數,如果有的話。 注意:這個屬性不會串行化。 它只能由伺服器填入。

domainId

取得或設定要與這個專案搭配使用的網域標識碼。

exportModelContainerUri

將用來儲存導出模型的 Azure 記憶體容器 URI。 注意:這個屬性不會串行化。 它只能由伺服器填入。

imageProcessingSettings

取得或設定影像前置處理設定。

notificationQueueUri

將用來傳送項目相關通知之 Azure 記憶體佇列的 URI。 如需安裝和訊息格式,請參閱 記憶體通知 檔。 注意:這個屬性不會串行化。 它只能由伺服器填入。

targetExportPlatforms

已定型模型應該能夠支援的 ExportPlatform 清單。

useNegativeSet

指出是否使用負數集。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

classificationType

取得或設定項目的分類類型。 可能的值包括:'Multiclass'、'Multilabel'

classificationType?: Classifier

屬性值

detectionParameters

如果使用中的偵測參數,如果有的話。 注意:這個屬性不會串行化。 它只能由伺服器填入。

detectionParameters?: string

屬性值

string

domainId

取得或設定要與這個專案搭配使用的網域標識碼。

domainId?: string

屬性值

string

exportModelContainerUri

將用來儲存導出模型的 Azure 記憶體容器 URI。 注意:這個屬性不會串行化。 它只能由伺服器填入。

exportModelContainerUri?: string

屬性值

string

imageProcessingSettings

取得或設定影像前置處理設定。

imageProcessingSettings?: ImageProcessingSettings

屬性值

notificationQueueUri

將用來傳送項目相關通知之 Azure 記憶體佇列的 URI。 如需安裝和訊息格式,請參閱 記憶體通知 檔。 注意:這個屬性不會串行化。 它只能由伺服器填入。

notificationQueueUri?: string

屬性值

string

targetExportPlatforms

已定型模型應該能夠支援的 ExportPlatform 清單。

targetExportPlatforms?: string[]

屬性值

string[]

useNegativeSet

指出是否使用負數集。 注意:這個屬性不會串行化。 它只能由伺服器填入。

useNegativeSet?: boolean

屬性值

boolean