Get Workspace Result
data class GetWorkspaceResult(val accountId: String, val creationDate: String, val description: String? = null, val friendlyName: String, val id: String, val location: String, val name: String, val provisioningState: String, val tags: Map<String, String>? = null, val type: String, val workspaceId: String)
An object that represents a machine learning team account workspace.
Constructors
Properties
Link copied to clipboard
The creation date of the machine learning workspace in ISO8601 format.
Link copied to clipboard
The description of this workspace.
Link copied to clipboard
The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created
Link copied to clipboard
The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning.
Link copied to clipboard
The immutable id of this workspace.