Workspaces class
ワークスペースを表すクラス。
コンストラクター
Workspaces(MLTeam |
ワークスペースを作成します。 |
メソッド
コンストラクターの詳細
Workspaces(MLTeamAccountManagementClientContext)
ワークスペースを作成します。
new Workspaces(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<WorkspacesCreateOrUpdateResponse>
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
コールバック。
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
コールバック。
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<WorkspacesGetResponse>
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
コールバック。
get(string, string, string, ServiceCallback<Workspace>)
function get(resourceGroupName: string, accountName: string, workspaceName: string, callback: ServiceCallback<Workspace>)
パラメーター
- resourceGroupName
-
string
機械学習チーム アカウントが属するリソース グループの名前。
- accountName
-
string
機械学習チーム アカウントの名前。
- workspaceName
-
string
機械学習チーム アカウント ワークスペースの名前。
- callback
コールバック。
listByAccounts(string, string, RequestOptionsBase)
指定したチーム アカウントで使用可能なすべての機械学習ワークスペースを一覧表示します。
function listByAccounts(accountName: string, resourceGroupName: string, options?: RequestOptionsBase): Promise<WorkspacesListByAccountsResponse>
パラメーター
- accountName
-
string
機械学習チーム アカウントの名前。
- resourceGroupName
-
string
機械学習チーム アカウントが属するリソース グループの名前。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<WorkspacesListByAccountsResponse>
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
コールバック。
listByAccounts(string, string, ServiceCallback<WorkspaceListResult>)
function listByAccounts(accountName: string, resourceGroupName: string, callback: ServiceCallback<WorkspaceListResult>)
パラメーター
- accountName
-
string
機械学習チーム アカウントの名前。
- resourceGroupName
-
string
機械学習チーム アカウントが属するリソース グループの名前。
- callback
コールバック。
listByAccountsNext(string, RequestOptionsBase)
指定したチーム アカウントで使用可能なすべての機械学習ワークスペースを一覧表示します。
function listByAccountsNext(nextPageLink: string, options?: RequestOptionsBase): Promise<WorkspacesListByAccountsNextResponse>
パラメーター
- nextPageLink
-
string
List 操作への前回の正常な呼び出しからの NextLink。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<WorkspacesListByAccountsNextResponse>
Promise<Models.WorkspacesListByAccountsNextResponse>
listByAccountsNext(string, RequestOptionsBase, ServiceCallback<WorkspaceListResult>)
function listByAccountsNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<WorkspaceListResult>)
パラメーター
- nextPageLink
-
string
List 操作への前回の正常な呼び出しからの NextLink。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
listByAccountsNext(string, ServiceCallback<WorkspaceListResult>)
function listByAccountsNext(nextPageLink: string, callback: ServiceCallback<WorkspaceListResult>)
パラメーター
- nextPageLink
-
string
List 操作への前回の正常な呼び出しからの NextLink。
- callback
コールバック。
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<WorkspacesUpdateResponse>
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
コールバック。
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
コールバック。