v9

latestSwagger 2.02026-07-135252167.7 KB
ProjectApi

Create a project.

post/projects

Query parameters

namestring required

Name of the project.

descriptionstring

The description of the project.

domainIdstring uuid

The id of the domain to use for this project. Defaults to General.

classificationType'Multiclass' | 'Multilabel'

The type of classifier to create for this project.

targetExportPlatformsstring[]

List of platforms the trained model is intending exporting to.

Request body

exportModelContainerUristring

The uri to the Azure Storage container that will be used to store exported models.

notificationQueueUristring

The uri to the Azure Storage queue that will be used to send project-related notifications. See <a href="https://go.microsoft.com/fwlink/?linkid=2144149">Storage notifications</a> documentation for setup and message format.

Response

OK

idstring uuid

Gets the project id.

namestring required

Gets or sets the name of the project.

descriptionstring nullable required

Gets or sets the description of the project.

createdstring date-time

Gets the date this project was created.

lastModifiedstring date-time

Gets the date this project was last modified.

thumbnailUristring

Gets the thumbnail url representing the image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource.

drModeEnabledboolean nullable

Gets if the Disaster Recovery (DR) mode is on, indicating the project is temporarily read-only.

status'Succeeded' | 'Importing' | 'Failed'

Gets the status of the project.