Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Workspace

Package version

An object that represents a machine learning workspace.

Hierarchy

Index

Properties

Optional applicationInsights

applicationInsights: undefined | string

ARM id of the application insights associated with this workspace. This cannot be changed once the workspace has been created

Optional containerRegistry

containerRegistry: undefined | string

ARM id of the container registry associated with this workspace. This cannot be changed once the workspace has been created

Optional creationTime

creationTime: Date

The creation time of the machine learning workspace in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

Optional description

description: undefined | string

The description of this workspace.

Optional discoveryUrl

discoveryUrl: undefined | string

Url for the discovery service to identify regional endpoints for machine learning experimentation services

Optional friendlyName

friendlyName: undefined | string

The friendly name for this workspace. This name in mutable

Optional id

id: undefined | string

Specifies the resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

Optional identity

identity: Identity

The identity of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional keyVault

keyVault: undefined | string

ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created

Optional location

location: undefined | string

Specifies the location of the resource.

Optional name

name: undefined | string

Specifies the name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: ProvisioningState

The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning. Possible values include: 'Unknown', 'Updating', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Canceled' NOTE: This property will not be serialized. It can only be populated by the server.

Optional storageAccount

storageAccount: undefined | string

ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created

Optional tags

tags: undefined | object

Contains resource tags defined as key/value pairs.

Optional type

type: undefined | string

Specifies the type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional workspaceId

workspaceId: undefined | string

The immutable id associated with this workspace. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc