Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Projects

Package version

Class representing a Projects.

Hierarchy

  • Projects

Index

Constructors

constructor

Methods

createOrUpdate

  • createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: Project, options?: msRest.RequestOptionsBase): Promise<Models.ProjectsCreateOrUpdateResponse>
  • createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: Project, callback: msRest.ServiceCallback<Project>): void
  • createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: Project, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Project>): void
  • Creates or updates a project with the specified parameters.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • projectName: string

      The name of the machine learning project under a team account workspace.

    • parameters: Project

      The parameters for creating or updating a project.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ProjectsCreateOrUpdateResponse>

    Promise<Models.ProjectsCreateOrUpdateResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • projectName: string

      The name of the machine learning project under a team account workspace.

    • parameters: Project

      The parameters for creating or updating a project.

    • callback: msRest.ServiceCallback<Project>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • projectName: string

      The name of the machine learning project under a team account workspace.

    • parameters: Project

      The parameters for creating or updating a project.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Project>

      The callback

    Returns void

deleteMethod

  • deleteMethod(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • deleteMethod(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, callback: msRest.ServiceCallback<void>): void
  • deleteMethod(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Deletes a project.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • projectName: string

      The name of the machine learning project under a team account workspace.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • projectName: string

      The name of the machine learning project under a team account workspace.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • projectName: string

      The name of the machine learning project under a team account workspace.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

get

  • get(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, options?: msRest.RequestOptionsBase): Promise<Models.ProjectsGetResponse>
  • get(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, callback: msRest.ServiceCallback<Project>): void
  • get(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Project>): void
  • Gets the properties of the specified machine learning project.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • projectName: string

      The name of the machine learning project under a team account workspace.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ProjectsGetResponse>

    Promise<Models.ProjectsGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • projectName: string

      The name of the machine learning project under a team account workspace.

    • callback: msRest.ServiceCallback<Project>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • projectName: string

      The name of the machine learning project under a team account workspace.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Project>

      The callback

    Returns void

listByWorkspace

  • listByWorkspace(accountName: string, workspaceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.ProjectsListByWorkspaceResponse>
  • listByWorkspace(accountName: string, workspaceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<ProjectListResult>): void
  • listByWorkspace(accountName: string, workspaceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ProjectListResult>): void
  • Lists all the available machine learning projects under the specified workspace.

    Parameters

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ProjectsListByWorkspaceResponse>

    Promise<Models.ProjectsListByWorkspaceResponse>

  • Parameters

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • callback: msRest.ServiceCallback<ProjectListResult>

      The callback

    Returns void

  • Parameters

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ProjectListResult>

      The callback

    Returns void

listByWorkspaceNext

  • listByWorkspaceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ProjectsListByWorkspaceNextResponse>
  • listByWorkspaceNext(nextPageLink: string, callback: msRest.ServiceCallback<ProjectListResult>): void
  • listByWorkspaceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ProjectListResult>): void
  • Lists all the available machine learning projects under the specified workspace.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ProjectsListByWorkspaceNextResponse>

    Promise<Models.ProjectsListByWorkspaceNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ProjectListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ProjectListResult>

      The callback

    Returns void

update

  • update(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: ProjectUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ProjectsUpdateResponse>
  • update(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: ProjectUpdateParameters, callback: msRest.ServiceCallback<Project>): void
  • update(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: ProjectUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Project>): void
  • Updates a project with the specified parameters.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • projectName: string

      The name of the machine learning project under a team account workspace.

    • parameters: ProjectUpdateParameters

      The parameters for updating a machine learning team account.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ProjectsUpdateResponse>

    Promise<Models.ProjectsUpdateResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • projectName: string

      The name of the machine learning project under a team account workspace.

    • parameters: ProjectUpdateParameters

      The parameters for updating a machine learning team account.

    • callback: msRest.ServiceCallback<Project>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • workspaceName: string

      The name of the machine learning team account workspace.

    • projectName: string

      The name of the machine learning project under a team account workspace.

    • parameters: ProjectUpdateParameters

      The parameters for updating a machine learning team account.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Project>

      The callback

    Returns void

Generated using TypeDoc