@aws-sdk/client-sagemaker 3.462.0 → 3.464.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 +15 -13
- package/dist-cjs/models/models_1.js +23 -22
- package/dist-cjs/models/models_2.js +22 -45
- package/dist-cjs/models/models_3.js +46 -22
- package/dist-cjs/models/models_4.js +21 -1
- package/dist-cjs/protocols/Aws_json1_1.js +180 -2
- package/dist-es/models/models_0.js +14 -12
- package/dist-es/models/models_1.js +22 -21
- package/dist-es/models/models_2.js +21 -44
- package/dist-es/models/models_3.js +44 -20
- package/dist-es/models/models_4.js +20 -0
- package/dist-es/protocols/Aws_json1_1.js +179 -1
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +13 -0
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +50 -10
- package/dist-types/commands/CreateSpaceCommand.d.ts +43 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +49 -2
- package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +13 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +50 -10
- package/dist-types/commands/DescribeSpaceCommand.d.ts +43 -0
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +49 -2
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +13 -0
- package/dist-types/commands/ListAppsCommand.d.ts +8 -1
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +2 -1
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +15 -0
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +13 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +49 -9
- package/dist-types/commands/UpdateSpaceCommand.d.ts +37 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +48 -0
- package/dist-types/models/models_0.d.ts +184 -176
- package/dist-types/models/models_1.d.ts +383 -796
- package/dist-types/models/models_2.d.ts +4794 -5178
- package/dist-types/models/models_3.d.ts +5376 -4691
- package/dist-types/models/models_4.d.ts +598 -13
- package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +68 -65
- package/dist-types/ts3.4/models/models_1.d.ts +116 -160
- package/dist-types/ts3.4/models/models_2.d.ts +162 -203
- package/dist-types/ts3.4/models/models_3.d.ts +227 -130
- package/dist-types/ts3.4/models/models_4.d.ts +165 -17
- package/package.json +1 -1
|
@@ -179,8 +179,56 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
|
|
|
179
179
|
* Status: "ENABLED" || "DISABLED",
|
|
180
180
|
* },
|
|
181
181
|
* },
|
|
182
|
+
* JupyterLabAppSettings: { // JupyterLabAppSettings
|
|
183
|
+
* DefaultResourceSpec: {
|
|
184
|
+
* SageMakerImageArn: "STRING_VALUE",
|
|
185
|
+
* SageMakerImageVersionArn: "STRING_VALUE",
|
|
186
|
+
* SageMakerImageVersionAlias: "STRING_VALUE",
|
|
187
|
+
* InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
|
|
188
|
+
* LifecycleConfigArn: "STRING_VALUE",
|
|
189
|
+
* },
|
|
190
|
+
* CustomImages: [
|
|
191
|
+
* {
|
|
192
|
+
* ImageName: "STRING_VALUE", // required
|
|
193
|
+
* ImageVersionNumber: Number("int"),
|
|
194
|
+
* AppImageConfigName: "STRING_VALUE", // required
|
|
195
|
+
* },
|
|
196
|
+
* ],
|
|
197
|
+
* LifecycleConfigArns: [
|
|
198
|
+
* "STRING_VALUE",
|
|
199
|
+
* ],
|
|
200
|
+
* CodeRepositories: [
|
|
201
|
+
* {
|
|
202
|
+
* RepositoryUrl: "STRING_VALUE", // required
|
|
203
|
+
* },
|
|
204
|
+
* ],
|
|
205
|
+
* },
|
|
206
|
+
* CodeEditorAppSettings: { // CodeEditorAppSettings
|
|
207
|
+
* DefaultResourceSpec: "<ResourceSpec>",
|
|
208
|
+
* LifecycleConfigArns: [
|
|
209
|
+
* "STRING_VALUE",
|
|
210
|
+
* ],
|
|
211
|
+
* },
|
|
212
|
+
* SpaceStorageSettings: { // DefaultSpaceStorageSettings
|
|
213
|
+
* DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
|
|
214
|
+
* DefaultEbsVolumeSizeInGb: Number("int"), // required
|
|
215
|
+
* MaximumEbsVolumeSizeInGb: Number("int"), // required
|
|
216
|
+
* },
|
|
217
|
+
* },
|
|
182
218
|
* DefaultLandingUri: "STRING_VALUE",
|
|
183
219
|
* StudioWebPortal: "ENABLED" || "DISABLED",
|
|
220
|
+
* CustomPosixUserConfig: { // CustomPosixUserConfig
|
|
221
|
+
* Uid: Number("long"), // required
|
|
222
|
+
* Gid: Number("long"), // required
|
|
223
|
+
* },
|
|
224
|
+
* CustomFileSystemConfigs: [ // CustomFileSystemConfigs
|
|
225
|
+
* { // CustomFileSystemConfig Union: only one key present
|
|
226
|
+
* EFSFileSystemConfig: { // EFSFileSystemConfig
|
|
227
|
+
* FileSystemId: "STRING_VALUE", // required
|
|
228
|
+
* FileSystemPath: "STRING_VALUE",
|
|
229
|
+
* },
|
|
230
|
+
* },
|
|
231
|
+
* ],
|
|
184
232
|
* },
|
|
185
233
|
* SubnetIds: [ // Subnets // required
|
|
186
234
|
* "STRING_VALUE",
|
|
@@ -204,13 +252,7 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
|
|
|
204
252
|
* DomainExecutionRoleArn: "STRING_VALUE", // required
|
|
205
253
|
* RStudioConnectUrl: "STRING_VALUE",
|
|
206
254
|
* RStudioPackageManagerUrl: "STRING_VALUE",
|
|
207
|
-
* DefaultResourceSpec:
|
|
208
|
-
* SageMakerImageArn: "STRING_VALUE",
|
|
209
|
-
* SageMakerImageVersionArn: "STRING_VALUE",
|
|
210
|
-
* SageMakerImageVersionAlias: "STRING_VALUE",
|
|
211
|
-
* InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
|
|
212
|
-
* LifecycleConfigArn: "STRING_VALUE",
|
|
213
|
-
* },
|
|
255
|
+
* DefaultResourceSpec: "<ResourceSpec>",
|
|
214
256
|
* },
|
|
215
257
|
* ExecutionRoleIdentityConfig: "USER_PROFILE_NAME" || "DISABLED",
|
|
216
258
|
* },
|
|
@@ -239,9 +281,7 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
|
|
|
239
281
|
* AppImageConfigName: "STRING_VALUE", // required
|
|
240
282
|
* },
|
|
241
283
|
* ],
|
|
242
|
-
* LifecycleConfigArns:
|
|
243
|
-
* "STRING_VALUE",
|
|
244
|
-
* ],
|
|
284
|
+
* LifecycleConfigArns: "<LifecycleConfigArns>",
|
|
245
285
|
* },
|
|
246
286
|
* },
|
|
247
287
|
* };
|
|
@@ -76,6 +76,49 @@ export interface CreateSpaceCommandOutput extends CreateSpaceResponse, __Metadat
|
|
|
76
76
|
* "STRING_VALUE",
|
|
77
77
|
* ],
|
|
78
78
|
* },
|
|
79
|
+
* JupyterLabAppSettings: { // SpaceJupyterLabAppSettings
|
|
80
|
+
* DefaultResourceSpec: {
|
|
81
|
+
* SageMakerImageArn: "STRING_VALUE",
|
|
82
|
+
* SageMakerImageVersionArn: "STRING_VALUE",
|
|
83
|
+
* SageMakerImageVersionAlias: "STRING_VALUE",
|
|
84
|
+
* InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
|
|
85
|
+
* LifecycleConfigArn: "STRING_VALUE",
|
|
86
|
+
* },
|
|
87
|
+
* CodeRepositories: [
|
|
88
|
+
* {
|
|
89
|
+
* RepositoryUrl: "STRING_VALUE", // required
|
|
90
|
+
* },
|
|
91
|
+
* ],
|
|
92
|
+
* },
|
|
93
|
+
* CodeEditorAppSettings: { // SpaceCodeEditorAppSettings
|
|
94
|
+
* DefaultResourceSpec: {
|
|
95
|
+
* SageMakerImageArn: "STRING_VALUE",
|
|
96
|
+
* SageMakerImageVersionArn: "STRING_VALUE",
|
|
97
|
+
* SageMakerImageVersionAlias: "STRING_VALUE",
|
|
98
|
+
* InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
|
|
99
|
+
* LifecycleConfigArn: "STRING_VALUE",
|
|
100
|
+
* },
|
|
101
|
+
* },
|
|
102
|
+
* SpaceStorageSettings: { // SpaceStorageSettings
|
|
103
|
+
* EbsStorageSettings: { // EbsStorageSettings
|
|
104
|
+
* EbsVolumeSizeInGb: Number("int"), // required
|
|
105
|
+
* },
|
|
106
|
+
* },
|
|
107
|
+
* AppType: "JupyterServer" || "KernelGateway" || "TensorBoard" || "RStudioServerPro" || "RSessionGateway" || "JupyterLab" || "CodeEditor",
|
|
108
|
+
* CustomFileSystems: [ // CustomFileSystems
|
|
109
|
+
* { // CustomFileSystem Union: only one key present
|
|
110
|
+
* EFSFileSystem: { // EFSFileSystem
|
|
111
|
+
* FileSystemId: "STRING_VALUE", // required
|
|
112
|
+
* },
|
|
113
|
+
* },
|
|
114
|
+
* ],
|
|
115
|
+
* },
|
|
116
|
+
* SpaceDisplayName: "STRING_VALUE",
|
|
117
|
+
* OwnershipSettings: { // OwnershipSettings
|
|
118
|
+
* OwnerUserProfileName: "STRING_VALUE", // required
|
|
119
|
+
* },
|
|
120
|
+
* SpaceSharingSettings: { // SpaceSharingSettings
|
|
121
|
+
* SharingType: "Private" || "Shared", // required
|
|
79
122
|
* },
|
|
80
123
|
* };
|
|
81
124
|
* const command = new CreateSpaceCommand(input);
|
|
@@ -33,7 +33,7 @@ export interface CreateStudioLifecycleConfigCommandOutput extends CreateStudioLi
|
|
|
33
33
|
* const input = { // CreateStudioLifecycleConfigRequest
|
|
34
34
|
* StudioLifecycleConfigName: "STRING_VALUE", // required
|
|
35
35
|
* StudioLifecycleConfigContent: "STRING_VALUE", // required
|
|
36
|
-
* StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway", // required
|
|
36
|
+
* StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway" || "JupyterLab" || "CodeEditor", // required
|
|
37
37
|
* Tags: [ // TagList
|
|
38
38
|
* { // Tag
|
|
39
39
|
* Key: "STRING_VALUE", // required
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { CreateTrainingJobRequest, CreateTrainingJobResponse } from "../models/
|
|
4
|
+
import { CreateTrainingJobRequest, CreateTrainingJobResponse } from "../models/models_2";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { CreateTransformJobRequest, CreateTransformJobResponse } from "../models/
|
|
4
|
+
import { CreateTransformJobRequest, CreateTransformJobResponse } from "../models/models_2";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { CreateTrialRequest, CreateTrialResponse } from "../models/
|
|
4
|
+
import { CreateTrialRequest, CreateTrialResponse } from "../models/models_2";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { CreateTrialComponentRequest, CreateTrialComponentResponse } from "../models/
|
|
4
|
+
import { CreateTrialComponentRequest, CreateTrialComponentResponse } from "../models/models_2";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { CreateUserProfileRequest } from "../models/
|
|
5
|
-
import { CreateUserProfileResponse } from "../models/models_2";
|
|
4
|
+
import { CreateUserProfileRequest, CreateUserProfileResponse } from "../models/models_2";
|
|
6
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
@@ -150,8 +149,56 @@ export interface CreateUserProfileCommandOutput extends CreateUserProfileRespons
|
|
|
150
149
|
* Status: "ENABLED" || "DISABLED",
|
|
151
150
|
* },
|
|
152
151
|
* },
|
|
152
|
+
* JupyterLabAppSettings: { // JupyterLabAppSettings
|
|
153
|
+
* DefaultResourceSpec: {
|
|
154
|
+
* SageMakerImageArn: "STRING_VALUE",
|
|
155
|
+
* SageMakerImageVersionArn: "STRING_VALUE",
|
|
156
|
+
* SageMakerImageVersionAlias: "STRING_VALUE",
|
|
157
|
+
* InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
|
|
158
|
+
* LifecycleConfigArn: "STRING_VALUE",
|
|
159
|
+
* },
|
|
160
|
+
* CustomImages: [
|
|
161
|
+
* {
|
|
162
|
+
* ImageName: "STRING_VALUE", // required
|
|
163
|
+
* ImageVersionNumber: Number("int"),
|
|
164
|
+
* AppImageConfigName: "STRING_VALUE", // required
|
|
165
|
+
* },
|
|
166
|
+
* ],
|
|
167
|
+
* LifecycleConfigArns: [
|
|
168
|
+
* "STRING_VALUE",
|
|
169
|
+
* ],
|
|
170
|
+
* CodeRepositories: [
|
|
171
|
+
* {
|
|
172
|
+
* RepositoryUrl: "STRING_VALUE", // required
|
|
173
|
+
* },
|
|
174
|
+
* ],
|
|
175
|
+
* },
|
|
176
|
+
* CodeEditorAppSettings: { // CodeEditorAppSettings
|
|
177
|
+
* DefaultResourceSpec: "<ResourceSpec>",
|
|
178
|
+
* LifecycleConfigArns: [
|
|
179
|
+
* "STRING_VALUE",
|
|
180
|
+
* ],
|
|
181
|
+
* },
|
|
182
|
+
* SpaceStorageSettings: { // DefaultSpaceStorageSettings
|
|
183
|
+
* DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
|
|
184
|
+
* DefaultEbsVolumeSizeInGb: Number("int"), // required
|
|
185
|
+
* MaximumEbsVolumeSizeInGb: Number("int"), // required
|
|
186
|
+
* },
|
|
187
|
+
* },
|
|
153
188
|
* DefaultLandingUri: "STRING_VALUE",
|
|
154
189
|
* StudioWebPortal: "ENABLED" || "DISABLED",
|
|
190
|
+
* CustomPosixUserConfig: { // CustomPosixUserConfig
|
|
191
|
+
* Uid: Number("long"), // required
|
|
192
|
+
* Gid: Number("long"), // required
|
|
193
|
+
* },
|
|
194
|
+
* CustomFileSystemConfigs: [ // CustomFileSystemConfigs
|
|
195
|
+
* { // CustomFileSystemConfig Union: only one key present
|
|
196
|
+
* EFSFileSystemConfig: { // EFSFileSystemConfig
|
|
197
|
+
* FileSystemId: "STRING_VALUE", // required
|
|
198
|
+
* FileSystemPath: "STRING_VALUE",
|
|
199
|
+
* },
|
|
200
|
+
* },
|
|
201
|
+
* ],
|
|
155
202
|
* },
|
|
156
203
|
* };
|
|
157
204
|
* const command = new CreateUserProfileCommand(input);
|
|
@@ -33,7 +33,7 @@ export interface DeleteAppCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* const input = { // DeleteAppRequest
|
|
34
34
|
* DomainId: "STRING_VALUE", // required
|
|
35
35
|
* UserProfileName: "STRING_VALUE",
|
|
36
|
-
* AppType: "JupyterServer" || "KernelGateway" || "TensorBoard" || "RStudioServerPro" || "RSessionGateway", // required
|
|
36
|
+
* AppType: "JupyterServer" || "KernelGateway" || "TensorBoard" || "RStudioServerPro" || "RSessionGateway" || "JupyterLab" || "CodeEditor", // required
|
|
37
37
|
* AppName: "STRING_VALUE", // required
|
|
38
38
|
* SpaceName: "STRING_VALUE",
|
|
39
39
|
* };
|
|
@@ -33,7 +33,7 @@ export interface DescribeAppCommandOutput extends DescribeAppResponse, __Metadat
|
|
|
33
33
|
* const input = { // DescribeAppRequest
|
|
34
34
|
* DomainId: "STRING_VALUE", // required
|
|
35
35
|
* UserProfileName: "STRING_VALUE",
|
|
36
|
-
* AppType: "JupyterServer" || "KernelGateway" || "TensorBoard" || "RStudioServerPro" || "RSessionGateway", // required
|
|
36
|
+
* AppType: "JupyterServer" || "KernelGateway" || "TensorBoard" || "RStudioServerPro" || "RSessionGateway" || "JupyterLab" || "CodeEditor", // required
|
|
37
37
|
* AppName: "STRING_VALUE", // required
|
|
38
38
|
* SpaceName: "STRING_VALUE",
|
|
39
39
|
* };
|
|
@@ -41,7 +41,7 @@ export interface DescribeAppCommandOutput extends DescribeAppResponse, __Metadat
|
|
|
41
41
|
* const response = await client.send(command);
|
|
42
42
|
* // { // DescribeAppResponse
|
|
43
43
|
* // AppArn: "STRING_VALUE",
|
|
44
|
-
* // AppType: "JupyterServer" || "KernelGateway" || "TensorBoard" || "RStudioServerPro" || "RSessionGateway",
|
|
44
|
+
* // AppType: "JupyterServer" || "KernelGateway" || "TensorBoard" || "RStudioServerPro" || "RSessionGateway" || "JupyterLab" || "CodeEditor",
|
|
45
45
|
* // AppName: "STRING_VALUE",
|
|
46
46
|
* // DomainId: "STRING_VALUE",
|
|
47
47
|
* // UserProfileName: "STRING_VALUE",
|
|
@@ -53,6 +53,19 @@ export interface DescribeAppImageConfigCommandOutput extends DescribeAppImageCon
|
|
|
53
53
|
* // DefaultGid: Number("int"),
|
|
54
54
|
* // },
|
|
55
55
|
* // },
|
|
56
|
+
* // JupyterLabAppImageConfig: { // JupyterLabAppImageConfig
|
|
57
|
+
* // ContainerConfig: { // ContainerConfig
|
|
58
|
+
* // ContainerArguments: [ // CustomImageContainerArguments
|
|
59
|
+
* // "STRING_VALUE",
|
|
60
|
+
* // ],
|
|
61
|
+
* // ContainerEntrypoint: [ // CustomImageContainerEntrypoint
|
|
62
|
+
* // "STRING_VALUE",
|
|
63
|
+
* // ],
|
|
64
|
+
* // ContainerEnvironmentVariables: { // CustomImageContainerEnvironmentVariables
|
|
65
|
+
* // "<keys>": "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // },
|
|
68
|
+
* // },
|
|
56
69
|
* // };
|
|
57
70
|
*
|
|
58
71
|
* ```
|
|
@@ -149,8 +149,56 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M
|
|
|
149
149
|
* // Status: "ENABLED" || "DISABLED",
|
|
150
150
|
* // },
|
|
151
151
|
* // },
|
|
152
|
+
* // JupyterLabAppSettings: { // JupyterLabAppSettings
|
|
153
|
+
* // DefaultResourceSpec: {
|
|
154
|
+
* // SageMakerImageArn: "STRING_VALUE",
|
|
155
|
+
* // SageMakerImageVersionArn: "STRING_VALUE",
|
|
156
|
+
* // SageMakerImageVersionAlias: "STRING_VALUE",
|
|
157
|
+
* // InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
|
|
158
|
+
* // LifecycleConfigArn: "STRING_VALUE",
|
|
159
|
+
* // },
|
|
160
|
+
* // CustomImages: [
|
|
161
|
+
* // {
|
|
162
|
+
* // ImageName: "STRING_VALUE", // required
|
|
163
|
+
* // ImageVersionNumber: Number("int"),
|
|
164
|
+
* // AppImageConfigName: "STRING_VALUE", // required
|
|
165
|
+
* // },
|
|
166
|
+
* // ],
|
|
167
|
+
* // LifecycleConfigArns: [
|
|
168
|
+
* // "STRING_VALUE",
|
|
169
|
+
* // ],
|
|
170
|
+
* // CodeRepositories: [
|
|
171
|
+
* // {
|
|
172
|
+
* // RepositoryUrl: "STRING_VALUE", // required
|
|
173
|
+
* // },
|
|
174
|
+
* // ],
|
|
175
|
+
* // },
|
|
176
|
+
* // CodeEditorAppSettings: { // CodeEditorAppSettings
|
|
177
|
+
* // DefaultResourceSpec: "<ResourceSpec>",
|
|
178
|
+
* // LifecycleConfigArns: [
|
|
179
|
+
* // "STRING_VALUE",
|
|
180
|
+
* // ],
|
|
181
|
+
* // },
|
|
182
|
+
* // SpaceStorageSettings: { // DefaultSpaceStorageSettings
|
|
183
|
+
* // DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
|
|
184
|
+
* // DefaultEbsVolumeSizeInGb: Number("int"), // required
|
|
185
|
+
* // MaximumEbsVolumeSizeInGb: Number("int"), // required
|
|
186
|
+
* // },
|
|
187
|
+
* // },
|
|
152
188
|
* // DefaultLandingUri: "STRING_VALUE",
|
|
153
189
|
* // StudioWebPortal: "ENABLED" || "DISABLED",
|
|
190
|
+
* // CustomPosixUserConfig: { // CustomPosixUserConfig
|
|
191
|
+
* // Uid: Number("long"), // required
|
|
192
|
+
* // Gid: Number("long"), // required
|
|
193
|
+
* // },
|
|
194
|
+
* // CustomFileSystemConfigs: [ // CustomFileSystemConfigs
|
|
195
|
+
* // { // CustomFileSystemConfig Union: only one key present
|
|
196
|
+
* // EFSFileSystemConfig: { // EFSFileSystemConfig
|
|
197
|
+
* // FileSystemId: "STRING_VALUE", // required
|
|
198
|
+
* // FileSystemPath: "STRING_VALUE",
|
|
199
|
+
* // },
|
|
200
|
+
* // },
|
|
201
|
+
* // ],
|
|
154
202
|
* // },
|
|
155
203
|
* // AppNetworkAccessType: "PublicInternetOnly" || "VpcOnly",
|
|
156
204
|
* // HomeEfsFileSystemKmsKeyId: "STRING_VALUE",
|
|
@@ -168,13 +216,7 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M
|
|
|
168
216
|
* // DomainExecutionRoleArn: "STRING_VALUE", // required
|
|
169
217
|
* // RStudioConnectUrl: "STRING_VALUE",
|
|
170
218
|
* // RStudioPackageManagerUrl: "STRING_VALUE",
|
|
171
|
-
* // DefaultResourceSpec:
|
|
172
|
-
* // SageMakerImageArn: "STRING_VALUE",
|
|
173
|
-
* // SageMakerImageVersionArn: "STRING_VALUE",
|
|
174
|
-
* // SageMakerImageVersionAlias: "STRING_VALUE",
|
|
175
|
-
* // InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
|
|
176
|
-
* // LifecycleConfigArn: "STRING_VALUE",
|
|
177
|
-
* // },
|
|
219
|
+
* // DefaultResourceSpec: "<ResourceSpec>",
|
|
178
220
|
* // },
|
|
179
221
|
* // ExecutionRoleIdentityConfig: "USER_PROFILE_NAME" || "DISABLED",
|
|
180
222
|
* // },
|
|
@@ -205,9 +247,7 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M
|
|
|
205
247
|
* // AppImageConfigName: "STRING_VALUE", // required
|
|
206
248
|
* // },
|
|
207
249
|
* // ],
|
|
208
|
-
* // LifecycleConfigArns:
|
|
209
|
-
* // "STRING_VALUE",
|
|
210
|
-
* // ],
|
|
250
|
+
* // LifecycleConfigArns: "<LifecycleConfigArns>",
|
|
211
251
|
* // },
|
|
212
252
|
* // },
|
|
213
253
|
* // };
|
|
@@ -82,8 +82,51 @@ export interface DescribeSpaceCommandOutput extends DescribeSpaceResponse, __Met
|
|
|
82
82
|
* // "STRING_VALUE",
|
|
83
83
|
* // ],
|
|
84
84
|
* // },
|
|
85
|
+
* // JupyterLabAppSettings: { // SpaceJupyterLabAppSettings
|
|
86
|
+
* // DefaultResourceSpec: {
|
|
87
|
+
* // SageMakerImageArn: "STRING_VALUE",
|
|
88
|
+
* // SageMakerImageVersionArn: "STRING_VALUE",
|
|
89
|
+
* // SageMakerImageVersionAlias: "STRING_VALUE",
|
|
90
|
+
* // InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
|
|
91
|
+
* // LifecycleConfigArn: "STRING_VALUE",
|
|
92
|
+
* // },
|
|
93
|
+
* // CodeRepositories: [
|
|
94
|
+
* // {
|
|
95
|
+
* // RepositoryUrl: "STRING_VALUE", // required
|
|
96
|
+
* // },
|
|
97
|
+
* // ],
|
|
98
|
+
* // },
|
|
99
|
+
* // CodeEditorAppSettings: { // SpaceCodeEditorAppSettings
|
|
100
|
+
* // DefaultResourceSpec: {
|
|
101
|
+
* // SageMakerImageArn: "STRING_VALUE",
|
|
102
|
+
* // SageMakerImageVersionArn: "STRING_VALUE",
|
|
103
|
+
* // SageMakerImageVersionAlias: "STRING_VALUE",
|
|
104
|
+
* // InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
|
|
105
|
+
* // LifecycleConfigArn: "STRING_VALUE",
|
|
106
|
+
* // },
|
|
107
|
+
* // },
|
|
108
|
+
* // SpaceStorageSettings: { // SpaceStorageSettings
|
|
109
|
+
* // EbsStorageSettings: { // EbsStorageSettings
|
|
110
|
+
* // EbsVolumeSizeInGb: Number("int"), // required
|
|
111
|
+
* // },
|
|
112
|
+
* // },
|
|
113
|
+
* // AppType: "JupyterServer" || "KernelGateway" || "TensorBoard" || "RStudioServerPro" || "RSessionGateway" || "JupyterLab" || "CodeEditor",
|
|
114
|
+
* // CustomFileSystems: [ // CustomFileSystems
|
|
115
|
+
* // { // CustomFileSystem Union: only one key present
|
|
116
|
+
* // EFSFileSystem: { // EFSFileSystem
|
|
117
|
+
* // FileSystemId: "STRING_VALUE", // required
|
|
118
|
+
* // },
|
|
119
|
+
* // },
|
|
120
|
+
* // ],
|
|
85
121
|
* // },
|
|
86
122
|
* // Url: "STRING_VALUE",
|
|
123
|
+
* // SpaceDisplayName: "STRING_VALUE",
|
|
124
|
+
* // OwnershipSettings: { // OwnershipSettings
|
|
125
|
+
* // OwnerUserProfileName: "STRING_VALUE", // required
|
|
126
|
+
* // },
|
|
127
|
+
* // SpaceSharingSettings: { // SpaceSharingSettings
|
|
128
|
+
* // SharingType: "Private" || "Shared", // required
|
|
129
|
+
* // },
|
|
87
130
|
* // };
|
|
88
131
|
*
|
|
89
132
|
* ```
|
|
@@ -41,7 +41,7 @@ export interface DescribeStudioLifecycleConfigCommandOutput extends DescribeStud
|
|
|
41
41
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
42
42
|
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
43
43
|
* // StudioLifecycleConfigContent: "STRING_VALUE",
|
|
44
|
-
* // StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway",
|
|
44
|
+
* // StudioLifecycleConfigAppType: "JupyterServer" || "KernelGateway" || "JupyterLab" || "CodeEditor",
|
|
45
45
|
* // };
|
|
46
46
|
*
|
|
47
47
|
* ```
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { DescribeTrainingJobRequest
|
|
4
|
+
import { DescribeTrainingJobRequest } from "../models/models_2";
|
|
5
|
+
import { DescribeTrainingJobResponse } from "../models/models_3";
|
|
5
6
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { DescribeTransformJobRequest, DescribeTransformJobResponse } from "../models/
|
|
4
|
+
import { DescribeTransformJobRequest, DescribeTransformJobResponse } from "../models/models_3";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { DescribeTrialRequest, DescribeTrialResponse } from "../models/
|
|
4
|
+
import { DescribeTrialRequest, DescribeTrialResponse } from "../models/models_3";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { DescribeTrialComponentRequest, DescribeTrialComponentResponse } from "../models/
|
|
4
|
+
import { DescribeTrialComponentRequest, DescribeTrialComponentResponse } from "../models/models_3";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { DescribeUserProfileRequest } from "../models/
|
|
5
|
-
import { DescribeUserProfileResponse } from "../models/models_3";
|
|
4
|
+
import { DescribeUserProfileRequest, DescribeUserProfileResponse } from "../models/models_3";
|
|
6
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
@@ -150,8 +149,56 @@ export interface DescribeUserProfileCommandOutput extends DescribeUserProfileRes
|
|
|
150
149
|
* // Status: "ENABLED" || "DISABLED",
|
|
151
150
|
* // },
|
|
152
151
|
* // },
|
|
152
|
+
* // JupyterLabAppSettings: { // JupyterLabAppSettings
|
|
153
|
+
* // DefaultResourceSpec: {
|
|
154
|
+
* // SageMakerImageArn: "STRING_VALUE",
|
|
155
|
+
* // SageMakerImageVersionArn: "STRING_VALUE",
|
|
156
|
+
* // SageMakerImageVersionAlias: "STRING_VALUE",
|
|
157
|
+
* // InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge",
|
|
158
|
+
* // LifecycleConfigArn: "STRING_VALUE",
|
|
159
|
+
* // },
|
|
160
|
+
* // CustomImages: [
|
|
161
|
+
* // {
|
|
162
|
+
* // ImageName: "STRING_VALUE", // required
|
|
163
|
+
* // ImageVersionNumber: Number("int"),
|
|
164
|
+
* // AppImageConfigName: "STRING_VALUE", // required
|
|
165
|
+
* // },
|
|
166
|
+
* // ],
|
|
167
|
+
* // LifecycleConfigArns: [
|
|
168
|
+
* // "STRING_VALUE",
|
|
169
|
+
* // ],
|
|
170
|
+
* // CodeRepositories: [
|
|
171
|
+
* // {
|
|
172
|
+
* // RepositoryUrl: "STRING_VALUE", // required
|
|
173
|
+
* // },
|
|
174
|
+
* // ],
|
|
175
|
+
* // },
|
|
176
|
+
* // CodeEditorAppSettings: { // CodeEditorAppSettings
|
|
177
|
+
* // DefaultResourceSpec: "<ResourceSpec>",
|
|
178
|
+
* // LifecycleConfigArns: [
|
|
179
|
+
* // "STRING_VALUE",
|
|
180
|
+
* // ],
|
|
181
|
+
* // },
|
|
182
|
+
* // SpaceStorageSettings: { // DefaultSpaceStorageSettings
|
|
183
|
+
* // DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
|
|
184
|
+
* // DefaultEbsVolumeSizeInGb: Number("int"), // required
|
|
185
|
+
* // MaximumEbsVolumeSizeInGb: Number("int"), // required
|
|
186
|
+
* // },
|
|
187
|
+
* // },
|
|
153
188
|
* // DefaultLandingUri: "STRING_VALUE",
|
|
154
189
|
* // StudioWebPortal: "ENABLED" || "DISABLED",
|
|
190
|
+
* // CustomPosixUserConfig: { // CustomPosixUserConfig
|
|
191
|
+
* // Uid: Number("long"), // required
|
|
192
|
+
* // Gid: Number("long"), // required
|
|
193
|
+
* // },
|
|
194
|
+
* // CustomFileSystemConfigs: [ // CustomFileSystemConfigs
|
|
195
|
+
* // { // CustomFileSystemConfig Union: only one key present
|
|
196
|
+
* // EFSFileSystemConfig: { // EFSFileSystemConfig
|
|
197
|
+
* // FileSystemId: "STRING_VALUE", // required
|
|
198
|
+
* // FileSystemPath: "STRING_VALUE",
|
|
199
|
+
* // },
|
|
200
|
+
* // },
|
|
201
|
+
* // ],
|
|
155
202
|
* // },
|
|
156
203
|
* // };
|
|
157
204
|
*
|
|
@@ -66,6 +66,19 @@ export interface ListAppImageConfigsCommandOutput extends ListAppImageConfigsRes
|
|
|
66
66
|
* // DefaultGid: Number("int"),
|
|
67
67
|
* // },
|
|
68
68
|
* // },
|
|
69
|
+
* // JupyterLabAppImageConfig: { // JupyterLabAppImageConfig
|
|
70
|
+
* // ContainerConfig: { // ContainerConfig
|
|
71
|
+
* // ContainerArguments: [ // CustomImageContainerArguments
|
|
72
|
+
* // "STRING_VALUE",
|
|
73
|
+
* // ],
|
|
74
|
+
* // ContainerEntrypoint: [ // CustomImageContainerEntrypoint
|
|
75
|
+
* // "STRING_VALUE",
|
|
76
|
+
* // ],
|
|
77
|
+
* // ContainerEnvironmentVariables: { // CustomImageContainerEnvironmentVariables
|
|
78
|
+
* // "<keys>": "STRING_VALUE",
|
|
79
|
+
* // },
|
|
80
|
+
* // },
|
|
81
|
+
* // },
|
|
69
82
|
* // },
|
|
70
83
|
* // ],
|
|
71
84
|
* // };
|