@aws-sdk/client-sagemaker 3.490.0 → 3.492.0
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/dist-cjs/models/models_0.js +1 -6
- package/dist-cjs/models/models_1.js +0 -2
- package/dist-es/models/models_0.js +1 -6
- package/dist-es/models/models_1.js +0 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +2 -2
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/CreateSpaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAppCommand.d.ts +2 -2
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/ListAppsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
- package/dist-types/commands/SearchCommand.d.ts +2 -2
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSpaceCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -6
- package/dist-types/models/models_1.d.ts +0 -2
- package/dist-types/ts3.4/models/models_0.d.ts +1 -6
- package/dist-types/ts3.4/models/models_1.d.ts +0 -2
- package/package.json +1 -1
|
@@ -53,6 +53,7 @@ exports.CompressionType = {
|
|
|
53
53
|
};
|
|
54
54
|
exports.AdditionalS3DataSourceDataType = {
|
|
55
55
|
S3OBJECT: "S3Object",
|
|
56
|
+
S3PREFIX: "S3Prefix",
|
|
56
57
|
};
|
|
57
58
|
exports.ProductionVariantInstanceType = {
|
|
58
59
|
ML_C4_2XLARGE: "ml.c4.2xlarge",
|
|
@@ -413,19 +414,13 @@ exports.AssemblyType = {
|
|
|
413
414
|
exports.AppType = {
|
|
414
415
|
Canvas: "Canvas",
|
|
415
416
|
CodeEditor: "CodeEditor",
|
|
416
|
-
DatasetManager: "DatasetManager",
|
|
417
417
|
DetailedProfiler: "DetailedProfiler",
|
|
418
418
|
JupyterLab: "JupyterLab",
|
|
419
419
|
JupyterServer: "JupyterServer",
|
|
420
420
|
KernelGateway: "KernelGateway",
|
|
421
|
-
Local: "Local",
|
|
422
|
-
RSession: "RSession",
|
|
423
421
|
RSessionGateway: "RSessionGateway",
|
|
424
422
|
RStudioServerPro: "RStudioServerPro",
|
|
425
|
-
SageMakerLite: "SageMakerLite",
|
|
426
|
-
Savitur: "Savitur",
|
|
427
423
|
TensorBoard: "TensorBoard",
|
|
428
|
-
VSCode: "VSCode",
|
|
429
424
|
};
|
|
430
425
|
exports.AppInstanceType = {
|
|
431
426
|
ML_C5_12XLARGE: "ml.c5.12xlarge",
|
|
@@ -350,8 +350,6 @@ exports.StudioLifecycleConfigAppType = {
|
|
|
350
350
|
JupyterLab: "JupyterLab",
|
|
351
351
|
JupyterServer: "JupyterServer",
|
|
352
352
|
KernelGateway: "KernelGateway",
|
|
353
|
-
Savitur: "Savitur",
|
|
354
|
-
VSCode: "VSCode",
|
|
355
353
|
};
|
|
356
354
|
const CreateModelCardRequestFilterSensitiveLog = (obj) => ({
|
|
357
355
|
...obj,
|
|
@@ -46,6 +46,7 @@ export const CompressionType = {
|
|
|
46
46
|
};
|
|
47
47
|
export const AdditionalS3DataSourceDataType = {
|
|
48
48
|
S3OBJECT: "S3Object",
|
|
49
|
+
S3PREFIX: "S3Prefix",
|
|
49
50
|
};
|
|
50
51
|
export const ProductionVariantInstanceType = {
|
|
51
52
|
ML_C4_2XLARGE: "ml.c4.2xlarge",
|
|
@@ -406,19 +407,13 @@ export const AssemblyType = {
|
|
|
406
407
|
export const AppType = {
|
|
407
408
|
Canvas: "Canvas",
|
|
408
409
|
CodeEditor: "CodeEditor",
|
|
409
|
-
DatasetManager: "DatasetManager",
|
|
410
410
|
DetailedProfiler: "DetailedProfiler",
|
|
411
411
|
JupyterLab: "JupyterLab",
|
|
412
412
|
JupyterServer: "JupyterServer",
|
|
413
413
|
KernelGateway: "KernelGateway",
|
|
414
|
-
Local: "Local",
|
|
415
|
-
RSession: "RSession",
|
|
416
414
|
RSessionGateway: "RSessionGateway",
|
|
417
415
|
RStudioServerPro: "RStudioServerPro",
|
|
418
|
-
SageMakerLite: "SageMakerLite",
|
|
419
|
-
Savitur: "Savitur",
|
|
420
416
|
TensorBoard: "TensorBoard",
|
|
421
|
-
VSCode: "VSCode",
|
|
422
417
|
};
|
|
423
418
|
export const AppInstanceType = {
|
|
424
419
|
ML_C5_12XLARGE: "ml.c5.12xlarge",
|
|
@@ -346,8 +346,6 @@ export const StudioLifecycleConfigAppType = {
|
|
|
346
346
|
JupyterLab: "JupyterLab",
|
|
347
347
|
JupyterServer: "JupyterServer",
|
|
348
348
|
KernelGateway: "KernelGateway",
|
|
349
|
-
Savitur: "Savitur",
|
|
350
|
-
VSCode: "VSCode",
|
|
351
349
|
};
|
|
352
350
|
export const CreateModelCardRequestFilterSensitiveLog = (obj) => ({
|
|
353
351
|
...obj,
|
|
@@ -66,7 +66,7 @@ declare const BatchDescribeModelPackageCommand_base: {
|
|
|
66
66
|
* // FrameworkVersion: "STRING_VALUE",
|
|
67
67
|
* // NearestModelName: "STRING_VALUE",
|
|
68
68
|
* // AdditionalS3DataSource: { // AdditionalS3DataSource
|
|
69
|
-
* // S3DataType: "S3Object", // required
|
|
69
|
+
* // S3DataType: "S3Object" || "S3Prefix", // required
|
|
70
70
|
* // S3Uri: "STRING_VALUE", // required
|
|
71
71
|
* // CompressionType: "None" || "Gzip",
|
|
72
72
|
* // },
|
|
@@ -97,7 +97,7 @@ declare const CreateAlgorithmCommand_base: {
|
|
|
97
97
|
* },
|
|
98
98
|
* ],
|
|
99
99
|
* AdditionalS3DataSource: { // AdditionalS3DataSource
|
|
100
|
-
* S3DataType: "S3Object", // required
|
|
100
|
+
* S3DataType: "S3Object" || "S3Prefix", // required
|
|
101
101
|
* S3Uri: "STRING_VALUE", // required
|
|
102
102
|
* CompressionType: "None" || "Gzip",
|
|
103
103
|
* },
|
|
@@ -120,7 +120,7 @@ declare const CreateAlgorithmCommand_base: {
|
|
|
120
120
|
* FrameworkVersion: "STRING_VALUE",
|
|
121
121
|
* NearestModelName: "STRING_VALUE",
|
|
122
122
|
* AdditionalS3DataSource: {
|
|
123
|
-
* S3DataType: "S3Object", // required
|
|
123
|
+
* S3DataType: "S3Object" || "S3Prefix", // required
|
|
124
124
|
* S3Uri: "STRING_VALUE", // required
|
|
125
125
|
* CompressionType: "None" || "Gzip",
|
|
126
126
|
* },
|
|
@@ -39,7 +39,7 @@ declare const CreateAppCommand_base: {
|
|
|
39
39
|
* DomainId: "STRING_VALUE", // required
|
|
40
40
|
* UserProfileName: "STRING_VALUE",
|
|
41
41
|
* SpaceName: "STRING_VALUE",
|
|
42
|
-
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "
|
|
42
|
+
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas", // required
|
|
43
43
|
* AppName: "STRING_VALUE", // required
|
|
44
44
|
* Tags: [ // TagList
|
|
45
45
|
* { // Tag
|
|
@@ -74,7 +74,7 @@ declare const CreateModelPackageCommand_base: {
|
|
|
74
74
|
* FrameworkVersion: "STRING_VALUE",
|
|
75
75
|
* NearestModelName: "STRING_VALUE",
|
|
76
76
|
* AdditionalS3DataSource: { // AdditionalS3DataSource
|
|
77
|
-
* S3DataType: "S3Object", // required
|
|
77
|
+
* S3DataType: "S3Object" || "S3Prefix", // required
|
|
78
78
|
* S3Uri: "STRING_VALUE", // required
|
|
79
79
|
* CompressionType: "None" || "Gzip",
|
|
80
80
|
* },
|
|
@@ -246,7 +246,7 @@ declare const CreateModelPackageCommand_base: {
|
|
|
246
246
|
* FrameworkVersion: "STRING_VALUE",
|
|
247
247
|
* NearestModelName: "STRING_VALUE",
|
|
248
248
|
* AdditionalS3DataSource: {
|
|
249
|
-
* S3DataType: "S3Object", // required
|
|
249
|
+
* S3DataType: "S3Object" || "S3Prefix", // required
|
|
250
250
|
* S3Uri: "STRING_VALUE", // required
|
|
251
251
|
* CompressionType: "None" || "Gzip",
|
|
252
252
|
* },
|
|
@@ -102,7 +102,7 @@ declare const CreateSpaceCommand_base: {
|
|
|
102
102
|
* },
|
|
103
103
|
* ],
|
|
104
104
|
* },
|
|
105
|
-
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "
|
|
105
|
+
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|
|
106
106
|
* SpaceStorageSettings: { // SpaceStorageSettings
|
|
107
107
|
* EbsStorageSettings: { // EbsStorageSettings
|
|
108
108
|
* EbsVolumeSizeInGb: Number("int"), // required
|
|
@@ -36,7 +36,7 @@ declare const CreateStudioLifecycleConfigCommand_base: {
|
|
|
36
36
|
* const input = { // CreateStudioLifecycleConfigRequest
|
|
37
37
|
* StudioLifecycleConfigName: "STRING_VALUE", // required
|
|
38
38
|
* StudioLifecycleConfigContent: "STRING_VALUE", // required
|
|
39
|
-
* StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway" || "
|
|
39
|
+
* StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway" || "CodeEditor" || "JupyterLab", // required
|
|
40
40
|
* Tags: [ // TagList
|
|
41
41
|
* { // Tag
|
|
42
42
|
* Key: "STRING_VALUE", // required
|
|
@@ -37,7 +37,7 @@ declare const DeleteAppCommand_base: {
|
|
|
37
37
|
* DomainId: "STRING_VALUE", // required
|
|
38
38
|
* UserProfileName: "STRING_VALUE",
|
|
39
39
|
* SpaceName: "STRING_VALUE",
|
|
40
|
-
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "
|
|
40
|
+
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas", // required
|
|
41
41
|
* AppName: "STRING_VALUE", // required
|
|
42
42
|
* };
|
|
43
43
|
* const command = new DeleteAppCommand(input);
|
|
@@ -104,7 +104,7 @@ declare const DescribeAlgorithmCommand_base: {
|
|
|
104
104
|
* // },
|
|
105
105
|
* // ],
|
|
106
106
|
* // AdditionalS3DataSource: { // AdditionalS3DataSource
|
|
107
|
-
* // S3DataType: "S3Object", // required
|
|
107
|
+
* // S3DataType: "S3Object" || "S3Prefix", // required
|
|
108
108
|
* // S3Uri: "STRING_VALUE", // required
|
|
109
109
|
* // CompressionType: "None" || "Gzip",
|
|
110
110
|
* // },
|
|
@@ -127,7 +127,7 @@ declare const DescribeAlgorithmCommand_base: {
|
|
|
127
127
|
* // FrameworkVersion: "STRING_VALUE",
|
|
128
128
|
* // NearestModelName: "STRING_VALUE",
|
|
129
129
|
* // AdditionalS3DataSource: {
|
|
130
|
-
* // S3DataType: "S3Object", // required
|
|
130
|
+
* // S3DataType: "S3Object" || "S3Prefix", // required
|
|
131
131
|
* // S3Uri: "STRING_VALUE", // required
|
|
132
132
|
* // CompressionType: "None" || "Gzip",
|
|
133
133
|
* // },
|
|
@@ -37,14 +37,14 @@ declare const DescribeAppCommand_base: {
|
|
|
37
37
|
* DomainId: "STRING_VALUE", // required
|
|
38
38
|
* UserProfileName: "STRING_VALUE",
|
|
39
39
|
* SpaceName: "STRING_VALUE",
|
|
40
|
-
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "
|
|
40
|
+
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas", // required
|
|
41
41
|
* AppName: "STRING_VALUE", // required
|
|
42
42
|
* };
|
|
43
43
|
* const command = new DescribeAppCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
45
|
* // { // DescribeAppResponse
|
|
46
46
|
* // AppArn: "STRING_VALUE",
|
|
47
|
-
* // AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "
|
|
47
|
+
* // AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|
|
48
48
|
* // AppName: "STRING_VALUE",
|
|
49
49
|
* // DomainId: "STRING_VALUE",
|
|
50
50
|
* // UserProfileName: "STRING_VALUE",
|
|
@@ -66,7 +66,7 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
66
66
|
* // FrameworkVersion: "STRING_VALUE",
|
|
67
67
|
* // NearestModelName: "STRING_VALUE",
|
|
68
68
|
* // AdditionalS3DataSource: { // AdditionalS3DataSource
|
|
69
|
-
* // S3DataType: "S3Object", // required
|
|
69
|
+
* // S3DataType: "S3Object" || "S3Prefix", // required
|
|
70
70
|
* // S3Uri: "STRING_VALUE", // required
|
|
71
71
|
* // CompressionType: "None" || "Gzip",
|
|
72
72
|
* // },
|
|
@@ -270,7 +270,7 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
270
270
|
* // FrameworkVersion: "STRING_VALUE",
|
|
271
271
|
* // NearestModelName: "STRING_VALUE",
|
|
272
272
|
* // AdditionalS3DataSource: {
|
|
273
|
-
* // S3DataType: "S3Object", // required
|
|
273
|
+
* // S3DataType: "S3Object" || "S3Prefix", // required
|
|
274
274
|
* // S3Uri: "STRING_VALUE", // required
|
|
275
275
|
* // CompressionType: "None" || "Gzip",
|
|
276
276
|
* // },
|
|
@@ -108,7 +108,7 @@ declare const DescribeSpaceCommand_base: {
|
|
|
108
108
|
* // },
|
|
109
109
|
* // ],
|
|
110
110
|
* // },
|
|
111
|
-
* // AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "
|
|
111
|
+
* // AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|
|
112
112
|
* // SpaceStorageSettings: { // SpaceStorageSettings
|
|
113
113
|
* // EbsStorageSettings: { // EbsStorageSettings
|
|
114
114
|
* // EbsVolumeSizeInGb: Number("int"), // required
|
|
@@ -44,7 +44,7 @@ declare const DescribeStudioLifecycleConfigCommand_base: {
|
|
|
44
44
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
45
45
|
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
46
46
|
* // StudioLifecycleConfigContent: "STRING_VALUE",
|
|
47
|
-
* // StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway" || "
|
|
47
|
+
* // StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway" || "CodeEditor" || "JupyterLab",
|
|
48
48
|
* // };
|
|
49
49
|
*
|
|
50
50
|
* ```
|
|
@@ -50,7 +50,7 @@ declare const ListAppsCommand_base: {
|
|
|
50
50
|
* // DomainId: "STRING_VALUE",
|
|
51
51
|
* // UserProfileName: "STRING_VALUE",
|
|
52
52
|
* // SpaceName: "STRING_VALUE",
|
|
53
|
-
* // AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "
|
|
53
|
+
* // AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|
|
54
54
|
* // AppName: "STRING_VALUE",
|
|
55
55
|
* // Status: "Deleted" || "Deleting" || "Failed" || "InService" || "Pending",
|
|
56
56
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
@@ -52,7 +52,7 @@ declare const ListSpacesCommand_base: {
|
|
|
52
52
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
53
53
|
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
54
54
|
* // SpaceSettingsSummary: { // SpaceSettingsSummary
|
|
55
|
-
* // AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "
|
|
55
|
+
* // AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|
|
56
56
|
* // SpaceStorageSettings: { // SpaceStorageSettings
|
|
57
57
|
* // EbsStorageSettings: { // EbsStorageSettings
|
|
58
58
|
* // EbsVolumeSizeInGb: Number("int"), // required
|
|
@@ -37,7 +37,7 @@ declare const ListStudioLifecycleConfigsCommand_base: {
|
|
|
37
37
|
* MaxResults: Number("int"),
|
|
38
38
|
* NextToken: "STRING_VALUE",
|
|
39
39
|
* NameContains: "STRING_VALUE",
|
|
40
|
-
* AppTypeEquals: "JupyterServer" || "KernelGateway" || "
|
|
40
|
+
* AppTypeEquals: "JupyterServer" || "KernelGateway" || "CodeEditor" || "JupyterLab",
|
|
41
41
|
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
42
42
|
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
43
43
|
* ModifiedTimeBefore: new Date("TIMESTAMP"),
|
|
@@ -55,7 +55,7 @@ declare const ListStudioLifecycleConfigsCommand_base: {
|
|
|
55
55
|
* // StudioLifecycleConfigName: "STRING_VALUE",
|
|
56
56
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
57
57
|
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
58
|
-
* // StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway" || "
|
|
58
|
+
* // StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway" || "CodeEditor" || "JupyterLab",
|
|
59
59
|
* // },
|
|
60
60
|
* // ],
|
|
61
61
|
* // };
|
|
@@ -1097,7 +1097,7 @@ declare const SearchCommand_base: {
|
|
|
1097
1097
|
* // FrameworkVersion: "STRING_VALUE",
|
|
1098
1098
|
* // NearestModelName: "STRING_VALUE",
|
|
1099
1099
|
* // AdditionalS3DataSource: { // AdditionalS3DataSource
|
|
1100
|
-
* // S3DataType: "S3Object", // required
|
|
1100
|
+
* // S3DataType: "S3Object" || "S3Prefix", // required
|
|
1101
1101
|
* // S3Uri: "STRING_VALUE", // required
|
|
1102
1102
|
* // CompressionType: "None" || "Gzip",
|
|
1103
1103
|
* // },
|
|
@@ -1253,7 +1253,7 @@ declare const SearchCommand_base: {
|
|
|
1253
1253
|
* // FrameworkVersion: "STRING_VALUE",
|
|
1254
1254
|
* // NearestModelName: "STRING_VALUE",
|
|
1255
1255
|
* // AdditionalS3DataSource: {
|
|
1256
|
-
* // S3DataType: "S3Object", // required
|
|
1256
|
+
* // S3DataType: "S3Object" || "S3Prefix", // required
|
|
1257
1257
|
* // S3Uri: "STRING_VALUE", // required
|
|
1258
1258
|
* // CompressionType: "None" || "Gzip",
|
|
1259
1259
|
* // },
|
|
@@ -64,7 +64,7 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
64
64
|
* FrameworkVersion: "STRING_VALUE",
|
|
65
65
|
* NearestModelName: "STRING_VALUE",
|
|
66
66
|
* AdditionalS3DataSource: { // AdditionalS3DataSource
|
|
67
|
-
* S3DataType: "S3Object", // required
|
|
67
|
+
* S3DataType: "S3Object" || "S3Prefix", // required
|
|
68
68
|
* S3Uri: "STRING_VALUE", // required
|
|
69
69
|
* CompressionType: "None" || "Gzip",
|
|
70
70
|
* },
|
|
@@ -96,7 +96,7 @@ declare const UpdateSpaceCommand_base: {
|
|
|
96
96
|
* },
|
|
97
97
|
* ],
|
|
98
98
|
* },
|
|
99
|
-
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "
|
|
99
|
+
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|
|
100
100
|
* SpaceStorageSettings: { // SpaceStorageSettings
|
|
101
101
|
* EbsStorageSettings: { // EbsStorageSettings
|
|
102
102
|
* EbsVolumeSizeInGb: Number("int"), // required
|
|
@@ -195,6 +195,7 @@ export type CompressionType = (typeof CompressionType)[keyof typeof CompressionT
|
|
|
195
195
|
*/
|
|
196
196
|
export declare const AdditionalS3DataSourceDataType: {
|
|
197
197
|
readonly S3OBJECT: "S3Object";
|
|
198
|
+
readonly S3PREFIX: "S3Prefix";
|
|
198
199
|
};
|
|
199
200
|
/**
|
|
200
201
|
* @public
|
|
@@ -3657,19 +3658,13 @@ export interface AnnotationConsolidationConfig {
|
|
|
3657
3658
|
export declare const AppType: {
|
|
3658
3659
|
readonly Canvas: "Canvas";
|
|
3659
3660
|
readonly CodeEditor: "CodeEditor";
|
|
3660
|
-
readonly DatasetManager: "DatasetManager";
|
|
3661
3661
|
readonly DetailedProfiler: "DetailedProfiler";
|
|
3662
3662
|
readonly JupyterLab: "JupyterLab";
|
|
3663
3663
|
readonly JupyterServer: "JupyterServer";
|
|
3664
3664
|
readonly KernelGateway: "KernelGateway";
|
|
3665
|
-
readonly Local: "Local";
|
|
3666
|
-
readonly RSession: "RSession";
|
|
3667
3665
|
readonly RSessionGateway: "RSessionGateway";
|
|
3668
3666
|
readonly RStudioServerPro: "RStudioServerPro";
|
|
3669
|
-
readonly SageMakerLite: "SageMakerLite";
|
|
3670
|
-
readonly Savitur: "Savitur";
|
|
3671
3667
|
readonly TensorBoard: "TensorBoard";
|
|
3672
|
-
readonly VSCode: "VSCode";
|
|
3673
3668
|
};
|
|
3674
3669
|
/**
|
|
3675
3670
|
* @public
|
|
@@ -10669,8 +10669,6 @@ export declare const StudioLifecycleConfigAppType: {
|
|
|
10669
10669
|
readonly JupyterLab: "JupyterLab";
|
|
10670
10670
|
readonly JupyterServer: "JupyterServer";
|
|
10671
10671
|
readonly KernelGateway: "KernelGateway";
|
|
10672
|
-
readonly Savitur: "Savitur";
|
|
10673
|
-
readonly VSCode: "VSCode";
|
|
10674
10672
|
};
|
|
10675
10673
|
/**
|
|
10676
10674
|
* @public
|
|
@@ -63,6 +63,7 @@ export type CompressionType =
|
|
|
63
63
|
(typeof CompressionType)[keyof typeof CompressionType];
|
|
64
64
|
export declare const AdditionalS3DataSourceDataType: {
|
|
65
65
|
readonly S3OBJECT: "S3Object";
|
|
66
|
+
readonly S3PREFIX: "S3Prefix";
|
|
66
67
|
};
|
|
67
68
|
export type AdditionalS3DataSourceDataType =
|
|
68
69
|
(typeof AdditionalS3DataSourceDataType)[keyof typeof AdditionalS3DataSourceDataType];
|
|
@@ -646,19 +647,13 @@ export interface AnnotationConsolidationConfig {
|
|
|
646
647
|
export declare const AppType: {
|
|
647
648
|
readonly Canvas: "Canvas";
|
|
648
649
|
readonly CodeEditor: "CodeEditor";
|
|
649
|
-
readonly DatasetManager: "DatasetManager";
|
|
650
650
|
readonly DetailedProfiler: "DetailedProfiler";
|
|
651
651
|
readonly JupyterLab: "JupyterLab";
|
|
652
652
|
readonly JupyterServer: "JupyterServer";
|
|
653
653
|
readonly KernelGateway: "KernelGateway";
|
|
654
|
-
readonly Local: "Local";
|
|
655
|
-
readonly RSession: "RSession";
|
|
656
654
|
readonly RSessionGateway: "RSessionGateway";
|
|
657
655
|
readonly RStudioServerPro: "RStudioServerPro";
|
|
658
|
-
readonly SageMakerLite: "SageMakerLite";
|
|
659
|
-
readonly Savitur: "Savitur";
|
|
660
656
|
readonly TensorBoard: "TensorBoard";
|
|
661
|
-
readonly VSCode: "VSCode";
|
|
662
657
|
};
|
|
663
658
|
export type AppType = (typeof AppType)[keyof typeof AppType];
|
|
664
659
|
export declare const AppInstanceType: {
|
|
@@ -1857,8 +1857,6 @@ export declare const StudioLifecycleConfigAppType: {
|
|
|
1857
1857
|
readonly JupyterLab: "JupyterLab";
|
|
1858
1858
|
readonly JupyterServer: "JupyterServer";
|
|
1859
1859
|
readonly KernelGateway: "KernelGateway";
|
|
1860
|
-
readonly Savitur: "Savitur";
|
|
1861
|
-
readonly VSCode: "VSCode";
|
|
1862
1860
|
};
|
|
1863
1861
|
export type StudioLifecycleConfigAppType =
|
|
1864
1862
|
(typeof StudioLifecycleConfigAppType)[keyof typeof StudioLifecycleConfigAppType];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.492.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|