@aws-sdk/client-sagemaker 3.504.0 → 3.507.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/endpoint/ruleset.js +3 -3
- package/dist-cjs/index.js +446 -6173
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +384 -6111
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +2 -2
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +5 -5
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +1 -2
- package/dist-types/commands/CreateDomainCommand.d.ts +3 -0
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +17 -17
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +9 -9
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreateSpaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +4 -1
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDomainCommand.d.ts +3 -0
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -2
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +3 -0
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDomainCommand.d.ts +3 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +49 -105
- package/dist-types/models/models_1.d.ts +161 -117
- package/dist-types/models/models_2.d.ts +50 -27
- package/dist-types/models/models_3.d.ts +51 -52
- package/dist-types/models/models_4.d.ts +37 -26
- package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +4 -10
- package/dist-types/ts3.4/models/models_1.d.ts +13 -7
- package/dist-types/ts3.4/models/models_2.d.ts +7 -4
- package/dist-types/ts3.4/models/models_3.d.ts +4 -4
- package/dist-types/ts3.4/models/models_4.d.ts +4 -2
- package/package.json +3 -3
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
DescribeStudioLifecycleConfigRequest,
|
|
5
|
+
DescribeStudioLifecycleConfigResponse,
|
|
6
|
+
} from "../models/models_3";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -1588,6 +1588,9 @@ export type FeatureStatus = (typeof FeatureStatus)[keyof typeof FeatureStatus];
|
|
|
1588
1588
|
export interface DirectDeploySettings {
|
|
1589
1589
|
Status?: FeatureStatus;
|
|
1590
1590
|
}
|
|
1591
|
+
export interface GenerativeAiSettings {
|
|
1592
|
+
AmazonBedrockRoleArn?: string;
|
|
1593
|
+
}
|
|
1591
1594
|
export declare const DataSourceName: {
|
|
1592
1595
|
readonly SalesforceGenie: "SalesforceGenie";
|
|
1593
1596
|
readonly Snowflake: "Snowflake";
|
|
@@ -1621,6 +1624,7 @@ export interface CanvasAppSettings {
|
|
|
1621
1624
|
IdentityProviderOAuthSettings?: IdentityProviderOAuthSetting[];
|
|
1622
1625
|
DirectDeploySettings?: DirectDeploySettings;
|
|
1623
1626
|
KendraSettings?: KendraSettings;
|
|
1627
|
+
GenerativeAiSettings?: GenerativeAiSettings;
|
|
1624
1628
|
}
|
|
1625
1629
|
export interface CaptureContentTypeHeader {
|
|
1626
1630
|
CsvContentTypes?: string[];
|
|
@@ -2378,13 +2382,3 @@ export interface NeoVpcConfig {
|
|
|
2378
2382
|
SecurityGroupIds: string[] | undefined;
|
|
2379
2383
|
Subnets: string[] | undefined;
|
|
2380
2384
|
}
|
|
2381
|
-
export interface CreateCompilationJobRequest {
|
|
2382
|
-
CompilationJobName: string | undefined;
|
|
2383
|
-
RoleArn: string | undefined;
|
|
2384
|
-
ModelPackageVersionArn?: string;
|
|
2385
|
-
InputConfig?: InputConfig;
|
|
2386
|
-
OutputConfig: OutputConfig | undefined;
|
|
2387
|
-
VpcConfig?: NeoVpcConfig;
|
|
2388
|
-
StoppingCondition: StoppingCondition | undefined;
|
|
2389
|
-
Tags?: Tag[];
|
|
2390
|
-
}
|
|
@@ -29,7 +29,6 @@ import {
|
|
|
29
29
|
CodeEditorAppSettings,
|
|
30
30
|
CodeRepository,
|
|
31
31
|
CollectionConfig,
|
|
32
|
-
CollectionConfiguration,
|
|
33
32
|
CollectionType,
|
|
34
33
|
ContainerDefinition,
|
|
35
34
|
ContentClassifier,
|
|
@@ -40,10 +39,13 @@ import {
|
|
|
40
39
|
HyperParameterScalingType,
|
|
41
40
|
HyperParameterTuningJobObjective,
|
|
42
41
|
InferenceSpecification,
|
|
42
|
+
InputConfig,
|
|
43
43
|
MetadataProperties,
|
|
44
44
|
MetricDefinition,
|
|
45
45
|
MetricsSource,
|
|
46
46
|
ModelApprovalStatus,
|
|
47
|
+
NeoVpcConfig,
|
|
48
|
+
OutputConfig,
|
|
47
49
|
OutputDataConfig,
|
|
48
50
|
ProcessingS3DataDistributionType,
|
|
49
51
|
ProcessingS3InputMode,
|
|
@@ -57,6 +59,16 @@ import {
|
|
|
57
59
|
TransformJobDefinition,
|
|
58
60
|
VpcConfig,
|
|
59
61
|
} from "./models_0";
|
|
62
|
+
export interface CreateCompilationJobRequest {
|
|
63
|
+
CompilationJobName: string | undefined;
|
|
64
|
+
RoleArn: string | undefined;
|
|
65
|
+
ModelPackageVersionArn?: string;
|
|
66
|
+
InputConfig?: InputConfig;
|
|
67
|
+
OutputConfig: OutputConfig | undefined;
|
|
68
|
+
VpcConfig?: NeoVpcConfig;
|
|
69
|
+
StoppingCondition: StoppingCondition | undefined;
|
|
70
|
+
Tags?: Tag[];
|
|
71
|
+
}
|
|
60
72
|
export interface CreateCompilationJobResponse {
|
|
61
73
|
CompilationJobArn: string | undefined;
|
|
62
74
|
}
|
|
@@ -1869,12 +1881,6 @@ export interface CreateStudioLifecycleConfigRequest {
|
|
|
1869
1881
|
export interface CreateStudioLifecycleConfigResponse {
|
|
1870
1882
|
StudioLifecycleConfigArn?: string;
|
|
1871
1883
|
}
|
|
1872
|
-
export interface DebugHookConfig {
|
|
1873
|
-
LocalPath?: string;
|
|
1874
|
-
S3OutputPath: string | undefined;
|
|
1875
|
-
HookParameters?: Record<string, string>;
|
|
1876
|
-
CollectionConfigurations?: CollectionConfiguration[];
|
|
1877
|
-
}
|
|
1878
1884
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
1879
1885
|
obj: CreateModelCardRequest
|
|
1880
1886
|
) => any;
|
|
@@ -41,6 +41,7 @@ import {
|
|
|
41
41
|
ClusterStatus,
|
|
42
42
|
CognitoConfig,
|
|
43
43
|
CognitoMemberDefinition,
|
|
44
|
+
CollectionConfiguration,
|
|
44
45
|
CompilationJobStatus,
|
|
45
46
|
ContainerDefinition,
|
|
46
47
|
ContextSource,
|
|
@@ -77,7 +78,6 @@ import {
|
|
|
77
78
|
DataQualityAppSpecification,
|
|
78
79
|
DataQualityBaselineConfig,
|
|
79
80
|
DataQualityJobInput,
|
|
80
|
-
DebugHookConfig,
|
|
81
81
|
DefaultSpaceSettings,
|
|
82
82
|
DeploymentConfig,
|
|
83
83
|
DeviceSelectionConfig,
|
|
@@ -168,6 +168,12 @@ import {
|
|
|
168
168
|
UserSettings,
|
|
169
169
|
VendorGuidance,
|
|
170
170
|
} from "./models_1";
|
|
171
|
+
export interface DebugHookConfig {
|
|
172
|
+
LocalPath?: string;
|
|
173
|
+
S3OutputPath: string | undefined;
|
|
174
|
+
HookParameters?: Record<string, string>;
|
|
175
|
+
CollectionConfigurations?: CollectionConfiguration[];
|
|
176
|
+
}
|
|
171
177
|
export interface DebugRuleConfiguration {
|
|
172
178
|
RuleConfigurationName: string | undefined;
|
|
173
179
|
LocalPath?: string;
|
|
@@ -2186,9 +2192,6 @@ export interface DescribeSpaceResponse {
|
|
|
2186
2192
|
SpaceDisplayName?: string;
|
|
2187
2193
|
Url?: string;
|
|
2188
2194
|
}
|
|
2189
|
-
export interface DescribeStudioLifecycleConfigRequest {
|
|
2190
|
-
StudioLifecycleConfigName: string | undefined;
|
|
2191
|
-
}
|
|
2192
2195
|
export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
|
|
2193
2196
|
export declare const CreateWorkforceRequestFilterSensitiveLog: (
|
|
2194
2197
|
obj: CreateWorkforceRequest
|
|
@@ -49,7 +49,6 @@ import {
|
|
|
49
49
|
} from "./models_0";
|
|
50
50
|
import {
|
|
51
51
|
_InstanceType,
|
|
52
|
-
DebugHookConfig,
|
|
53
52
|
DockerSettings,
|
|
54
53
|
EdgeOutputConfig,
|
|
55
54
|
ExecutionRoleIdentityConfig,
|
|
@@ -78,6 +77,7 @@ import {
|
|
|
78
77
|
CustomizedMetricSpecification,
|
|
79
78
|
DataCaptureConfigSummary,
|
|
80
79
|
DataProcessing,
|
|
80
|
+
DebugHookConfig,
|
|
81
81
|
DebugRuleConfiguration,
|
|
82
82
|
DebugRuleEvaluationStatus,
|
|
83
83
|
DomainStatus,
|
|
@@ -135,6 +135,9 @@ import {
|
|
|
135
135
|
TrialComponentParameterValue,
|
|
136
136
|
TrialComponentStatus,
|
|
137
137
|
} from "./models_2";
|
|
138
|
+
export interface DescribeStudioLifecycleConfigRequest {
|
|
139
|
+
StudioLifecycleConfigName: string | undefined;
|
|
140
|
+
}
|
|
138
141
|
export interface DescribeStudioLifecycleConfigResponse {
|
|
139
142
|
StudioLifecycleConfigArn?: string;
|
|
140
143
|
StudioLifecycleConfigName?: string;
|
|
@@ -2315,6 +2318,3 @@ export interface ListPipelineExecutionStepsRequest {
|
|
|
2315
2318
|
export interface ModelStepMetadata {
|
|
2316
2319
|
Arn?: string;
|
|
2317
2320
|
}
|
|
2318
|
-
export interface ProcessingJobStepMetadata {
|
|
2319
|
-
Arn?: string;
|
|
2320
|
-
}
|
|
@@ -38,7 +38,6 @@ import {
|
|
|
38
38
|
} from "./models_0";
|
|
39
39
|
import {
|
|
40
40
|
_InstanceType,
|
|
41
|
-
DebugHookConfig,
|
|
42
41
|
DefaultSpaceSettings,
|
|
43
42
|
DeploymentConfig,
|
|
44
43
|
DriftCheckBaselines,
|
|
@@ -89,6 +88,7 @@ import {
|
|
|
89
88
|
import {
|
|
90
89
|
CrossAccountFilterOption,
|
|
91
90
|
DataProcessing,
|
|
91
|
+
DebugHookConfig,
|
|
92
92
|
DebugRuleConfiguration,
|
|
93
93
|
DebugRuleEvaluationStatus,
|
|
94
94
|
DeploymentRecommendation,
|
|
@@ -144,7 +144,6 @@ import {
|
|
|
144
144
|
MetricData,
|
|
145
145
|
ModelStepMetadata,
|
|
146
146
|
MonitoringAlertSummary,
|
|
147
|
-
ProcessingJobStepMetadata,
|
|
148
147
|
ResourceType,
|
|
149
148
|
SecondaryStatus,
|
|
150
149
|
SecondaryStatusTransition,
|
|
@@ -161,6 +160,9 @@ import {
|
|
|
161
160
|
Workforce,
|
|
162
161
|
Workteam,
|
|
163
162
|
} from "./models_3";
|
|
163
|
+
export interface ProcessingJobStepMetadata {
|
|
164
|
+
Arn?: string;
|
|
165
|
+
}
|
|
164
166
|
export interface QualityCheckStepMetadata {
|
|
165
167
|
CheckType?: string;
|
|
166
168
|
BaselineUsedForDriftCheckStatistics?: string;
|
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.507.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
|
|
@@ -20,9 +20,9 @@
|
|
|
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.507.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.507.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.502.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.502.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.502.0",
|