@aws-sdk/client-sagemaker 3.355.0 → 3.358.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +15 -6
- package/dist-cjs/models/models_1.js +5 -1
- package/dist-cjs/models/models_2.js +1 -12
- package/dist-cjs/models/models_3.js +13 -2
- package/dist-cjs/protocols/Aws_json1_1.js +53 -59
- package/dist-es/models/models_0.js +13 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/models/models_2.js +0 -11
- package/dist-es/models/models_3.js +11 -0
- package/dist-es/protocols/Aws_json1_1.js +1 -7
- package/dist-types/SageMakerClient.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +4 -3
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +6 -6
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +12 -8
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +10 -8
- package/dist-types/commands/CreateModelCommand.d.ts +14 -0
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -2
- package/dist-types/commands/DeleteModelCardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +4 -3
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +2 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +10 -8
- package/dist-types/commands/DescribeModelCommand.d.ts +14 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -2
- package/dist-types/commands/SearchCommand.d.ts +24 -8
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StopAutoMLJobCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +159 -164
- package/dist-types/models/models_1.d.ts +155 -48
- package/dist-types/models/models_2.d.ts +49 -204
- package/dist-types/models/models_3.d.ts +204 -73
- package/dist-types/models/models_4.d.ts +75 -3
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteModelCardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +29 -35
- package/dist-types/ts3.4/models/models_1.d.ts +40 -15
- package/dist-types/ts3.4/models/models_2.d.ts +17 -58
- package/dist-types/ts3.4/models/models_3.d.ts +63 -26
- package/dist-types/ts3.4/models/models_4.d.ts +23 -0
- package/package.json +29 -29
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { DeleteModelCardRequest } from "../models/
|
|
9
|
+
import { DeleteModelCardRequest } from "../models/models_2";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { DeleteModelExplainabilityJobDefinitionRequest } from "../models/
|
|
9
|
+
import { DeleteModelExplainabilityJobDefinitionRequest } from "../models/models_2";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { DeleteModelPackageInput } from "../models/
|
|
9
|
+
import { DeleteModelPackageInput } from "../models/models_2";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { DeleteModelPackageGroupInput } from "../models/
|
|
9
|
+
import { DeleteModelPackageGroupInput } from "../models/models_2";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { DeleteModelPackageGroupPolicyInput } from "../models/
|
|
9
|
+
import { DeleteModelPackageGroupPolicyInput } from "../models/models_2";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { StartMonitoringScheduleRequest } from "../models/
|
|
9
|
+
import { StartMonitoringScheduleRequest } from "../models/models_4";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { StartNotebookInstanceInput } from "../models/
|
|
9
|
+
import { StartNotebookInstanceInput } from "../models/models_4";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { StopAutoMLJobRequest } from "../models/
|
|
9
|
+
import { StopAutoMLJobRequest } from "../models/models_4";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -426,9 +426,16 @@ export interface Channel {
|
|
|
426
426
|
InputMode?: TrainingInputMode | string;
|
|
427
427
|
ShuffleConfig?: ShuffleConfig;
|
|
428
428
|
}
|
|
429
|
+
export declare const OutputCompressionType: {
|
|
430
|
+
readonly GZIP: "GZIP";
|
|
431
|
+
readonly NONE: "NONE";
|
|
432
|
+
};
|
|
433
|
+
export type OutputCompressionType =
|
|
434
|
+
(typeof OutputCompressionType)[keyof typeof OutputCompressionType];
|
|
429
435
|
export interface OutputDataConfig {
|
|
430
436
|
KmsKeyId?: string;
|
|
431
437
|
S3OutputPath: string | undefined;
|
|
438
|
+
CompressionType?: OutputCompressionType | string;
|
|
432
439
|
}
|
|
433
440
|
export declare const TrainingInstanceType: {
|
|
434
441
|
readonly ML_C4_2XLARGE: "ml.c4.2xlarge";
|
|
@@ -478,6 +485,7 @@ export declare const TrainingInstanceType: {
|
|
|
478
485
|
readonly ML_P3_2XLARGE: "ml.p3.2xlarge";
|
|
479
486
|
readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
|
|
480
487
|
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
488
|
+
readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
|
|
481
489
|
readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
|
|
482
490
|
readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
|
|
483
491
|
};
|
|
@@ -1714,6 +1722,26 @@ export declare const ContainerMode: {
|
|
|
1714
1722
|
readonly SINGLE_MODEL: "SingleModel";
|
|
1715
1723
|
};
|
|
1716
1724
|
export type ContainerMode = (typeof ContainerMode)[keyof typeof ContainerMode];
|
|
1725
|
+
export declare const ModelCompressionType: {
|
|
1726
|
+
readonly Gzip: "Gzip";
|
|
1727
|
+
readonly None: "None";
|
|
1728
|
+
};
|
|
1729
|
+
export type ModelCompressionType =
|
|
1730
|
+
(typeof ModelCompressionType)[keyof typeof ModelCompressionType];
|
|
1731
|
+
export declare const S3ModelDataType: {
|
|
1732
|
+
readonly S3Object: "S3Object";
|
|
1733
|
+
readonly S3Prefix: "S3Prefix";
|
|
1734
|
+
};
|
|
1735
|
+
export type S3ModelDataType =
|
|
1736
|
+
(typeof S3ModelDataType)[keyof typeof S3ModelDataType];
|
|
1737
|
+
export interface S3ModelDataSource {
|
|
1738
|
+
S3Uri: string | undefined;
|
|
1739
|
+
S3DataType: S3ModelDataType | string | undefined;
|
|
1740
|
+
CompressionType: ModelCompressionType | string | undefined;
|
|
1741
|
+
}
|
|
1742
|
+
export interface ModelDataSource {
|
|
1743
|
+
S3DataSource: S3ModelDataSource | undefined;
|
|
1744
|
+
}
|
|
1717
1745
|
export declare const ModelCacheSetting: {
|
|
1718
1746
|
readonly DISABLED: "Disabled";
|
|
1719
1747
|
readonly ENABLED: "Enabled";
|
|
@@ -1733,6 +1761,7 @@ export interface ContainerDefinition {
|
|
|
1733
1761
|
ModelPackageName?: string;
|
|
1734
1762
|
InferenceSpecificationName?: string;
|
|
1735
1763
|
MultiModelConfig?: MultiModelConfig;
|
|
1764
|
+
ModelDataSource?: ModelDataSource;
|
|
1736
1765
|
}
|
|
1737
1766
|
export declare const ContentClassifier: {
|
|
1738
1767
|
readonly FREE_OF_ADULT_CONTENT: "FreeOfAdultContent";
|
|
@@ -2211,38 +2240,3 @@ export interface UserSettings {
|
|
|
2211
2240
|
RSessionAppSettings?: RSessionAppSettings;
|
|
2212
2241
|
CanvasAppSettings?: CanvasAppSettings;
|
|
2213
2242
|
}
|
|
2214
|
-
export declare const ExecutionRoleIdentityConfig: {
|
|
2215
|
-
readonly DISABLED: "DISABLED";
|
|
2216
|
-
readonly USER_PROFILE_NAME: "USER_PROFILE_NAME";
|
|
2217
|
-
};
|
|
2218
|
-
export type ExecutionRoleIdentityConfig =
|
|
2219
|
-
(typeof ExecutionRoleIdentityConfig)[keyof typeof ExecutionRoleIdentityConfig];
|
|
2220
|
-
export interface RStudioServerProDomainSettings {
|
|
2221
|
-
DomainExecutionRoleArn: string | undefined;
|
|
2222
|
-
RStudioConnectUrl?: string;
|
|
2223
|
-
RStudioPackageManagerUrl?: string;
|
|
2224
|
-
DefaultResourceSpec?: ResourceSpec;
|
|
2225
|
-
}
|
|
2226
|
-
export interface DomainSettings {
|
|
2227
|
-
SecurityGroupIds?: string[];
|
|
2228
|
-
RStudioServerProDomainSettings?: RStudioServerProDomainSettings;
|
|
2229
|
-
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | string;
|
|
2230
|
-
}
|
|
2231
|
-
export interface CreateDomainRequest {
|
|
2232
|
-
DomainName: string | undefined;
|
|
2233
|
-
AuthMode: AuthMode | string | undefined;
|
|
2234
|
-
DefaultUserSettings: UserSettings | undefined;
|
|
2235
|
-
SubnetIds: string[] | undefined;
|
|
2236
|
-
VpcId: string | undefined;
|
|
2237
|
-
Tags?: Tag[];
|
|
2238
|
-
AppNetworkAccessType?: AppNetworkAccessType | string;
|
|
2239
|
-
HomeEfsFileSystemKmsKeyId?: string;
|
|
2240
|
-
KmsKeyId?: string;
|
|
2241
|
-
AppSecurityGroupManagement?: AppSecurityGroupManagement | string;
|
|
2242
|
-
DomainSettings?: DomainSettings;
|
|
2243
|
-
DefaultSpaceSettings?: DefaultSpaceSettings;
|
|
2244
|
-
}
|
|
2245
|
-
export interface CreateDomainResponse {
|
|
2246
|
-
DomainArn?: string;
|
|
2247
|
-
Url?: string;
|
|
2248
|
-
}
|
|
@@ -3,11 +3,14 @@ import {
|
|
|
3
3
|
AdditionalInferenceSpecificationDefinition,
|
|
4
4
|
AlgorithmSpecification,
|
|
5
5
|
AnnotationConsolidationConfig,
|
|
6
|
+
AppNetworkAccessType,
|
|
7
|
+
AppSecurityGroupManagement,
|
|
6
8
|
AppSpecification,
|
|
7
9
|
AppType,
|
|
8
10
|
ArtifactSource,
|
|
9
11
|
AsyncInferenceConfig,
|
|
10
12
|
AthenaDatasetDefinition,
|
|
13
|
+
AuthMode,
|
|
11
14
|
AutoParameter,
|
|
12
15
|
AutoRollbackConfig,
|
|
13
16
|
Autotune,
|
|
@@ -33,6 +36,7 @@ import {
|
|
|
33
36
|
ContentClassifier,
|
|
34
37
|
ContinuousParameterRange,
|
|
35
38
|
ConvergenceDetected,
|
|
39
|
+
DefaultSpaceSettings,
|
|
36
40
|
EdgeOutputConfig,
|
|
37
41
|
EndpointInput,
|
|
38
42
|
HyperParameterScalingType,
|
|
@@ -57,6 +61,7 @@ import {
|
|
|
57
61
|
ProcessingS3UploadMode,
|
|
58
62
|
ProductionVariantInstanceType,
|
|
59
63
|
ResourceConfig,
|
|
64
|
+
ResourceSpec,
|
|
60
65
|
StoppingCondition,
|
|
61
66
|
Tag,
|
|
62
67
|
TrainingInputMode,
|
|
@@ -68,6 +73,41 @@ import {
|
|
|
68
73
|
UserSettings,
|
|
69
74
|
VpcConfig,
|
|
70
75
|
} from "./models_0";
|
|
76
|
+
export declare const ExecutionRoleIdentityConfig: {
|
|
77
|
+
readonly DISABLED: "DISABLED";
|
|
78
|
+
readonly USER_PROFILE_NAME: "USER_PROFILE_NAME";
|
|
79
|
+
};
|
|
80
|
+
export type ExecutionRoleIdentityConfig =
|
|
81
|
+
(typeof ExecutionRoleIdentityConfig)[keyof typeof ExecutionRoleIdentityConfig];
|
|
82
|
+
export interface RStudioServerProDomainSettings {
|
|
83
|
+
DomainExecutionRoleArn: string | undefined;
|
|
84
|
+
RStudioConnectUrl?: string;
|
|
85
|
+
RStudioPackageManagerUrl?: string;
|
|
86
|
+
DefaultResourceSpec?: ResourceSpec;
|
|
87
|
+
}
|
|
88
|
+
export interface DomainSettings {
|
|
89
|
+
SecurityGroupIds?: string[];
|
|
90
|
+
RStudioServerProDomainSettings?: RStudioServerProDomainSettings;
|
|
91
|
+
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | string;
|
|
92
|
+
}
|
|
93
|
+
export interface CreateDomainRequest {
|
|
94
|
+
DomainName: string | undefined;
|
|
95
|
+
AuthMode: AuthMode | string | undefined;
|
|
96
|
+
DefaultUserSettings: UserSettings | undefined;
|
|
97
|
+
SubnetIds: string[] | undefined;
|
|
98
|
+
VpcId: string | undefined;
|
|
99
|
+
Tags?: Tag[];
|
|
100
|
+
AppNetworkAccessType?: AppNetworkAccessType | string;
|
|
101
|
+
HomeEfsFileSystemKmsKeyId?: string;
|
|
102
|
+
KmsKeyId?: string;
|
|
103
|
+
AppSecurityGroupManagement?: AppSecurityGroupManagement | string;
|
|
104
|
+
DomainSettings?: DomainSettings;
|
|
105
|
+
DefaultSpaceSettings?: DefaultSpaceSettings;
|
|
106
|
+
}
|
|
107
|
+
export interface CreateDomainResponse {
|
|
108
|
+
DomainArn?: string;
|
|
109
|
+
Url?: string;
|
|
110
|
+
}
|
|
71
111
|
export interface EdgeDeploymentModelConfig {
|
|
72
112
|
ModelHandle: string | undefined;
|
|
73
113
|
EdgePackagingJobName: string | undefined;
|
|
@@ -1746,21 +1786,6 @@ export interface DeleteModelInput {
|
|
|
1746
1786
|
export interface DeleteModelBiasJobDefinitionRequest {
|
|
1747
1787
|
JobDefinitionName: string | undefined;
|
|
1748
1788
|
}
|
|
1749
|
-
export interface DeleteModelCardRequest {
|
|
1750
|
-
ModelCardName: string | undefined;
|
|
1751
|
-
}
|
|
1752
|
-
export interface DeleteModelExplainabilityJobDefinitionRequest {
|
|
1753
|
-
JobDefinitionName: string | undefined;
|
|
1754
|
-
}
|
|
1755
|
-
export interface DeleteModelPackageInput {
|
|
1756
|
-
ModelPackageName: string | undefined;
|
|
1757
|
-
}
|
|
1758
|
-
export interface DeleteModelPackageGroupInput {
|
|
1759
|
-
ModelPackageGroupName: string | undefined;
|
|
1760
|
-
}
|
|
1761
|
-
export interface DeleteModelPackageGroupPolicyInput {
|
|
1762
|
-
ModelPackageGroupName: string | undefined;
|
|
1763
|
-
}
|
|
1764
1789
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
1765
1790
|
obj: CreateModelCardRequest
|
|
1766
1791
|
) => any;
|
|
@@ -45,10 +45,8 @@ import {
|
|
|
45
45
|
DataQualityBaselineConfig,
|
|
46
46
|
DataQualityJobInput,
|
|
47
47
|
DefaultSpaceSettings,
|
|
48
|
-
DomainSettings,
|
|
49
48
|
EdgeOutputConfig,
|
|
50
49
|
EdgePresetDeploymentType,
|
|
51
|
-
ExecutionRoleIdentityConfig,
|
|
52
50
|
GitConfig,
|
|
53
51
|
HyperParameterTuningJobObjectiveType,
|
|
54
52
|
InferenceSpecification,
|
|
@@ -91,10 +89,12 @@ import {
|
|
|
91
89
|
DeploymentConfig,
|
|
92
90
|
DeviceSelectionConfig,
|
|
93
91
|
DirectInternetAccess,
|
|
92
|
+
DomainSettings,
|
|
94
93
|
DriftCheckBaselines,
|
|
95
94
|
EdgeDeploymentConfig,
|
|
96
95
|
EdgeDeploymentModelConfig,
|
|
97
96
|
EndpointInfo,
|
|
97
|
+
ExecutionRoleIdentityConfig,
|
|
98
98
|
ExperimentConfig,
|
|
99
99
|
ExplainerConfig,
|
|
100
100
|
FeatureDefinition,
|
|
@@ -108,7 +108,6 @@ import {
|
|
|
108
108
|
HumanTaskConfig,
|
|
109
109
|
HyperParameterTrainingJobDefinition,
|
|
110
110
|
HyperParameterTuningJobConfig,
|
|
111
|
-
HyperParameterTuningJobStrategyType,
|
|
112
111
|
HyperParameterTuningJobWarmStartConfig,
|
|
113
112
|
InferenceExecutionConfig,
|
|
114
113
|
InferenceExperimentDataStorageConfig,
|
|
@@ -159,7 +158,6 @@ import {
|
|
|
159
158
|
RecommendationJobInputConfig,
|
|
160
159
|
RecommendationJobStoppingConditions,
|
|
161
160
|
RecommendationJobType,
|
|
162
|
-
ResourceLimits,
|
|
163
161
|
RetryStrategy,
|
|
164
162
|
RootAccess,
|
|
165
163
|
RuleEvaluationStatus,
|
|
@@ -175,6 +173,21 @@ import {
|
|
|
175
173
|
TrialComponentStatus,
|
|
176
174
|
VendorGuidance,
|
|
177
175
|
} from "./models_1";
|
|
176
|
+
export interface DeleteModelCardRequest {
|
|
177
|
+
ModelCardName: string | undefined;
|
|
178
|
+
}
|
|
179
|
+
export interface DeleteModelExplainabilityJobDefinitionRequest {
|
|
180
|
+
JobDefinitionName: string | undefined;
|
|
181
|
+
}
|
|
182
|
+
export interface DeleteModelPackageInput {
|
|
183
|
+
ModelPackageName: string | undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface DeleteModelPackageGroupInput {
|
|
186
|
+
ModelPackageGroupName: string | undefined;
|
|
187
|
+
}
|
|
188
|
+
export interface DeleteModelPackageGroupPolicyInput {
|
|
189
|
+
ModelPackageGroupName: string | undefined;
|
|
190
|
+
}
|
|
178
191
|
export interface DeleteModelQualityJobDefinitionRequest {
|
|
179
192
|
JobDefinitionName: string | undefined;
|
|
180
193
|
}
|
|
@@ -2374,60 +2387,6 @@ export interface HubInfo {
|
|
|
2374
2387
|
CreationTime: Date | undefined;
|
|
2375
2388
|
LastModifiedTime: Date | undefined;
|
|
2376
2389
|
}
|
|
2377
|
-
export declare const HubSortBy: {
|
|
2378
|
-
readonly ACCOUNT_ID_OWNER: "AccountIdOwner";
|
|
2379
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2380
|
-
readonly HUB_NAME: "HubName";
|
|
2381
|
-
readonly HUB_STATUS: "HubStatus";
|
|
2382
|
-
};
|
|
2383
|
-
export type HubSortBy = (typeof HubSortBy)[keyof typeof HubSortBy];
|
|
2384
|
-
export interface HumanTaskUiSummary {
|
|
2385
|
-
HumanTaskUiName: string | undefined;
|
|
2386
|
-
HumanTaskUiArn: string | undefined;
|
|
2387
|
-
CreationTime: Date | undefined;
|
|
2388
|
-
}
|
|
2389
|
-
export interface HyperParameterTuningJobSearchEntity {
|
|
2390
|
-
HyperParameterTuningJobName?: string;
|
|
2391
|
-
HyperParameterTuningJobArn?: string;
|
|
2392
|
-
HyperParameterTuningJobConfig?: HyperParameterTuningJobConfig;
|
|
2393
|
-
TrainingJobDefinition?: HyperParameterTrainingJobDefinition;
|
|
2394
|
-
TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[];
|
|
2395
|
-
HyperParameterTuningJobStatus?: HyperParameterTuningJobStatus | string;
|
|
2396
|
-
CreationTime?: Date;
|
|
2397
|
-
HyperParameterTuningEndTime?: Date;
|
|
2398
|
-
LastModifiedTime?: Date;
|
|
2399
|
-
TrainingJobStatusCounters?: TrainingJobStatusCounters;
|
|
2400
|
-
ObjectiveStatusCounters?: ObjectiveStatusCounters;
|
|
2401
|
-
BestTrainingJob?: HyperParameterTrainingJobSummary;
|
|
2402
|
-
OverallBestTrainingJob?: HyperParameterTrainingJobSummary;
|
|
2403
|
-
WarmStartConfig?: HyperParameterTuningJobWarmStartConfig;
|
|
2404
|
-
FailureReason?: string;
|
|
2405
|
-
Tags?: Tag[];
|
|
2406
|
-
TuningJobCompletionDetails?: HyperParameterTuningJobCompletionDetails;
|
|
2407
|
-
ConsumedResources?: HyperParameterTuningJobConsumedResources;
|
|
2408
|
-
}
|
|
2409
|
-
export declare const HyperParameterTuningJobSortByOptions: {
|
|
2410
|
-
readonly CreationTime: "CreationTime";
|
|
2411
|
-
readonly Name: "Name";
|
|
2412
|
-
readonly Status: "Status";
|
|
2413
|
-
};
|
|
2414
|
-
export type HyperParameterTuningJobSortByOptions =
|
|
2415
|
-
(typeof HyperParameterTuningJobSortByOptions)[keyof typeof HyperParameterTuningJobSortByOptions];
|
|
2416
|
-
export interface HyperParameterTuningJobSummary {
|
|
2417
|
-
HyperParameterTuningJobName: string | undefined;
|
|
2418
|
-
HyperParameterTuningJobArn: string | undefined;
|
|
2419
|
-
HyperParameterTuningJobStatus:
|
|
2420
|
-
| HyperParameterTuningJobStatus
|
|
2421
|
-
| string
|
|
2422
|
-
| undefined;
|
|
2423
|
-
Strategy: HyperParameterTuningJobStrategyType | string | undefined;
|
|
2424
|
-
CreationTime: Date | undefined;
|
|
2425
|
-
HyperParameterTuningEndTime?: Date;
|
|
2426
|
-
LastModifiedTime?: Date;
|
|
2427
|
-
TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
|
|
2428
|
-
ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
|
|
2429
|
-
ResourceLimits?: ResourceLimits;
|
|
2430
|
-
}
|
|
2431
2390
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2432
2391
|
obj: DescribeModelCardResponse
|
|
2433
2392
|
) => any;
|
|
@@ -58,6 +58,10 @@ import {
|
|
|
58
58
|
DriftCheckBaselines,
|
|
59
59
|
ExperimentConfig,
|
|
60
60
|
HubContentType,
|
|
61
|
+
HyperParameterTrainingJobDefinition,
|
|
62
|
+
HyperParameterTuningJobConfig,
|
|
63
|
+
HyperParameterTuningJobStrategyType,
|
|
64
|
+
HyperParameterTuningJobWarmStartConfig,
|
|
61
65
|
InferenceExecutionConfig,
|
|
62
66
|
InferenceExperimentSchedule,
|
|
63
67
|
InferenceExperimentType,
|
|
@@ -76,6 +80,7 @@ import {
|
|
|
76
80
|
ProcessingResources,
|
|
77
81
|
ProcessingStoppingCondition,
|
|
78
82
|
RecommendationJobType,
|
|
83
|
+
ResourceLimits,
|
|
79
84
|
RetryStrategy,
|
|
80
85
|
ServiceCatalogProvisioningDetails,
|
|
81
86
|
SourceAlgorithmSpecification,
|
|
@@ -121,13 +126,10 @@ import {
|
|
|
121
126
|
HubContentInfo,
|
|
122
127
|
HubContentSortBy,
|
|
123
128
|
HubInfo,
|
|
124
|
-
HubSortBy,
|
|
125
|
-
HumanTaskUiSummary,
|
|
126
129
|
HyperParameterTrainingJobSummary,
|
|
127
|
-
|
|
128
|
-
|
|
130
|
+
HyperParameterTuningJobCompletionDetails,
|
|
131
|
+
HyperParameterTuningJobConsumedResources,
|
|
129
132
|
HyperParameterTuningJobStatus,
|
|
130
|
-
HyperParameterTuningJobSummary,
|
|
131
133
|
ImageStatus,
|
|
132
134
|
ImageVersionStatus,
|
|
133
135
|
InferenceExperimentStatus,
|
|
@@ -143,6 +145,7 @@ import {
|
|
|
143
145
|
ModelPackageStatusDetails,
|
|
144
146
|
MonitoringExecutionSummary,
|
|
145
147
|
NotebookInstanceStatus,
|
|
148
|
+
ObjectiveStatusCounters,
|
|
146
149
|
OfflineStoreStatusValue,
|
|
147
150
|
PipelineExecutionStatus,
|
|
148
151
|
PipelineExperimentConfig,
|
|
@@ -159,6 +162,7 @@ import {
|
|
|
159
162
|
SpaceStatus,
|
|
160
163
|
SubscribedWorkteam,
|
|
161
164
|
TrainingJobStatus,
|
|
165
|
+
TrainingJobStatusCounters,
|
|
162
166
|
TransformJobStatus,
|
|
163
167
|
TrialComponentMetricSummary,
|
|
164
168
|
TrialComponentSource,
|
|
@@ -169,6 +173,60 @@ import {
|
|
|
169
173
|
Workforce,
|
|
170
174
|
Workteam,
|
|
171
175
|
} from "./models_2";
|
|
176
|
+
export declare const HubSortBy: {
|
|
177
|
+
readonly ACCOUNT_ID_OWNER: "AccountIdOwner";
|
|
178
|
+
readonly CREATION_TIME: "CreationTime";
|
|
179
|
+
readonly HUB_NAME: "HubName";
|
|
180
|
+
readonly HUB_STATUS: "HubStatus";
|
|
181
|
+
};
|
|
182
|
+
export type HubSortBy = (typeof HubSortBy)[keyof typeof HubSortBy];
|
|
183
|
+
export interface HumanTaskUiSummary {
|
|
184
|
+
HumanTaskUiName: string | undefined;
|
|
185
|
+
HumanTaskUiArn: string | undefined;
|
|
186
|
+
CreationTime: Date | undefined;
|
|
187
|
+
}
|
|
188
|
+
export interface HyperParameterTuningJobSearchEntity {
|
|
189
|
+
HyperParameterTuningJobName?: string;
|
|
190
|
+
HyperParameterTuningJobArn?: string;
|
|
191
|
+
HyperParameterTuningJobConfig?: HyperParameterTuningJobConfig;
|
|
192
|
+
TrainingJobDefinition?: HyperParameterTrainingJobDefinition;
|
|
193
|
+
TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[];
|
|
194
|
+
HyperParameterTuningJobStatus?: HyperParameterTuningJobStatus | string;
|
|
195
|
+
CreationTime?: Date;
|
|
196
|
+
HyperParameterTuningEndTime?: Date;
|
|
197
|
+
LastModifiedTime?: Date;
|
|
198
|
+
TrainingJobStatusCounters?: TrainingJobStatusCounters;
|
|
199
|
+
ObjectiveStatusCounters?: ObjectiveStatusCounters;
|
|
200
|
+
BestTrainingJob?: HyperParameterTrainingJobSummary;
|
|
201
|
+
OverallBestTrainingJob?: HyperParameterTrainingJobSummary;
|
|
202
|
+
WarmStartConfig?: HyperParameterTuningJobWarmStartConfig;
|
|
203
|
+
FailureReason?: string;
|
|
204
|
+
Tags?: Tag[];
|
|
205
|
+
TuningJobCompletionDetails?: HyperParameterTuningJobCompletionDetails;
|
|
206
|
+
ConsumedResources?: HyperParameterTuningJobConsumedResources;
|
|
207
|
+
}
|
|
208
|
+
export declare const HyperParameterTuningJobSortByOptions: {
|
|
209
|
+
readonly CreationTime: "CreationTime";
|
|
210
|
+
readonly Name: "Name";
|
|
211
|
+
readonly Status: "Status";
|
|
212
|
+
};
|
|
213
|
+
export type HyperParameterTuningJobSortByOptions =
|
|
214
|
+
(typeof HyperParameterTuningJobSortByOptions)[keyof typeof HyperParameterTuningJobSortByOptions];
|
|
215
|
+
export interface HyperParameterTuningJobSummary {
|
|
216
|
+
HyperParameterTuningJobName: string | undefined;
|
|
217
|
+
HyperParameterTuningJobArn: string | undefined;
|
|
218
|
+
HyperParameterTuningJobStatus:
|
|
219
|
+
| HyperParameterTuningJobStatus
|
|
220
|
+
| string
|
|
221
|
+
| undefined;
|
|
222
|
+
Strategy: HyperParameterTuningJobStrategyType | string | undefined;
|
|
223
|
+
CreationTime: Date | undefined;
|
|
224
|
+
HyperParameterTuningEndTime?: Date;
|
|
225
|
+
LastModifiedTime?: Date;
|
|
226
|
+
TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
|
|
227
|
+
ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
|
|
228
|
+
ResourceLimits?: ResourceLimits;
|
|
229
|
+
}
|
|
172
230
|
export interface Image {
|
|
173
231
|
CreationTime: Date | undefined;
|
|
174
232
|
Description?: string;
|
|
@@ -2326,27 +2384,6 @@ export interface StartInferenceExperimentRequest {
|
|
|
2326
2384
|
export interface StartInferenceExperimentResponse {
|
|
2327
2385
|
InferenceExperimentArn: string | undefined;
|
|
2328
2386
|
}
|
|
2329
|
-
export interface StartMonitoringScheduleRequest {
|
|
2330
|
-
MonitoringScheduleName: string | undefined;
|
|
2331
|
-
}
|
|
2332
|
-
export interface StartNotebookInstanceInput {
|
|
2333
|
-
NotebookInstanceName: string | undefined;
|
|
2334
|
-
}
|
|
2335
|
-
export interface StartPipelineExecutionRequest {
|
|
2336
|
-
PipelineName: string | undefined;
|
|
2337
|
-
PipelineExecutionDisplayName?: string;
|
|
2338
|
-
PipelineParameters?: Parameter[];
|
|
2339
|
-
PipelineExecutionDescription?: string;
|
|
2340
|
-
ClientRequestToken?: string;
|
|
2341
|
-
ParallelismConfiguration?: ParallelismConfiguration;
|
|
2342
|
-
SelectiveExecutionConfig?: SelectiveExecutionConfig;
|
|
2343
|
-
}
|
|
2344
|
-
export interface StartPipelineExecutionResponse {
|
|
2345
|
-
PipelineExecutionArn?: string;
|
|
2346
|
-
}
|
|
2347
|
-
export interface StopAutoMLJobRequest {
|
|
2348
|
-
AutoMLJobName: string | undefined;
|
|
2349
|
-
}
|
|
2350
2387
|
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
2351
2388
|
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
2352
2389
|
export declare const SearchResponseFilterSensitiveLog: (
|
|
@@ -49,6 +49,7 @@ import {
|
|
|
49
49
|
Filter,
|
|
50
50
|
GitConfigForUpdate,
|
|
51
51
|
ResourceType,
|
|
52
|
+
SelectiveExecutionConfig,
|
|
52
53
|
Workforce,
|
|
53
54
|
Workteam,
|
|
54
55
|
} from "./models_2";
|
|
@@ -56,10 +57,32 @@ import {
|
|
|
56
57
|
InferenceExperimentStopDesiredState,
|
|
57
58
|
ModelVariantAction,
|
|
58
59
|
NestedFilters,
|
|
60
|
+
Parameter,
|
|
59
61
|
ProfilerConfigForUpdate,
|
|
60
62
|
ResourceConfigForUpdate,
|
|
61
63
|
SearchSortOrder,
|
|
62
64
|
} from "./models_3";
|
|
65
|
+
export interface StartMonitoringScheduleRequest {
|
|
66
|
+
MonitoringScheduleName: string | undefined;
|
|
67
|
+
}
|
|
68
|
+
export interface StartNotebookInstanceInput {
|
|
69
|
+
NotebookInstanceName: string | undefined;
|
|
70
|
+
}
|
|
71
|
+
export interface StartPipelineExecutionRequest {
|
|
72
|
+
PipelineName: string | undefined;
|
|
73
|
+
PipelineExecutionDisplayName?: string;
|
|
74
|
+
PipelineParameters?: Parameter[];
|
|
75
|
+
PipelineExecutionDescription?: string;
|
|
76
|
+
ClientRequestToken?: string;
|
|
77
|
+
ParallelismConfiguration?: ParallelismConfiguration;
|
|
78
|
+
SelectiveExecutionConfig?: SelectiveExecutionConfig;
|
|
79
|
+
}
|
|
80
|
+
export interface StartPipelineExecutionResponse {
|
|
81
|
+
PipelineExecutionArn?: string;
|
|
82
|
+
}
|
|
83
|
+
export interface StopAutoMLJobRequest {
|
|
84
|
+
AutoMLJobName: string | undefined;
|
|
85
|
+
}
|
|
63
86
|
export interface StopCompilationJobRequest {
|
|
64
87
|
CompilationJobName: string | undefined;
|
|
65
88
|
}
|
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.358.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,38 +21,38 @@
|
|
|
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/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.358.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.357.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.358.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.357.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.357.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.357.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.357.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.357.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.357.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.357.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.357.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.357.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.357.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.357.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.358.0",
|
|
43
|
+
"@aws-sdk/types": "3.357.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.357.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.358.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.358.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.357.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.357.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
55
|
+
"@aws-sdk/util-waiter": "3.357.0",
|
|
56
56
|
"@smithy/protocol-http": "^1.0.1",
|
|
57
57
|
"@smithy/types": "^1.0.0",
|
|
58
58
|
"tslib": "^2.5.0",
|