WorkspacesOperations interface

Çalışma Alanı işlemlerini temsil eden arabirim.

Özellikler

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

Belirtilen parametrelerle bir çalışma alanı oluşturur veya güncelleştirir.

delete

Makine öğrenmesi çalışma alanını siler.

diagnose

Çalışma alanı kurulum sorununu tanılayın.

get

Belirtilen makine öğrenmesi çalışma alanının özelliklerini alır.

listByResourceGroup

Belirtilen kaynak grubu altındaki tüm kullanılabilir makine öğrenmesi çalışma alanlarını listeler.

listBySubscription

Belirtilen abonelik altındaki tüm kullanılabilir makine öğrenmesi çalışma alanlarını listeler.

listKeys

Bu çalışma alanıyla ilişkili tüm anahtarları listeler. Buna depolama hesabı anahtarları, uygulama içgörüleri ve kapsayıcı kayıt defteri parolası dahildir.

listNotebookAccessToken

Azure Machine Learning Çalışma Alanı not defteri erişim belirtecini alma

listNotebookKeys

Azure Machine Learning Çalışma Alanları not defterinin anahtarlarını listeler.

listOutboundNetworkDependenciesEndpoints

Program aracılığıyla tüm dış giden bağımlılıkların (FQDN) listesini almak için İstemci (Portal, CLI vb.) tarafından çağrılır.

listStorageAccountKeys

Azure Machine Learning Çalışma Alanı'nın depolama hesabının anahtarlarını listeler.

prepareNotebook

Azure Machine Learning Çalışma Alanı'nın not defteri kaynağını hazırlama

resyncKeys

Bu çalışma alanıyla ilişkili tüm anahtarları yeniden eşitleyin. Buna depolama hesabı anahtarları, uygulama içgörüleri ve kapsayıcı kayıt defteri parolası dahildir

update

Makine öğrenmesi çalışma alanını belirtilen parametrelerle güncelleştirir.

Özellik Ayrıntıları

beginCreateOrUpdate

Uyarı

Bu API artık kullanım dışıdır.

use createOrUpdate instead

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

Özellik Değeri

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

beginCreateOrUpdateAndWait

Uyarı

Bu API artık kullanım dışıdır.

use createOrUpdate instead

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

Özellik Değeri

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

beginDelete

Uyarı

Bu API artık kullanım dışıdır.

use delete instead

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

Özellik Değeri

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

beginDeleteAndWait

Uyarı

Bu API artık kullanım dışıdır.

use delete instead

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

Özellik Değeri

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

beginDiagnose

Uyarı

Bu API artık kullanım dışıdır.

use diagnose instead

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

Özellik Değeri

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

beginDiagnoseAndWait

Uyarı

Bu API artık kullanım dışıdır.

use diagnose instead

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

Özellik Değeri

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

beginPrepareNotebook

Uyarı

Bu API artık kullanım dışıdır.

use prepareNotebook instead

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

Özellik Değeri

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

beginPrepareNotebookAndWait

Uyarı

Bu API artık kullanım dışıdır.

use prepareNotebook instead

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

Özellik Değeri

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

beginResyncKeys

Uyarı

Bu API artık kullanım dışıdır.

use resyncKeys instead

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

Özellik Değeri

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

beginResyncKeysAndWait

Uyarı

Bu API artık kullanım dışıdır.

use resyncKeys instead

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

Özellik Değeri

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

beginUpdate

Uyarı

Bu API artık kullanım dışıdır.

use update instead

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

Özellik Değeri

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

beginUpdateAndWait

Uyarı

Bu API artık kullanım dışıdır.

use update instead

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

Özellik Değeri

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

createOrUpdate

Belirtilen parametrelerle bir çalışma alanı oluşturur veya güncelleştirir.

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

Özellik Değeri

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

delete

Makine öğrenmesi çalışma alanını siler.

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

Özellik Değeri

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

diagnose

Çalışma alanı kurulum sorununu tanılayın.

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

Özellik Değeri

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

get

Belirtilen makine öğrenmesi çalışma alanının özelliklerini alır.

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

Özellik Değeri

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

listByResourceGroup

Belirtilen kaynak grubu altındaki tüm kullanılabilir makine öğrenmesi çalışma alanlarını listeler.

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

Özellik Değeri

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

listBySubscription

Belirtilen abonelik altındaki tüm kullanılabilir makine öğrenmesi çalışma alanlarını listeler.

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

Özellik Değeri

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

listKeys

Bu çalışma alanıyla ilişkili tüm anahtarları listeler. Buna depolama hesabı anahtarları, uygulama içgörüleri ve kapsayıcı kayıt defteri parolası dahildir.

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

Özellik Değeri

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

listNotebookAccessToken

Azure Machine Learning Çalışma Alanı not defteri erişim belirtecini alma

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

Özellik Değeri

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

listNotebookKeys

Azure Machine Learning Çalışma Alanları not defterinin anahtarlarını listeler.

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

Özellik Değeri

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

listOutboundNetworkDependenciesEndpoints

Program aracılığıyla tüm dış giden bağımlılıkların (FQDN) listesini almak için İstemci (Portal, CLI vb.) tarafından çağrılır.

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

Özellik Değeri

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

listStorageAccountKeys

Azure Machine Learning Çalışma Alanı'nın depolama hesabının anahtarlarını listeler.

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

Özellik Değeri

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

prepareNotebook

Azure Machine Learning Çalışma Alanı'nın not defteri kaynağını hazırlama

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

Özellik Değeri

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

resyncKeys

Bu çalışma alanıyla ilişkili tüm anahtarları yeniden eşitleyin. Buna depolama hesabı anahtarları, uygulama içgörüleri ve kapsayıcı kayıt defteri parolası dahildir

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

Özellik Değeri

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

update

Makine öğrenmesi çalışma alanını belirtilen parametrelerle güncelleştirir.

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

Özellik Değeri

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