ProjectSettings Class
Represents settings associated with a project.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
ProjectSettings
Constructor
ProjectSettings(*, domain_id: Optional[str] = None, classification_type=None, target_export_platforms=None, image_processing_settings=None, **kwargs)
Parameters
- classification_type
- str or Classifier
Gets or sets the classification type of the project. Possible values include: 'Multiclass', 'Multilabel'
A list of ExportPlatform that the trained model should be able to support.
- image_processing_settings
- ImageProcessingSettings
Gets or sets image preprocessing settings.
Variables
- use_negative_set
- bool
Indicates if negative set is being used.
- detection_parameters
- str
Detection parameters in use, if any.
- export_model_container_uri
- str
The uri to the Azure Storage container that will be used to store exported models.
- notification_queue_uri
- str
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.
Feedback
Submit and view feedback for