@azure/arm-webservices 1.1.1-alpha.20250210.1 → 1.1.1-alpha.20250212.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +30 -15
- package/{dist-esm/src → dist/browser}/azureMLWebServicesManagementClient.d.ts +2 -2
- package/dist/browser/azureMLWebServicesManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/azureMLWebServicesManagementClient.js +15 -18
- package/dist/browser/azureMLWebServicesManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js +25 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +2 -2
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/webServices.d.ts +3 -3
- package/dist/browser/operations/webServices.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/webServices.js +133 -149
- package/dist/browser/operations/webServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +2 -2
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/webServices.d.ts +1 -1
- package/dist/browser/operationsInterfaces/webServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/webServices.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/azureMLWebServicesManagementClient.d.ts +21 -0
- package/dist/commonjs/azureMLWebServicesManagementClient.d.ts.map +1 -0
- package/dist/commonjs/azureMLWebServicesManagementClient.js +103 -0
- package/dist/commonjs/azureMLWebServicesManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +29 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-webservices.d.ts → dist/commonjs/models/index.d.ts} +751 -971
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +131 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +40 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1136 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +15 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +133 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +3 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +13 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +97 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/webServices.d.ts +146 -0
- package/dist/commonjs/operations/webServices.d.ts.map +1 -0
- package/dist/commonjs/operations/webServices.js +614 -0
- package/dist/commonjs/operations/webServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +13 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/webServices.d.ts +110 -0
- package/dist/commonjs/operationsInterfaces/webServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/webServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/webServices.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/azureMLWebServicesManagementClient.d.ts +21 -0
- package/dist/esm/azureMLWebServicesManagementClient.d.ts.map +1 -0
- package/dist/esm/azureMLWebServicesManagementClient.js +98 -0
- package/dist/esm/azureMLWebServicesManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +751 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +128 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +40 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1133 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +15 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +130 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +3 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +10 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +93 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/webServices.d.ts +146 -0
- package/dist/esm/operations/webServices.d.ts.map +1 -0
- package/dist/esm/operations/webServices.js +610 -0
- package/dist/esm/operations/webServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +3 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +10 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/operations.js} +2 -3
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/webServices.d.ts +110 -0
- package/dist/esm/operationsInterfaces/webServices.d.ts.map +1 -0
- package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/webServices.js} +2 -3
- package/dist/esm/operationsInterfaces/webServices.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/azureMLWebServicesManagementClient.d.ts +21 -0
- package/dist/react-native/azureMLWebServicesManagementClient.d.ts.map +1 -0
- package/dist/react-native/azureMLWebServicesManagementClient.js +98 -0
- package/dist/react-native/azureMLWebServicesManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +751 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +128 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +40 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1133 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +15 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +130 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +3 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +10 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +93 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/webServices.d.ts +146 -0
- package/dist/react-native/operations/webServices.d.ts.map +1 -0
- package/dist/react-native/operations/webServices.js +610 -0
- package/dist/react-native/operations/webServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +10 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/webServices.d.ts +110 -0
- package/dist/react-native/operationsInterfaces/webServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/webServices.js +9 -0
- package/dist/react-native/operationsInterfaces/webServices.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +70 -41
- package/dist/index.js +0 -2326
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/webServicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webServicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webServicesCreateOrUpdateSample.js +0 -138
- package/dist-esm/samples-dev/webServicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webServicesCreateRegionalPropertiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/webServicesCreateRegionalPropertiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webServicesCreateRegionalPropertiesSample.js +0 -30
- package/dist-esm/samples-dev/webServicesCreateRegionalPropertiesSample.js.map +0 -1
- package/dist-esm/samples-dev/webServicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webServicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webServicesGetSample.js +0 -29
- package/dist-esm/samples-dev/webServicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webServicesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/webServicesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webServicesListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/webServicesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/webServicesListBySubscriptionIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/webServicesListBySubscriptionIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webServicesListBySubscriptionIdSample.js +0 -43
- package/dist-esm/samples-dev/webServicesListBySubscriptionIdSample.js.map +0 -1
- package/dist-esm/samples-dev/webServicesListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/webServicesListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webServicesListKeysSample.js +0 -29
- package/dist-esm/samples-dev/webServicesListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/webServicesPatchSample.d.ts +0 -2
- package/dist-esm/samples-dev/webServicesPatchSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webServicesPatchSample.js +0 -30
- package/dist-esm/samples-dev/webServicesPatchSample.js.map +0 -1
- package/dist-esm/samples-dev/webServicesRemoveSample.d.ts +0 -2
- package/dist-esm/samples-dev/webServicesRemoveSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webServicesRemoveSample.js +0 -29
- package/dist-esm/samples-dev/webServicesRemoveSample.js.map +0 -1
- package/dist-esm/src/azureMLWebServicesManagementClient.d.ts.map +0 -1
- package/dist-esm/src/azureMLWebServicesManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -3
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/webServices.d.ts.map +0 -1
- package/dist-esm/src/operations/webServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webServices.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/src/azureMLWebServicesManagementClient.ts +0 -142
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -813
- package/src/models/mappers.ts +0 -1179
- package/src/models/parameters.ts +0 -151
- package/src/operations/operations.ts +0 -100
- package/src/operations/webServices.ts +0 -855
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/webServices.ts +0 -201
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -35
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/webServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
package/src/models/index.ts
DELETED
|
@@ -1,813 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
|
|
11
|
-
export type WebServicePropertiesUnion =
|
|
12
|
-
| WebServiceProperties
|
|
13
|
-
| WebServicePropertiesForGraph;
|
|
14
|
-
|
|
15
|
-
/** The list of REST API operations. */
|
|
16
|
-
export interface OperationEntityListResult {
|
|
17
|
-
/**
|
|
18
|
-
* The list of operations.
|
|
19
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
20
|
-
*/
|
|
21
|
-
readonly value?: OperationEntity[];
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
/** An API operation. */
|
|
25
|
-
export interface OperationEntity {
|
|
26
|
-
/**
|
|
27
|
-
* Operation name: {provider}/{resource}/{operation}.
|
|
28
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
29
|
-
*/
|
|
30
|
-
readonly name?: string;
|
|
31
|
-
/** The API operation info. */
|
|
32
|
-
display?: OperationDisplayInfo;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
/** The API operation info. */
|
|
36
|
-
export interface OperationDisplayInfo {
|
|
37
|
-
/**
|
|
38
|
-
* The description of the operation.
|
|
39
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
40
|
-
*/
|
|
41
|
-
readonly description?: string;
|
|
42
|
-
/**
|
|
43
|
-
* The action that users can perform, based on their permission level.
|
|
44
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
45
|
-
*/
|
|
46
|
-
readonly operation?: string;
|
|
47
|
-
/**
|
|
48
|
-
* The service provider.
|
|
49
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
50
|
-
*/
|
|
51
|
-
readonly provider?: string;
|
|
52
|
-
/**
|
|
53
|
-
* The resource on which the operation is performed.
|
|
54
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
55
|
-
*/
|
|
56
|
-
readonly resource?: string;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/** The set of properties specific to the Azure ML web service resource. */
|
|
60
|
-
export interface WebServiceProperties {
|
|
61
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
62
|
-
packageType: "Graph";
|
|
63
|
-
/** The title of the web service. */
|
|
64
|
-
title?: string;
|
|
65
|
-
/** The description of the web service. */
|
|
66
|
-
description?: string;
|
|
67
|
-
/**
|
|
68
|
-
* Read Only: The date and time when the web service was created.
|
|
69
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
70
|
-
*/
|
|
71
|
-
readonly createdOn?: Date;
|
|
72
|
-
/**
|
|
73
|
-
* Read Only: The date and time when the web service was last modified.
|
|
74
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
75
|
-
*/
|
|
76
|
-
readonly modifiedOn?: Date;
|
|
77
|
-
/**
|
|
78
|
-
* Read Only: The provision state of the web service. Valid values are Unknown, Provisioning, Succeeded, and Failed.
|
|
79
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
80
|
-
*/
|
|
81
|
-
readonly provisioningState?: ProvisioningState;
|
|
82
|
-
/** Contains the web service provisioning keys. If you do not specify provisioning keys, the Azure Machine Learning system generates them for you. Note: The keys are not returned from calls to GET operations. */
|
|
83
|
-
keys?: WebServiceKeys;
|
|
84
|
-
/** When set to true, indicates that the web service is read-only and can no longer be updated or patched, only removed. Default, is false. Note: Once set to true, you cannot change its value. */
|
|
85
|
-
readOnly?: boolean;
|
|
86
|
-
/**
|
|
87
|
-
* Read Only: Contains the URI of the swagger spec associated with this web service.
|
|
88
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
89
|
-
*/
|
|
90
|
-
readonly swaggerLocation?: string;
|
|
91
|
-
/** When set to true, sample data is included in the web service's swagger definition. The default value is true. */
|
|
92
|
-
exposeSampleData?: boolean;
|
|
93
|
-
/** Contains the configuration settings for the web service endpoint. */
|
|
94
|
-
realtimeConfiguration?: RealtimeConfiguration;
|
|
95
|
-
/** Settings controlling the diagnostics traces collection for the web service. */
|
|
96
|
-
diagnostics?: DiagnosticsConfiguration;
|
|
97
|
-
/** Specifies the storage account that Azure Machine Learning uses to store information about the web service. Only the name of the storage account is returned from calls to GET operations. When updating the storage account information, you must ensure that all necessary assets are available in the new storage account or calls to your web service will fail. */
|
|
98
|
-
storageAccount?: StorageAccount;
|
|
99
|
-
/** Specifies the Machine Learning workspace containing the experiment that is source for the web service. */
|
|
100
|
-
machineLearningWorkspace?: MachineLearningWorkspace;
|
|
101
|
-
/** Contains the commitment plan associated with this web service. Set at creation time. Once set, this value cannot be changed. Note: The commitment plan is not returned from calls to GET operations. */
|
|
102
|
-
commitmentPlan?: CommitmentPlan;
|
|
103
|
-
/** Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification. */
|
|
104
|
-
input?: ServiceInputOutputSpecification;
|
|
105
|
-
/** Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification. */
|
|
106
|
-
output?: ServiceInputOutputSpecification;
|
|
107
|
-
/** Defines sample input data for one or more of the service's inputs. */
|
|
108
|
-
exampleRequest?: ExampleRequest;
|
|
109
|
-
/** Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs. */
|
|
110
|
-
assets?: { [propertyName: string]: AssetItem };
|
|
111
|
-
/** The set of global parameters values defined for the web service, given as a global parameter name to default value map. If no default value is specified, the parameter is considered to be required. */
|
|
112
|
-
parameters?: { [propertyName: string]: WebServiceParameter };
|
|
113
|
-
/** When set to true, indicates that the payload size is larger than 3 MB. Otherwise false. If the payload size exceed 3 MB, the payload is stored in a blob and the PayloadsLocation parameter contains the URI of the blob. Otherwise, this will be set to false and Assets, Input, Output, Package, Parameters, ExampleRequest are inline. The Payload sizes is determined by adding the size of the Assets, Input, Output, Package, Parameters, and the ExampleRequest. */
|
|
114
|
-
payloadsInBlobStorage?: boolean;
|
|
115
|
-
/** The URI of the payload blob. This parameter contains a value only if the payloadsInBlobStorage parameter is set to true. Otherwise is set to null. */
|
|
116
|
-
payloadsLocation?: BlobLocation;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
/** Access keys for the web service calls. */
|
|
120
|
-
export interface WebServiceKeys {
|
|
121
|
-
/** The primary access key. */
|
|
122
|
-
primary?: string;
|
|
123
|
-
/** The secondary access key. */
|
|
124
|
-
secondary?: string;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
/** Holds the available configuration options for an Azure ML web service endpoint. */
|
|
128
|
-
export interface RealtimeConfiguration {
|
|
129
|
-
/** Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200. */
|
|
130
|
-
maxConcurrentCalls?: number;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
/** Diagnostics settings for an Azure ML web service. */
|
|
134
|
-
export interface DiagnosticsConfiguration {
|
|
135
|
-
/** Specifies the verbosity of the diagnostic output. Valid values are: None - disables tracing; Error - collects only error (stderr) traces; All - collects all traces (stdout and stderr). */
|
|
136
|
-
level: DiagnosticsLevel;
|
|
137
|
-
/** Specifies the date and time when the logging will cease. If null, diagnostic collection is not time limited. */
|
|
138
|
-
expiry?: Date;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
/** Access information for a storage account. */
|
|
142
|
-
export interface StorageAccount {
|
|
143
|
-
/** Specifies the name of the storage account. */
|
|
144
|
-
name?: string;
|
|
145
|
-
/** Specifies the key used to access the storage account. */
|
|
146
|
-
key?: string;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
/** Information about the machine learning workspace containing the experiment that is source for the web service. */
|
|
150
|
-
export interface MachineLearningWorkspace {
|
|
151
|
-
/** Specifies the workspace ID of the machine learning workspace associated with the web service */
|
|
152
|
-
id: string;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
/** Information about the machine learning commitment plan associated with the web service. */
|
|
156
|
-
export interface CommitmentPlan {
|
|
157
|
-
/** Specifies the Azure Resource Manager ID of the commitment plan associated with the web service. */
|
|
158
|
-
id: string;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
/** The swagger 2.0 schema describing the service's inputs or outputs. See Swagger specification: http://swagger.io/specification/ */
|
|
162
|
-
export interface ServiceInputOutputSpecification {
|
|
163
|
-
/** The title of your Swagger schema. */
|
|
164
|
-
title?: string;
|
|
165
|
-
/** The description of the Swagger schema. */
|
|
166
|
-
description?: string;
|
|
167
|
-
/** The type of the entity described in swagger. Always 'object'. */
|
|
168
|
-
type: string;
|
|
169
|
-
/** Specifies a collection that contains the column schema for each input or output of the web service. For more information, see the Swagger specification. */
|
|
170
|
-
properties: { [propertyName: string]: TableSpecification };
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
/** The swagger 2.0 schema describing a single service input or output. See Swagger specification: http://swagger.io/specification/ */
|
|
174
|
-
export interface TableSpecification {
|
|
175
|
-
/** Swagger schema title. */
|
|
176
|
-
title?: string;
|
|
177
|
-
/** Swagger schema description. */
|
|
178
|
-
description?: string;
|
|
179
|
-
/** The type of the entity described in swagger. */
|
|
180
|
-
type: string;
|
|
181
|
-
/** The format, if 'type' is not 'object' */
|
|
182
|
-
format?: string;
|
|
183
|
-
/** The set of columns within the data table. */
|
|
184
|
-
properties?: { [propertyName: string]: ColumnSpecification };
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
/** 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/ */
|
|
188
|
-
export interface ColumnSpecification {
|
|
189
|
-
/** Data type of the column. */
|
|
190
|
-
type: ColumnType;
|
|
191
|
-
/** Additional format information for the data type. */
|
|
192
|
-
format?: ColumnFormat;
|
|
193
|
-
/** If the data type is categorical, this provides the list of accepted categories. */
|
|
194
|
-
enum?: Record<string, unknown>[];
|
|
195
|
-
/** Flag indicating if the type supports null values or not. */
|
|
196
|
-
xMsIsnullable?: boolean;
|
|
197
|
-
/** Flag indicating whether the categories are treated as an ordered set or not, if this is a categorical column. */
|
|
198
|
-
xMsIsordered?: boolean;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
/** Sample input data for the service's input(s). */
|
|
202
|
-
export interface ExampleRequest {
|
|
203
|
-
/** Sample input data for the web service's input(s) given as an input name to sample input values matrix map. */
|
|
204
|
-
inputs?: { [propertyName: string]: Record<string, unknown>[][] };
|
|
205
|
-
/** Sample input data for the web service's global parameters */
|
|
206
|
-
globalParameters?: { [propertyName: string]: Record<string, unknown> };
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
/** Information about an asset associated with the web service. */
|
|
210
|
-
export interface AssetItem {
|
|
211
|
-
/** Asset's friendly name. */
|
|
212
|
-
name: string;
|
|
213
|
-
/** Asset's Id. */
|
|
214
|
-
id?: string;
|
|
215
|
-
/** Asset's type. */
|
|
216
|
-
type: AssetType;
|
|
217
|
-
/** Access information for the asset. */
|
|
218
|
-
locationInfo: BlobLocation;
|
|
219
|
-
/** Information about the asset's input ports. */
|
|
220
|
-
inputPorts?: { [propertyName: string]: InputPort };
|
|
221
|
-
/** Information about the asset's output ports. */
|
|
222
|
-
outputPorts?: { [propertyName: string]: OutputPort };
|
|
223
|
-
/** If the asset is a custom module, this holds the module's metadata. */
|
|
224
|
-
metadata?: { [propertyName: string]: string };
|
|
225
|
-
/** If the asset is a custom module, this holds the module's parameters. */
|
|
226
|
-
parameters?: ModuleAssetParameter[];
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
/** Describes the access location for a blob. */
|
|
230
|
-
export interface BlobLocation {
|
|
231
|
-
/** The URI from which the blob is accessible from. For example, aml://abc for system assets or https://xyz for user assets or payload. */
|
|
232
|
-
uri: string;
|
|
233
|
-
/** Access credentials for the blob, if applicable (e.g. blob specified by storage account connection string + blob URI) */
|
|
234
|
-
credentials?: string;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
/** Asset input port */
|
|
238
|
-
export interface InputPort {
|
|
239
|
-
/** Port data type. */
|
|
240
|
-
type?: InputPortType;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
/** Asset output port */
|
|
244
|
-
export interface OutputPort {
|
|
245
|
-
/** Port data type. */
|
|
246
|
-
type?: OutputPortType;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
/** Parameter definition for a module asset. */
|
|
250
|
-
export interface ModuleAssetParameter {
|
|
251
|
-
/** Parameter name. */
|
|
252
|
-
name?: string;
|
|
253
|
-
/** Parameter type. */
|
|
254
|
-
parameterType?: string;
|
|
255
|
-
/** Definitions for nested interface parameters if this is a complex module parameter. */
|
|
256
|
-
modeValuesInfo?: { [propertyName: string]: ModeValueInfo };
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
/** Nested parameter definition. */
|
|
260
|
-
export interface ModeValueInfo {
|
|
261
|
-
/** The interface string name for the nested parameter. */
|
|
262
|
-
interfaceString?: string;
|
|
263
|
-
/** The definition of the parameter. */
|
|
264
|
-
parameters?: ModuleAssetParameter[];
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
/** Web Service Parameter object for node and global parameter */
|
|
268
|
-
export interface WebServiceParameter {
|
|
269
|
-
/** The parameter value */
|
|
270
|
-
value?: Record<string, unknown>;
|
|
271
|
-
/** If the parameter value in 'value' field is encrypted, the thumbprint of the certificate should be put here. */
|
|
272
|
-
certificateThumbprint?: string;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
/** Azure resource. */
|
|
276
|
-
export interface Resource {
|
|
277
|
-
/**
|
|
278
|
-
* Specifies the resource ID.
|
|
279
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
280
|
-
*/
|
|
281
|
-
readonly id?: string;
|
|
282
|
-
/**
|
|
283
|
-
* Specifies the name of the resource.
|
|
284
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
285
|
-
*/
|
|
286
|
-
readonly name?: string;
|
|
287
|
-
/** Specifies the location of the resource. */
|
|
288
|
-
location: string;
|
|
289
|
-
/**
|
|
290
|
-
* Specifies the type of the resource.
|
|
291
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
292
|
-
*/
|
|
293
|
-
readonly type?: string;
|
|
294
|
-
/** Contains resource tags defined as key/value pairs. */
|
|
295
|
-
tags?: { [propertyName: string]: string };
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
/** Azure resource. */
|
|
299
|
-
export interface PatchedResource {
|
|
300
|
-
/**
|
|
301
|
-
* Specifies the resource ID.
|
|
302
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
303
|
-
*/
|
|
304
|
-
readonly id?: string;
|
|
305
|
-
/**
|
|
306
|
-
* Specifies the name of the resource.
|
|
307
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
308
|
-
*/
|
|
309
|
-
readonly name?: string;
|
|
310
|
-
/**
|
|
311
|
-
* Specifies the location of the resource.
|
|
312
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
313
|
-
*/
|
|
314
|
-
readonly location?: string;
|
|
315
|
-
/**
|
|
316
|
-
* Specifies the type of the resource.
|
|
317
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
318
|
-
*/
|
|
319
|
-
readonly type?: string;
|
|
320
|
-
/** Contains resource tags defined as key/value pairs. */
|
|
321
|
-
tags?: { [propertyName: string]: string };
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
/** Azure async operation status. */
|
|
325
|
-
export interface AsyncOperationStatus {
|
|
326
|
-
/**
|
|
327
|
-
* Async operation id.
|
|
328
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
329
|
-
*/
|
|
330
|
-
readonly id?: string;
|
|
331
|
-
/**
|
|
332
|
-
* Async operation name.
|
|
333
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
334
|
-
*/
|
|
335
|
-
readonly name?: string;
|
|
336
|
-
/**
|
|
337
|
-
* Read Only: The provisioning state of the web service. Valid values are Unknown, Provisioning, Succeeded, and Failed.
|
|
338
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
339
|
-
*/
|
|
340
|
-
readonly provisioningState?: ProvisioningState;
|
|
341
|
-
/**
|
|
342
|
-
* The date time that the async operation started.
|
|
343
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
344
|
-
*/
|
|
345
|
-
readonly startTime?: Date;
|
|
346
|
-
/**
|
|
347
|
-
* The date time that the async operation finished.
|
|
348
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
349
|
-
*/
|
|
350
|
-
readonly endTime?: Date;
|
|
351
|
-
/**
|
|
352
|
-
* Async operation progress.
|
|
353
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
354
|
-
*/
|
|
355
|
-
readonly percentComplete?: number;
|
|
356
|
-
/**
|
|
357
|
-
* If the async operation fails, this structure contains the error details.
|
|
358
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
359
|
-
*/
|
|
360
|
-
readonly errorInfo?: AsyncOperationErrorInfo;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
/** The error detail information for async operation */
|
|
364
|
-
export interface AsyncOperationErrorInfo {
|
|
365
|
-
/**
|
|
366
|
-
* The error code.
|
|
367
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
368
|
-
*/
|
|
369
|
-
readonly code?: string;
|
|
370
|
-
/**
|
|
371
|
-
* The error target.
|
|
372
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
373
|
-
*/
|
|
374
|
-
readonly target?: string;
|
|
375
|
-
/**
|
|
376
|
-
* The error message.
|
|
377
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
378
|
-
*/
|
|
379
|
-
readonly message?: string;
|
|
380
|
-
/**
|
|
381
|
-
* An array containing error information.
|
|
382
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
383
|
-
*/
|
|
384
|
-
readonly details?: AsyncOperationErrorInfo[];
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
/** Paginated list of web services. */
|
|
388
|
-
export interface PaginatedWebServicesList {
|
|
389
|
-
/** An array of web service objects. */
|
|
390
|
-
value?: WebService[];
|
|
391
|
-
/** A continuation link (absolute URI) to the next page of results in the list. */
|
|
392
|
-
nextLink?: string;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
/** Defines the graph of modules making up the machine learning solution. */
|
|
396
|
-
export interface GraphPackage {
|
|
397
|
-
/** The set of nodes making up the graph, provided as a nodeId to GraphNode map */
|
|
398
|
-
nodes?: { [propertyName: string]: GraphNode };
|
|
399
|
-
/** The list of edges making up the graph. */
|
|
400
|
-
edges?: GraphEdge[];
|
|
401
|
-
/** The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level. */
|
|
402
|
-
graphParameters?: { [propertyName: string]: GraphParameter };
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
/** 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. */
|
|
406
|
-
export interface GraphNode {
|
|
407
|
-
/** The id of the asset represented by this node. */
|
|
408
|
-
assetId?: string;
|
|
409
|
-
/** The id of the input element represented by this node. */
|
|
410
|
-
inputId?: string;
|
|
411
|
-
/** The id of the output element represented by this node. */
|
|
412
|
-
outputId?: string;
|
|
413
|
-
/** If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime. */
|
|
414
|
-
parameters?: { [propertyName: string]: WebServiceParameter };
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
/** Defines an edge within the web service's graph. */
|
|
418
|
-
export interface GraphEdge {
|
|
419
|
-
/** The source graph node's identifier. */
|
|
420
|
-
sourceNodeId?: string;
|
|
421
|
-
/** The identifier of the source node's port that the edge connects from. */
|
|
422
|
-
sourcePortId?: string;
|
|
423
|
-
/** The destination graph node's identifier. */
|
|
424
|
-
targetNodeId?: string;
|
|
425
|
-
/** The identifier of the destination node's port that the edge connects into. */
|
|
426
|
-
targetPortId?: string;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
/** Defines a global parameter in the graph. */
|
|
430
|
-
export interface GraphParameter {
|
|
431
|
-
/** Description of this graph parameter. */
|
|
432
|
-
description?: string;
|
|
433
|
-
/** Graph parameter's type. */
|
|
434
|
-
type: ParameterType;
|
|
435
|
-
/** Association links for this parameter to nodes in the graph. */
|
|
436
|
-
links: GraphParameterLink[];
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
/** Association link for a graph global parameter to a node in the graph. */
|
|
440
|
-
export interface GraphParameterLink {
|
|
441
|
-
/** The graph node's identifier */
|
|
442
|
-
nodeId: string;
|
|
443
|
-
/** The identifier of the node parameter that the global parameter maps to. */
|
|
444
|
-
parameterKey: string;
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
/** Properties specific to a Graph based web service. */
|
|
448
|
-
export interface WebServicePropertiesForGraph extends WebServiceProperties {
|
|
449
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
450
|
-
packageType: "Graph";
|
|
451
|
-
/** The definition of the graph package making up this web service. */
|
|
452
|
-
package?: GraphPackage;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
/** Instance of an Azure ML web service resource. */
|
|
456
|
-
export interface WebService extends Resource {
|
|
457
|
-
/** Contains the property payload that describes the web service. */
|
|
458
|
-
properties: WebServicePropertiesUnion;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
/** Instance of an Patched Azure ML web service resource. */
|
|
462
|
-
export interface PatchedWebService extends PatchedResource {
|
|
463
|
-
/** Contains the property payload that describes the web service. */
|
|
464
|
-
properties?: WebServicePropertiesUnion;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
468
|
-
export enum KnownProvisioningState {
|
|
469
|
-
/** Unknown */
|
|
470
|
-
Unknown = "Unknown",
|
|
471
|
-
/** Provisioning */
|
|
472
|
-
Provisioning = "Provisioning",
|
|
473
|
-
/** Succeeded */
|
|
474
|
-
Succeeded = "Succeeded",
|
|
475
|
-
/** Failed */
|
|
476
|
-
Failed = "Failed"
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
/**
|
|
480
|
-
* Defines values for ProvisioningState. \
|
|
481
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
482
|
-
* this enum contains the known values that the service supports.
|
|
483
|
-
* ### Known values supported by the service
|
|
484
|
-
* **Unknown** \
|
|
485
|
-
* **Provisioning** \
|
|
486
|
-
* **Succeeded** \
|
|
487
|
-
* **Failed**
|
|
488
|
-
*/
|
|
489
|
-
export type ProvisioningState = string;
|
|
490
|
-
|
|
491
|
-
/** Known values of {@link DiagnosticsLevel} that the service accepts. */
|
|
492
|
-
export enum KnownDiagnosticsLevel {
|
|
493
|
-
/** None */
|
|
494
|
-
None = "None",
|
|
495
|
-
/** Error */
|
|
496
|
-
Error = "Error",
|
|
497
|
-
/** All */
|
|
498
|
-
All = "All"
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
/**
|
|
502
|
-
* Defines values for DiagnosticsLevel. \
|
|
503
|
-
* {@link KnownDiagnosticsLevel} can be used interchangeably with DiagnosticsLevel,
|
|
504
|
-
* this enum contains the known values that the service supports.
|
|
505
|
-
* ### Known values supported by the service
|
|
506
|
-
* **None** \
|
|
507
|
-
* **Error** \
|
|
508
|
-
* **All**
|
|
509
|
-
*/
|
|
510
|
-
export type DiagnosticsLevel = string;
|
|
511
|
-
|
|
512
|
-
/** Known values of {@link ColumnType} that the service accepts. */
|
|
513
|
-
export enum KnownColumnType {
|
|
514
|
-
/** Boolean */
|
|
515
|
-
Boolean = "Boolean",
|
|
516
|
-
/** Integer */
|
|
517
|
-
Integer = "Integer",
|
|
518
|
-
/** Number */
|
|
519
|
-
Number = "Number",
|
|
520
|
-
/** String */
|
|
521
|
-
String = "String"
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
/**
|
|
525
|
-
* Defines values for ColumnType. \
|
|
526
|
-
* {@link KnownColumnType} can be used interchangeably with ColumnType,
|
|
527
|
-
* this enum contains the known values that the service supports.
|
|
528
|
-
* ### Known values supported by the service
|
|
529
|
-
* **Boolean** \
|
|
530
|
-
* **Integer** \
|
|
531
|
-
* **Number** \
|
|
532
|
-
* **String**
|
|
533
|
-
*/
|
|
534
|
-
export type ColumnType = string;
|
|
535
|
-
|
|
536
|
-
/** Known values of {@link ColumnFormat} that the service accepts. */
|
|
537
|
-
export enum KnownColumnFormat {
|
|
538
|
-
/** Byte */
|
|
539
|
-
Byte = "Byte",
|
|
540
|
-
/** Char */
|
|
541
|
-
Char = "Char",
|
|
542
|
-
/** Complex64 */
|
|
543
|
-
Complex64 = "Complex64",
|
|
544
|
-
/** Complex128 */
|
|
545
|
-
Complex128 = "Complex128",
|
|
546
|
-
/** DateTime */
|
|
547
|
-
DateTime = "Date-time",
|
|
548
|
-
/** DateTimeOffset */
|
|
549
|
-
DateTimeOffset = "Date-timeOffset",
|
|
550
|
-
/** Double */
|
|
551
|
-
Double = "Double",
|
|
552
|
-
/** Duration */
|
|
553
|
-
Duration = "Duration",
|
|
554
|
-
/** Float */
|
|
555
|
-
Float = "Float",
|
|
556
|
-
/** Int8 */
|
|
557
|
-
Int8 = "Int8",
|
|
558
|
-
/** Int16 */
|
|
559
|
-
Int16 = "Int16",
|
|
560
|
-
/** Int32 */
|
|
561
|
-
Int32 = "Int32",
|
|
562
|
-
/** Int64 */
|
|
563
|
-
Int64 = "Int64",
|
|
564
|
-
/** Uint8 */
|
|
565
|
-
Uint8 = "Uint8",
|
|
566
|
-
/** Uint16 */
|
|
567
|
-
Uint16 = "Uint16",
|
|
568
|
-
/** Uint32 */
|
|
569
|
-
Uint32 = "Uint32",
|
|
570
|
-
/** Uint64 */
|
|
571
|
-
Uint64 = "Uint64"
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
/**
|
|
575
|
-
* Defines values for ColumnFormat. \
|
|
576
|
-
* {@link KnownColumnFormat} can be used interchangeably with ColumnFormat,
|
|
577
|
-
* this enum contains the known values that the service supports.
|
|
578
|
-
* ### Known values supported by the service
|
|
579
|
-
* **Byte** \
|
|
580
|
-
* **Char** \
|
|
581
|
-
* **Complex64** \
|
|
582
|
-
* **Complex128** \
|
|
583
|
-
* **Date-time** \
|
|
584
|
-
* **Date-timeOffset** \
|
|
585
|
-
* **Double** \
|
|
586
|
-
* **Duration** \
|
|
587
|
-
* **Float** \
|
|
588
|
-
* **Int8** \
|
|
589
|
-
* **Int16** \
|
|
590
|
-
* **Int32** \
|
|
591
|
-
* **Int64** \
|
|
592
|
-
* **Uint8** \
|
|
593
|
-
* **Uint16** \
|
|
594
|
-
* **Uint32** \
|
|
595
|
-
* **Uint64**
|
|
596
|
-
*/
|
|
597
|
-
export type ColumnFormat = string;
|
|
598
|
-
|
|
599
|
-
/** Known values of {@link AssetType} that the service accepts. */
|
|
600
|
-
export enum KnownAssetType {
|
|
601
|
-
/** Module */
|
|
602
|
-
Module = "Module",
|
|
603
|
-
/** Resource */
|
|
604
|
-
Resource = "Resource"
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
/**
|
|
608
|
-
* Defines values for AssetType. \
|
|
609
|
-
* {@link KnownAssetType} can be used interchangeably with AssetType,
|
|
610
|
-
* this enum contains the known values that the service supports.
|
|
611
|
-
* ### Known values supported by the service
|
|
612
|
-
* **Module** \
|
|
613
|
-
* **Resource**
|
|
614
|
-
*/
|
|
615
|
-
export type AssetType = string;
|
|
616
|
-
|
|
617
|
-
/** Known values of {@link InputPortType} that the service accepts. */
|
|
618
|
-
export enum KnownInputPortType {
|
|
619
|
-
/** Dataset */
|
|
620
|
-
Dataset = "Dataset"
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
/**
|
|
624
|
-
* Defines values for InputPortType. \
|
|
625
|
-
* {@link KnownInputPortType} can be used interchangeably with InputPortType,
|
|
626
|
-
* this enum contains the known values that the service supports.
|
|
627
|
-
* ### Known values supported by the service
|
|
628
|
-
* **Dataset**
|
|
629
|
-
*/
|
|
630
|
-
export type InputPortType = string;
|
|
631
|
-
|
|
632
|
-
/** Known values of {@link OutputPortType} that the service accepts. */
|
|
633
|
-
export enum KnownOutputPortType {
|
|
634
|
-
/** Dataset */
|
|
635
|
-
Dataset = "Dataset"
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
/**
|
|
639
|
-
* Defines values for OutputPortType. \
|
|
640
|
-
* {@link KnownOutputPortType} can be used interchangeably with OutputPortType,
|
|
641
|
-
* this enum contains the known values that the service supports.
|
|
642
|
-
* ### Known values supported by the service
|
|
643
|
-
* **Dataset**
|
|
644
|
-
*/
|
|
645
|
-
export type OutputPortType = string;
|
|
646
|
-
|
|
647
|
-
/** Known values of {@link ParameterType} that the service accepts. */
|
|
648
|
-
export enum KnownParameterType {
|
|
649
|
-
/** String */
|
|
650
|
-
String = "String",
|
|
651
|
-
/** Int */
|
|
652
|
-
Int = "Int",
|
|
653
|
-
/** Float */
|
|
654
|
-
Float = "Float",
|
|
655
|
-
/** Enumerated */
|
|
656
|
-
Enumerated = "Enumerated",
|
|
657
|
-
/** Script */
|
|
658
|
-
Script = "Script",
|
|
659
|
-
/** Mode */
|
|
660
|
-
Mode = "Mode",
|
|
661
|
-
/** Credential */
|
|
662
|
-
Credential = "Credential",
|
|
663
|
-
/** Boolean */
|
|
664
|
-
Boolean = "Boolean",
|
|
665
|
-
/** Double */
|
|
666
|
-
Double = "Double",
|
|
667
|
-
/** ColumnPicker */
|
|
668
|
-
ColumnPicker = "ColumnPicker",
|
|
669
|
-
/** ParameterRange */
|
|
670
|
-
ParameterRange = "ParameterRange",
|
|
671
|
-
/** DataGatewayName */
|
|
672
|
-
DataGatewayName = "DataGatewayName"
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
/**
|
|
676
|
-
* Defines values for ParameterType. \
|
|
677
|
-
* {@link KnownParameterType} can be used interchangeably with ParameterType,
|
|
678
|
-
* this enum contains the known values that the service supports.
|
|
679
|
-
* ### Known values supported by the service
|
|
680
|
-
* **String** \
|
|
681
|
-
* **Int** \
|
|
682
|
-
* **Float** \
|
|
683
|
-
* **Enumerated** \
|
|
684
|
-
* **Script** \
|
|
685
|
-
* **Mode** \
|
|
686
|
-
* **Credential** \
|
|
687
|
-
* **Boolean** \
|
|
688
|
-
* **Double** \
|
|
689
|
-
* **ColumnPicker** \
|
|
690
|
-
* **ParameterRange** \
|
|
691
|
-
* **DataGatewayName**
|
|
692
|
-
*/
|
|
693
|
-
export type ParameterType = string;
|
|
694
|
-
|
|
695
|
-
/** Optional parameters. */
|
|
696
|
-
export interface OperationsListOptionalParams
|
|
697
|
-
extends coreClient.OperationOptions {}
|
|
698
|
-
|
|
699
|
-
/** Contains response data for the list operation. */
|
|
700
|
-
export type OperationsListResponse = OperationEntityListResult;
|
|
701
|
-
|
|
702
|
-
/** Optional parameters. */
|
|
703
|
-
export interface WebServicesCreateOrUpdateOptionalParams
|
|
704
|
-
extends coreClient.OperationOptions {
|
|
705
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
706
|
-
updateIntervalInMs?: number;
|
|
707
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
708
|
-
resumeFrom?: string;
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
712
|
-
export type WebServicesCreateOrUpdateResponse = WebService;
|
|
713
|
-
|
|
714
|
-
/** Optional parameters. */
|
|
715
|
-
export interface WebServicesGetOptionalParams
|
|
716
|
-
extends coreClient.OperationOptions {
|
|
717
|
-
/** The region for which encrypted credential parameters are valid. */
|
|
718
|
-
region?: string;
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
/** Contains response data for the get operation. */
|
|
722
|
-
export type WebServicesGetResponse = WebService;
|
|
723
|
-
|
|
724
|
-
/** Optional parameters. */
|
|
725
|
-
export interface WebServicesPatchOptionalParams
|
|
726
|
-
extends coreClient.OperationOptions {
|
|
727
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
728
|
-
updateIntervalInMs?: number;
|
|
729
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
730
|
-
resumeFrom?: string;
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
/** Contains response data for the patch operation. */
|
|
734
|
-
export type WebServicesPatchResponse = WebService;
|
|
735
|
-
|
|
736
|
-
/** Optional parameters. */
|
|
737
|
-
export interface WebServicesRemoveOptionalParams
|
|
738
|
-
extends coreClient.OperationOptions {
|
|
739
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
740
|
-
updateIntervalInMs?: number;
|
|
741
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
742
|
-
resumeFrom?: string;
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
/** Optional parameters. */
|
|
746
|
-
export interface WebServicesCreateRegionalPropertiesOptionalParams
|
|
747
|
-
extends coreClient.OperationOptions {
|
|
748
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
749
|
-
updateIntervalInMs?: number;
|
|
750
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
751
|
-
resumeFrom?: string;
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
/** Contains response data for the createRegionalProperties operation. */
|
|
755
|
-
export type WebServicesCreateRegionalPropertiesResponse = AsyncOperationStatus;
|
|
756
|
-
|
|
757
|
-
/** Optional parameters. */
|
|
758
|
-
export interface WebServicesListKeysOptionalParams
|
|
759
|
-
extends coreClient.OperationOptions {}
|
|
760
|
-
|
|
761
|
-
/** Contains response data for the listKeys operation. */
|
|
762
|
-
export type WebServicesListKeysResponse = WebServiceKeys;
|
|
763
|
-
|
|
764
|
-
/** Optional parameters. */
|
|
765
|
-
export interface WebServicesListByResourceGroupOptionalParams
|
|
766
|
-
extends coreClient.OperationOptions {
|
|
767
|
-
/** Continuation token for pagination. */
|
|
768
|
-
skiptoken?: string;
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
772
|
-
export type WebServicesListByResourceGroupResponse = PaginatedWebServicesList;
|
|
773
|
-
|
|
774
|
-
/** Optional parameters. */
|
|
775
|
-
export interface WebServicesListBySubscriptionIdOptionalParams
|
|
776
|
-
extends coreClient.OperationOptions {
|
|
777
|
-
/** Continuation token for pagination. */
|
|
778
|
-
skiptoken?: string;
|
|
779
|
-
}
|
|
780
|
-
|
|
781
|
-
/** Contains response data for the listBySubscriptionId operation. */
|
|
782
|
-
export type WebServicesListBySubscriptionIdResponse = PaginatedWebServicesList;
|
|
783
|
-
|
|
784
|
-
/** Optional parameters. */
|
|
785
|
-
export interface WebServicesListByResourceGroupNextOptionalParams
|
|
786
|
-
extends coreClient.OperationOptions {
|
|
787
|
-
/** Continuation token for pagination. */
|
|
788
|
-
skiptoken?: string;
|
|
789
|
-
}
|
|
790
|
-
|
|
791
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
792
|
-
export type WebServicesListByResourceGroupNextResponse = PaginatedWebServicesList;
|
|
793
|
-
|
|
794
|
-
/** Optional parameters. */
|
|
795
|
-
export interface WebServicesListBySubscriptionIdNextOptionalParams
|
|
796
|
-
extends coreClient.OperationOptions {
|
|
797
|
-
/** Continuation token for pagination. */
|
|
798
|
-
skiptoken?: string;
|
|
799
|
-
}
|
|
800
|
-
|
|
801
|
-
/** Contains response data for the listBySubscriptionIdNext operation. */
|
|
802
|
-
export type WebServicesListBySubscriptionIdNextResponse = PaginatedWebServicesList;
|
|
803
|
-
|
|
804
|
-
/** Optional parameters. */
|
|
805
|
-
export interface AzureMLWebServicesManagementClientOptionalParams
|
|
806
|
-
extends coreClient.ServiceClientOptions {
|
|
807
|
-
/** server parameter */
|
|
808
|
-
$host?: string;
|
|
809
|
-
/** Api Version */
|
|
810
|
-
apiVersion?: string;
|
|
811
|
-
/** Overrides client endpoint. */
|
|
812
|
-
endpoint?: string;
|
|
813
|
-
}
|