共用方式為


Projects interface

表示專案的介面。

方法

createOrUpdate(string, string, string, string, Project, ProjectsCreateOrUpdateOptionalParams)

使用指定的參數建立或更新專案。

delete(string, string, string, string, ProjectsDeleteOptionalParams)

刪除專案。

get(string, string, string, string, ProjectsGetOptionalParams)

取得指定機器學習項目的屬性。

listByWorkspace(string, string, string, ProjectsListByWorkspaceOptionalParams)

列出指定工作區下所有可用的機器學習專案。

update(string, string, string, string, ProjectUpdateParameters, ProjectsUpdateOptionalParams)

使用指定的參數更新專案。

方法詳細資料

createOrUpdate(string, string, string, string, Project, ProjectsCreateOrUpdateOptionalParams)

使用指定的參數建立或更新專案。

function createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: Project, options?: ProjectsCreateOrUpdateOptionalParams): Promise<Project>

參數

resourceGroupName

string

機器學習小組帳戶所屬的資源群組名稱。

accountName

string

機器學習小組帳戶的名稱。

workspaceName

string

機器學習小組帳戶工作區的名稱。

projectName

string

小組帳戶工作區下機器學習項目的名稱。

parameters
Project

用於建立或更新項目的參數。

options
ProjectsCreateOrUpdateOptionalParams

選項參數。

傳回

Promise<Project>

delete(string, string, string, string, ProjectsDeleteOptionalParams)

刪除專案。

function delete(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, options?: ProjectsDeleteOptionalParams): Promise<void>

參數

resourceGroupName

string

機器學習小組帳戶所屬的資源群組名稱。

accountName

string

機器學習小組帳戶的名稱。

workspaceName

string

機器學習小組帳戶工作區的名稱。

projectName

string

小組帳戶工作區下機器學習項目的名稱。

options
ProjectsDeleteOptionalParams

選項參數。

傳回

Promise<void>

get(string, string, string, string, ProjectsGetOptionalParams)

取得指定機器學習項目的屬性。

function get(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, options?: ProjectsGetOptionalParams): Promise<Project>

參數

resourceGroupName

string

機器學習小組帳戶所屬的資源群組名稱。

accountName

string

機器學習小組帳戶的名稱。

workspaceName

string

機器學習小組帳戶工作區的名稱。

projectName

string

小組帳戶工作區下機器學習項目的名稱。

options
ProjectsGetOptionalParams

選項參數。

傳回

Promise<Project>

listByWorkspace(string, string, string, ProjectsListByWorkspaceOptionalParams)

列出指定工作區下所有可用的機器學習專案。

function listByWorkspace(accountName: string, workspaceName: string, resourceGroupName: string, options?: ProjectsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<Project, Project[], PageSettings>

參數

accountName

string

機器學習小組帳戶的名稱。

workspaceName

string

機器學習小組帳戶工作區的名稱。

resourceGroupName

string

機器學習小組帳戶所屬的資源群組名稱。

options
ProjectsListByWorkspaceOptionalParams

選項參數。

傳回

update(string, string, string, string, ProjectUpdateParameters, ProjectsUpdateOptionalParams)

使用指定的參數更新專案。

function update(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: ProjectUpdateParameters, options?: ProjectsUpdateOptionalParams): Promise<Project>

參數

resourceGroupName

string

機器學習小組帳戶所屬的資源群組名稱。

accountName

string

機器學習小組帳戶的名稱。

workspaceName

string

機器學習小組帳戶工作區的名稱。

projectName

string

小組帳戶工作區下機器學習項目的名稱。

parameters
ProjectUpdateParameters

更新機器學習小組帳戶的參數。

options
ProjectsUpdateOptionalParams

選項參數。

傳回

Promise<Project>