WorkspacesOperations interface

Interface die de bewerkingen van een werkruimte vertegenwoordigt.

Eigenschappen

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginDiagnose
beginDiagnoseAndWait
beginPrepareNotebook
beginPrepareNotebookAndWait
beginResyncKeys
beginResyncKeysAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Hiermee maakt of werkt u een werkruimte bij met de opgegeven parameters.

delete

Hiermee verwijdert u een machine learning-werkruimte.

diagnose

Problemen met het instellen van de werkruimte vaststellen.

get

Hiermee haalt u de eigenschappen van de opgegeven machine learning-werkruimte op.

listByResourceGroup

Geeft een overzicht van alle beschikbare machine learning-werkruimten onder de opgegeven resourcegroep.

listBySubscription

Geeft een overzicht van alle beschikbare machine learning-werkruimten onder het opgegeven abonnement.

listKeys

Een lijst met alle sleutels die aan deze werkruimte zijn gekoppeld. Dit omvat sleutels voor het opslagaccount, app-inzichten en het wachtwoord voor het containerregister.

listNotebookAccessToken

Toegangstoken voor Azure Machine Learning Workspace-notebooks ophalen

listNotebookKeys

Bevat de sleutels van het Azure Machine Learning Workspaces-notebook.

listOutboundNetworkDependenciesEndpoints

Aangeroepen door client (portal, CLI, enzovoort) om programmatisch een lijst met alle externe uitgaande afhankelijkheden (FQDN's) op te halen.

listStorageAccountKeys

Bevat de sleutels van het opslagaccount van Azure Machine Learning Workspace.

prepareNotebook

De notebookresource van Azure Machine Learning Workspace voorbereiden

resyncKeys

Synchroniseer alle toetsen die aan deze werkruimte zijn gekoppeld opnieuw. Dit omvat sleutels voor het opslagaccount, app-inzichten en het wachtwoord voor het containerregister

update

Hiermee werkt u een machine learning-werkruimte bij met de opgegeven parameters.

Eigenschapdetails

beginCreateOrUpdate

Waarschuwing

Deze API is nu afgeschaft.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, body: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Workspace>, Workspace>>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, body: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Workspace>, Workspace>>

beginCreateOrUpdateAndWait

Waarschuwing

Deze API is nu afgeschaft.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, body: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams) => Promise<Workspace>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, body: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams) => Promise<Workspace>

beginDelete

Waarschuwing

Deze API is nu afgeschaft.

use delete instead

beginDelete: (resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Waarschuwing

Deze API is nu afgeschaft.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => Promise<void>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => Promise<void>

beginDiagnose

Waarschuwing

Deze API is nu afgeschaft.

use diagnose instead

beginDiagnose: (resourceGroupName: string, workspaceName: string, options?: WorkspacesDiagnoseOptionalParams) => Promise<SimplePollerLike<OperationState<DiagnoseResponseResult>, DiagnoseResponseResult>>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, options?: WorkspacesDiagnoseOptionalParams) => Promise<SimplePollerLike<OperationState<DiagnoseResponseResult>, DiagnoseResponseResult>>

beginDiagnoseAndWait

Waarschuwing

Deze API is nu afgeschaft.

use diagnose instead

beginDiagnoseAndWait: (resourceGroupName: string, workspaceName: string, options?: WorkspacesDiagnoseOptionalParams) => Promise<DiagnoseResponseResult>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, options?: WorkspacesDiagnoseOptionalParams) => Promise<DiagnoseResponseResult>

beginPrepareNotebook

Waarschuwing

Deze API is nu afgeschaft.

use prepareNotebook instead

beginPrepareNotebook: (resourceGroupName: string, workspaceName: string, options?: WorkspacesPrepareNotebookOptionalParams) => Promise<SimplePollerLike<OperationState<NotebookResourceInfo>, NotebookResourceInfo>>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, options?: WorkspacesPrepareNotebookOptionalParams) => Promise<SimplePollerLike<OperationState<NotebookResourceInfo>, NotebookResourceInfo>>

beginPrepareNotebookAndWait

Waarschuwing

Deze API is nu afgeschaft.

use prepareNotebook instead

beginPrepareNotebookAndWait: (resourceGroupName: string, workspaceName: string, options?: WorkspacesPrepareNotebookOptionalParams) => Promise<NotebookResourceInfo>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, options?: WorkspacesPrepareNotebookOptionalParams) => Promise<NotebookResourceInfo>

beginResyncKeys

Waarschuwing

Deze API is nu afgeschaft.

use resyncKeys instead

beginResyncKeys: (resourceGroupName: string, workspaceName: string, options?: WorkspacesResyncKeysOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, options?: WorkspacesResyncKeysOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginResyncKeysAndWait

Waarschuwing

Deze API is nu afgeschaft.

use resyncKeys instead

beginResyncKeysAndWait: (resourceGroupName: string, workspaceName: string, options?: WorkspacesResyncKeysOptionalParams) => Promise<void>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, options?: WorkspacesResyncKeysOptionalParams) => Promise<void>

beginUpdate

Waarschuwing

Deze API is nu afgeschaft.

use update instead

beginUpdate: (resourceGroupName: string, workspaceName: string, body: WorkspaceUpdateParameters, options?: WorkspacesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Workspace>, Workspace>>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, body: WorkspaceUpdateParameters, options?: WorkspacesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Workspace>, Workspace>>

beginUpdateAndWait

Waarschuwing

Deze API is nu afgeschaft.

use update instead

beginUpdateAndWait: (resourceGroupName: string, workspaceName: string, body: WorkspaceUpdateParameters, options?: WorkspacesUpdateOptionalParams) => Promise<Workspace>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, body: WorkspaceUpdateParameters, options?: WorkspacesUpdateOptionalParams) => Promise<Workspace>

