ProjectSettings interface 
表示与项目关联的设置。
属性
| classification | 
	获取或设置项目的分类类型。 可能的值包括:“Multiclass”、“Multilabel”  | 
| detection | 
	正在使用的检测参数(如果有)。 注意:此属性不会序列化。 它只能由服务器填充。  | 
| domain | 
	获取或设置要用于此项目的域的 ID。  | 
| export | 
	Azure 存储容器的 URI,用于存储导出的模型。 注意:此属性不会序列化。 它只能由服务器填充。  | 
| image | 
	获取或设置图像预处理设置。  | 
| notification | 
	用于发送项目相关通知的 Azure 存储队列的 URI。 有关设置和消息格式,请参阅 存储通知 文档。 注意:此属性不会序列化。 它只能由服务器填充。  | 
| target | 
	训练的模型应能够支持的 ExportPlatform 列表。  | 
| use | 
	指示是否正在使用负集。 注意:此属性不会序列化。 它只能由服务器填充。  | 
属性详细信息
		classificationType
	 
	
		detectionParameters
	 
	正在使用的检测参数(如果有)。 注意:此属性不会序列化。 它只能由服务器填充。
detectionParameters?: string
				属性值
string
		domainId
	 
	获取或设置要用于此项目的域的 ID。
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