@azure/arm-machinelearningexperimentation package
Classes
MLTeamAccountManagementClient |
Interfaces
Account |
An object that represents a machine learning team account. |
AccountListResult |
The result of a request to list machine learning team accounts. |
AccountUpdateParameters |
The parameters for updating a machine learning team account. |
Accounts |
Interface representing a Accounts. |
AccountsCreateOrUpdateOptionalParams |
Optional parameters. |
AccountsDeleteOptionalParams |
Optional parameters. |
AccountsGetOptionalParams |
Optional parameters. |
AccountsListByResourceGroupNextOptionalParams |
Optional parameters. |
AccountsListByResourceGroupOptionalParams |
Optional parameters. |
AccountsListNextOptionalParams |
Optional parameters. |
AccountsListOptionalParams |
Optional parameters. |
AccountsUpdateOptionalParams |
Optional parameters. |
ErrorResponse |
The error response send when an operation fails. |
MLTeamAccountManagementClientOptionalParams |
Optional parameters. |
Operation |
Azure Machine Learning team account REST API operation |
OperationDisplay |
Display name of operation |
OperationListResult |
An array of operations supported by the resource provider. |
Operations |
Interface representing a Operations. |
OperationsListOptionalParams |
Optional parameters. |
Project |
An object that represents a machine learning project. |
ProjectListResult |
The result of a request to list projects. |
ProjectUpdateParameters |
The parameters for updating a machine learning project. |
Projects |
Interface representing a Projects. |
ProjectsCreateOrUpdateOptionalParams |
Optional parameters. |
ProjectsDeleteOptionalParams |
Optional parameters. |
ProjectsGetOptionalParams |
Optional parameters. |
ProjectsListByWorkspaceNextOptionalParams |
Optional parameters. |
ProjectsListByWorkspaceOptionalParams |
Optional parameters. |
ProjectsUpdateOptionalParams |
Optional parameters. |
Resource |
An Azure resource. |
StorageAccountProperties |
The properties of a storage account for a machine learning team account. |
Workspace |
An object that represents a machine learning team account workspace. |
WorkspaceListResult |
The result of a request to list machine learning team account workspaces. |
WorkspaceUpdateParameters |
The parameters for updating a machine learning team account workspace. |
Workspaces |
Interface representing a Workspaces. |
WorkspacesCreateOrUpdateOptionalParams |
Optional parameters. |
WorkspacesDeleteOptionalParams |
Optional parameters. |
WorkspacesGetOptionalParams |
Optional parameters. |
WorkspacesListByAccountsNextOptionalParams |
Optional parameters. |
WorkspacesListByAccountsOptionalParams |
Optional parameters. |
WorkspacesUpdateOptionalParams |
Optional parameters. |
Type Aliases
AccountsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
AccountsGetResponse |
Contains response data for the get operation. |
AccountsListByResourceGroupNextResponse |
Contains response data for the listByResourceGroupNext operation. |
AccountsListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
AccountsListNextResponse |
Contains response data for the listNext operation. |
AccountsListResponse |
Contains response data for the list operation. |
AccountsUpdateResponse |
Contains response data for the update operation. |
OperationsListResponse |
Contains response data for the list operation. |
ProjectsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
ProjectsGetResponse |
Contains response data for the get operation. |
ProjectsListByWorkspaceNextResponse |
Contains response data for the listByWorkspaceNext operation. |
ProjectsListByWorkspaceResponse |
Contains response data for the listByWorkspace operation. |
ProjectsUpdateResponse |
Contains response data for the update operation. |
ProvisioningState |
Defines values for ProvisioningState. |
WorkspacesCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
WorkspacesGetResponse |
Contains response data for the get operation. |
WorkspacesListByAccountsNextResponse |
Contains response data for the listByAccountsNext operation. |
WorkspacesListByAccountsResponse |
Contains response data for the listByAccounts operation. |
WorkspacesUpdateResponse |
Contains response data for the update operation. |
Functions
get |
Given the last |
Function Details
getContinuationToken(unknown)
Given the last .value
produced by the byPage
iterator,
returns a continuation token that can be used to begin paging from
that point later.
function getContinuationToken(page: unknown): string | undefined
Parameters
- page
-
unknown
An object from accessing value
on the IteratorResult from a byPage
iterator.
Returns
string | undefined
The continuation token that can be passed into byPage() during future calls.
Azure SDK for JavaScript