@aws-sdk/client-sagemaker 3.644.0 → 3.646.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/index.js +60 -27
- package/dist-es/commands/DescribeModelCardCommand.js +1 -1
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/models/models_1.js +0 -15
- package/dist-es/models/models_2.js +15 -0
- package/dist-es/models/models_3.js +0 -7
- package/dist-es/models/models_4.js +7 -0
- package/dist-es/protocols/Aws_json1_1.js +27 -0
- package/dist-types/commands/CreateArtifactCommand.d.ts +2 -1
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -2
- package/dist-types/commands/CreateDomainCommand.d.ts +24 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +10 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +24 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCardCommand.d.ts +1 -2
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +10 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +16 -0
- package/dist-types/commands/ListModelCardsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +24 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +10 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +16 -0
- package/dist-types/models/models_0.d.ts +55 -107
- package/dist-types/models/models_1.d.ts +113 -40
- package/dist-types/models/models_2.d.ts +73 -161
- package/dist-types/models/models_3.d.ts +162 -139
- package/dist-types/models/models_4.d.ts +137 -1
- package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelCardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +16 -19
- package/dist-types/ts3.4/models/models_1.d.ts +24 -21
- package/dist-types/ts3.4/models/models_2.d.ts +29 -44
- package/dist-types/ts3.4/models/models_3.d.ts +41 -32
- package/dist-types/ts3.4/models/models_4.d.ts +33 -2
- package/package.json +6 -6
|
@@ -163,6 +163,14 @@ declare const UpdateDomainCommand_base: {
|
|
|
163
163
|
* LifecycleConfigArns: [
|
|
164
164
|
* "STRING_VALUE",
|
|
165
165
|
* ],
|
|
166
|
+
* AppLifecycleManagement: { // AppLifecycleManagement
|
|
167
|
+
* IdleSettings: { // IdleSettings
|
|
168
|
+
* LifecycleManagement: "ENABLED" || "DISABLED",
|
|
169
|
+
* IdleTimeoutInMinutes: Number("int"),
|
|
170
|
+
* MinIdleTimeoutInMinutes: Number("int"),
|
|
171
|
+
* MaxIdleTimeoutInMinutes: Number("int"),
|
|
172
|
+
* },
|
|
173
|
+
* },
|
|
166
174
|
* },
|
|
167
175
|
* JupyterLabAppSettings: { // JupyterLabAppSettings
|
|
168
176
|
* DefaultResourceSpec: "<ResourceSpec>",
|
|
@@ -181,6 +189,14 @@ declare const UpdateDomainCommand_base: {
|
|
|
181
189
|
* RepositoryUrl: "STRING_VALUE", // required
|
|
182
190
|
* },
|
|
183
191
|
* ],
|
|
192
|
+
* AppLifecycleManagement: {
|
|
193
|
+
* IdleSettings: {
|
|
194
|
+
* LifecycleManagement: "ENABLED" || "DISABLED",
|
|
195
|
+
* IdleTimeoutInMinutes: Number("int"),
|
|
196
|
+
* MinIdleTimeoutInMinutes: Number("int"),
|
|
197
|
+
* MaxIdleTimeoutInMinutes: Number("int"),
|
|
198
|
+
* },
|
|
199
|
+
* },
|
|
184
200
|
* EmrSettings: { // EmrSettings
|
|
185
201
|
* AssumableRoleArns: [ // AssumableRoleArns
|
|
186
202
|
* "STRING_VALUE",
|
|
@@ -279,6 +295,14 @@ declare const UpdateDomainCommand_base: {
|
|
|
279
295
|
* RepositoryUrl: "STRING_VALUE", // required
|
|
280
296
|
* },
|
|
281
297
|
* ],
|
|
298
|
+
* AppLifecycleManagement: {
|
|
299
|
+
* IdleSettings: {
|
|
300
|
+
* LifecycleManagement: "ENABLED" || "DISABLED",
|
|
301
|
+
* IdleTimeoutInMinutes: Number("int"),
|
|
302
|
+
* MinIdleTimeoutInMinutes: Number("int"),
|
|
303
|
+
* MaxIdleTimeoutInMinutes: Number("int"),
|
|
304
|
+
* },
|
|
305
|
+
* },
|
|
282
306
|
* EmrSettings: {
|
|
283
307
|
* AssumableRoleArns: [
|
|
284
308
|
* "STRING_VALUE",
|
|
@@ -82,6 +82,11 @@ declare const UpdateSpaceCommand_base: {
|
|
|
82
82
|
* 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.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.p5.48xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.c7i.large" || "ml.c7i.xlarge" || "ml.c7i.2xlarge" || "ml.c7i.4xlarge" || "ml.c7i.8xlarge" || "ml.c7i.12xlarge" || "ml.c7i.16xlarge" || "ml.c7i.24xlarge" || "ml.c7i.48xlarge" || "ml.r6i.large" || "ml.r6i.xlarge" || "ml.r6i.2xlarge" || "ml.r6i.4xlarge" || "ml.r6i.8xlarge" || "ml.r6i.12xlarge" || "ml.r6i.16xlarge" || "ml.r6i.24xlarge" || "ml.r6i.32xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge" || "ml.m6id.large" || "ml.m6id.xlarge" || "ml.m6id.2xlarge" || "ml.m6id.4xlarge" || "ml.m6id.8xlarge" || "ml.m6id.12xlarge" || "ml.m6id.16xlarge" || "ml.m6id.24xlarge" || "ml.m6id.32xlarge" || "ml.c6id.large" || "ml.c6id.xlarge" || "ml.c6id.2xlarge" || "ml.c6id.4xlarge" || "ml.c6id.8xlarge" || "ml.c6id.12xlarge" || "ml.c6id.16xlarge" || "ml.c6id.24xlarge" || "ml.c6id.32xlarge" || "ml.r6id.large" || "ml.r6id.xlarge" || "ml.r6id.2xlarge" || "ml.r6id.4xlarge" || "ml.r6id.8xlarge" || "ml.r6id.12xlarge" || "ml.r6id.16xlarge" || "ml.r6id.24xlarge" || "ml.r6id.32xlarge",
|
|
83
83
|
* LifecycleConfigArn: "STRING_VALUE",
|
|
84
84
|
* },
|
|
85
|
+
* AppLifecycleManagement: { // SpaceAppLifecycleManagement
|
|
86
|
+
* IdleSettings: { // SpaceIdleSettings
|
|
87
|
+
* IdleTimeoutInMinutes: Number("int"),
|
|
88
|
+
* },
|
|
89
|
+
* },
|
|
85
90
|
* },
|
|
86
91
|
* JupyterLabAppSettings: { // SpaceJupyterLabAppSettings
|
|
87
92
|
* DefaultResourceSpec: {
|
|
@@ -96,6 +101,11 @@ declare const UpdateSpaceCommand_base: {
|
|
|
96
101
|
* RepositoryUrl: "STRING_VALUE", // required
|
|
97
102
|
* },
|
|
98
103
|
* ],
|
|
104
|
+
* AppLifecycleManagement: {
|
|
105
|
+
* IdleSettings: {
|
|
106
|
+
* IdleTimeoutInMinutes: Number("int"),
|
|
107
|
+
* },
|
|
108
|
+
* },
|
|
99
109
|
* },
|
|
100
110
|
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|
|
101
111
|
* SpaceStorageSettings: { // SpaceStorageSettings
|
|
@@ -164,6 +164,14 @@ declare const UpdateUserProfileCommand_base: {
|
|
|
164
164
|
* LifecycleConfigArns: [
|
|
165
165
|
* "STRING_VALUE",
|
|
166
166
|
* ],
|
|
167
|
+
* AppLifecycleManagement: { // AppLifecycleManagement
|
|
168
|
+
* IdleSettings: { // IdleSettings
|
|
169
|
+
* LifecycleManagement: "ENABLED" || "DISABLED",
|
|
170
|
+
* IdleTimeoutInMinutes: Number("int"),
|
|
171
|
+
* MinIdleTimeoutInMinutes: Number("int"),
|
|
172
|
+
* MaxIdleTimeoutInMinutes: Number("int"),
|
|
173
|
+
* },
|
|
174
|
+
* },
|
|
167
175
|
* },
|
|
168
176
|
* JupyterLabAppSettings: { // JupyterLabAppSettings
|
|
169
177
|
* DefaultResourceSpec: "<ResourceSpec>",
|
|
@@ -182,6 +190,14 @@ declare const UpdateUserProfileCommand_base: {
|
|
|
182
190
|
* RepositoryUrl: "STRING_VALUE", // required
|
|
183
191
|
* },
|
|
184
192
|
* ],
|
|
193
|
+
* AppLifecycleManagement: {
|
|
194
|
+
* IdleSettings: {
|
|
195
|
+
* LifecycleManagement: "ENABLED" || "DISABLED",
|
|
196
|
+
* IdleTimeoutInMinutes: Number("int"),
|
|
197
|
+
* MinIdleTimeoutInMinutes: Number("int"),
|
|
198
|
+
* MaxIdleTimeoutInMinutes: Number("int"),
|
|
199
|
+
* },
|
|
200
|
+
* },
|
|
185
201
|
* EmrSettings: { // EmrSettings
|
|
186
202
|
* AssumableRoleArns: [ // AssumableRoleArns
|
|
187
203
|
* "STRING_VALUE",
|
|
@@ -4417,6 +4417,55 @@ export declare const AppImageConfigSortKey: {
|
|
|
4417
4417
|
* @public
|
|
4418
4418
|
*/
|
|
4419
4419
|
export type AppImageConfigSortKey = (typeof AppImageConfigSortKey)[keyof typeof AppImageConfigSortKey];
|
|
4420
|
+
/**
|
|
4421
|
+
* @public
|
|
4422
|
+
* @enum
|
|
4423
|
+
*/
|
|
4424
|
+
export declare const LifecycleManagement: {
|
|
4425
|
+
readonly Disabled: "DISABLED";
|
|
4426
|
+
readonly Enabled: "ENABLED";
|
|
4427
|
+
};
|
|
4428
|
+
/**
|
|
4429
|
+
* @public
|
|
4430
|
+
*/
|
|
4431
|
+
export type LifecycleManagement = (typeof LifecycleManagement)[keyof typeof LifecycleManagement];
|
|
4432
|
+
/**
|
|
4433
|
+
* <p>Settings related to idle shutdown of Studio applications.</p>
|
|
4434
|
+
* @public
|
|
4435
|
+
*/
|
|
4436
|
+
export interface IdleSettings {
|
|
4437
|
+
/**
|
|
4438
|
+
* <p>Indicates whether idle shutdown is activated for the application type.</p>
|
|
4439
|
+
* @public
|
|
4440
|
+
*/
|
|
4441
|
+
LifecycleManagement?: LifecycleManagement;
|
|
4442
|
+
/**
|
|
4443
|
+
* <p>The time that SageMaker waits after the application becomes idle before shutting it down.</p>
|
|
4444
|
+
* @public
|
|
4445
|
+
*/
|
|
4446
|
+
IdleTimeoutInMinutes?: number;
|
|
4447
|
+
/**
|
|
4448
|
+
* <p>The minimum value in minutes that custom idle shutdown can be set to by the user.</p>
|
|
4449
|
+
* @public
|
|
4450
|
+
*/
|
|
4451
|
+
MinIdleTimeoutInMinutes?: number;
|
|
4452
|
+
/**
|
|
4453
|
+
* <p>The maximum value in minutes that custom idle shutdown can be set to by the user.</p>
|
|
4454
|
+
* @public
|
|
4455
|
+
*/
|
|
4456
|
+
MaxIdleTimeoutInMinutes?: number;
|
|
4457
|
+
}
|
|
4458
|
+
/**
|
|
4459
|
+
* <p>Settings that are used to configure and manage the lifecycle of Amazon SageMaker Studio applications.</p>
|
|
4460
|
+
* @public
|
|
4461
|
+
*/
|
|
4462
|
+
export interface AppLifecycleManagement {
|
|
4463
|
+
/**
|
|
4464
|
+
* <p>Settings related to idle shutdown of Studio applications.</p>
|
|
4465
|
+
* @public
|
|
4466
|
+
*/
|
|
4467
|
+
IdleSettings?: IdleSettings;
|
|
4468
|
+
}
|
|
4420
4469
|
/**
|
|
4421
4470
|
* @public
|
|
4422
4471
|
* @enum
|
|
@@ -8857,6 +8906,12 @@ export interface CodeEditorAppSettings {
|
|
|
8857
8906
|
* @public
|
|
8858
8907
|
*/
|
|
8859
8908
|
LifecycleConfigArns?: string[];
|
|
8909
|
+
/**
|
|
8910
|
+
* <p>Settings that are used to configure and manage the lifecycle of CodeEditor applications.</p>
|
|
8911
|
+
* <p></p>
|
|
8912
|
+
* @public
|
|
8913
|
+
*/
|
|
8914
|
+
AppLifecycleManagement?: AppLifecycleManagement;
|
|
8860
8915
|
}
|
|
8861
8916
|
/**
|
|
8862
8917
|
* <p>A Git repository that SageMaker automatically displays to users for cloning in the
|
|
@@ -10221,110 +10276,3 @@ export interface CreateArtifactRequest {
|
|
|
10221
10276
|
*/
|
|
10222
10277
|
Tags?: Tag[];
|
|
10223
10278
|
}
|
|
10224
|
-
/**
|
|
10225
|
-
* @public
|
|
10226
|
-
*/
|
|
10227
|
-
export interface CreateArtifactResponse {
|
|
10228
|
-
/**
|
|
10229
|
-
* <p>The Amazon Resource Name (ARN) of the artifact.</p>
|
|
10230
|
-
* @public
|
|
10231
|
-
*/
|
|
10232
|
-
ArtifactArn?: string;
|
|
10233
|
-
}
|
|
10234
|
-
/**
|
|
10235
|
-
* <p>Specifies how to generate the endpoint name for an automatic one-click Autopilot model
|
|
10236
|
-
* deployment.</p>
|
|
10237
|
-
* @public
|
|
10238
|
-
*/
|
|
10239
|
-
export interface ModelDeployConfig {
|
|
10240
|
-
/**
|
|
10241
|
-
* <p>Set to <code>True</code> to automatically generate an endpoint name for a one-click
|
|
10242
|
-
* Autopilot model deployment; set to <code>False</code> otherwise. The default value is
|
|
10243
|
-
* <code>False</code>.</p>
|
|
10244
|
-
* <note>
|
|
10245
|
-
* <p>If you set <code>AutoGenerateEndpointName</code> to <code>True</code>, do not specify
|
|
10246
|
-
* the <code>EndpointName</code>; otherwise a 400 error is thrown.</p>
|
|
10247
|
-
* </note>
|
|
10248
|
-
* @public
|
|
10249
|
-
*/
|
|
10250
|
-
AutoGenerateEndpointName?: boolean;
|
|
10251
|
-
/**
|
|
10252
|
-
* <p>Specifies the endpoint name to use for a one-click Autopilot model deployment if the
|
|
10253
|
-
* endpoint name is not generated automatically.</p>
|
|
10254
|
-
* <note>
|
|
10255
|
-
* <p>Specify the <code>EndpointName</code> if and only if you set
|
|
10256
|
-
* <code>AutoGenerateEndpointName</code> to <code>False</code>; otherwise a 400 error is
|
|
10257
|
-
* thrown.</p>
|
|
10258
|
-
* </note>
|
|
10259
|
-
* @public
|
|
10260
|
-
*/
|
|
10261
|
-
EndpointName?: string;
|
|
10262
|
-
}
|
|
10263
|
-
/**
|
|
10264
|
-
* @public
|
|
10265
|
-
*/
|
|
10266
|
-
export interface CreateAutoMLJobRequest {
|
|
10267
|
-
/**
|
|
10268
|
-
* <p>Identifies an Autopilot job. The name must be unique to your account and is case
|
|
10269
|
-
* insensitive.</p>
|
|
10270
|
-
* @public
|
|
10271
|
-
*/
|
|
10272
|
-
AutoMLJobName: string | undefined;
|
|
10273
|
-
/**
|
|
10274
|
-
* <p>An array of channel objects that describes the input data and its location. Each channel
|
|
10275
|
-
* is a named input source. Similar to <code>InputDataConfig</code> supported by <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html">HyperParameterTrainingJobDefinition</a>. Format(s) supported: CSV, Parquet. A
|
|
10276
|
-
* minimum of 500 rows is required for the training dataset. There is not a minimum number of
|
|
10277
|
-
* rows required for the validation dataset.</p>
|
|
10278
|
-
* @public
|
|
10279
|
-
*/
|
|
10280
|
-
InputDataConfig: AutoMLChannel[] | undefined;
|
|
10281
|
-
/**
|
|
10282
|
-
* <p>Provides information about encryption and the Amazon S3 output path needed to
|
|
10283
|
-
* store artifacts from an AutoML job. Format(s) supported: CSV.</p>
|
|
10284
|
-
* @public
|
|
10285
|
-
*/
|
|
10286
|
-
OutputDataConfig: AutoMLOutputDataConfig | undefined;
|
|
10287
|
-
/**
|
|
10288
|
-
* <p>Defines the type of supervised learning problem available for the candidates. For more
|
|
10289
|
-
* information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-datasets-problem-types.html#autopilot-problem-types">
|
|
10290
|
-
* SageMaker Autopilot problem types</a>.</p>
|
|
10291
|
-
* @public
|
|
10292
|
-
*/
|
|
10293
|
-
ProblemType?: ProblemType;
|
|
10294
|
-
/**
|
|
10295
|
-
* <p>Specifies a metric to minimize or maximize as the objective of a job. If not specified,
|
|
10296
|
-
* the default objective metric depends on the problem type. See <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobObjective.html">AutoMLJobObjective</a> for the default values.</p>
|
|
10297
|
-
* @public
|
|
10298
|
-
*/
|
|
10299
|
-
AutoMLJobObjective?: AutoMLJobObjective;
|
|
10300
|
-
/**
|
|
10301
|
-
* <p>A collection of settings used to configure an AutoML job.</p>
|
|
10302
|
-
* @public
|
|
10303
|
-
*/
|
|
10304
|
-
AutoMLJobConfig?: AutoMLJobConfig;
|
|
10305
|
-
/**
|
|
10306
|
-
* <p>The ARN of the role that is used to access the data.</p>
|
|
10307
|
-
* @public
|
|
10308
|
-
*/
|
|
10309
|
-
RoleArn: string | undefined;
|
|
10310
|
-
/**
|
|
10311
|
-
* <p>Generates possible candidates without training the models. A candidate is a combination
|
|
10312
|
-
* of data preprocessors, algorithms, and algorithm parameter settings.</p>
|
|
10313
|
-
* @public
|
|
10314
|
-
*/
|
|
10315
|
-
GenerateCandidateDefinitionsOnly?: boolean;
|
|
10316
|
-
/**
|
|
10317
|
-
* <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
|
|
10318
|
-
* resources in different ways, for example, by purpose, owner, or environment. For more
|
|
10319
|
-
* information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web ServicesResources</a>. Tag keys must be unique per
|
|
10320
|
-
* resource.</p>
|
|
10321
|
-
* @public
|
|
10322
|
-
*/
|
|
10323
|
-
Tags?: Tag[];
|
|
10324
|
-
/**
|
|
10325
|
-
* <p>Specifies how to generate the endpoint name for an automatic one-click Autopilot model
|
|
10326
|
-
* deployment.</p>
|
|
10327
|
-
* @public
|
|
10328
|
-
*/
|
|
10329
|
-
ModelDeployConfig?: ModelDeployConfig;
|
|
10330
|
-
}
|
|
@@ -1,5 +1,112 @@
|
|
|
1
1
|
import { LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
|
|
2
|
-
import { AdditionalInferenceSpecificationDefinition, AmazonQSettings, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppType, AsyncInferenceConfig, AuthMode, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobChannel, AutoMLJobObjective, AutoMLOutputDataConfig, AutoMLProblemTypeConfig, AutoMLSecurityConfig, AutoMountHomeEFS, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, ClusterInstanceGroupSpecification, CodeEditorAppSettings, CodeRepository, CollectionConfig, CollectionType, ContainerDefinition, ContentClassifier, ContextSource, ContinuousParameterRange, ConvergenceDetected, CustomImage, FeatureStatus, GitConfig, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, ModelDataSource,
|
|
2
|
+
import { AdditionalInferenceSpecificationDefinition, AmazonQSettings, AnnotationConsolidationConfig, AppLifecycleManagement, AppNetworkAccessType, AppSecurityGroupManagement, AppType, AsyncInferenceConfig, AuthMode, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobChannel, AutoMLJobConfig, AutoMLJobObjective, AutoMLOutputDataConfig, AutoMLProblemTypeConfig, AutoMLSecurityConfig, AutoMountHomeEFS, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, ClusterInstanceGroupSpecification, CodeEditorAppSettings, CodeRepository, CollectionConfig, CollectionType, ContainerDefinition, ContentClassifier, ContextSource, ContinuousParameterRange, ConvergenceDetected, CustomImage, FeatureStatus, GitConfig, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, ModelDataSource, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TargetDevice, TargetPlatformAccelerator, TargetPlatformArch, TargetPlatformOs, TrainingInputMode, TrainingInstanceType, TransformJobDefinition, VpcConfig } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface CreateArtifactResponse {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The Amazon Resource Name (ARN) of the artifact.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
ArtifactArn?: string;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* <p>Specifies how to generate the endpoint name for an automatic one-click Autopilot model
|
|
15
|
+
* deployment.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
export interface ModelDeployConfig {
|
|
19
|
+
/**
|
|
20
|
+
* <p>Set to <code>True</code> to automatically generate an endpoint name for a one-click
|
|
21
|
+
* Autopilot model deployment; set to <code>False</code> otherwise. The default value is
|
|
22
|
+
* <code>False</code>.</p>
|
|
23
|
+
* <note>
|
|
24
|
+
* <p>If you set <code>AutoGenerateEndpointName</code> to <code>True</code>, do not specify
|
|
25
|
+
* the <code>EndpointName</code>; otherwise a 400 error is thrown.</p>
|
|
26
|
+
* </note>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
AutoGenerateEndpointName?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* <p>Specifies the endpoint name to use for a one-click Autopilot model deployment if the
|
|
32
|
+
* endpoint name is not generated automatically.</p>
|
|
33
|
+
* <note>
|
|
34
|
+
* <p>Specify the <code>EndpointName</code> if and only if you set
|
|
35
|
+
* <code>AutoGenerateEndpointName</code> to <code>False</code>; otherwise a 400 error is
|
|
36
|
+
* thrown.</p>
|
|
37
|
+
* </note>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
EndpointName?: string;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
export interface CreateAutoMLJobRequest {
|
|
46
|
+
/**
|
|
47
|
+
* <p>Identifies an Autopilot job. The name must be unique to your account and is case
|
|
48
|
+
* insensitive.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
AutoMLJobName: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>An array of channel objects that describes the input data and its location. Each channel
|
|
54
|
+
* is a named input source. Similar to <code>InputDataConfig</code> supported by <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html">HyperParameterTrainingJobDefinition</a>. Format(s) supported: CSV, Parquet. A
|
|
55
|
+
* minimum of 500 rows is required for the training dataset. There is not a minimum number of
|
|
56
|
+
* rows required for the validation dataset.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
InputDataConfig: AutoMLChannel[] | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* <p>Provides information about encryption and the Amazon S3 output path needed to
|
|
62
|
+
* store artifacts from an AutoML job. Format(s) supported: CSV.</p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
OutputDataConfig: AutoMLOutputDataConfig | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* <p>Defines the type of supervised learning problem available for the candidates. For more
|
|
68
|
+
* information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-datasets-problem-types.html#autopilot-problem-types">
|
|
69
|
+
* SageMaker Autopilot problem types</a>.</p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
ProblemType?: ProblemType;
|
|
73
|
+
/**
|
|
74
|
+
* <p>Specifies a metric to minimize or maximize as the objective of a job. If not specified,
|
|
75
|
+
* the default objective metric depends on the problem type. See <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobObjective.html">AutoMLJobObjective</a> for the default values.</p>
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
AutoMLJobObjective?: AutoMLJobObjective;
|
|
79
|
+
/**
|
|
80
|
+
* <p>A collection of settings used to configure an AutoML job.</p>
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
AutoMLJobConfig?: AutoMLJobConfig;
|
|
84
|
+
/**
|
|
85
|
+
* <p>The ARN of the role that is used to access the data.</p>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
RoleArn: string | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* <p>Generates possible candidates without training the models. A candidate is a combination
|
|
91
|
+
* of data preprocessors, algorithms, and algorithm parameter settings.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
GenerateCandidateDefinitionsOnly?: boolean;
|
|
95
|
+
/**
|
|
96
|
+
* <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
|
|
97
|
+
* resources in different ways, for example, by purpose, owner, or environment. For more
|
|
98
|
+
* information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web ServicesResources</a>. Tag keys must be unique per
|
|
99
|
+
* resource.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
Tags?: Tag[];
|
|
103
|
+
/**
|
|
104
|
+
* <p>Specifies how to generate the endpoint name for an automatic one-click Autopilot model
|
|
105
|
+
* deployment.</p>
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
ModelDeployConfig?: ModelDeployConfig;
|
|
109
|
+
}
|
|
3
110
|
/**
|
|
4
111
|
* @public
|
|
5
112
|
*/
|
|
@@ -1819,6 +1926,11 @@ export interface JupyterLabAppSettings {
|
|
|
1819
1926
|
* @public
|
|
1820
1927
|
*/
|
|
1821
1928
|
CodeRepositories?: CodeRepository[];
|
|
1929
|
+
/**
|
|
1930
|
+
* <p>Indicates whether idle shutdown is activated for JupyterLab applications.</p>
|
|
1931
|
+
* @public
|
|
1932
|
+
*/
|
|
1933
|
+
AppLifecycleManagement?: AppLifecycleManagement;
|
|
1822
1934
|
/**
|
|
1823
1935
|
* <p>The configuration parameters that specify the IAM roles assumed by the execution role of
|
|
1824
1936
|
* SageMaker (assumable roles) and the cluster instances or job execution environments
|
|
@@ -11725,45 +11837,6 @@ export interface ExperimentConfig {
|
|
|
11725
11837
|
*/
|
|
11726
11838
|
RunName?: string;
|
|
11727
11839
|
}
|
|
11728
|
-
/**
|
|
11729
|
-
* @public
|
|
11730
|
-
* @enum
|
|
11731
|
-
*/
|
|
11732
|
-
export declare const DataDistributionType: {
|
|
11733
|
-
readonly FULLYREPLICATED: "FullyReplicated";
|
|
11734
|
-
readonly SHARDEDBYS3KEY: "ShardedByS3Key";
|
|
11735
|
-
};
|
|
11736
|
-
/**
|
|
11737
|
-
* @public
|
|
11738
|
-
*/
|
|
11739
|
-
export type DataDistributionType = (typeof DataDistributionType)[keyof typeof DataDistributionType];
|
|
11740
|
-
/**
|
|
11741
|
-
* @public
|
|
11742
|
-
* @enum
|
|
11743
|
-
*/
|
|
11744
|
-
export declare const InputMode: {
|
|
11745
|
-
readonly FILE: "File";
|
|
11746
|
-
readonly PIPE: "Pipe";
|
|
11747
|
-
};
|
|
11748
|
-
/**
|
|
11749
|
-
* @public
|
|
11750
|
-
*/
|
|
11751
|
-
export type InputMode = (typeof InputMode)[keyof typeof InputMode];
|
|
11752
|
-
/**
|
|
11753
|
-
* @public
|
|
11754
|
-
* @enum
|
|
11755
|
-
*/
|
|
11756
|
-
export declare const RedshiftResultCompressionType: {
|
|
11757
|
-
readonly BZIP2: "BZIP2";
|
|
11758
|
-
readonly GZIP: "GZIP";
|
|
11759
|
-
readonly NONE: "None";
|
|
11760
|
-
readonly SNAPPY: "SNAPPY";
|
|
11761
|
-
readonly ZSTD: "ZSTD";
|
|
11762
|
-
};
|
|
11763
|
-
/**
|
|
11764
|
-
* @public
|
|
11765
|
-
*/
|
|
11766
|
-
export type RedshiftResultCompressionType = (typeof RedshiftResultCompressionType)[keyof typeof RedshiftResultCompressionType];
|
|
11767
11840
|
/**
|
|
11768
11841
|
* @internal
|
|
11769
11842
|
*/
|