@aws-sdk/client-sagemaker 3.943.0 → 3.944.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 +210 -20
- package/dist-es/models/enums.js +22 -0
- package/dist-es/schemas/schemas_0.js +184 -20
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +7 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +9 -0
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +2 -1
- package/dist-types/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +21 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +9 -0
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +33 -0
- package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -0
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +32 -0
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -2
- package/dist-types/commands/SearchCommand.d.ts +29 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +13 -0
- package/dist-types/models/enums.d.ts +62 -0
- package/dist-types/models/models_0.d.ts +115 -142
- package/dist-types/models/models_1.d.ts +146 -182
- package/dist-types/models/models_2.d.ts +302 -346
- package/dist-types/models/models_3.d.ts +4135 -4034
- package/dist-types/models/models_4.d.ts +420 -4
- package/dist-types/schemas/schemas_0.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +31 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -35
- package/dist-types/ts3.4/models/models_1.d.ts +37 -48
- package/dist-types/ts3.4/models/models_2.d.ts +78 -100
- package/dist-types/ts3.4/models/models_3.d.ts +139 -105
- package/dist-types/ts3.4/models/models_4.d.ts +116 -6
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +17 -0
- package/package.json +1 -1
|
@@ -91,6 +91,12 @@ declare const BatchDescribeModelPackageCommand_base: {
|
|
|
91
91
|
* // ETag: "STRING_VALUE",
|
|
92
92
|
* // },
|
|
93
93
|
* // ModelDataETag: "STRING_VALUE",
|
|
94
|
+
* // IsCheckpoint: true || false,
|
|
95
|
+
* // BaseModel: { // BaseModel
|
|
96
|
+
* // HubContentName: "STRING_VALUE",
|
|
97
|
+
* // HubContentVersion: "STRING_VALUE",
|
|
98
|
+
* // RecipeName: "STRING_VALUE",
|
|
99
|
+
* // },
|
|
94
100
|
* // },
|
|
95
101
|
* // ],
|
|
96
102
|
* // SupportedTransformInstanceTypes: [ // TransformInstanceTypes
|
|
@@ -108,6 +114,7 @@ declare const BatchDescribeModelPackageCommand_base: {
|
|
|
108
114
|
* // },
|
|
109
115
|
* // ModelPackageStatus: "Pending" || "InProgress" || "Completed" || "Failed" || "Deleting", // required
|
|
110
116
|
* // ModelApprovalStatus: "Approved" || "Rejected" || "PendingManualApproval",
|
|
117
|
+
* // ModelPackageRegistrationType: "Logged" || "Registered",
|
|
111
118
|
* // },
|
|
112
119
|
* // },
|
|
113
120
|
* // BatchDescribeModelPackageErrorMap: { // BatchDescribeModelPackageErrorMap
|
|
@@ -146,6 +146,12 @@ declare const CreateAlgorithmCommand_base: {
|
|
|
146
146
|
* ETag: "STRING_VALUE",
|
|
147
147
|
* },
|
|
148
148
|
* ModelDataETag: "STRING_VALUE",
|
|
149
|
+
* IsCheckpoint: true || false,
|
|
150
|
+
* BaseModel: { // BaseModel
|
|
151
|
+
* HubContentName: "STRING_VALUE",
|
|
152
|
+
* HubContentVersion: "STRING_VALUE",
|
|
153
|
+
* RecipeName: "STRING_VALUE",
|
|
154
|
+
* },
|
|
149
155
|
* },
|
|
150
156
|
* ],
|
|
151
157
|
* SupportedTransformInstanceTypes: [ // TransformInstanceTypes
|
|
@@ -198,6 +204,9 @@ declare const CreateAlgorithmCommand_base: {
|
|
|
198
204
|
* FileSystemType: "EFS" || "FSxLustre", // required
|
|
199
205
|
* DirectoryPath: "STRING_VALUE", // required
|
|
200
206
|
* },
|
|
207
|
+
* DatasetSource: { // DatasetSource
|
|
208
|
+
* DatasetArn: "STRING_VALUE", // required
|
|
209
|
+
* },
|
|
201
210
|
* },
|
|
202
211
|
* ContentType: "STRING_VALUE",
|
|
203
212
|
* CompressionType: "None" || "Gzip",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateComputeQuotaRequest
|
|
3
|
+
import { CreateComputeQuotaRequest } from "../models/models_0";
|
|
4
|
+
import { CreateComputeQuotaResponse } from "../models/models_1";
|
|
4
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateContextRequest, CreateContextResponse } from "../models/
|
|
3
|
+
import { CreateContextRequest, CreateContextResponse } from "../models/models_1";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -179,6 +179,9 @@ declare const CreateHyperParameterTuningJobCommand_base: {
|
|
|
179
179
|
* FileSystemType: "EFS" || "FSxLustre", // required
|
|
180
180
|
* DirectoryPath: "STRING_VALUE", // required
|
|
181
181
|
* },
|
|
182
|
+
* DatasetSource: { // DatasetSource
|
|
183
|
+
* DatasetArn: "STRING_VALUE", // required
|
|
184
|
+
* },
|
|
182
185
|
* },
|
|
183
186
|
* ContentType: "STRING_VALUE",
|
|
184
187
|
* CompressionType: "None" || "Gzip",
|
|
@@ -340,6 +343,9 @@ declare const CreateHyperParameterTuningJobCommand_base: {
|
|
|
340
343
|
* FileSystemType: "EFS" || "FSxLustre", // required
|
|
341
344
|
* DirectoryPath: "STRING_VALUE", // required
|
|
342
345
|
* },
|
|
346
|
+
* DatasetSource: {
|
|
347
|
+
* DatasetArn: "STRING_VALUE", // required
|
|
348
|
+
* },
|
|
343
349
|
* },
|
|
344
350
|
* ContentType: "STRING_VALUE",
|
|
345
351
|
* CompressionType: "None" || "Gzip",
|
|
@@ -40,6 +40,7 @@ declare const CreateModelPackageCommand_base: {
|
|
|
40
40
|
* ModelPackageName: "STRING_VALUE",
|
|
41
41
|
* ModelPackageGroupName: "STRING_VALUE",
|
|
42
42
|
* ModelPackageDescription: "STRING_VALUE",
|
|
43
|
+
* ModelPackageRegistrationType: "Logged" || "Registered",
|
|
43
44
|
* InferenceSpecification: { // InferenceSpecification
|
|
44
45
|
* Containers: [ // ModelPackageContainerDefinitionList // required
|
|
45
46
|
* { // ModelPackageContainerDefinition
|
|
@@ -80,6 +81,12 @@ declare const CreateModelPackageCommand_base: {
|
|
|
80
81
|
* ETag: "STRING_VALUE",
|
|
81
82
|
* },
|
|
82
83
|
* ModelDataETag: "STRING_VALUE",
|
|
84
|
+
* IsCheckpoint: true || false,
|
|
85
|
+
* BaseModel: { // BaseModel
|
|
86
|
+
* HubContentName: "STRING_VALUE",
|
|
87
|
+
* HubContentVersion: "STRING_VALUE",
|
|
88
|
+
* RecipeName: "STRING_VALUE",
|
|
89
|
+
* },
|
|
83
90
|
* },
|
|
84
91
|
* ],
|
|
85
92
|
* SupportedTransformInstanceTypes: [ // TransformInstanceTypes
|
|
@@ -288,6 +295,12 @@ declare const CreateModelPackageCommand_base: {
|
|
|
288
295
|
* ETag: "STRING_VALUE",
|
|
289
296
|
* },
|
|
290
297
|
* ModelDataETag: "STRING_VALUE",
|
|
298
|
+
* IsCheckpoint: true || false,
|
|
299
|
+
* BaseModel: {
|
|
300
|
+
* HubContentName: "STRING_VALUE",
|
|
301
|
+
* HubContentVersion: "STRING_VALUE",
|
|
302
|
+
* RecipeName: "STRING_VALUE",
|
|
303
|
+
* },
|
|
291
304
|
* },
|
|
292
305
|
* ],
|
|
293
306
|
* SupportedTransformInstanceTypes: [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateStudioLifecycleConfigRequest, CreateStudioLifecycleConfigResponse } from "../models/
|
|
3
|
+
import { CreateStudioLifecycleConfigRequest, CreateStudioLifecycleConfigResponse } from "../models/models_2";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -93,6 +93,9 @@ declare const CreateTrainingJobCommand_base: {
|
|
|
93
93
|
* FileSystemType: "EFS" || "FSxLustre", // required
|
|
94
94
|
* DirectoryPath: "STRING_VALUE", // required
|
|
95
95
|
* },
|
|
96
|
+
* DatasetSource: { // DatasetSource
|
|
97
|
+
* DatasetArn: "STRING_VALUE", // required
|
|
98
|
+
* },
|
|
96
99
|
* },
|
|
97
100
|
* ContentType: "STRING_VALUE",
|
|
98
101
|
* CompressionType: "None" || "Gzip",
|
|
@@ -232,6 +235,24 @@ declare const CreateTrainingJobCommand_base: {
|
|
|
232
235
|
* SessionChainingConfig: { // SessionChainingConfig
|
|
233
236
|
* EnableSessionTagChaining: true || false,
|
|
234
237
|
* },
|
|
238
|
+
* ServerlessJobConfig: { // ServerlessJobConfig
|
|
239
|
+
* BaseModelArn: "STRING_VALUE", // required
|
|
240
|
+
* AcceptEula: true || false,
|
|
241
|
+
* JobType: "FineTuning" || "Evaluation", // required
|
|
242
|
+
* CustomizationTechnique: "SFT" || "DPO" || "RLVR" || "RLAIF",
|
|
243
|
+
* Peft: "LORA",
|
|
244
|
+
* EvaluationType: "LLMAJEvaluation" || "CustomScorerEvaluation" || "BenchmarkEvaluation",
|
|
245
|
+
* EvaluatorArn: "STRING_VALUE",
|
|
246
|
+
* },
|
|
247
|
+
* MlflowConfig: { // MlflowConfig
|
|
248
|
+
* MlflowResourceArn: "STRING_VALUE", // required
|
|
249
|
+
* MlflowExperimentName: "STRING_VALUE",
|
|
250
|
+
* MlflowRunName: "STRING_VALUE",
|
|
251
|
+
* },
|
|
252
|
+
* ModelPackageConfig: { // ModelPackageConfig
|
|
253
|
+
* ModelPackageGroupArn: "STRING_VALUE", // required
|
|
254
|
+
* SourceModelPackageArn: "STRING_VALUE",
|
|
255
|
+
* },
|
|
235
256
|
* };
|
|
236
257
|
* const command = new CreateTrainingJobCommand(input);
|
|
237
258
|
* const response = await client.send(command);
|
|
@@ -153,6 +153,12 @@ declare const DescribeAlgorithmCommand_base: {
|
|
|
153
153
|
* // ETag: "STRING_VALUE",
|
|
154
154
|
* // },
|
|
155
155
|
* // ModelDataETag: "STRING_VALUE",
|
|
156
|
+
* // IsCheckpoint: true || false,
|
|
157
|
+
* // BaseModel: { // BaseModel
|
|
158
|
+
* // HubContentName: "STRING_VALUE",
|
|
159
|
+
* // HubContentVersion: "STRING_VALUE",
|
|
160
|
+
* // RecipeName: "STRING_VALUE",
|
|
161
|
+
* // },
|
|
156
162
|
* // },
|
|
157
163
|
* // ],
|
|
158
164
|
* // SupportedTransformInstanceTypes: [ // TransformInstanceTypes
|
|
@@ -205,6 +211,9 @@ declare const DescribeAlgorithmCommand_base: {
|
|
|
205
211
|
* // FileSystemType: "EFS" || "FSxLustre", // required
|
|
206
212
|
* // DirectoryPath: "STRING_VALUE", // required
|
|
207
213
|
* // },
|
|
214
|
+
* // DatasetSource: { // DatasetSource
|
|
215
|
+
* // DatasetArn: "STRING_VALUE", // required
|
|
216
|
+
* // },
|
|
208
217
|
* // },
|
|
209
218
|
* // ContentType: "STRING_VALUE",
|
|
210
219
|
* // CompressionType: "None" || "Gzip",
|
|
@@ -185,6 +185,9 @@ declare const DescribeHyperParameterTuningJobCommand_base: {
|
|
|
185
185
|
* // FileSystemType: "EFS" || "FSxLustre", // required
|
|
186
186
|
* // DirectoryPath: "STRING_VALUE", // required
|
|
187
187
|
* // },
|
|
188
|
+
* // DatasetSource: { // DatasetSource
|
|
189
|
+
* // DatasetArn: "STRING_VALUE", // required
|
|
190
|
+
* // },
|
|
188
191
|
* // },
|
|
189
192
|
* // ContentType: "STRING_VALUE",
|
|
190
193
|
* // CompressionType: "None" || "Gzip",
|
|
@@ -346,6 +349,9 @@ declare const DescribeHyperParameterTuningJobCommand_base: {
|
|
|
346
349
|
* // FileSystemType: "EFS" || "FSxLustre", // required
|
|
347
350
|
* // DirectoryPath: "STRING_VALUE", // required
|
|
348
351
|
* // },
|
|
352
|
+
* // DatasetSource: {
|
|
353
|
+
* // DatasetArn: "STRING_VALUE", // required
|
|
354
|
+
* // },
|
|
349
355
|
* // },
|
|
350
356
|
* // ContentType: "STRING_VALUE",
|
|
351
357
|
* // CompressionType: "None" || "Gzip",
|
|
@@ -45,6 +45,7 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
45
45
|
* // ModelPackageName: "STRING_VALUE", // required
|
|
46
46
|
* // ModelPackageGroupName: "STRING_VALUE",
|
|
47
47
|
* // ModelPackageVersion: Number("int"),
|
|
48
|
+
* // ModelPackageRegistrationType: "Logged" || "Registered",
|
|
48
49
|
* // ModelPackageArn: "STRING_VALUE", // required
|
|
49
50
|
* // ModelPackageDescription: "STRING_VALUE",
|
|
50
51
|
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
@@ -88,6 +89,12 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
88
89
|
* // ETag: "STRING_VALUE",
|
|
89
90
|
* // },
|
|
90
91
|
* // ModelDataETag: "STRING_VALUE",
|
|
92
|
+
* // IsCheckpoint: true || false,
|
|
93
|
+
* // BaseModel: { // BaseModel
|
|
94
|
+
* // HubContentName: "STRING_VALUE",
|
|
95
|
+
* // HubContentVersion: "STRING_VALUE",
|
|
96
|
+
* // RecipeName: "STRING_VALUE",
|
|
97
|
+
* // },
|
|
91
98
|
* // },
|
|
92
99
|
* // ],
|
|
93
100
|
* // SupportedTransformInstanceTypes: [ // TransformInstanceTypes
|
|
@@ -328,6 +335,12 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
328
335
|
* // ETag: "STRING_VALUE",
|
|
329
336
|
* // },
|
|
330
337
|
* // ModelDataETag: "STRING_VALUE",
|
|
338
|
+
* // IsCheckpoint: true || false,
|
|
339
|
+
* // BaseModel: {
|
|
340
|
+
* // HubContentName: "STRING_VALUE",
|
|
341
|
+
* // HubContentVersion: "STRING_VALUE",
|
|
342
|
+
* // RecipeName: "STRING_VALUE",
|
|
343
|
+
* // },
|
|
331
344
|
* // },
|
|
332
345
|
* // ],
|
|
333
346
|
* // SupportedTransformInstanceTypes: [
|
|
@@ -86,6 +86,10 @@ declare const DescribePipelineExecutionCommand_base: {
|
|
|
86
86
|
* // ],
|
|
87
87
|
* // },
|
|
88
88
|
* // PipelineVersionId: Number("long"),
|
|
89
|
+
* // MLflowConfig: { // MLflowConfiguration
|
|
90
|
+
* // MlflowResourceArn: "STRING_VALUE",
|
|
91
|
+
* // MlflowExperimentName: "STRING_VALUE",
|
|
92
|
+
* // },
|
|
89
93
|
* // };
|
|
90
94
|
*
|
|
91
95
|
* ```
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeProjectInput
|
|
3
|
+
import { DescribeProjectInput } from "../models/models_2";
|
|
4
|
+
import { DescribeProjectOutput } from "../models/models_3";
|
|
4
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeReservedCapacityRequest, DescribeReservedCapacityResponse } from "../models/
|
|
3
|
+
import { DescribeReservedCapacityRequest, DescribeReservedCapacityResponse } from "../models/models_3";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeSpaceRequest, DescribeSpaceResponse } from "../models/
|
|
3
|
+
import { DescribeSpaceRequest, DescribeSpaceResponse } from "../models/models_3";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeStudioLifecycleConfigRequest, DescribeStudioLifecycleConfigResponse } from "../models/
|
|
3
|
+
import { DescribeStudioLifecycleConfigRequest, DescribeStudioLifecycleConfigResponse } from "../models/models_3";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeSubscribedWorkteamRequest } from "../models/
|
|
4
|
-
import { DescribeSubscribedWorkteamResponse } from "../models/models_3";
|
|
3
|
+
import { DescribeSubscribedWorkteamRequest, DescribeSubscribedWorkteamResponse } from "../models/models_3";
|
|
5
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -108,6 +108,9 @@ declare const DescribeTrainingJobCommand_base: {
|
|
|
108
108
|
* // FileSystemType: "EFS" || "FSxLustre", // required
|
|
109
109
|
* // DirectoryPath: "STRING_VALUE", // required
|
|
110
110
|
* // },
|
|
111
|
+
* // DatasetSource: { // DatasetSource
|
|
112
|
+
* // DatasetArn: "STRING_VALUE", // required
|
|
113
|
+
* // },
|
|
111
114
|
* // },
|
|
112
115
|
* // ContentType: "STRING_VALUE",
|
|
113
116
|
* // CompressionType: "None" || "Gzip",
|
|
@@ -193,6 +196,7 @@ declare const DescribeTrainingJobCommand_base: {
|
|
|
193
196
|
* // },
|
|
194
197
|
* // TrainingTimeInSeconds: Number("int"),
|
|
195
198
|
* // BillableTimeInSeconds: Number("int"),
|
|
199
|
+
* // BillableTokenCount: Number("long"),
|
|
196
200
|
* // DebugHookConfig: { // DebugHookConfig
|
|
197
201
|
* // LocalPath: "STRING_VALUE",
|
|
198
202
|
* // S3OutputPath: "STRING_VALUE", // required
|
|
@@ -283,6 +287,35 @@ declare const DescribeTrainingJobCommand_base: {
|
|
|
283
287
|
* // InfraCheckConfig: { // InfraCheckConfig
|
|
284
288
|
* // EnableInfraCheck: true || false,
|
|
285
289
|
* // },
|
|
290
|
+
* // ServerlessJobConfig: { // ServerlessJobConfig
|
|
291
|
+
* // BaseModelArn: "STRING_VALUE", // required
|
|
292
|
+
* // AcceptEula: true || false,
|
|
293
|
+
* // JobType: "FineTuning" || "Evaluation", // required
|
|
294
|
+
* // CustomizationTechnique: "SFT" || "DPO" || "RLVR" || "RLAIF",
|
|
295
|
+
* // Peft: "LORA",
|
|
296
|
+
* // EvaluationType: "LLMAJEvaluation" || "CustomScorerEvaluation" || "BenchmarkEvaluation",
|
|
297
|
+
* // EvaluatorArn: "STRING_VALUE",
|
|
298
|
+
* // },
|
|
299
|
+
* // MlflowConfig: { // MlflowConfig
|
|
300
|
+
* // MlflowResourceArn: "STRING_VALUE", // required
|
|
301
|
+
* // MlflowExperimentName: "STRING_VALUE",
|
|
302
|
+
* // MlflowRunName: "STRING_VALUE",
|
|
303
|
+
* // },
|
|
304
|
+
* // ModelPackageConfig: { // ModelPackageConfig
|
|
305
|
+
* // ModelPackageGroupArn: "STRING_VALUE", // required
|
|
306
|
+
* // SourceModelPackageArn: "STRING_VALUE",
|
|
307
|
+
* // },
|
|
308
|
+
* // MlflowDetails: { // MlflowDetails
|
|
309
|
+
* // MlflowExperimentId: "STRING_VALUE",
|
|
310
|
+
* // MlflowRunId: "STRING_VALUE",
|
|
311
|
+
* // },
|
|
312
|
+
* // ProgressInfo: { // TrainingProgressInfo
|
|
313
|
+
* // TotalStepCountPerEpoch: Number("long"),
|
|
314
|
+
* // CurrentStep: Number("long"),
|
|
315
|
+
* // CurrentEpoch: Number("long"),
|
|
316
|
+
* // MaxEpoch: Number("long"),
|
|
317
|
+
* // },
|
|
318
|
+
* // OutputModelPackageArn: "STRING_VALUE",
|
|
286
319
|
* // };
|
|
287
320
|
*
|
|
288
321
|
* ```
|
|
@@ -66,6 +66,7 @@ declare const ListModelPackagesCommand_base: {
|
|
|
66
66
|
* // StageStatus: "STRING_VALUE", // required
|
|
67
67
|
* // StageDescription: "STRING_VALUE",
|
|
68
68
|
* // },
|
|
69
|
+
* // ModelPackageRegistrationType: "Logged" || "Registered",
|
|
69
70
|
* // },
|
|
70
71
|
* // ],
|
|
71
72
|
* // NextToken: "STRING_VALUE",
|
|
@@ -138,6 +138,38 @@ declare const ListPipelineExecutionStepsCommand_base: {
|
|
|
138
138
|
* // EndpointConfig: { // EndpointConfigStepMetadata
|
|
139
139
|
* // Arn: "STRING_VALUE",
|
|
140
140
|
* // },
|
|
141
|
+
* // BedrockCustomModel: { // BedrockCustomModelMetadata
|
|
142
|
+
* // Arn: "STRING_VALUE",
|
|
143
|
+
* // },
|
|
144
|
+
* // BedrockCustomModelDeployment: { // BedrockCustomModelDeploymentMetadata
|
|
145
|
+
* // Arn: "STRING_VALUE",
|
|
146
|
+
* // },
|
|
147
|
+
* // BedrockProvisionedModelThroughput: { // BedrockProvisionedModelThroughputMetadata
|
|
148
|
+
* // Arn: "STRING_VALUE",
|
|
149
|
+
* // },
|
|
150
|
+
* // BedrockModelImport: { // BedrockModelImportMetadata
|
|
151
|
+
* // Arn: "STRING_VALUE",
|
|
152
|
+
* // },
|
|
153
|
+
* // InferenceComponent: { // InferenceComponentMetadata
|
|
154
|
+
* // Arn: "STRING_VALUE",
|
|
155
|
+
* // },
|
|
156
|
+
* // Lineage: { // LineageMetadata
|
|
157
|
+
* // ActionArns: { // MapString2048
|
|
158
|
+
* // "<keys>": "STRING_VALUE",
|
|
159
|
+
* // },
|
|
160
|
+
* // ArtifactArns: {
|
|
161
|
+
* // "<keys>": "STRING_VALUE",
|
|
162
|
+
* // },
|
|
163
|
+
* // ContextArns: {
|
|
164
|
+
* // "<keys>": "STRING_VALUE",
|
|
165
|
+
* // },
|
|
166
|
+
* // Associations: [ // AssociationInfoList
|
|
167
|
+
* // { // AssociationInfo
|
|
168
|
+
* // SourceArn: "STRING_VALUE", // required
|
|
169
|
+
* // DestinationArn: "STRING_VALUE", // required
|
|
170
|
+
* // },
|
|
171
|
+
* // ],
|
|
172
|
+
* // },
|
|
141
173
|
* // },
|
|
142
174
|
* // AttemptCount: Number("int"),
|
|
143
175
|
* // SelectiveExecutionResult: { // SelectiveExecutionResult
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListResourceCatalogsRequest, ListResourceCatalogsResponse } from "../models/
|
|
3
|
+
import { ListResourceCatalogsRequest, ListResourceCatalogsResponse } from "../models/models_4";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListSpacesRequest, ListSpacesResponse } from "../models/
|
|
3
|
+
import { ListSpacesRequest, ListSpacesResponse } from "../models/models_4";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListStageDevicesRequest, ListStageDevicesResponse } from "../models/
|
|
3
|
+
import { ListStageDevicesRequest, ListStageDevicesResponse } from "../models/models_4";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListStudioLifecycleConfigsRequest, ListStudioLifecycleConfigsResponse } from "../models/
|
|
3
|
+
import { ListStudioLifecycleConfigsRequest, ListStudioLifecycleConfigsResponse } from "../models/models_4";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListSubscribedWorkteamsRequest } from "../models/
|
|
4
|
-
import { ListSubscribedWorkteamsResponse } from "../models/models_4";
|
|
3
|
+
import { ListSubscribedWorkteamsRequest, ListSubscribedWorkteamsResponse } from "../models/models_4";
|
|
5
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -165,6 +165,9 @@ declare const SearchCommand_base: {
|
|
|
165
165
|
* // FileSystemType: "EFS" || "FSxLustre", // required
|
|
166
166
|
* // DirectoryPath: "STRING_VALUE", // required
|
|
167
167
|
* // },
|
|
168
|
+
* // DatasetSource: { // DatasetSource
|
|
169
|
+
* // DatasetArn: "STRING_VALUE", // required
|
|
170
|
+
* // },
|
|
168
171
|
* // },
|
|
169
172
|
* // ContentType: "STRING_VALUE",
|
|
170
173
|
* // CompressionType: "None" || "Gzip",
|
|
@@ -292,6 +295,11 @@ declare const SearchCommand_base: {
|
|
|
292
295
|
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
293
296
|
* // },
|
|
294
297
|
* // ],
|
|
298
|
+
* // OutputModelPackageArn: "STRING_VALUE",
|
|
299
|
+
* // ModelPackageConfig: { // ModelPackageConfig
|
|
300
|
+
* // ModelPackageGroupArn: "STRING_VALUE", // required
|
|
301
|
+
* // SourceModelPackageArn: "STRING_VALUE",
|
|
302
|
+
* // },
|
|
295
303
|
* // ProfilerConfig: { // ProfilerConfig
|
|
296
304
|
* // S3OutputPath: "STRING_VALUE",
|
|
297
305
|
* // ProfilingIntervalInMilliseconds: Number("long"),
|
|
@@ -540,6 +548,9 @@ declare const SearchCommand_base: {
|
|
|
540
548
|
* // FileSystemType: "EFS" || "FSxLustre", // required
|
|
541
549
|
* // DirectoryPath: "STRING_VALUE", // required
|
|
542
550
|
* // },
|
|
551
|
+
* // DatasetSource: {
|
|
552
|
+
* // DatasetArn: "STRING_VALUE", // required
|
|
553
|
+
* // },
|
|
543
554
|
* // },
|
|
544
555
|
* // ContentType: "STRING_VALUE",
|
|
545
556
|
* // CompressionType: "None" || "Gzip",
|
|
@@ -667,6 +678,11 @@ declare const SearchCommand_base: {
|
|
|
667
678
|
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
668
679
|
* // },
|
|
669
680
|
* // ],
|
|
681
|
+
* // OutputModelPackageArn: "STRING_VALUE",
|
|
682
|
+
* // ModelPackageConfig: {
|
|
683
|
+
* // ModelPackageGroupArn: "STRING_VALUE", // required
|
|
684
|
+
* // SourceModelPackageArn: "STRING_VALUE",
|
|
685
|
+
* // },
|
|
670
686
|
* // ProfilerConfig: {
|
|
671
687
|
* // S3OutputPath: "STRING_VALUE",
|
|
672
688
|
* // ProfilingIntervalInMilliseconds: Number("long"),
|
|
@@ -1133,6 +1149,7 @@ declare const SearchCommand_base: {
|
|
|
1133
1149
|
* // ModelPackageName: "STRING_VALUE",
|
|
1134
1150
|
* // ModelPackageGroupName: "STRING_VALUE",
|
|
1135
1151
|
* // ModelPackageVersion: Number("int"),
|
|
1152
|
+
* // ModelPackageRegistrationType: "Logged" || "Registered",
|
|
1136
1153
|
* // ModelPackageArn: "STRING_VALUE",
|
|
1137
1154
|
* // ModelPackageDescription: "STRING_VALUE",
|
|
1138
1155
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
@@ -1174,6 +1191,12 @@ declare const SearchCommand_base: {
|
|
|
1174
1191
|
* // ETag: "STRING_VALUE",
|
|
1175
1192
|
* // },
|
|
1176
1193
|
* // ModelDataETag: "STRING_VALUE",
|
|
1194
|
+
* // IsCheckpoint: true || false,
|
|
1195
|
+
* // BaseModel: { // BaseModel
|
|
1196
|
+
* // HubContentName: "STRING_VALUE",
|
|
1197
|
+
* // HubContentVersion: "STRING_VALUE",
|
|
1198
|
+
* // RecipeName: "STRING_VALUE",
|
|
1199
|
+
* // },
|
|
1177
1200
|
* // },
|
|
1178
1201
|
* // ],
|
|
1179
1202
|
* // SupportedTransformInstanceTypes: [ // TransformInstanceTypes
|
|
@@ -1362,6 +1385,12 @@ declare const SearchCommand_base: {
|
|
|
1362
1385
|
* // ETag: "STRING_VALUE",
|
|
1363
1386
|
* // },
|
|
1364
1387
|
* // ModelDataETag: "STRING_VALUE",
|
|
1388
|
+
* // IsCheckpoint: true || false,
|
|
1389
|
+
* // BaseModel: {
|
|
1390
|
+
* // HubContentName: "STRING_VALUE",
|
|
1391
|
+
* // HubContentVersion: "STRING_VALUE",
|
|
1392
|
+
* // RecipeName: "STRING_VALUE",
|
|
1393
|
+
* // },
|
|
1365
1394
|
* // },
|
|
1366
1395
|
* // ],
|
|
1367
1396
|
* // SupportedTransformInstanceTypes: [
|
|
@@ -59,6 +59,7 @@ declare const StartPipelineExecutionCommand_base: {
|
|
|
59
59
|
* ],
|
|
60
60
|
* },
|
|
61
61
|
* PipelineVersionId: Number("long"),
|
|
62
|
+
* MlflowExperimentName: "STRING_VALUE",
|
|
62
63
|
* };
|
|
63
64
|
* const command = new StartPipelineExecutionCommand(input);
|
|
64
65
|
* const response = await client.send(command);
|
|
@@ -39,6 +39,7 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
39
39
|
* const input = { // UpdateModelPackageInput
|
|
40
40
|
* ModelPackageArn: "STRING_VALUE", // required
|
|
41
41
|
* ModelApprovalStatus: "Approved" || "Rejected" || "PendingManualApproval",
|
|
42
|
+
* ModelPackageRegistrationType: "Logged" || "Registered",
|
|
42
43
|
* ApprovalDescription: "STRING_VALUE",
|
|
43
44
|
* CustomerMetadataProperties: { // CustomerMetadataMap
|
|
44
45
|
* "<keys>": "STRING_VALUE",
|
|
@@ -89,6 +90,12 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
89
90
|
* ETag: "STRING_VALUE",
|
|
90
91
|
* },
|
|
91
92
|
* ModelDataETag: "STRING_VALUE",
|
|
93
|
+
* IsCheckpoint: true || false,
|
|
94
|
+
* BaseModel: { // BaseModel
|
|
95
|
+
* HubContentName: "STRING_VALUE",
|
|
96
|
+
* HubContentVersion: "STRING_VALUE",
|
|
97
|
+
* RecipeName: "STRING_VALUE",
|
|
98
|
+
* },
|
|
92
99
|
* },
|
|
93
100
|
* ],
|
|
94
101
|
* SupportedTransformInstanceTypes: [ // TransformInstanceTypes
|
|
@@ -145,6 +152,12 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
145
152
|
* ETag: "STRING_VALUE",
|
|
146
153
|
* },
|
|
147
154
|
* ModelDataETag: "STRING_VALUE",
|
|
155
|
+
* IsCheckpoint: true || false,
|
|
156
|
+
* BaseModel: {
|
|
157
|
+
* HubContentName: "STRING_VALUE",
|
|
158
|
+
* HubContentVersion: "STRING_VALUE",
|
|
159
|
+
* RecipeName: "STRING_VALUE",
|
|
160
|
+
* },
|
|
148
161
|
* },
|
|
149
162
|
* ],
|
|
150
163
|
* SupportedTransformInstanceTypes: [
|