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

domain_id
str
Required

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

classification_type
str or Classifier
Required

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

target_export_platforms
list[str]
Required

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

image_processing_settings
ImageProcessingSettings
Required

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.