@aws-sdk/client-sagemaker 3.430.0 → 3.433.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.
|
@@ -13,6 +13,7 @@ exports.de_ListHubContentsCommand = exports.de_ListFlowDefinitionsCommand = expo
|
|
|
13
13
|
exports.de_QueryLineageCommand = exports.de_PutModelPackageGroupPolicyCommand = exports.de_ListWorkteamsCommand = exports.de_ListWorkforcesCommand = exports.de_ListUserProfilesCommand = exports.de_ListTrialsCommand = exports.de_ListTrialComponentsCommand = exports.de_ListTransformJobsCommand = exports.de_ListTrainingJobsForHyperParameterTuningJobCommand = exports.de_ListTrainingJobsCommand = exports.de_ListTagsCommand = exports.de_ListSubscribedWorkteamsCommand = exports.de_ListStudioLifecycleConfigsCommand = exports.de_ListStageDevicesCommand = exports.de_ListSpacesCommand = exports.de_ListResourceCatalogsCommand = exports.de_ListProjectsCommand = exports.de_ListProcessingJobsCommand = exports.de_ListPipelinesCommand = exports.de_ListPipelineParametersForExecutionCommand = exports.de_ListPipelineExecutionStepsCommand = exports.de_ListPipelineExecutionsCommand = exports.de_ListNotebookInstancesCommand = exports.de_ListNotebookInstanceLifecycleConfigsCommand = exports.de_ListMonitoringSchedulesCommand = exports.de_ListMonitoringExecutionsCommand = exports.de_ListMonitoringAlertsCommand = exports.de_ListMonitoringAlertHistoryCommand = exports.de_ListModelsCommand = exports.de_ListModelQualityJobDefinitionsCommand = exports.de_ListModelPackagesCommand = exports.de_ListModelPackageGroupsCommand = exports.de_ListModelMetadataCommand = exports.de_ListModelExplainabilityJobDefinitionsCommand = exports.de_ListModelCardVersionsCommand = exports.de_ListModelCardsCommand = exports.de_ListModelCardExportJobsCommand = exports.de_ListModelBiasJobDefinitionsCommand = exports.de_ListLineageGroupsCommand = exports.de_ListLabelingJobsForWorkteamCommand = exports.de_ListLabelingJobsCommand = exports.de_ListInferenceRecommendationsJobStepsCommand = exports.de_ListInferenceRecommendationsJobsCommand = exports.de_ListInferenceExperimentsCommand = exports.de_ListImageVersionsCommand = exports.de_ListImagesCommand = exports.de_ListHyperParameterTuningJobsCommand = exports.de_ListHumanTaskUisCommand = exports.de_ListHubsCommand = exports.de_ListHubContentVersionsCommand = void 0;
|
|
14
14
|
exports.de_UpdatePipelineExecutionCommand = exports.de_UpdatePipelineCommand = exports.de_UpdateNotebookInstanceLifecycleConfigCommand = exports.de_UpdateNotebookInstanceCommand = exports.de_UpdateMonitoringScheduleCommand = exports.de_UpdateMonitoringAlertCommand = exports.de_UpdateModelPackageCommand = exports.de_UpdateModelCardCommand = exports.de_UpdateInferenceExperimentCommand = exports.de_UpdateImageVersionCommand = exports.de_UpdateImageCommand = exports.de_UpdateHubCommand = exports.de_UpdateFeatureMetadataCommand = exports.de_UpdateFeatureGroupCommand = exports.de_UpdateExperimentCommand = exports.de_UpdateEndpointWeightsAndCapacitiesCommand = exports.de_UpdateEndpointCommand = exports.de_UpdateDomainCommand = exports.de_UpdateDevicesCommand = exports.de_UpdateDeviceFleetCommand = exports.de_UpdateContextCommand = exports.de_UpdateCodeRepositoryCommand = exports.de_UpdateArtifactCommand = exports.de_UpdateAppImageConfigCommand = exports.de_UpdateActionCommand = exports.de_StopTransformJobCommand = exports.de_StopTrainingJobCommand = exports.de_StopProcessingJobCommand = exports.de_StopPipelineExecutionCommand = exports.de_StopNotebookInstanceCommand = exports.de_StopMonitoringScheduleCommand = exports.de_StopLabelingJobCommand = exports.de_StopInferenceRecommendationsJobCommand = exports.de_StopInferenceExperimentCommand = exports.de_StopHyperParameterTuningJobCommand = exports.de_StopEdgePackagingJobCommand = exports.de_StopEdgeDeploymentStageCommand = exports.de_StopCompilationJobCommand = exports.de_StopAutoMLJobCommand = exports.de_StartPipelineExecutionCommand = exports.de_StartNotebookInstanceCommand = exports.de_StartMonitoringScheduleCommand = exports.de_StartInferenceExperimentCommand = exports.de_StartEdgeDeploymentStageCommand = exports.de_SendPipelineExecutionStepSuccessCommand = exports.de_SendPipelineExecutionStepFailureCommand = exports.de_SearchCommand = exports.de_RetryPipelineExecutionCommand = exports.de_RenderUiTemplateCommand = exports.de_RegisterDevicesCommand = void 0;
|
|
15
15
|
exports.de_UpdateWorkteamCommand = exports.de_UpdateWorkforceCommand = exports.de_UpdateUserProfileCommand = exports.de_UpdateTrialComponentCommand = exports.de_UpdateTrialCommand = exports.de_UpdateTrainingJobCommand = exports.de_UpdateSpaceCommand = exports.de_UpdateProjectCommand = void 0;
|
|
16
|
+
const core_1 = require("@aws-sdk/core");
|
|
16
17
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
17
18
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
19
|
const uuid_1 = require("uuid");
|
|
@@ -13379,7 +13380,7 @@ const de_DescribeAutoMLJobV2Response = (output, context) => {
|
|
|
13379
13380
|
AutoMLJobObjective: smithy_client_1._json,
|
|
13380
13381
|
AutoMLJobSecondaryStatus: smithy_client_1.expectString,
|
|
13381
13382
|
AutoMLJobStatus: smithy_client_1.expectString,
|
|
13382
|
-
AutoMLProblemTypeConfig: (_) => (0, smithy_client_1._json)((0,
|
|
13383
|
+
AutoMLProblemTypeConfig: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
|
|
13383
13384
|
AutoMLProblemTypeConfigName: smithy_client_1.expectString,
|
|
13384
13385
|
BestCandidate: (_) => de_AutoMLCandidate(_, context),
|
|
13385
13386
|
CreationTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
@@ -16130,7 +16131,7 @@ const de_ScalingPolicies = (output, context) => {
|
|
|
16130
16131
|
const retVal = (output || [])
|
|
16131
16132
|
.filter((e) => e != null)
|
|
16132
16133
|
.map((entry) => {
|
|
16133
|
-
return de_ScalingPolicy((0,
|
|
16134
|
+
return de_ScalingPolicy((0, core_1.awsExpectUnion)(entry), context);
|
|
16134
16135
|
});
|
|
16135
16136
|
return retVal;
|
|
16136
16137
|
};
|
|
@@ -16227,7 +16228,7 @@ const de_StudioLifecycleConfigsList = (output, context) => {
|
|
|
16227
16228
|
};
|
|
16228
16229
|
const de_TargetTrackingScalingPolicyConfiguration = (output, context) => {
|
|
16229
16230
|
return (0, smithy_client_1.take)(output, {
|
|
16230
|
-
MetricSpecification: (_) => (0, smithy_client_1._json)((0,
|
|
16231
|
+
MetricSpecification: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
|
|
16231
16232
|
TargetValue: smithy_client_1.limitedParseDouble,
|
|
16232
16233
|
});
|
|
16233
16234
|
};
|
|
@@ -16404,7 +16405,7 @@ const de_TrialComponentParameters = (output, context) => {
|
|
|
16404
16405
|
if (value === null) {
|
|
16405
16406
|
return acc;
|
|
16406
16407
|
}
|
|
16407
|
-
acc[key] = de_TrialComponentParameterValue((0,
|
|
16408
|
+
acc[key] = de_TrialComponentParameterValue((0, core_1.awsExpectUnion)(value), context);
|
|
16408
16409
|
return acc;
|
|
16409
16410
|
}, {});
|
|
16410
16411
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { awsExpectUnion as __expectUnion } from "@aws-sdk/core";
|
|
1
2
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
2
|
-
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString,
|
|
3
|
+
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, LazyJsonString as __LazyJsonString, limitedParseDouble as __limitedParseDouble, limitedParseFloat32 as __limitedParseFloat32, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
4
5
|
import { ConflictException, ResourceInUse, ResourceLimitExceeded, ResourceNotFound, } from "../models/models_0";
|
|
5
6
|
import { TrialComponentParameterValue, } from "../models/models_1";
|
|
@@ -4727,7 +4727,7 @@ export interface AutoMLCandidate {
|
|
|
4727
4727
|
* for jobs created by calling <code>CreateAutoMLJobV2</code>) related to image or text
|
|
4728
4728
|
* classification problem types only.</p>
|
|
4729
4729
|
*/
|
|
4730
|
-
InferenceContainerDefinitions?: Record<AutoMLProcessingUnit, AutoMLContainerDefinition[]
|
|
4730
|
+
InferenceContainerDefinitions?: Partial<Record<AutoMLProcessingUnit, AutoMLContainerDefinition[]>>;
|
|
4731
4731
|
}
|
|
4732
4732
|
/**
|
|
4733
4733
|
* @public
|
|
@@ -5663,7 +5663,7 @@ export interface TimeSeriesTransformations {
|
|
|
5663
5663
|
* <code>backfill</code> to a value of <code>2</code>, you must include two parameters:
|
|
5664
5664
|
* <code>"backfill": "value"</code> and <code>"backfill_value":"2"</code>.</p>
|
|
5665
5665
|
*/
|
|
5666
|
-
Filling?: Record<string, Record<FillingType, string
|
|
5666
|
+
Filling?: Record<string, Partial<Record<FillingType, string>>>;
|
|
5667
5667
|
/**
|
|
5668
5668
|
* @public
|
|
5669
5669
|
* <p>A key value pair defining the aggregation method for a column, where the key is the
|
|
@@ -985,9 +985,8 @@ export interface AutoMLCandidate {
|
|
|
985
985
|
LastModifiedTime: Date | undefined;
|
|
986
986
|
FailureReason?: string;
|
|
987
987
|
CandidateProperties?: CandidateProperties;
|
|
988
|
-
InferenceContainerDefinitions?:
|
|
989
|
-
AutoMLProcessingUnit,
|
|
990
|
-
AutoMLContainerDefinition[]
|
|
988
|
+
InferenceContainerDefinitions?: Partial<
|
|
989
|
+
Record<AutoMLProcessingUnit, AutoMLContainerDefinition[]>
|
|
991
990
|
>;
|
|
992
991
|
}
|
|
993
992
|
export interface AutoMLCandidateGenerationConfig {
|
|
@@ -1166,7 +1165,7 @@ export declare const FillingType: {
|
|
|
1166
1165
|
};
|
|
1167
1166
|
export type FillingType = (typeof FillingType)[keyof typeof FillingType];
|
|
1168
1167
|
export interface TimeSeriesTransformations {
|
|
1169
|
-
Filling?: Record<string, Record<FillingType, string
|
|
1168
|
+
Filling?: Record<string, Partial<Record<FillingType, string>>>;
|
|
1170
1169
|
Aggregation?: Record<string, AggregationTransformationValue>;
|
|
1171
1170
|
}
|
|
1172
1171
|
export interface TimeSeriesForecastingJobConfig {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.433.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,41 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/
|
|
26
|
-
"@aws-sdk/
|
|
27
|
-
"@aws-sdk/middleware-
|
|
28
|
-
"@aws-sdk/middleware-
|
|
29
|
-
"@aws-sdk/middleware-
|
|
30
|
-
"@aws-sdk/middleware-
|
|
31
|
-
"@aws-sdk/
|
|
32
|
-
"@aws-sdk/
|
|
33
|
-
"@aws-sdk/
|
|
34
|
-
"@aws-sdk/util-
|
|
35
|
-
"@aws-sdk/util-user-agent-
|
|
36
|
-
"@
|
|
37
|
-
"@smithy/
|
|
38
|
-
"@smithy/
|
|
39
|
-
"@smithy/
|
|
40
|
-
"@smithy/
|
|
41
|
-
"@smithy/middleware-
|
|
42
|
-
"@smithy/middleware-
|
|
43
|
-
"@smithy/middleware-
|
|
44
|
-
"@smithy/middleware-
|
|
45
|
-
"@smithy/
|
|
46
|
-
"@smithy/node-
|
|
47
|
-
"@smithy/
|
|
48
|
-
"@smithy/
|
|
49
|
-
"@smithy/
|
|
50
|
-
"@smithy/
|
|
24
|
+
"@aws-sdk/client-sts": "3.433.0",
|
|
25
|
+
"@aws-sdk/core": "3.433.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.433.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.433.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.433.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.433.0",
|
|
30
|
+
"@aws-sdk/middleware-signing": "3.433.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.433.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.433.0",
|
|
33
|
+
"@aws-sdk/types": "3.433.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.433.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.433.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.433.0",
|
|
37
|
+
"@smithy/config-resolver": "^2.0.16",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.2.4",
|
|
39
|
+
"@smithy/hash-node": "^2.0.12",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.0.12",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.0.14",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^2.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^2.0.12",
|
|
45
|
+
"@smithy/middleware-stack": "^2.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^2.1.3",
|
|
47
|
+
"@smithy/node-http-handler": "^2.1.8",
|
|
48
|
+
"@smithy/protocol-http": "^3.0.8",
|
|
49
|
+
"@smithy/smithy-client": "^2.1.12",
|
|
50
|
+
"@smithy/types": "^2.4.0",
|
|
51
|
+
"@smithy/url-parser": "^2.0.12",
|
|
51
52
|
"@smithy/util-base64": "^2.0.0",
|
|
52
53
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
54
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.0.16",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.0.21",
|
|
57
|
+
"@smithy/util-retry": "^2.0.5",
|
|
57
58
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
|
-
"@smithy/util-waiter": "^2.0.
|
|
59
|
+
"@smithy/util-waiter": "^2.0.12",
|
|
59
60
|
"tslib": "^2.5.0",
|
|
60
61
|
"uuid": "^8.3.2"
|
|
61
62
|
},
|