Aracılığıyla paylaş


Projects class

Projeleri temsil eden sınıf.

Oluşturucular

Projects(MLTeamAccountManagementClientContext)

Projeler oluşturun.

Yöntemler

createOrUpdate(string, string, string, string, Project, RequestOptionsBase)

Belirtilen parametrelerle bir proje oluşturur veya güncelleştirir.

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

Projeyi siler.

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

Belirtilen makine öğrenmesi projesinin özelliklerini alır.

get(string, string, string, string, RequestOptionsBase, ServiceCallback<Project>)
get(string, string, string, string, ServiceCallback<Project>)
listByWorkspace(string, string, string, RequestOptionsBase)

Belirtilen çalışma alanı altındaki tüm kullanılabilir makine öğrenmesi projelerini listeler.

listByWorkspace(string, string, string, RequestOptionsBase, ServiceCallback<ProjectListResult>)
listByWorkspace(string, string, string, ServiceCallback<ProjectListResult>)
listByWorkspaceNext(string, RequestOptionsBase)

Belirtilen çalışma alanı altındaki tüm kullanılabilir makine öğrenmesi projelerini listeler.

listByWorkspaceNext(string, RequestOptionsBase, ServiceCallback<ProjectListResult>)
listByWorkspaceNext(string, ServiceCallback<ProjectListResult>)
update(string, string, string, string, ProjectUpdateParameters, RequestOptionsBase)

Bir projeyi belirtilen parametrelerle güncelleştirir.

update(string, string, string, string, ProjectUpdateParameters, RequestOptionsBase, ServiceCallback<Project>)
update(string, string, string, string, ProjectUpdateParameters, ServiceCallback<Project>)

Oluşturucu Ayrıntıları

Projects(MLTeamAccountManagementClientContext)

Projeler oluşturun.

new Projects(client: MLTeamAccountManagementClientContext)

Parametreler

client
MLTeamAccountManagementClientContext

Hizmet istemcisine başvuru.

Yöntem Ayrıntıları

createOrUpdate(string, string, string, string, Project, RequestOptionsBase)

Belirtilen parametrelerle bir proje oluşturur veya güncelleştirir.

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

Parametreler

resourceGroupName

string

Makine öğrenmesi ekip hesabının ait olduğu kaynak grubunun adı.

accountName

string

Makine öğrenmesi ekip hesabının adı.

workspaceName

string

Makine öğrenmesi ekip hesabı çalışma alanının adı.

projectName

string

Takım hesabı çalışma alanı altındaki makine öğrenmesi projesinin adı.

parameters
Project

Proje oluşturma veya güncelleştirme parametreleri.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ProjectsCreateOrUpdateResponse>

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

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

Parametreler

resourceGroupName

string

Makine öğrenmesi ekip hesabının ait olduğu kaynak grubunun adı.

accountName

string

Makine öğrenmesi ekip hesabının adı.

workspaceName

string

Makine öğrenmesi ekip hesabı çalışma alanının adı.

projectName

string

Takım hesabı çalışma alanı altındaki makine öğrenmesi projesinin adı.

parameters
Project

Proje oluşturma veya güncelleştirme parametreleri.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<Project>

Geri çağırma

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

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

Parametreler

resourceGroupName

string

Makine öğrenmesi ekip hesabının ait olduğu kaynak grubunun adı.

accountName

string

Makine öğrenmesi ekip hesabının adı.

workspaceName

string

Makine öğrenmesi ekip hesabı çalışma alanının adı.

projectName

string

Takım hesabı çalışma alanı altındaki makine öğrenmesi projesinin adı.

parameters
Project

Proje oluşturma veya güncelleştirme parametreleri.

callback

ServiceCallback<Project>

Geri çağırma

deleteMethod(string, string, string, string, RequestOptionsBase)

Projeyi siler.

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

Parametreler

resourceGroupName

string

Makine öğrenmesi ekip hesabının ait olduğu kaynak grubunun adı.

accountName

string

Makine öğrenmesi ekip hesabının adı.

workspaceName

string

Makine öğrenmesi ekip hesabı çalışma alanının adı.

projectName

string

Takım hesabı çalışma alanı altındaki makine öğrenmesi projesinin adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<RestResponse>

promise<msRest.RestResponse>

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

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

Parametreler

resourceGroupName

string

Makine öğrenmesi ekip hesabının ait olduğu kaynak grubunun adı.

accountName

string

Makine öğrenmesi ekip hesabının adı.

workspaceName

string

Makine öğrenmesi ekip hesabı çalışma alanının adı.

projectName

string

Takım hesabı çalışma alanı altındaki makine öğrenmesi projesinin adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<void>

Geri çağırma

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

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

Parametreler

resourceGroupName

string

Makine öğrenmesi ekip hesabının ait olduğu kaynak grubunun adı.

accountName

string

Makine öğrenmesi ekip hesabının adı.

workspaceName

string

Makine öğrenmesi ekip hesabı çalışma alanının adı.

projectName

string

Takım hesabı çalışma alanı altındaki makine öğrenmesi projesinin adı.

callback

ServiceCallback<void>

Geri çağırma

get(string, string, string, string, RequestOptionsBase)

Belirtilen makine öğrenmesi projesinin özelliklerini alır.

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

Parametreler

resourceGroupName

string

Makine öğrenmesi ekip hesabının ait olduğu kaynak grubunun adı.

accountName

string

Makine öğrenmesi ekip hesabının adı.

workspaceName

string

Makine öğrenmesi ekip hesabı çalışma alanının adı.

projectName

string

