ProjectSettings interface

Represents settings associated with a project.

Properties

classificationType

Gets or sets the classification type of the project. Possible values include: 'Multiclass', 'Multilabel'

detectionParameters

Detection parameters in use, if any. NOTE: This property will not be serialized. It can only be populated by the server.

domainId

Gets or sets the id of the Domain to use with this project.

exportModelContainerUri

The uri to the Azure Storage container that will be used to store exported models. NOTE: This property will not be serialized. It can only be populated by the server.

imageProcessingSettings

Gets or sets image preprocessing settings.

notificationQueueUri

The uri to the Azure Storage queue that will be used to send project-related notifications. See Storage notifications documentation for setup and message format. NOTE: This property will not be serialized. It can only be populated by the server.

targetExportPlatforms

A list of ExportPlatform that the trained model should be able to support.

useNegativeSet

Indicates if negative set is being used. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

classificationType

Gets or sets the classification type of the project. Possible values include: 'Multiclass', 'Multilabel'

classificationType?: Classifier

Property Value

detectionParameters

Detection parameters in use, if any. NOTE: This property will not be serialized. It can only be populated by the server.

detectionParameters?: string

Property Value

string

domainId

Gets or sets the id of the Domain to use with this project.

domainId?: string

Property Value

string

exportModelContainerUri

The uri to the Azure Storage container that will be used to store exported models. NOTE: This property will not be serialized. It can only be populated by the server.

exportModelContainerUri?: string

Property Value

string

imageProcessingSettings

Gets or sets image preprocessing settings.

imageProcessingSettings?: ImageProcessingSettings

Property Value

notificationQueueUri

The uri to the Azure Storage queue that will be used to send project-related notifications. See Storage notifications documentation for setup and message format. NOTE: This property will not be serialized. It can only be populated by the server.

notificationQueueUri?: string

Property Value

string

targetExportPlatforms

A list of ExportPlatform that the trained model should be able to support.

targetExportPlatforms?: string[]

Property Value

string[]

useNegativeSet

Indicates if negative set is being used. NOTE: This property will not be serialized. It can only be populated by the server.

useNegativeSet?: boolean

Property Value

boolean