@aws-sdk/client-sagemaker 3.261.0 → 3.264.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/commands/CreateExperimentCommand.js +3 -3
- package/dist-cjs/commands/ListAppImageConfigsCommand.js +2 -1
- package/dist-cjs/commands/ListAppsCommand.js +3 -3
- package/dist-cjs/commands/ListArtifactsCommand.js +1 -2
- package/dist-cjs/commands/UpdateEndpointCommand.js +3 -3
- package/dist-cjs/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +3 -3
- package/dist-cjs/models/models_0.js +17 -18
- package/dist-cjs/models/models_1.js +21 -26
- package/dist-cjs/models/models_2.js +33 -26
- package/dist-cjs/models/models_3.js +26 -26
- package/dist-cjs/models/models_4.js +22 -1
- package/dist-cjs/protocols/Aws_json1_1.js +61 -0
- package/dist-es/commands/CreateExperimentCommand.js +1 -1
- package/dist-es/commands/ListAppImageConfigsCommand.js +2 -1
- package/dist-es/commands/ListAppsCommand.js +1 -1
- package/dist-es/commands/ListArtifactsCommand.js +1 -2
- package/dist-es/commands/UpdateEndpointCommand.js +1 -1
- package/dist-es/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +1 -1
- package/dist-es/models/models_0.js +11 -12
- package/dist-es/models/models_1.js +12 -17
- package/dist-es/models/models_2.js +23 -16
- package/dist-es/models/models_3.js +16 -15
- package/dist-es/models/models_4.js +15 -0
- package/dist-es/protocols/Aws_json1_1.js +61 -0
- package/dist-types/commands/CreateExperimentCommand.d.ts +1 -1
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +2 -1
- package/dist-types/commands/ListAppsCommand.d.ts +1 -1
- package/dist-types/commands/ListArtifactsCommand.d.ts +1 -2
- package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +30 -41
- package/dist-types/models/models_1.d.ts +55 -76
- package/dist-types/models/models_2.d.ts +117 -110
- package/dist-types/models/models_3.d.ts +106 -109
- package/dist-types/models/models_4.d.ts +112 -3
- package/dist-types/ts3.4/commands/CreateExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAppImageConfigsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +16 -20
- package/dist-types/ts3.4/models/models_1.d.ts +26 -34
- package/dist-types/ts3.4/models/models_2.d.ts +50 -47
- package/dist-types/ts3.4/models/models_3.d.ts +45 -38
- package/dist-types/ts3.4/models/models_4.d.ts +39 -0
- package/package.json +4 -4
|
@@ -6,10 +6,8 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import {
|
|
10
|
-
|
|
11
|
-
ListAppImageConfigsResponse,
|
|
12
|
-
} from "../models/models_2";
|
|
9
|
+
import { ListAppImageConfigsRequest } from "../models/models_2";
|
|
10
|
+
import { ListAppImageConfigsResponse } from "../models/models_3";
|
|
13
11
|
import {
|
|
14
12
|
SageMakerClientResolvedConfig,
|
|
15
13
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { ListAppsRequest, ListAppsResponse } from "../models/
|
|
9
|
+
import { ListAppsRequest, ListAppsResponse } from "../models/models_3";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,8 +6,10 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import {
|
|
10
|
-
|
|
9
|
+
import {
|
|
10
|
+
ListArtifactsRequest,
|
|
11
|
+
ListArtifactsResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
11
13
|
import {
|
|
12
14
|
SageMakerClientResolvedConfig,
|
|
13
15
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { UpdateEndpointInput, UpdateEndpointOutput } from "../models/
|
|
9
|
+
import { UpdateEndpointInput, UpdateEndpointOutput } from "../models/models_4";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -1051,6 +1051,9 @@ export interface BatchTransformInput {
|
|
|
1051
1051
|
StartTimeOffset?: string;
|
|
1052
1052
|
EndTimeOffset?: string;
|
|
1053
1053
|
}
|
|
1054
|
+
export interface BestObjectiveNotImproving {
|
|
1055
|
+
MaxNumberOfTrainingJobsNotImproving?: number;
|
|
1056
|
+
}
|
|
1054
1057
|
export interface MetricsSource {
|
|
1055
1058
|
ContentType: string | undefined;
|
|
1056
1059
|
ContentDigest?: string;
|
|
@@ -1380,6 +1383,10 @@ export interface CompilationJobSummary {
|
|
|
1380
1383
|
LastModifiedTime?: Date;
|
|
1381
1384
|
CompilationJobStatus: CompilationJobStatus | string | undefined;
|
|
1382
1385
|
}
|
|
1386
|
+
export declare enum CompleteOnConvergence {
|
|
1387
|
+
DISABLED = "Disabled",
|
|
1388
|
+
ENABLED = "Enabled",
|
|
1389
|
+
}
|
|
1383
1390
|
export declare enum ConditionOutcome {
|
|
1384
1391
|
FALSE = "False",
|
|
1385
1392
|
TRUE = "True",
|
|
@@ -1459,6 +1466,9 @@ export interface ContinuousParameterRangeSpecification {
|
|
|
1459
1466
|
MinValue: string | undefined;
|
|
1460
1467
|
MaxValue: string | undefined;
|
|
1461
1468
|
}
|
|
1469
|
+
export interface ConvergenceDetected {
|
|
1470
|
+
CompleteOnConvergence?: CompleteOnConvergence | string;
|
|
1471
|
+
}
|
|
1462
1472
|
export interface MetadataProperties {
|
|
1463
1473
|
CommitId?: string;
|
|
1464
1474
|
Repository?: string;
|
|
@@ -2020,20 +2030,6 @@ export interface CreateEndpointConfigInput {
|
|
|
2020
2030
|
export interface CreateEndpointConfigOutput {
|
|
2021
2031
|
EndpointConfigArn: string | undefined;
|
|
2022
2032
|
}
|
|
2023
|
-
export interface CreateExperimentRequest {
|
|
2024
|
-
ExperimentName: string | undefined;
|
|
2025
|
-
DisplayName?: string;
|
|
2026
|
-
Description?: string;
|
|
2027
|
-
Tags?: Tag[];
|
|
2028
|
-
}
|
|
2029
|
-
export interface CreateExperimentResponse {
|
|
2030
|
-
ExperimentArn?: string;
|
|
2031
|
-
}
|
|
2032
|
-
export declare enum FeatureType {
|
|
2033
|
-
FRACTIONAL = "Fractional",
|
|
2034
|
-
INTEGRAL = "Integral",
|
|
2035
|
-
STRING = "String",
|
|
2036
|
-
}
|
|
2037
2033
|
export declare const ActionSourceFilterSensitiveLog: (obj: ActionSource) => any;
|
|
2038
2034
|
export declare const ActionSummaryFilterSensitiveLog: (
|
|
2039
2035
|
obj: ActionSummary
|
|
@@ -2276,6 +2272,9 @@ export declare const MonitoringDatasetFormatFilterSensitiveLog: (
|
|
|
2276
2272
|
export declare const BatchTransformInputFilterSensitiveLog: (
|
|
2277
2273
|
obj: BatchTransformInput
|
|
2278
2274
|
) => any;
|
|
2275
|
+
export declare const BestObjectiveNotImprovingFilterSensitiveLog: (
|
|
2276
|
+
obj: BestObjectiveNotImproving
|
|
2277
|
+
) => any;
|
|
2279
2278
|
export declare const MetricsSourceFilterSensitiveLog: (
|
|
2280
2279
|
obj: MetricsSource
|
|
2281
2280
|
) => any;
|
|
@@ -2385,6 +2384,9 @@ export declare const ContinuousParameterRangeFilterSensitiveLog: (
|
|
|
2385
2384
|
export declare const ContinuousParameterRangeSpecificationFilterSensitiveLog: (
|
|
2386
2385
|
obj: ContinuousParameterRangeSpecification
|
|
2387
2386
|
) => any;
|
|
2387
|
+
export declare const ConvergenceDetectedFilterSensitiveLog: (
|
|
2388
|
+
obj: ConvergenceDetected
|
|
2389
|
+
) => any;
|
|
2388
2390
|
export declare const MetadataPropertiesFilterSensitiveLog: (
|
|
2389
2391
|
obj: MetadataProperties
|
|
2390
2392
|
) => any;
|
|
@@ -2607,9 +2609,3 @@ export declare const CreateEndpointConfigInputFilterSensitiveLog: (
|
|
|
2607
2609
|
export declare const CreateEndpointConfigOutputFilterSensitiveLog: (
|
|
2608
2610
|
obj: CreateEndpointConfigOutput
|
|
2609
2611
|
) => any;
|
|
2610
|
-
export declare const CreateExperimentRequestFilterSensitiveLog: (
|
|
2611
|
-
obj: CreateExperimentRequest
|
|
2612
|
-
) => any;
|
|
2613
|
-
export declare const CreateExperimentResponseFilterSensitiveLog: (
|
|
2614
|
-
obj: CreateExperimentResponse
|
|
2615
|
-
) => any;
|
|
@@ -11,6 +11,7 @@ import {
|
|
|
11
11
|
BatchDataCaptureConfig,
|
|
12
12
|
BatchStrategy,
|
|
13
13
|
BatchTransformInput,
|
|
14
|
+
BestObjectiveNotImproving,
|
|
14
15
|
Bias,
|
|
15
16
|
CaptureContentTypeHeader,
|
|
16
17
|
CaptureStatus,
|
|
@@ -24,10 +25,8 @@ import {
|
|
|
24
25
|
ContainerDefinition,
|
|
25
26
|
ContentClassifier,
|
|
26
27
|
ContinuousParameterRange,
|
|
27
|
-
|
|
28
|
-
EdgeDeploymentConfig,
|
|
28
|
+
ConvergenceDetected,
|
|
29
29
|
EndpointInput,
|
|
30
|
-
FeatureType,
|
|
31
30
|
HyperParameterScalingType,
|
|
32
31
|
HyperParameterTuningJobObjective,
|
|
33
32
|
InferenceSpecification,
|
|
@@ -61,6 +60,20 @@ import {
|
|
|
61
60
|
UserSettings,
|
|
62
61
|
VpcConfig,
|
|
63
62
|
} from "./models_0";
|
|
63
|
+
export interface CreateExperimentRequest {
|
|
64
|
+
ExperimentName: string | undefined;
|
|
65
|
+
DisplayName?: string;
|
|
66
|
+
Description?: string;
|
|
67
|
+
Tags?: Tag[];
|
|
68
|
+
}
|
|
69
|
+
export interface CreateExperimentResponse {
|
|
70
|
+
ExperimentArn?: string;
|
|
71
|
+
}
|
|
72
|
+
export declare enum FeatureType {
|
|
73
|
+
FRACTIONAL = "Fractional",
|
|
74
|
+
INTEGRAL = "Integral",
|
|
75
|
+
STRING = "String",
|
|
76
|
+
}
|
|
64
77
|
export interface FeatureDefinition {
|
|
65
78
|
FeatureName?: string;
|
|
66
79
|
FeatureType?: FeatureType | string;
|
|
@@ -194,6 +207,7 @@ export interface ParameterRanges {
|
|
|
194
207
|
export interface ResourceLimits {
|
|
195
208
|
MaxNumberOfTrainingJobs?: number;
|
|
196
209
|
MaxParallelTrainingJobs: number | undefined;
|
|
210
|
+
MaxRuntimeInSeconds?: number;
|
|
197
211
|
}
|
|
198
212
|
export declare enum HyperParameterTuningJobStrategyType {
|
|
199
213
|
BAYESIAN = "Bayesian",
|
|
@@ -213,7 +227,9 @@ export declare enum TrainingJobEarlyStoppingType {
|
|
|
213
227
|
OFF = "Off",
|
|
214
228
|
}
|
|
215
229
|
export interface TuningJobCompletionCriteria {
|
|
216
|
-
TargetObjectiveMetricValue
|
|
230
|
+
TargetObjectiveMetricValue?: number;
|
|
231
|
+
BestObjectiveNotImproving?: BestObjectiveNotImproving;
|
|
232
|
+
ConvergenceDetected?: ConvergenceDetected;
|
|
217
233
|
}
|
|
218
234
|
export interface HyperParameterTuningJobConfig {
|
|
219
235
|
Strategy: HyperParameterTuningJobStrategyType | string | undefined;
|
|
@@ -1613,30 +1629,12 @@ export interface DeployedImage {
|
|
|
1613
1629
|
ResolvedImage?: string;
|
|
1614
1630
|
ResolutionTime?: Date;
|
|
1615
1631
|
}
|
|
1616
|
-
export declare
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
Starting = "STARTING",
|
|
1623
|
-
Stopped = "STOPPED",
|
|
1624
|
-
Stopping = "STOPPING",
|
|
1625
|
-
}
|
|
1626
|
-
export interface EdgeDeploymentStatus {
|
|
1627
|
-
StageStatus: StageStatus | string | undefined;
|
|
1628
|
-
EdgeDeploymentSuccessInStage: number | undefined;
|
|
1629
|
-
EdgeDeploymentPendingInStage: number | undefined;
|
|
1630
|
-
EdgeDeploymentFailedInStage: number | undefined;
|
|
1631
|
-
EdgeDeploymentStatusMessage?: string;
|
|
1632
|
-
EdgeDeploymentStageStartTime?: Date;
|
|
1633
|
-
}
|
|
1634
|
-
export interface DeploymentStageStatusSummary {
|
|
1635
|
-
StageName: string | undefined;
|
|
1636
|
-
DeviceSelectionConfig: DeviceSelectionConfig | undefined;
|
|
1637
|
-
DeploymentConfig: EdgeDeploymentConfig | undefined;
|
|
1638
|
-
DeploymentStatus: EdgeDeploymentStatus | undefined;
|
|
1639
|
-
}
|
|
1632
|
+
export declare const CreateExperimentRequestFilterSensitiveLog: (
|
|
1633
|
+
obj: CreateExperimentRequest
|
|
1634
|
+
) => any;
|
|
1635
|
+
export declare const CreateExperimentResponseFilterSensitiveLog: (
|
|
1636
|
+
obj: CreateExperimentResponse
|
|
1637
|
+
) => any;
|
|
1640
1638
|
export declare const FeatureDefinitionFilterSensitiveLog: (
|
|
1641
1639
|
obj: FeatureDefinition
|
|
1642
1640
|
) => any;
|
|
@@ -2414,9 +2412,3 @@ export declare const DeleteWorkteamResponseFilterSensitiveLog: (
|
|
|
2414
2412
|
export declare const DeployedImageFilterSensitiveLog: (
|
|
2415
2413
|
obj: DeployedImage
|
|
2416
2414
|
) => any;
|
|
2417
|
-
export declare const EdgeDeploymentStatusFilterSensitiveLog: (
|
|
2418
|
-
obj: EdgeDeploymentStatus
|
|
2419
|
-
) => any;
|
|
2420
|
-
export declare const DeploymentStageStatusSummaryFilterSensitiveLog: (
|
|
2421
|
-
obj: DeploymentStageStatusSummary
|
|
2422
|
-
) => any;
|
|
@@ -10,12 +10,9 @@ import {
|
|
|
10
10
|
AlgorithmStatusDetails,
|
|
11
11
|
AlgorithmSummary,
|
|
12
12
|
AlgorithmValidationSpecification,
|
|
13
|
-
AppDetails,
|
|
14
|
-
AppImageConfigDetails,
|
|
15
13
|
AppImageConfigSortKey,
|
|
16
14
|
AppNetworkAccessType,
|
|
17
15
|
AppSecurityGroupManagement,
|
|
18
|
-
AppSortKey,
|
|
19
16
|
AppSpecification,
|
|
20
17
|
AppStatus,
|
|
21
18
|
AppType,
|
|
@@ -47,13 +44,14 @@ import {
|
|
|
47
44
|
DataQualityJobInput,
|
|
48
45
|
DefaultSpaceSettings,
|
|
49
46
|
DeploymentConfig,
|
|
47
|
+
DeviceSelectionConfig,
|
|
50
48
|
DomainSettings,
|
|
49
|
+
EdgeDeploymentConfig,
|
|
51
50
|
EdgeDeploymentModelConfig,
|
|
52
51
|
EdgeOutputConfig,
|
|
53
52
|
EdgePresetDeploymentType,
|
|
54
53
|
ExecutionRoleIdentityConfig,
|
|
55
54
|
ExplainerConfig,
|
|
56
|
-
FeatureType,
|
|
57
55
|
GitConfig,
|
|
58
56
|
HyperParameterTuningJobObjectiveType,
|
|
59
57
|
InferenceSpecification,
|
|
@@ -97,12 +95,12 @@ import {
|
|
|
97
95
|
DebugRuleConfiguration,
|
|
98
96
|
DebugRuleEvaluationStatus,
|
|
99
97
|
DeployedImage,
|
|
100
|
-
DeploymentStageStatusSummary,
|
|
101
98
|
DirectInternetAccess,
|
|
102
99
|
DriftCheckBaselines,
|
|
103
100
|
EndpointInfo,
|
|
104
101
|
ExperimentConfig,
|
|
105
102
|
FeatureDefinition,
|
|
103
|
+
FeatureType,
|
|
106
104
|
FlowDefinitionOutputConfig,
|
|
107
105
|
HubContentType,
|
|
108
106
|
HubS3StorageConfig,
|
|
@@ -176,6 +174,30 @@ import {
|
|
|
176
174
|
TrialComponentStatus,
|
|
177
175
|
VendorGuidance,
|
|
178
176
|
} from "./models_1";
|
|
177
|
+
export declare enum StageStatus {
|
|
178
|
+
Creating = "CREATING",
|
|
179
|
+
Deployed = "DEPLOYED",
|
|
180
|
+
Failed = "FAILED",
|
|
181
|
+
InProgress = "INPROGRESS",
|
|
182
|
+
ReadyToDeploy = "READYTODEPLOY",
|
|
183
|
+
Starting = "STARTING",
|
|
184
|
+
Stopped = "STOPPED",
|
|
185
|
+
Stopping = "STOPPING",
|
|
186
|
+
}
|
|
187
|
+
export interface EdgeDeploymentStatus {
|
|
188
|
+
StageStatus: StageStatus | string | undefined;
|
|
189
|
+
EdgeDeploymentSuccessInStage: number | undefined;
|
|
190
|
+
EdgeDeploymentPendingInStage: number | undefined;
|
|
191
|
+
EdgeDeploymentFailedInStage: number | undefined;
|
|
192
|
+
EdgeDeploymentStatusMessage?: string;
|
|
193
|
+
EdgeDeploymentStageStartTime?: Date;
|
|
194
|
+
}
|
|
195
|
+
export interface DeploymentStageStatusSummary {
|
|
196
|
+
StageName: string | undefined;
|
|
197
|
+
DeviceSelectionConfig: DeviceSelectionConfig | undefined;
|
|
198
|
+
DeploymentConfig: EdgeDeploymentConfig | undefined;
|
|
199
|
+
DeploymentStatus: EdgeDeploymentStatus | undefined;
|
|
200
|
+
}
|
|
179
201
|
export interface DeregisterDevicesRequest {
|
|
180
202
|
DeviceFleetName: string | undefined;
|
|
181
203
|
DeviceNames: string[] | undefined;
|
|
@@ -789,6 +811,9 @@ export interface HyperParameterTrainingJobSummary {
|
|
|
789
811
|
FinalHyperParameterTuningJobObjectiveMetric?: FinalHyperParameterTuningJobObjectiveMetric;
|
|
790
812
|
ObjectiveStatus?: ObjectiveStatus | string;
|
|
791
813
|
}
|
|
814
|
+
export interface HyperParameterTuningJobConsumedResources {
|
|
815
|
+
RuntimeInSeconds?: number;
|
|
816
|
+
}
|
|
792
817
|
export declare enum HyperParameterTuningJobStatus {
|
|
793
818
|
COMPLETED = "Completed",
|
|
794
819
|
FAILED = "Failed",
|
|
@@ -808,6 +833,10 @@ export interface TrainingJobStatusCounters {
|
|
|
808
833
|
NonRetryableError?: number;
|
|
809
834
|
Stopped?: number;
|
|
810
835
|
}
|
|
836
|
+
export interface HyperParameterTuningJobCompletionDetails {
|
|
837
|
+
NumberOfTrainingJobsObjectiveNotImproving?: number;
|
|
838
|
+
ConvergenceDetectedTime?: Date;
|
|
839
|
+
}
|
|
811
840
|
export interface DescribeHyperParameterTuningJobResponse {
|
|
812
841
|
HyperParameterTuningJobName: string | undefined;
|
|
813
842
|
HyperParameterTuningJobArn: string | undefined;
|
|
@@ -827,6 +856,8 @@ export interface DescribeHyperParameterTuningJobResponse {
|
|
|
827
856
|
OverallBestTrainingJob?: HyperParameterTrainingJobSummary;
|
|
828
857
|
WarmStartConfig?: HyperParameterTuningJobWarmStartConfig;
|
|
829
858
|
FailureReason?: string;
|
|
859
|
+
TuningJobCompletionDetails?: HyperParameterTuningJobCompletionDetails;
|
|
860
|
+
ConsumedResources?: HyperParameterTuningJobConsumedResources;
|
|
830
861
|
}
|
|
831
862
|
export interface DescribeImageRequest {
|
|
832
863
|
ImageName: string | undefined;
|
|
@@ -2156,6 +2187,8 @@ export interface HyperParameterTuningJobSearchEntity {
|
|
|
2156
2187
|
WarmStartConfig?: HyperParameterTuningJobWarmStartConfig;
|
|
2157
2188
|
FailureReason?: string;
|
|
2158
2189
|
Tags?: Tag[];
|
|
2190
|
+
TuningJobCompletionDetails?: HyperParameterTuningJobCompletionDetails;
|
|
2191
|
+
ConsumedResources?: HyperParameterTuningJobConsumedResources;
|
|
2159
2192
|
}
|
|
2160
2193
|
export declare enum HyperParameterTuningJobSortByOptions {
|
|
2161
2194
|
CreationTime = "CreationTime",
|
|
@@ -2375,36 +2408,12 @@ export interface ListAppImageConfigsRequest {
|
|
|
2375
2408
|
SortBy?: AppImageConfigSortKey | string;
|
|
2376
2409
|
SortOrder?: SortOrder | string;
|
|
2377
2410
|
}
|
|
2378
|
-
export
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
MaxResults?: number;
|
|
2385
|
-
SortOrder?: SortOrder | string;
|
|
2386
|
-
SortBy?: AppSortKey | string;
|
|
2387
|
-
DomainIdEquals?: string;
|
|
2388
|
-
UserProfileNameEquals?: string;
|
|
2389
|
-
SpaceNameEquals?: string;
|
|
2390
|
-
}
|
|
2391
|
-
export interface ListAppsResponse {
|
|
2392
|
-
Apps?: AppDetails[];
|
|
2393
|
-
NextToken?: string;
|
|
2394
|
-
}
|
|
2395
|
-
export declare enum SortArtifactsBy {
|
|
2396
|
-
CREATION_TIME = "CreationTime",
|
|
2397
|
-
}
|
|
2398
|
-
export interface ListArtifactsRequest {
|
|
2399
|
-
SourceUri?: string;
|
|
2400
|
-
ArtifactType?: string;
|
|
2401
|
-
CreatedAfter?: Date;
|
|
2402
|
-
CreatedBefore?: Date;
|
|
2403
|
-
SortBy?: SortArtifactsBy | string;
|
|
2404
|
-
SortOrder?: SortOrder | string;
|
|
2405
|
-
NextToken?: string;
|
|
2406
|
-
MaxResults?: number;
|
|
2407
|
-
}
|
|
2411
|
+
export declare const EdgeDeploymentStatusFilterSensitiveLog: (
|
|
2412
|
+
obj: EdgeDeploymentStatus
|
|
2413
|
+
) => any;
|
|
2414
|
+
export declare const DeploymentStageStatusSummaryFilterSensitiveLog: (
|
|
2415
|
+
obj: DeploymentStageStatusSummary
|
|
2416
|
+
) => any;
|
|
2408
2417
|
export declare const DeregisterDevicesRequestFilterSensitiveLog: (
|
|
2409
2418
|
obj: DeregisterDevicesRequest
|
|
2410
2419
|
) => any;
|
|
@@ -2605,12 +2614,18 @@ export declare const FinalHyperParameterTuningJobObjectiveMetricFilterSensitiveL
|
|
|
2605
2614
|
export declare const HyperParameterTrainingJobSummaryFilterSensitiveLog: (
|
|
2606
2615
|
obj: HyperParameterTrainingJobSummary
|
|
2607
2616
|
) => any;
|
|
2617
|
+
export declare const HyperParameterTuningJobConsumedResourcesFilterSensitiveLog: (
|
|
2618
|
+
obj: HyperParameterTuningJobConsumedResources
|
|
2619
|
+
) => any;
|
|
2608
2620
|
export declare const ObjectiveStatusCountersFilterSensitiveLog: (
|
|
2609
2621
|
obj: ObjectiveStatusCounters
|
|
2610
2622
|
) => any;
|
|
2611
2623
|
export declare const TrainingJobStatusCountersFilterSensitiveLog: (
|
|
2612
2624
|
obj: TrainingJobStatusCounters
|
|
2613
2625
|
) => any;
|
|
2626
|
+
export declare const HyperParameterTuningJobCompletionDetailsFilterSensitiveLog: (
|
|
2627
|
+
obj: HyperParameterTuningJobCompletionDetails
|
|
2628
|
+
) => any;
|
|
2614
2629
|
export declare const DescribeHyperParameterTuningJobResponseFilterSensitiveLog: (
|
|
2615
2630
|
obj: DescribeHyperParameterTuningJobResponse
|
|
2616
2631
|
) => any;
|
|
@@ -3081,15 +3096,3 @@ export declare const ListAliasesResponseFilterSensitiveLog: (
|
|
|
3081
3096
|
export declare const ListAppImageConfigsRequestFilterSensitiveLog: (
|
|
3082
3097
|
obj: ListAppImageConfigsRequest
|
|
3083
3098
|
) => any;
|
|
3084
|
-
export declare const ListAppImageConfigsResponseFilterSensitiveLog: (
|
|
3085
|
-
obj: ListAppImageConfigsResponse
|
|
3086
|
-
) => any;
|
|
3087
|
-
export declare const ListAppsRequestFilterSensitiveLog: (
|
|
3088
|
-
obj: ListAppsRequest
|
|
3089
|
-
) => any;
|
|
3090
|
-
export declare const ListAppsResponseFilterSensitiveLog: (
|
|
3091
|
-
obj: ListAppsResponse
|
|
3092
|
-
) => any;
|
|
3093
|
-
export declare const ListArtifactsRequestFilterSensitiveLog: (
|
|
3094
|
-
obj: ListArtifactsRequest
|
|
3095
|
-
) => any;
|
|
@@ -2,7 +2,10 @@ import {
|
|
|
2
2
|
ActionStatus,
|
|
3
3
|
AdditionalInferenceSpecificationDefinition,
|
|
4
4
|
AlgorithmSpecification,
|
|
5
|
+
AppDetails,
|
|
6
|
+
AppImageConfigDetails,
|
|
5
7
|
AppSecurityGroupManagement,
|
|
8
|
+
AppSortKey,
|
|
6
9
|
AppSpecification,
|
|
7
10
|
ArtifactSummary,
|
|
8
11
|
AssociationEdgeType,
|
|
@@ -30,7 +33,6 @@ import {
|
|
|
30
33
|
ContainerDefinition,
|
|
31
34
|
ContextSummary,
|
|
32
35
|
DefaultSpaceSettings,
|
|
33
|
-
DeploymentConfig,
|
|
34
36
|
EdgeOutputConfig,
|
|
35
37
|
InferenceSpecification,
|
|
36
38
|
KernelGatewayImageConfig,
|
|
@@ -85,7 +87,6 @@ import {
|
|
|
85
87
|
UiTemplate,
|
|
86
88
|
} from "./models_1";
|
|
87
89
|
import {
|
|
88
|
-
DesiredWeightAndCapacity,
|
|
89
90
|
Device,
|
|
90
91
|
DeviceDeploymentSummary,
|
|
91
92
|
DeviceFleetSummary,
|
|
@@ -177,6 +178,36 @@ import {
|
|
|
177
178
|
Workforce,
|
|
178
179
|
Workteam,
|
|
179
180
|
} from "./models_2";
|
|
181
|
+
export interface ListAppImageConfigsResponse {
|
|
182
|
+
NextToken?: string;
|
|
183
|
+
AppImageConfigs?: AppImageConfigDetails[];
|
|
184
|
+
}
|
|
185
|
+
export interface ListAppsRequest {
|
|
186
|
+
NextToken?: string;
|
|
187
|
+
MaxResults?: number;
|
|
188
|
+
SortOrder?: SortOrder | string;
|
|
189
|
+
SortBy?: AppSortKey | string;
|
|
190
|
+
DomainIdEquals?: string;
|
|
191
|
+
UserProfileNameEquals?: string;
|
|
192
|
+
SpaceNameEquals?: string;
|
|
193
|
+
}
|
|
194
|
+
export interface ListAppsResponse {
|
|
195
|
+
Apps?: AppDetails[];
|
|
196
|
+
NextToken?: string;
|
|
197
|
+
}
|
|
198
|
+
export declare enum SortArtifactsBy {
|
|
199
|
+
CREATION_TIME = "CreationTime",
|
|
200
|
+
}
|
|
201
|
+
export interface ListArtifactsRequest {
|
|
202
|
+
SourceUri?: string;
|
|
203
|
+
ArtifactType?: string;
|
|
204
|
+
CreatedAfter?: Date;
|
|
205
|
+
CreatedBefore?: Date;
|
|
206
|
+
SortBy?: SortArtifactsBy | string;
|
|
207
|
+
SortOrder?: SortOrder | string;
|
|
208
|
+
NextToken?: string;
|
|
209
|
+
MaxResults?: number;
|
|
210
|
+
}
|
|
180
211
|
export interface ListArtifactsResponse {
|
|
181
212
|
ArtifactSummaries?: ArtifactSummary[];
|
|
182
213
|
NextToken?: string;
|
|
@@ -2128,27 +2159,18 @@ export declare enum VariantPropertyType {
|
|
|
2128
2159
|
DesiredInstanceCount = "DesiredInstanceCount",
|
|
2129
2160
|
DesiredWeight = "DesiredWeight",
|
|
2130
2161
|
}
|
|
2131
|
-
export
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
export
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
EndpointArn: string | undefined;
|
|
2144
|
-
}
|
|
2145
|
-
export interface UpdateEndpointWeightsAndCapacitiesInput {
|
|
2146
|
-
EndpointName: string | undefined;
|
|
2147
|
-
DesiredWeightsAndCapacities: DesiredWeightAndCapacity[] | undefined;
|
|
2148
|
-
}
|
|
2149
|
-
export interface UpdateEndpointWeightsAndCapacitiesOutput {
|
|
2150
|
-
EndpointArn: string | undefined;
|
|
2151
|
-
}
|
|
2162
|
+
export declare const ListAppImageConfigsResponseFilterSensitiveLog: (
|
|
2163
|
+
obj: ListAppImageConfigsResponse
|
|
2164
|
+
) => any;
|
|
2165
|
+
export declare const ListAppsRequestFilterSensitiveLog: (
|
|
2166
|
+
obj: ListAppsRequest
|
|
2167
|
+
) => any;
|
|
2168
|
+
export declare const ListAppsResponseFilterSensitiveLog: (
|
|
2169
|
+
obj: ListAppsResponse
|
|
2170
|
+
) => any;
|
|
2171
|
+
export declare const ListArtifactsRequestFilterSensitiveLog: (
|
|
2172
|
+
obj: ListArtifactsRequest
|
|
2173
|
+
) => any;
|
|
2152
2174
|
export declare const ListArtifactsResponseFilterSensitiveLog: (
|
|
2153
2175
|
obj: ListArtifactsResponse
|
|
2154
2176
|
) => any;
|
|
@@ -2858,18 +2880,3 @@ export declare const UpdateDomainRequestFilterSensitiveLog: (
|
|
|
2858
2880
|
export declare const UpdateDomainResponseFilterSensitiveLog: (
|
|
2859
2881
|
obj: UpdateDomainResponse
|
|
2860
2882
|
) => any;
|
|
2861
|
-
export declare const VariantPropertyFilterSensitiveLog: (
|
|
2862
|
-
obj: VariantProperty
|
|
2863
|
-
) => any;
|
|
2864
|
-
export declare const UpdateEndpointInputFilterSensitiveLog: (
|
|
2865
|
-
obj: UpdateEndpointInput
|
|
2866
|
-
) => any;
|
|
2867
|
-
export declare const UpdateEndpointOutputFilterSensitiveLog: (
|
|
2868
|
-
obj: UpdateEndpointOutput
|
|
2869
|
-
) => any;
|
|
2870
|
-
export declare const UpdateEndpointWeightsAndCapacitiesInputFilterSensitiveLog: (
|
|
2871
|
-
obj: UpdateEndpointWeightsAndCapacitiesInput
|
|
2872
|
-
) => any;
|
|
2873
|
-
export declare const UpdateEndpointWeightsAndCapacitiesOutputFilterSensitiveLog: (
|
|
2874
|
-
obj: UpdateEndpointWeightsAndCapacitiesOutput
|
|
2875
|
-
) => any;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AdditionalInferenceSpecificationDefinition,
|
|
3
3
|
BooleanOperator,
|
|
4
|
+
DeploymentConfig,
|
|
4
5
|
ModelApprovalStatus,
|
|
5
6
|
Tag,
|
|
6
7
|
UserSettings,
|
|
@@ -36,6 +37,7 @@ import {
|
|
|
36
37
|
WorkforceVpcConfigRequest,
|
|
37
38
|
} from "./models_1";
|
|
38
39
|
import {
|
|
40
|
+
DesiredWeightAndCapacity,
|
|
39
41
|
FeatureParameter,
|
|
40
42
|
Filter,
|
|
41
43
|
ResourceType,
|
|
@@ -47,7 +49,29 @@ import {
|
|
|
47
49
|
ProfilerConfigForUpdate,
|
|
48
50
|
ResourceConfigForUpdate,
|
|
49
51
|
SearchSortOrder,
|
|
52
|
+
VariantPropertyType,
|
|
50
53
|
} from "./models_3";
|
|
54
|
+
export interface VariantProperty {
|
|
55
|
+
VariantPropertyType: VariantPropertyType | string | undefined;
|
|
56
|
+
}
|
|
57
|
+
export interface UpdateEndpointInput {
|
|
58
|
+
EndpointName: string | undefined;
|
|
59
|
+
EndpointConfigName: string | undefined;
|
|
60
|
+
RetainAllVariantProperties?: boolean;
|
|
61
|
+
ExcludeRetainedVariantProperties?: VariantProperty[];
|
|
62
|
+
DeploymentConfig?: DeploymentConfig;
|
|
63
|
+
RetainDeploymentConfig?: boolean;
|
|
64
|
+
}
|
|
65
|
+
export interface UpdateEndpointOutput {
|
|
66
|
+
EndpointArn: string | undefined;
|
|
67
|
+
}
|
|
68
|
+
export interface UpdateEndpointWeightsAndCapacitiesInput {
|
|
69
|
+
EndpointName: string | undefined;
|
|
70
|
+
DesiredWeightsAndCapacities: DesiredWeightAndCapacity[] | undefined;
|
|
71
|
+
}
|
|
72
|
+
export interface UpdateEndpointWeightsAndCapacitiesOutput {
|
|
73
|
+
EndpointArn: string | undefined;
|
|
74
|
+
}
|
|
51
75
|
export interface UpdateExperimentRequest {
|
|
52
76
|
ExperimentName: string | undefined;
|
|
53
77
|
DisplayName?: string;
|
|
@@ -290,6 +314,21 @@ export interface SearchRequest {
|
|
|
290
314
|
NextToken?: string;
|
|
291
315
|
MaxResults?: number;
|
|
292
316
|
}
|
|
317
|
+
export declare const VariantPropertyFilterSensitiveLog: (
|
|
318
|
+
obj: VariantProperty
|
|
319
|
+
) => any;
|
|
320
|
+
export declare const UpdateEndpointInputFilterSensitiveLog: (
|
|
321
|
+
obj: UpdateEndpointInput
|
|
322
|
+
) => any;
|
|
323
|
+
export declare const UpdateEndpointOutputFilterSensitiveLog: (
|
|
324
|
+
obj: UpdateEndpointOutput
|
|
325
|
+
) => any;
|
|
326
|
+
export declare const UpdateEndpointWeightsAndCapacitiesInputFilterSensitiveLog: (
|
|
327
|
+
obj: UpdateEndpointWeightsAndCapacitiesInput
|
|
328
|
+
) => any;
|
|
329
|
+
export declare const UpdateEndpointWeightsAndCapacitiesOutputFilterSensitiveLog: (
|
|
330
|
+
obj: UpdateEndpointWeightsAndCapacitiesOutput
|
|
331
|
+
) => any;
|
|
293
332
|
export declare const UpdateExperimentRequestFilterSensitiveLog: (
|
|
294
333
|
obj: UpdateExperimentRequest
|
|
295
334
|
) => any;
|
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.264.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",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.264.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.259.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.264.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.257.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.257.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.257.0",
|
|
29
29
|
"@aws-sdk/middleware-content-length": "3.257.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.264.0",
|
|
31
31
|
"@aws-sdk/middleware-host-header": "3.257.0",
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.257.0",
|
|
33
33
|
"@aws-sdk/middleware-recursion-detection": "3.257.0",
|