@azure/arm-machinelearning 3.0.0-alpha.20250612.1 → 3.0.0-alpha.20250616.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/package.json
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for AzureMachineLearningServicesManagementClient.",
|
|
6
|
-
"version": "3.0.0-alpha.
|
|
6
|
+
"version": "3.0.0-alpha.20250616.1",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=
|
|
8
|
+
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@azure/abort-controller": "^2.1.2",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
36
36
|
"@azure/identity": "^4.6.0",
|
|
37
37
|
"@azure/logger": "^1.1.4",
|
|
38
|
-
"@types/node": "^
|
|
38
|
+
"@types/node": "^20.0.0",
|
|
39
39
|
"@vitest/browser": "^3.0.9",
|
|
40
40
|
"@vitest/coverage-istanbul": "^3.0.9",
|
|
41
41
|
"dotenv": "^16.0.0",
|
|
@@ -1614,7 +1614,7 @@ export interface CustomService {
|
|
|
1614
1614
|
environmentVariables?: {
|
|
1615
1615
|
[propertyName: string]: EnvironmentVariable;
|
|
1616
1616
|
};
|
|
1617
|
-
image?:
|
|
1617
|
+
image?: Image;
|
|
1618
1618
|
name?: string;
|
|
1619
1619
|
volumes?: VolumeDefinition[];
|
|
1620
1620
|
}
|
|
@@ -3094,12 +3094,11 @@ export interface IdleShutdownSetting {
|
|
|
3094
3094
|
}
|
|
3095
3095
|
|
|
3096
3096
|
// @public
|
|
3097
|
-
interface
|
|
3097
|
+
export interface Image {
|
|
3098
3098
|
[property: string]: any;
|
|
3099
3099
|
reference?: string;
|
|
3100
3100
|
type?: ImageType;
|
|
3101
3101
|
}
|
|
3102
|
-
export { Image_2 as Image }
|
|
3103
3102
|
|
|
3104
3103
|
// @public
|
|
3105
3104
|
export interface ImageClassification extends ImageClassificationBase, AutoMLVertical {
|
|
@@ -3496,8 +3495,7 @@ export type JobTier = string;
|
|
|
3496
3495
|
export type JobType = string;
|
|
3497
3496
|
|
|
3498
3497
|
// @public
|
|
3499
|
-
type
|
|
3500
|
-
export { KeyType_2 as KeyType }
|
|
3498
|
+
export type KeyType = string;
|
|
3501
3499
|
|
|
3502
3500
|
// @public
|
|
3503
3501
|
export enum KnownActionType {
|
|
@@ -6521,7 +6519,7 @@ export type ReferenceType = string;
|
|
|
6521
6519
|
|
|
6522
6520
|
// @public (undocumented)
|
|
6523
6521
|
export interface RegenerateEndpointKeysRequest {
|
|
6524
|
-
keyType:
|
|
6522
|
+
keyType: KeyType;
|
|
6525
6523
|
keyValue?: string;
|
|
6526
6524
|
}
|
|
6527
6525
|
|