Package-level declarations
Types
Link copied to clipboard
data class GetAccountResult(val accountId: String, val creationDate: String, val description: String? = null, val discoveryUri: String, val friendlyName: String? = null, val id: String, val keyVaultId: String, val location: String, val name: String, val provisioningState: String, val seats: String? = null, val storageAccount: StorageAccountPropertiesResponse, val tags: Map<String, String>? = null, val type: String, val vsoAccountId: String)
An object that represents a machine learning team account.
Link copied to clipboard
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.
Link copied to clipboard
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.
Link copied to clipboard
The properties of a storage account for a machine learning team account.