CreateProjectOptions Class

Options used for createProject.

Inheritance
CreateProjectOptions

Constructor

CreateProjectOptions(*, export_model_container_uri: Optional[str] = None, notification_queue_uri: Optional[str] = None, **kwargs)

Parameters

export_model_container_uri
str
Required

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

notification_queue_uri
str
Required

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.