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.