CreateProjectOptions interface

Options used for createProject.

Properties

exportModelContainerUri

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

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.

Property Details

exportModelContainerUri

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

exportModelContainerUri?: string

Property Value

string

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.

notificationQueueUri?: string

Property Value

string