@azure/arm-machinelearningcompute package
Classes
MachineLearningComputeManagementClient |
Interfaces
AcsClusterProperties |
Information about the container service backing the cluster |
AppInsightsCredentials |
AppInsights credentials. |
AppInsightsProperties |
Properties of App Insights. |
AutoScaleConfiguration |
AutoScale configuration properties. |
AvailableOperations |
Available operation list. |
CheckSystemServicesUpdatesAvailableResponse |
Information about updates available for system services in a cluster. |
ContainerRegistryCredentials |
Information about the Azure Container Registry which contains the images deployed to the cluster. |
ContainerRegistryProperties |
Properties of Azure Container Registry. |
ContainerServiceCredentials |
Information about the Azure Container Registry which contains the images deployed to the cluster. |
ErrorDetail |
Error detail information. |
ErrorResponse |
Error response information. |
ErrorResponseWrapper |
Wrapper for error response to follow ARM guidelines. |
GlobalServiceConfiguration |
Global configuration for services in the cluster. |
KubernetesClusterProperties |
Kubernetes cluster specific properties |
MachineLearningCompute |
Interface representing a MachineLearningCompute. |
MachineLearningComputeListAvailableOperationsOptionalParams |
Optional parameters. |
MachineLearningComputeManagementClientOptionalParams |
Optional parameters. |
OperationalizationCluster |
Instance of an Azure ML Operationalization Cluster resource. |
OperationalizationClusterCredentials |
Credentials to resources in the cluster. |
OperationalizationClusterUpdateParameters |
Parameters for PATCH operation on an operationalization cluster |
OperationalizationClusters |
Interface representing a OperationalizationClusters. |
OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams |
Optional parameters. |
OperationalizationClustersCreateOrUpdateOptionalParams |
Optional parameters. |
OperationalizationClustersDeleteHeaders |
Defines headers for OperationalizationClusters_delete operation. |
OperationalizationClustersDeleteOptionalParams |
Optional parameters. |
OperationalizationClustersGetOptionalParams |
Optional parameters. |
OperationalizationClustersListByResourceGroupNextOptionalParams |
Optional parameters. |
OperationalizationClustersListByResourceGroupOptionalParams |
Optional parameters. |
OperationalizationClustersListBySubscriptionIdNextOptionalParams |
Optional parameters. |
OperationalizationClustersListBySubscriptionIdOptionalParams |
Optional parameters. |
OperationalizationClustersListKeysOptionalParams |
Optional parameters. |
OperationalizationClustersUpdateOptionalParams |
Optional parameters. |
OperationalizationClustersUpdateSystemServicesHeaders |
Defines headers for OperationalizationClusters_updateSystemServices operation. |
OperationalizationClustersUpdateSystemServicesOptionalParams |
Optional parameters. |
PaginatedOperationalizationClustersList |
Paginated list of operationalization clusters. |
Resource |
Azure resource |
ResourceOperation |
Resource operation. |
ResourceOperationDisplay |
Display of the operation. |
ServiceAuthConfiguration |
Global service auth configuration properties. These are the data-plane authorization keys and are used if a service doesn't define it's own. |
ServicePrincipalProperties |
The Azure service principal used by Kubernetes for configuring load balancers |
SslConfiguration |
SSL configuration. If configured data-plane calls to user services will be exposed over SSL only. |
StorageAccountCredentials |
Access information for the storage account. |
StorageAccountProperties |
Properties of Storage Account. |
SystemService |
Information about a system service deployed in the cluster |
UpdateSystemServicesResponse |
Response of the update system services API |
Type Aliases
AgentVMSizeTypes |
Defines values for AgentVMSizeTypes. Known values supported by the serviceStandard_A0 |
ClusterType |
Defines values for ClusterType. Known values supported by the serviceACS |
MachineLearningComputeListAvailableOperationsResponse |
Contains response data for the listAvailableOperations operation. |
OperationStatus |
Defines values for OperationStatus. Known values supported by the serviceUnknown |
OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse |
Contains response data for the checkSystemServicesUpdatesAvailable operation. |
OperationalizationClustersCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
OperationalizationClustersDeleteResponse |
Contains response data for the delete operation. |
OperationalizationClustersGetResponse |
Contains response data for the get operation. |
OperationalizationClustersListByResourceGroupNextResponse |
Contains response data for the listByResourceGroupNext operation. |
OperationalizationClustersListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
OperationalizationClustersListBySubscriptionIdNextResponse |
Contains response data for the listBySubscriptionIdNext operation. |
OperationalizationClustersListBySubscriptionIdResponse |
Contains response data for the listBySubscriptionId operation. |
OperationalizationClustersListKeysResponse |
Contains response data for the listKeys operation. |
OperationalizationClustersUpdateResponse |
Contains response data for the update operation. |
OperationalizationClustersUpdateSystemServicesResponse |
Contains response data for the updateSystemServices operation. |
OrchestratorType |
Defines values for OrchestratorType. Known values supported by the serviceKubernetes |
Status |
Defines values for Status. Known values supported by the serviceEnabled |
SystemServiceType |
Defines values for SystemServiceType. Known values supported by the serviceNone |
UpdatesAvailable |
Defines values for UpdatesAvailable. Known values supported by the serviceYes |
Enums
KnownAgentVMSizeTypes |
Known values of AgentVMSizeTypes that the service accepts. |
KnownClusterType |
Known values of ClusterType that the service accepts. |
KnownOperationStatus |
Known values of OperationStatus that the service accepts. |
KnownOrchestratorType |
Known values of OrchestratorType that the service accepts. |
KnownStatus |
Known values of Status that the service accepts. |
KnownSystemServiceType |
Known values of SystemServiceType that the service accepts. |
KnownUpdatesAvailable |
Known values of UpdatesAvailable that the service accepts. |
Functions
get |
Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later. |
Function Details
getContinuationToken(unknown)
Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later.
function getContinuationToken(page: unknown): string | undefined
Parameters
- page
-
unknown
A result object from calling .byPage() on a paged operation.
Returns
string | undefined
The continuation token that can be passed into byPage().
Azure SDK for JavaScript