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

선택적 매개 변수

listByAccounts(string, string, ServiceCallback<WorkspaceListResult>)

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

매개 변수

accountName

string

기계 학습 팀 계정의 이름입니다.

resourceGroupName

string

기계 학습 팀 계정이 속한 리소스 그룹의 이름입니다.

listByAccountsNext(string, RequestOptionsBase)

지정된 팀 계정 아래에 사용 가능한 모든 기계 학습 작업 영역을 나열합니다.

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

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WorkspacesListByAccountsNextResponse>

listByAccountsNext(string, RequestOptionsBase, ServiceCallback<WorkspaceListResult>)

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

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

listByAccountsNext(string, ServiceCallback<WorkspaceListResult>)

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

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

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>

콜백