次の方法で共有


Workspaces class

ワークスペースを表すクラス。

コンストラクター

Workspaces(MLTeamAccountManagementClientContext)

ワークスペースを作成します。

メソッド

createOrUpdate(string, string, string, Workspace, RequestOptionsBase)

指定したパラメーターを使用して機械学習ワークスペースを作成または更新します。

createOrUpdate(string, string, string, Workspace, RequestOptionsBase, ServiceCallback<Workspace>)
createOrUpdate(string, string, string, Workspace, ServiceCallback<Workspace>)
deleteMethod(string, string, string, RequestOptionsBase)

機械学習ワークスペースを削除します。

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

指定した機械学習ワークスペースのプロパティを取得します。

get(string, string, string, RequestOptionsBase, ServiceCallback<Workspace>)
get(string, string, string, ServiceCallback<Workspace>)
listByAccounts(string, string, RequestOptionsBase)

指定したチーム アカウントで使用可能なすべての機械学習ワークスペースを一覧表示します。

listByAccounts(string, string, RequestOptionsBase, ServiceCallback<WorkspaceListResult>)
listByAccounts(string, string, ServiceCallback<WorkspaceListResult>)
listByAccountsNext(string, RequestOptionsBase)

指定したチーム アカウントで使用可能なすべての機械学習ワークスペースを一覧表示します。

listByAccountsNext(string, RequestOptionsBase, ServiceCallback<WorkspaceListResult>)
listByAccountsNext(string, ServiceCallback<WorkspaceListResult>)
update(string, string, string, WorkspaceUpdateParameters, RequestOptionsBase)

指定したパラメーターを使用して機械学習ワークスペースを更新します。

update(string, string, string, WorkspaceUpdateParameters, RequestOptionsBase, ServiceCallback<Workspace>)
update(string, string, string, WorkspaceUpdateParameters, ServiceCallback<Workspace>)

コンストラクターの詳細

Workspaces(MLTeamAccountManagementClientContext)

ワークスペースを作成します。

new Workspaces(client: MLTeamAccountManagementClientContext)

パラメーター

client
MLTeamAccountManagementClientContext

サービス クライアントへの参照。

メソッドの詳細

createOrUpdate(string, string, string, Workspace, RequestOptionsBase)

指定したパラメーターを使用して機械学習ワークスペースを作成または更新します。

function createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, parameters: Workspace, options?: RequestOptionsBase): Promise<WorkspacesCreateOrUpdateResponse>

パラメーター

resourceGroupName

string

機械学習チーム アカウントが属するリソース グループの名前。

accountName

string

機械学習チーム アカウントの名前。

workspaceName

string

機械学習チーム アカウント ワークスペースの名前。

parameters
Workspace

機械学習ワークスペースを作成または更新するためのパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.WorkspacesCreateOrUpdateResponse>

createOrUpdate(string, string, string, Workspace, RequestOptionsBase, ServiceCallback<Workspace>)

function createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, parameters: Workspace, options: RequestOptionsBase, callback: ServiceCallback<Workspace>)

パラメーター

resourceGroupName

string

機械学習チーム アカウントが属するリソース グループの名前。

accountName

string

機械学習チーム アカウントの名前。

workspaceName

string

機械学習チーム アカウント ワークスペースの名前。

parameters
Workspace

機械学習ワークスペースを作成または更新するためのパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Workspace>

コールバック。

createOrUpdate(string, string, string, Workspace, ServiceCallback<Workspace>)

function createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, parameters: Workspace, callback: ServiceCallback<Workspace>)

パラメーター

resourceGroupName

string

機械学習チーム アカウントが属するリソース グループの名前。

accountName

string

機械学習チーム アカウントの名前。

workspaceName

string

機械学習チーム アカウント ワークスペースの名前。

parameters
Workspace

機械学習ワークスペースを作成または更新するためのパラメーター。

callback

ServiceCallback<Workspace>

コールバック。

deleteMethod(string, string, string, RequestOptionsBase)

機械学習ワークスペースを削除します。

function deleteMethod(resourceGroupName: string, accountName: string, workspaceName: string, options?: RequestOptionsBase): Promise<RestResponse>

パラメーター

resourceGroupName

string

機械学習チーム アカウントが属するリソース グループの名前。

accountName

string

機械学習チーム アカウントの名前。

workspaceName

string

機械学習チーム アカウント ワークスペースの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, accountName: string, workspaceName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

機械学習チーム アカウントが属するリソース グループの名前。

accountName

string

機械学習チーム アカウントの名前。

workspaceName

string

機械学習チーム アカウント ワークスペースの名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, accountName: string, workspaceName: string, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

機械学習チーム アカウントが属するリソース グループの名前。

accountName

string

機械学習チーム アカウントの名前。

workspaceName

string

機械学習チーム アカウント ワークスペースの名前。

callback

ServiceCallback<void>

コールバック。

get(string, string, string, RequestOptionsBase)

指定した機械学習ワークスペースのプロパティを取得します。

function get(resourceGroupName: string, accountName: string, workspaceName: string, options?: RequestOptionsBase): Promise<WorkspacesGetResponse>

パラメーター

resourceGroupName

string

機械学習チーム アカウントが属するリソース グループの名前。

accountName

string

