ProjectPropertiesResponse

data class ProjectPropertiesResponse(val description: String? = null, val displayName: String? = null, val endpoints: Map<String, String>, val isDefault: Boolean, val provisioningState: String)

Properties of Cognitive Services Project'.

Constructors

Link copied to clipboard
constructor(description: String? = null, displayName: String? = null, endpoints: Map<String, String>, isDefault: Boolean, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the Cognitive Services Project.

Link copied to clipboard
val displayName: String? = null

The display name of the Cognitive Services Project.

Link copied to clipboard

The list of endpoint for this Cognitive Services Project.

Link copied to clipboard

Indicates whether the project is the default project for the account.

Link copied to clipboard

Gets the status of the cognitive services project at the time the operation was called.