ProjectProperties Class
Properties of Cognitive Services Project'.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ProjectProperties(*, display_name: str | None = None, description: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
display_name
|
The display name of the Cognitive Services Project. Default value: None
|
|
description
|
The description of the Cognitive Services Project. Default value: None
|
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
Gets the status of the cognitive services project at the time the operation was called. Known values are: "Accepted", "Creating", "Deleting", "Moving", "Failed", "Succeeded", "ResolvingDNS", and "Canceled". |
|
display_name
|
The display name of the Cognitive Services Project. |
|
description
|
The description of the Cognitive Services Project. |
|
endpoints
|
The list of endpoint for this Cognitive Services Project. |
|
is_default
|
Indicates whether the project is the default project for the account. |