你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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
str

The display name of the Cognitive Services Project.

Default value: None
description
str

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
str

The display name of the Cognitive Services Project.

description
str

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.