Takım hesabı çalışma alanı altındaki makine öğrenmesi projesinin adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ProjectsGetResponse>

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

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

Parametreler

resourceGroupName

string

Makine öğrenmesi ekip hesabının ait olduğu kaynak grubunun adı.

accountName

string

Makine öğrenmesi ekip hesabının adı.

workspaceName

string

Makine öğrenmesi ekip hesabı çalışma alanının adı.

projectName

string

Takım hesabı çalışma alanı altındaki makine öğrenmesi projesinin adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<Project>

Geri çağırma

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

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

Parametreler

resourceGroupName

string

Makine öğrenmesi ekip hesabının ait olduğu kaynak grubunun adı.

accountName

string

Makine öğrenmesi ekip hesabının adı.

workspaceName

string

Makine öğrenmesi ekip hesabı çalışma alanının adı.

projectName

string

Takım hesabı çalışma alanı altındaki makine öğrenmesi projesinin adı.

callback

ServiceCallback<Project>

Geri çağırma

listByWorkspace(string, string, string, RequestOptionsBase)

Belirtilen çalışma alanı altındaki tüm kullanılabilir makine öğrenmesi projelerini listeler.

function listByWorkspace(accountName: string, workspaceName: string, resourceGroupName: string, options?: RequestOptionsBase): Promise<ProjectsListByWorkspaceResponse>

Parametreler

accountName

string

Makine öğrenmesi ekip hesabının adı.

workspaceName

string

Makine öğrenmesi ekip hesabı çalışma alanının adı.

resourceGroupName

string

Makine öğrenmesi ekip hesabının ait olduğu kaynak grubunun adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ProjectsListByWorkspaceResponse>

listByWorkspace(string, string, string, RequestOptionsBase, ServiceCallback<ProjectListResult>)

function listByWorkspace(accountName: string, workspaceName: string, resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<ProjectListResult>)

Parametreler

accountName

string

Makine öğrenmesi ekip hesabının adı.

workspaceName

string

Makine öğrenmesi ekip hesabı çalışma alanının adı.

resourceGroupName

string

Makine öğrenmesi ekip hesabının ait olduğu kaynak grubunun adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ProjectListResult>

Geri çağırma

listByWorkspace(string, string, string, ServiceCallback<ProjectListResult>)

function listByWorkspace(accountName: string, workspaceName: string, resourceGroupName: string, callback: ServiceCallback<ProjectListResult>)

Parametreler

accountName

string

Makine öğrenmesi ekip hesabının adı.

workspaceName

string

Makine öğrenmesi ekip hesabı çalışma alanının adı.

resourceGroupName

string

Makine öğrenmesi ekip hesabının ait olduğu kaynak grubunun adı.

callback

ServiceCallback<ProjectListResult>

Geri çağırma

listByWorkspaceNext(string, RequestOptionsBase)

Belirtilen çalışma alanı altındaki tüm kullanılabilir makine öğrenmesi projelerini listeler.

function listByWorkspaceNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ProjectsListByWorkspaceNextResponse>

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ProjectsListByWorkspaceNextResponse>

listByWorkspaceNext(string, RequestOptionsBase, ServiceCallback<ProjectListResult>)

function listByWorkspaceNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ProjectListResult>)

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ProjectListResult>

Geri çağırma

listByWorkspaceNext(string, ServiceCallback<ProjectListResult>)

function listByWorkspaceNext(nextPageLink: string, callback: ServiceCallback<ProjectListResult>)

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

callback

ServiceCallback<ProjectListResult>

Geri çağırma

update(string, string, string, string, ProjectUpdateParameters, RequestOptionsBase)

Bir projeyi belirtilen parametrelerle güncelleştirir.

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

Parametreler

resourceGroupName

string

Makine öğrenmesi ekip hesabının ait olduğu kaynak grubunun adı.

accountName

string

Makine öğrenmesi ekip hesabının adı.

workspaceName

string

Makine öğrenmesi ekip hesabı çalışma alanının adı.

projectName

string

Takım hesabı çalışma alanı altındaki makine öğrenmesi projesinin adı.

parameters
ProjectUpdateParameters

Makine öğrenmesi ekip hesabını güncelleştirme parametreleri.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ProjectsUpdateResponse>

update(string, string, string, string, ProjectUpdateParameters, RequestOptionsBase, ServiceCallback<Project>)

function update(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: ProjectUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Project>)

Parametreler

resourceGroupName

string

Makine öğrenmesi ekip hesabının ait olduğu kaynak grubunun adı.

accountName

string

Makine öğrenmesi ekip hesabının adı.

workspaceName

string

Makine öğrenmesi ekip hesabı çalışma alanının adı.

projectName

string

Takım hesabı çalışma alanı altındaki makine öğrenmesi projesinin adı.

parameters
ProjectUpdateParameters

Makine öğrenmesi ekip hesabını güncelleştirme parametreleri.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<Project>

Geri çağırma

update(string, string, string, string, ProjectUpdateParameters, ServiceCallback<Project>)

function update(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: ProjectUpdateParameters, callback: ServiceCallback<Project>)

Parametreler

resourceGroupName

string

Makine öğrenmesi ekip hesabının ait olduğu kaynak grubunun adı.

accountName

string

Makine öğrenmesi ekip hesabının adı.

workspaceName

string

Makine öğrenmesi ekip hesabı çalışma alanının adı.

projectName

string

Takım hesabı çalışma alanı altındaki makine öğrenmesi projesinin adı.

parameters
ProjectUpdateParameters

Makine öğrenmesi ekip hesabını güncelleştirme parametreleri.

callback

ServiceCallback<Project>

Geri çağırma