機械学習チーム アカウントの名前。

workspaceName

string

機械学習チーム アカウント ワークスペースの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.WorkspacesGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<Workspace>)

function get(resourceGroupName: string, accountName: string, workspaceName: string, options: RequestOptionsBase, callback: ServiceCallback<Workspace>)

パラメーター

resourceGroupName

string

機械学習チーム アカウントが属するリソース グループの名前。

accountName

string

機械学習チーム アカウントの名前。

workspaceName

string

機械学習チーム アカウント ワークスペースの名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Workspace>

コールバック。

get(string, string, string, ServiceCallback<Workspace>)

function get(resourceGroupName: string, accountName: string, workspaceName: string, callback: ServiceCallback<Workspace>)

パラメーター

resourceGroupName

string

機械学習チーム アカウントが属するリソース グループの名前。

accountName

string

機械学習チーム アカウントの名前。

workspaceName

string

機械学習チーム アカウント ワークスペースの名前。

callback

ServiceCallback<Workspace>

コールバック。

listByAccounts(string, string, RequestOptionsBase)

指定したチーム アカウントで使用可能なすべての機械学習ワークスペースを一覧表示します。

function listByAccounts(accountName: string, resourceGroupName: string, options?: RequestOptionsBase): Promise<WorkspacesListByAccountsResponse>

パラメーター

accountName

string

機械学習チーム アカウントの名前。

resourceGroupName

string

機械学習チーム アカウントが属するリソース グループの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.WorkspacesListByAccountsResponse>

listByAccounts(string, string, RequestOptionsBase, ServiceCallback<WorkspaceListResult>)

function listByAccounts(accountName: string, resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<WorkspaceListResult>)

パラメーター

accountName

string

機械学習チーム アカウントの名前。

resourceGroupName

string

機械学習チーム アカウントが属するリソース グループの名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<WorkspaceListResult>

コールバック。

listByAccounts(string, string, ServiceCallback<WorkspaceListResult>)

function listByAccounts(accountName: string, resourceGroupName: string, callback: ServiceCallback<WorkspaceListResult>)

パラメーター

accountName

string

機械学習チーム アカウントの名前。

resourceGroupName

string

機械学習チーム アカウントが属するリソース グループの名前。

callback

ServiceCallback<WorkspaceListResult>

コールバック。

listByAccountsNext(string, RequestOptionsBase)

指定したチーム アカウントで使用可能なすべての機械学習ワークスペースを一覧表示します。

function listByAccountsNext(nextPageLink: string, options?: RequestOptionsBase): Promise<WorkspacesListByAccountsNextResponse>

パラメーター

nextPageLink

string

List 操作への前回の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.WorkspacesListByAccountsNextResponse>

listByAccountsNext(string, RequestOptionsBase, ServiceCallback<WorkspaceListResult>)

function listByAccountsNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<WorkspaceListResult>)

パラメーター

nextPageLink

string

List 操作への前回の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<WorkspaceListResult>

コールバック。

listByAccountsNext(string, ServiceCallback<WorkspaceListResult>)

function listByAccountsNext(nextPageLink: string, callback: ServiceCallback<WorkspaceListResult>)

パラメーター

nextPageLink

string

List 操作への前回の正常な呼び出しからの NextLink。

callback

ServiceCallback<WorkspaceListResult>

コールバック。

update(string, string, string, WorkspaceUpdateParameters, RequestOptionsBase)

指定したパラメーターを使用して機械学習ワークスペースを更新します。

function update(resourceGroupName: string, accountName: string, workspaceName: string, parameters: WorkspaceUpdateParameters, options?: RequestOptionsBase): Promise<WorkspacesUpdateResponse>

パラメーター

resourceGroupName

string

機械学習チーム アカウントが属するリソース グループの名前。

accountName

string

機械学習チーム アカウントの名前。

workspaceName

string

機械学習チーム アカウント ワークスペースの名前。

parameters
WorkspaceUpdateParameters

機械学習ワークスペースを更新するためのパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.WorkspacesUpdateResponse>

update(string, string, string, WorkspaceUpdateParameters, RequestOptionsBase, ServiceCallback<Workspace>)

function update(resourceGroupName: string, accountName: string, workspaceName: string, parameters: WorkspaceUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Workspace>)

パラメーター

resourceGroupName

string

機械学習チーム アカウントが属するリソース グループの名前。

accountName

string

機械学習チーム アカウントの名前。

workspaceName

string

機械学習チーム アカウント ワークスペースの名前。

parameters
WorkspaceUpdateParameters

機械学習ワークスペースを更新するためのパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Workspace>

コールバック。

update(string, string, string, WorkspaceUpdateParameters, ServiceCallback<Workspace>)

function update(resourceGroupName: string, accountName: string, workspaceName: string, parameters: WorkspaceUpdateParameters, callback: ServiceCallback<Workspace>)

パラメーター

resourceGroupName

string

機械学習チーム アカウントが属するリソース グループの名前。

accountName

string

機械学習チーム アカウントの名前。

workspaceName

string

機械学習チーム アカウント ワークスペースの名前。

parameters
WorkspaceUpdateParameters

機械学習ワークスペースを更新するためのパラメーター。

callback

ServiceCallback<Workspace>

コールバック。