你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProjectSettings interface

表示与项目关联的设置。

属性

classificationType

获取或设置项目的分类类型。 可能的值包括:“Multiclass”、“Multilabel”

detectionParameters

正在使用的检测参数(如果有)。 注意:此属性不会被序列化。 它只能由服务器填充。

domainId

获取或设置要用于此项目的域的 ID。

exportModelContainerUri

用于存储导出模型的 Azure 存储容器的 URI。 注意:此属性不会被序列化。 它只能由服务器填充。

imageProcessingSettings

获取或设置图像预处理设置。

notificationQueueUri

用于发送与项目相关的通知的 Azure 存储队列的 URI。 有关设置和消息格式 ,请参阅存储通知 文档。 注意:此属性不会被序列化。 它只能由服务器填充。

targetExportPlatforms

训练模型应能够支持的 ExportPlatform 列表。

useNegativeSet

指示是否正在使用负集。 注意:此属性不会被序列化。 它只能由服务器填充。

属性详细信息

classificationType

获取或设置项目的分类类型。 可能的值包括:“Multiclass”、“Multilabel”

classificationType?: Classifier

属性值

detectionParameters

正在使用的检测参数(如果有)。 注意:此属性不会被序列化。 它只能由服务器填充。

detectionParameters?: string

属性值

string

domainId

获取或设置要用于此项目的域的 ID。

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