ProjectSettings interface
Represents settings associated with a project.
Properties
classification |
Gets or sets the classification type of the project. Possible values include: 'Multiclass', 'Multilabel' |
detection |
Detection parameters in use, if any. NOTE: This property will not be serialized. It can only be populated by the server. |
domain |
Gets or sets the id of the Domain to use with this project. |
export |
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. |
image |
Gets or sets image preprocessing settings. |
notification |
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. |
target |
A list of ExportPlatform that the trained model should be able to support. |
use |
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