GetProjectResult

data class GetProjectResult(val accountId: String, val creationDate: String, val description: String? = null, val friendlyName: String, val gitrepo: String? = null, val id: String, val location: String, val name: String, val projectId: String, val provisioningState: String, val tags: Map<String, String>? = null, val type: String, val workspaceId: String)

An object that represents a machine learning project.

Constructors

Link copied to clipboard
constructor(accountId: String, creationDate: String, description: String? = null, friendlyName: String, gitrepo: String? = null, id: String, location: String, name: String, projectId: String, provisioningState: String, tags: Map<String, String>? = null, type: String, workspaceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The immutable id of the team account which contains this project.

Link copied to clipboard

The creation date of the project in ISO8601 format.

Link copied to clipboard
val description: String? = null

The description of this project.

Link copied to clipboard

The friendly name for this project.

Link copied to clipboard
val gitrepo: String? = null

The reference to git repo for this project.

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

The location of the resource. This cannot be changed after the resource is created.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The immutable id of this project.

Link copied to clipboard

The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The immutable id of the workspace which contains this project.