ProjectSettings interface
表示與專案相關聯的設定。
屬性
classification |
取得或設定專案的分類類型。 可能的值包括:'Multiclass'、'Multilabel' |
detection |
如果使用中的偵測參數,如果有的話。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
domain |
取得或設定要與此專案搭配使用的網域識別碼。 |
export |
將用來儲存匯出模型的 Azure 儲存體容器 URI。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
image |
取得或設定影像前置處理設定。 |
notification |
用來傳送專案相關通知的 Azure 儲存體佇列 URI。 如需安裝和訊息格式 ,請參閱儲存體通知 檔。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
target |
定型模型應該能夠支援的 ExportPlatform 清單。 |
use |
指出是否使用負數集。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
屬性詳細資料
classificationType
detectionParameters
如果使用中的偵測參數,如果有的話。 注意:此屬性不會序列化。 它只能由伺服器填入。
detectionParameters?: string
屬性值
string
domainId
取得或設定要與此專案搭配使用的網域識別碼。
domainId?: string
屬性值
string
exportModelContainerUri
將用來儲存匯出模型的 Azure 儲存體容器 URI。 注意:此屬性不會序列化。 它只能由伺服器填入。
exportModelContainerUri?: string
屬性值
string
imageProcessingSettings
notificationQueueUri
用來傳送專案相關通知的 Azure 儲存體佇列 URI。 如需安裝和訊息格式 ,請參閱儲存體通知 檔。 注意:此屬性不會序列化。 它只能由伺服器填入。
notificationQueueUri?: string
屬性值
string
targetExportPlatforms
定型模型應該能夠支援的 ExportPlatform 清單。
targetExportPlatforms?: string[]
屬性值
string[]
useNegativeSet
指出是否使用負數集。 注意:此屬性不會序列化。 它只能由伺服器填入。
useNegativeSet?: boolean
屬性值
boolean