@azure/arm-webservices package
Classes
AzureMLWebServicesManagementClient |
Interfaces
AssetItem |
Information about an asset associated with the web service. |
AsyncOperationErrorInfo |
The error detail information for async operation |
AsyncOperationStatus |
Azure async operation status. |
AzureMLWebServicesManagementClientOptionalParams |
Optional parameters. |
BlobLocation |
Describes the access location for a blob. |
ColumnSpecification |
Swagger 2.0 schema for a column within the data table representing a web service input or output. See Swagger specification: http://swagger.io/specification/ |
CommitmentPlan |
Information about the machine learning commitment plan associated with the web service. |
DiagnosticsConfiguration |
Diagnostics settings for an Azure ML web service. |
ExampleRequest |
Sample input data for the service's input(s). |
GraphEdge |
Defines an edge within the web service's graph. |
GraphNode |
Specifies a node in the web service graph. The node can either be an input, output or asset node, so only one of the corresponding id properties is populated at any given time. |
GraphPackage |
Defines the graph of modules making up the machine learning solution. |
GraphParameter |
Defines a global parameter in the graph. |
GraphParameterLink |
Association link for a graph global parameter to a node in the graph. |
InputPort |
Asset input port |
MachineLearningWorkspace |
Information about the machine learning workspace containing the experiment that is source for the web service. |
ModeValueInfo |
Nested parameter definition. |
ModuleAssetParameter |
Parameter definition for a module asset. |
OperationDisplayInfo |
The API operation info. |
OperationEntity |
An API operation. |
OperationEntityListResult |
The list of REST API operations. |
Operations |
Interface representing a Operations. |
OperationsListOptionalParams |
Optional parameters. |
OutputPort |
Asset output port |
PaginatedWebServicesList |
Paginated list of web services. |
PatchedResource |
Azure resource. |
PatchedWebService |
Instance of an Patched Azure ML web service resource. |
RealtimeConfiguration |
Holds the available configuration options for an Azure ML web service endpoint. |
Resource |
Azure resource. |
ServiceInputOutputSpecification |
The swagger 2.0 schema describing the service's inputs or outputs. See Swagger specification: http://swagger.io/specification/ |
StorageAccount |
Access information for a storage account. |
TableSpecification |
The swagger 2.0 schema describing a single service input or output. See Swagger specification: http://swagger.io/specification/ |
WebService |
Instance of an Azure ML web service resource. |
WebServiceKeys |
Access keys for the web service calls. |
WebServiceParameter |
Web Service Parameter object for node and global parameter |
WebServiceProperties |
The set of properties specific to the Azure ML web service resource. |
WebServicePropertiesForGraph |
Properties specific to a Graph based web service. |
WebServices |
Interface representing a WebServices. |
WebServicesCreateOrUpdateOptionalParams |
Optional parameters. |
WebServicesCreateRegionalPropertiesOptionalParams |
Optional parameters. |
WebServicesGetOptionalParams |
Optional parameters. |
WebServicesListByResourceGroupNextOptionalParams |
Optional parameters. |
WebServicesListByResourceGroupOptionalParams |
Optional parameters. |
WebServicesListBySubscriptionIdNextOptionalParams |
Optional parameters. |
WebServicesListBySubscriptionIdOptionalParams |
Optional parameters. |
WebServicesListKeysOptionalParams |
Optional parameters. |
WebServicesPatchOptionalParams |
Optional parameters. |
WebServicesRemoveOptionalParams |
Optional parameters. |
Type Aliases
AssetType |
Defines values for AssetType. Known values supported by the serviceModule |
ColumnFormat |
Defines values for ColumnFormat. Known values supported by the serviceByte |
ColumnType |
Defines values for ColumnType. Known values supported by the serviceBoolean |
DiagnosticsLevel |
Defines values for DiagnosticsLevel. Known values supported by the serviceNone |
InputPortType |
Defines values for InputPortType. Known values supported by the serviceDataset |
OperationsListResponse |
Contains response data for the list operation. |
OutputPortType |
Defines values for OutputPortType. Known values supported by the serviceDataset |
ParameterType |
Defines values for ParameterType. Known values supported by the serviceString |
ProvisioningState |
Defines values for ProvisioningState. Known values supported by the serviceUnknown |
WebServicePropertiesUnion | |
WebServicesCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
WebServicesCreateRegionalPropertiesResponse |
Contains response data for the createRegionalProperties operation. |
WebServicesGetResponse |
Contains response data for the get operation. |
WebServicesListByResourceGroupNextResponse |
Contains response data for the listByResourceGroupNext operation. |
WebServicesListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
WebServicesListBySubscriptionIdNextResponse |
Contains response data for the listBySubscriptionIdNext operation. |
WebServicesListBySubscriptionIdResponse |
Contains response data for the listBySubscriptionId operation. |
WebServicesListKeysResponse |
Contains response data for the listKeys operation. |
WebServicesPatchResponse |
Contains response data for the patch operation. |
Enums
KnownAssetType |
Known values of AssetType that the service accepts. |
KnownColumnFormat |
Known values of ColumnFormat that the service accepts. |
KnownColumnType |
Known values of ColumnType that the service accepts. |
KnownDiagnosticsLevel |
Known values of DiagnosticsLevel that the service accepts. |
KnownInputPortType |
Known values of InputPortType that the service accepts. |
KnownOutputPortType |
Known values of OutputPortType that the service accepts. |
KnownParameterType |
Known values of ParameterType that the service accepts. |
KnownProvisioningState |
Known values of ProvisioningState 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().