createOrUpdate

Hiermee maakt of werkt u een werkruimte bij met de opgegeven parameters.

createOrUpdate: (resourceGroupName: string, workspaceName: string, body: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Workspace>, Workspace>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, body: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Workspace>, Workspace>

delete

Hiermee verwijdert u een machine learning-werkruimte.

delete: (resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

diagnose

Problemen met het instellen van de werkruimte vaststellen.

diagnose: (resourceGroupName: string, workspaceName: string, options?: WorkspacesDiagnoseOptionalParams) => PollerLike<OperationState<DiagnoseResponseResult>, DiagnoseResponseResult>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, options?: WorkspacesDiagnoseOptionalParams) => PollerLike<OperationState<DiagnoseResponseResult>, DiagnoseResponseResult>

get

Hiermee haalt u de eigenschappen van de opgegeven machine learning-werkruimte op.

get: (resourceGroupName: string, workspaceName: string, options?: WorkspacesGetOptionalParams) => Promise<Workspace>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, options?: WorkspacesGetOptionalParams) => Promise<Workspace>

listByResourceGroup

Geeft een overzicht van alle beschikbare machine learning-werkruimten onder de opgegeven resourcegroep.

listByResourceGroup: (resourceGroupName: string, options?: WorkspacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>

Waarde van eigenschap

(resourceGroupName: string, options?: WorkspacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>

listBySubscription

Geeft een overzicht van alle beschikbare machine learning-werkruimten onder het opgegeven abonnement.

listBySubscription: (options?: WorkspacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>

Waarde van eigenschap

(options?: WorkspacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>

listKeys

Een lijst met alle sleutels die aan deze werkruimte zijn gekoppeld. Dit omvat sleutels voor het opslagaccount, app-inzichten en het wachtwoord voor het containerregister.

listKeys: (resourceGroupName: string, workspaceName: string, options?: WorkspacesListKeysOptionalParams) => Promise<ListWorkspaceKeysResult>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, options?: WorkspacesListKeysOptionalParams) => Promise<ListWorkspaceKeysResult>

listNotebookAccessToken

Toegangstoken voor Azure Machine Learning Workspace-notebooks ophalen

listNotebookAccessToken: (resourceGroupName: string, workspaceName: string, options?: WorkspacesListNotebookAccessTokenOptionalParams) => Promise<NotebookAccessTokenResult>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, options?: WorkspacesListNotebookAccessTokenOptionalParams) => Promise<NotebookAccessTokenResult>

listNotebookKeys

Bevat de sleutels van het Azure Machine Learning Workspaces-notebook.

listNotebookKeys: (resourceGroupName: string, workspaceName: string, options?: WorkspacesListNotebookKeysOptionalParams) => Promise<ListNotebookKeysResult>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, options?: WorkspacesListNotebookKeysOptionalParams) => Promise<ListNotebookKeysResult>

listOutboundNetworkDependenciesEndpoints

Aangeroepen door client (portal, CLI, enzovoort) om programmatisch een lijst met alle externe uitgaande afhankelijkheden (FQDN's) op te halen.

listOutboundNetworkDependenciesEndpoints: (resourceGroupName: string, workspaceName: string, options?: WorkspacesListOutboundNetworkDependenciesEndpointsOptionalParams) => Promise<ExternalFqdnResponse>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, options?: WorkspacesListOutboundNetworkDependenciesEndpointsOptionalParams) => Promise<ExternalFqdnResponse>

listStorageAccountKeys

Bevat de sleutels van het opslagaccount van Azure Machine Learning Workspace.

listStorageAccountKeys: (resourceGroupName: string, workspaceName: string, options?: WorkspacesListStorageAccountKeysOptionalParams) => Promise<ListStorageAccountKeysResult>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, options?: WorkspacesListStorageAccountKeysOptionalParams) => Promise<ListStorageAccountKeysResult>

prepareNotebook

De notebookresource van Azure Machine Learning Workspace voorbereiden

prepareNotebook: (resourceGroupName: string, workspaceName: string, options?: WorkspacesPrepareNotebookOptionalParams) => PollerLike<OperationState<NotebookResourceInfo>, NotebookResourceInfo>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, options?: WorkspacesPrepareNotebookOptionalParams) => PollerLike<OperationState<NotebookResourceInfo>, NotebookResourceInfo>

resyncKeys

Synchroniseer alle toetsen die aan deze werkruimte zijn gekoppeld opnieuw. Dit omvat sleutels voor het opslagaccount, app-inzichten en het wachtwoord voor het containerregister

resyncKeys: (resourceGroupName: string, workspaceName: string, options?: WorkspacesResyncKeysOptionalParams) => PollerLike<OperationState<void>, void>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, options?: WorkspacesResyncKeysOptionalParams) => PollerLike<OperationState<void>, void>

update

Hiermee werkt u een machine learning-werkruimte bij met de opgegeven parameters.

update: (resourceGroupName: string, workspaceName: string, body: WorkspaceUpdateParameters, options?: WorkspacesUpdateOptionalParams) => PollerLike<OperationState<Workspace>, Workspace>

Waarde van eigenschap

(resourceGroupName: string, workspaceName: string, body: WorkspaceUpdateParameters, options?: WorkspacesUpdateOptionalParams) => PollerLike<OperationState<Workspace>, Workspace>