WorkspacesOperations interface
Schnittstelle, die eine Workspaces-Operation darstellt.
Eigenschaften
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Erstellt oder aktualisiert einen Arbeitsbereich mit den angegebenen Parametern. |
| delete | Löscht einen Arbeitsbereich für maschinelles Lernen. |
| diagnose | Problem beim Einrichten des Arbeitsbereichs diagnostizieren. |
| get | Ruft die Eigenschaften des angegebenen Maschinellen Lernarbeitsbereichs ab. |
| list |
Listet alle verfügbaren Machine Learning-Arbeitsbereiche unter der angegebenen Ressourcengruppe auf. |
| list |
Listet alle verfügbaren Machine Learning-Arbeitsbereiche unter dem angegebenen Abonnement auf. |
| list |
Listet alle Schlüssel auf, die diesem Arbeitsbereich zugeordnet sind. Dazu gehören Schlüssel für das Speicherkonto, App Insights und das Kennwort für die Containerregistrierung. |
| list |
Abrufen des Zugriffstokens für Azure Machine Learning Workspace-Notebooks |
| list |
Listet die Schlüssel des Azure Machine Learning Workspaces-Notebooks auf. |
| list |
Wird von Client (Portal, CLI usw.) aufgerufen, um programmgesteuert eine Liste aller externen ausgehenden Abhängigkeiten (FQDNs) abzurufen. |
| list |
Listet die Schlüssel des Speicherkontos von Azure Machine Learning Workspace auf. |
| prepare |
Vorbereiten der Notebook-Ressource von Azure Machine Learning Workspace |
| resync |
Synchronisieren Sie alle Schlüssel, die diesem Arbeitsbereich zugeordnet sind, erneut. Dazu gehören Schlüssel für das Speicherkonto, App Insights und das Kennwort für die Containerregistrierung |
| update | Aktualisiert einen Maschinellen Lernarbeitsbereich mit den angegebenen Parametern. |
Details zur Eigenschaft
beginCreateOrUpdate
Warnung
Diese API ist nun veraltet.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, body: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Workspace>, Workspace>>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, body: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Workspace>, Workspace>>
beginCreateOrUpdateAndWait
Warnung
Diese API ist nun veraltet.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, body: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams) => Promise<Workspace>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, body: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams) => Promise<Workspace>
beginDelete
Warnung
Diese API ist nun veraltet.
use delete instead
beginDelete: (resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warnung
Diese API ist nun veraltet.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => Promise<void>
beginDiagnose
Warnung
Diese API ist nun veraltet.
use diagnose instead
beginDiagnose: (resourceGroupName: string, workspaceName: string, options?: WorkspacesDiagnoseOptionalParams) => Promise<SimplePollerLike<OperationState<DiagnoseResponseResult>, DiagnoseResponseResult>>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspacesDiagnoseOptionalParams) => Promise<SimplePollerLike<OperationState<DiagnoseResponseResult>, DiagnoseResponseResult>>
beginDiagnoseAndWait
Warnung
Diese API ist nun veraltet.
use diagnose instead
beginDiagnoseAndWait: (resourceGroupName: string, workspaceName: string, options?: WorkspacesDiagnoseOptionalParams) => Promise<DiagnoseResponseResult>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspacesDiagnoseOptionalParams) => Promise<DiagnoseResponseResult>
beginPrepareNotebook
Warnung
Diese API ist nun veraltet.
use prepareNotebook instead
beginPrepareNotebook: (resourceGroupName: string, workspaceName: string, options?: WorkspacesPrepareNotebookOptionalParams) => Promise<SimplePollerLike<OperationState<NotebookResourceInfo>, NotebookResourceInfo>>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspacesPrepareNotebookOptionalParams) => Promise<SimplePollerLike<OperationState<NotebookResourceInfo>, NotebookResourceInfo>>
beginPrepareNotebookAndWait
Warnung
Diese API ist nun veraltet.
use prepareNotebook instead
beginPrepareNotebookAndWait: (resourceGroupName: string, workspaceName: string, options?: WorkspacesPrepareNotebookOptionalParams) => Promise<NotebookResourceInfo>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspacesPrepareNotebookOptionalParams) => Promise<NotebookResourceInfo>
beginResyncKeys
Warnung
Diese API ist nun veraltet.
use resyncKeys instead
beginResyncKeys: (resourceGroupName: string, workspaceName: string, options?: WorkspacesResyncKeysOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspacesResyncKeysOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginResyncKeysAndWait
Warnung
Diese API ist nun veraltet.
use resyncKeys instead
beginResyncKeysAndWait: (resourceGroupName: string, workspaceName: string, options?: WorkspacesResyncKeysOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspacesResyncKeysOptionalParams) => Promise<void>
beginUpdate
Warnung
Diese API ist nun veraltet.
use update instead
beginUpdate: (resourceGroupName: string, workspaceName: string, body: WorkspaceUpdateParameters, options?: WorkspacesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Workspace>, Workspace>>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, body: WorkspaceUpdateParameters, options?: WorkspacesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Workspace>, Workspace>>
beginUpdateAndWait
Warnung
Diese API ist nun veraltet.
use update instead
beginUpdateAndWait: (resourceGroupName: string, workspaceName: string, body: WorkspaceUpdateParameters, options?: WorkspacesUpdateOptionalParams) => Promise<Workspace>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, body: WorkspaceUpdateParameters, options?: WorkspacesUpdateOptionalParams) => Promise<Workspace>
createOrUpdate
Erstellt oder aktualisiert einen Arbeitsbereich mit den angegebenen Parametern.
createOrUpdate: (resourceGroupName: string, workspaceName: string, body: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Workspace>, Workspace>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, body: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Workspace>, Workspace>
delete
Löscht einen Arbeitsbereich für maschinelles Lernen.
delete: (resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
diagnose
Problem beim Einrichten des Arbeitsbereichs diagnostizieren.
diagnose: (resourceGroupName: string, workspaceName: string, options?: WorkspacesDiagnoseOptionalParams) => PollerLike<OperationState<DiagnoseResponseResult>, DiagnoseResponseResult>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspacesDiagnoseOptionalParams) => PollerLike<OperationState<DiagnoseResponseResult>, DiagnoseResponseResult>
get
Ruft die Eigenschaften des angegebenen Maschinellen Lernarbeitsbereichs ab.
get: (resourceGroupName: string, workspaceName: string, options?: WorkspacesGetOptionalParams) => Promise<Workspace>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspacesGetOptionalParams) => Promise<Workspace>
listByResourceGroup
Listet alle verfügbaren Machine Learning-Arbeitsbereiche unter der angegebenen Ressourcengruppe auf.
listByResourceGroup: (resourceGroupName: string, options?: WorkspacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, options?: WorkspacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>
listBySubscription
Listet alle verfügbaren Machine Learning-Arbeitsbereiche unter dem angegebenen Abonnement auf.
listBySubscription: (options?: WorkspacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>
Eigenschaftswert
(options?: WorkspacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>
listKeys
Listet alle Schlüssel auf, die diesem Arbeitsbereich zugeordnet sind. Dazu gehören Schlüssel für das Speicherkonto, App Insights und das Kennwort für die Containerregistrierung.
listKeys: (resourceGroupName: string, workspaceName: string, options?: WorkspacesListKeysOptionalParams) => Promise<ListWorkspaceKeysResult>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspacesListKeysOptionalParams) => Promise<ListWorkspaceKeysResult>
listNotebookAccessToken
Abrufen des Zugriffstokens für Azure Machine Learning Workspace-Notebooks
listNotebookAccessToken: (resourceGroupName: string, workspaceName: string, options?: WorkspacesListNotebookAccessTokenOptionalParams) => Promise<NotebookAccessTokenResult>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspacesListNotebookAccessTokenOptionalParams) => Promise<NotebookAccessTokenResult>
listNotebookKeys
Listet die Schlüssel des Azure Machine Learning Workspaces-Notebooks auf.
listNotebookKeys: (resourceGroupName: string, workspaceName: string, options?: WorkspacesListNotebookKeysOptionalParams) => Promise<ListNotebookKeysResult>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspacesListNotebookKeysOptionalParams) => Promise<ListNotebookKeysResult>
listOutboundNetworkDependenciesEndpoints
Wird von Client (Portal, CLI usw.) aufgerufen, um programmgesteuert eine Liste aller externen ausgehenden Abhängigkeiten (FQDNs) abzurufen.
listOutboundNetworkDependenciesEndpoints: (resourceGroupName: string, workspaceName: string, options?: WorkspacesListOutboundNetworkDependenciesEndpointsOptionalParams) => Promise<ExternalFqdnResponse>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspacesListOutboundNetworkDependenciesEndpointsOptionalParams) => Promise<ExternalFqdnResponse>
listStorageAccountKeys
Listet die Schlüssel des Speicherkontos von Azure Machine Learning Workspace auf.
listStorageAccountKeys: (resourceGroupName: string, workspaceName: string, options?: WorkspacesListStorageAccountKeysOptionalParams) => Promise<ListStorageAccountKeysResult>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspacesListStorageAccountKeysOptionalParams) => Promise<ListStorageAccountKeysResult>
prepareNotebook
Vorbereiten der Notebook-Ressource von Azure Machine Learning Workspace
prepareNotebook: (resourceGroupName: string, workspaceName: string, options?: WorkspacesPrepareNotebookOptionalParams) => PollerLike<OperationState<NotebookResourceInfo>, NotebookResourceInfo>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspacesPrepareNotebookOptionalParams) => PollerLike<OperationState<NotebookResourceInfo>, NotebookResourceInfo>
resyncKeys
Synchronisieren Sie alle Schlüssel, die diesem Arbeitsbereich zugeordnet sind, erneut. Dazu gehören Schlüssel für das Speicherkonto, App Insights und das Kennwort für die Containerregistrierung
resyncKeys: (resourceGroupName: string, workspaceName: string, options?: WorkspacesResyncKeysOptionalParams) => PollerLike<OperationState<void>, void>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspacesResyncKeysOptionalParams) => PollerLike<OperationState<void>, void>
update
Aktualisiert einen Maschinellen Lernarbeitsbereich mit den angegebenen Parametern.
update: (resourceGroupName: string, workspaceName: string, body: WorkspaceUpdateParameters, options?: WorkspacesUpdateOptionalParams) => PollerLike<OperationState<Workspace>, Workspace>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, body: WorkspaceUpdateParameters, options?: WorkspacesUpdateOptionalParams) => PollerLike<OperationState<Workspace>, Workspace>