@aws-sdk/client-sagemaker 3.1069.0 → 3.1071.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 +16 -10
- package/dist-cjs/schemas/schemas_0.js +35 -14
- package/dist-es/models/enums.js +16 -10
- package/dist-es/schemas/schemas_0.js +33 -14
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -6
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +1 -0
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelCommand.d.ts +16 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +4 -4
- package/dist-types/commands/CreateUserProfileCommand.d.ts +6 -6
- package/dist-types/commands/DescribeAppCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +6 -6
- package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -0
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +4 -4
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +6 -6
- package/dist-types/commands/ListAppsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +6 -6
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -2
- package/dist-types/commands/UpdateSpaceCommand.d.ts +4 -4
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +6 -6
- package/dist-types/models/enums.d.ts +15 -9
- package/dist-types/models/models_1.d.ts +43 -33
- package/dist-types/models/models_2.d.ts +34 -107
- package/dist-types/models/models_3.d.ts +113 -84
- package/dist-types/models/models_4.d.ts +84 -100
- package/dist-types/models/models_5.d.ts +97 -2
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +15 -9
- package/dist-types/ts3.4/models/models_1.d.ts +10 -8
- package/dist-types/ts3.4/models/models_2.d.ts +8 -29
- package/dist-types/ts3.4/models/models_3.d.ts +28 -19
- package/dist-types/ts3.4/models/models_4.d.ts +20 -27
- package/dist-types/ts3.4/models/models_5.d.ts +32 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +3 -3
|
@@ -18,13 +18,13 @@ import {
|
|
|
18
18
|
HubContentSupportStatus,
|
|
19
19
|
HubContentType,
|
|
20
20
|
InferenceExperimentStopDesiredState,
|
|
21
|
-
IPAddressType,
|
|
22
21
|
IsTrackingServerActive,
|
|
23
22
|
JobCategory,
|
|
24
23
|
JobStatus,
|
|
25
24
|
JobType,
|
|
26
25
|
LabelingJobStatus,
|
|
27
26
|
LineageType,
|
|
27
|
+
ListInferenceRecommendationsJobsSortBy,
|
|
28
28
|
ListLabelingJobsForWorkteamSortByOptions,
|
|
29
29
|
ListOptimizationJobsSortBy,
|
|
30
30
|
ListWorkforcesSortByOptions,
|
|
@@ -54,7 +54,6 @@ import {
|
|
|
54
54
|
MonitoringJobDefinitionSortKey,
|
|
55
55
|
MonitoringScheduleSortKey,
|
|
56
56
|
MonitoringType,
|
|
57
|
-
NotebookInstanceAcceleratorType,
|
|
58
57
|
NotebookInstanceLifecycleConfigSortKey,
|
|
59
58
|
NotebookInstanceLifecycleConfigSortOrder,
|
|
60
59
|
NotebookInstanceSortKey,
|
|
@@ -79,7 +78,6 @@ import {
|
|
|
79
78
|
ReservedCapacityType,
|
|
80
79
|
ResourceCatalogSortBy,
|
|
81
80
|
ResourceCatalogSortOrder,
|
|
82
|
-
RootAccess,
|
|
83
81
|
SageMakerResourceName,
|
|
84
82
|
ScheduleStatus,
|
|
85
83
|
SecondaryStatus,
|
|
@@ -170,7 +168,6 @@ import {
|
|
|
170
168
|
InferenceExecutionConfig,
|
|
171
169
|
InferenceExperimentDataStorageConfig,
|
|
172
170
|
InferenceExperimentSchedule,
|
|
173
|
-
InstanceMetadataServiceConfiguration,
|
|
174
171
|
ManagedConfiguration,
|
|
175
172
|
MetadataProperties,
|
|
176
173
|
ModelCardSecurityConfig,
|
|
@@ -235,6 +232,7 @@ import {
|
|
|
235
232
|
HyperParameterTuningJobSearchEntity,
|
|
236
233
|
InferenceComponentDeploymentConfig,
|
|
237
234
|
InferenceComponentMetadata,
|
|
235
|
+
InferenceRecommendationsJob,
|
|
238
236
|
InferenceRecommendationsJobStep,
|
|
239
237
|
Job,
|
|
240
238
|
JobConfigSchemaVersionSummary,
|
|
@@ -263,6 +261,24 @@ import {
|
|
|
263
261
|
Workforce,
|
|
264
262
|
Workteam,
|
|
265
263
|
} from "./models_3";
|
|
264
|
+
export interface ListInferenceRecommendationsJobsRequest {
|
|
265
|
+
CreationTimeAfter?: Date | undefined;
|
|
266
|
+
CreationTimeBefore?: Date | undefined;
|
|
267
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
268
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
269
|
+
NameContains?: string | undefined;
|
|
270
|
+
StatusEquals?: RecommendationJobStatus | undefined;
|
|
271
|
+
SortBy?: ListInferenceRecommendationsJobsSortBy | undefined;
|
|
272
|
+
SortOrder?: SortOrder | undefined;
|
|
273
|
+
NextToken?: string | undefined;
|
|
274
|
+
MaxResults?: number | undefined;
|
|
275
|
+
ModelNameEquals?: string | undefined;
|
|
276
|
+
ModelPackageVersionArnEquals?: string | undefined;
|
|
277
|
+
}
|
|
278
|
+
export interface ListInferenceRecommendationsJobsResponse {
|
|
279
|
+
InferenceRecommendationsJobs: InferenceRecommendationsJob[] | undefined;
|
|
280
|
+
NextToken?: string | undefined;
|
|
281
|
+
}
|
|
266
282
|
export interface ListInferenceRecommendationsJobStepsRequest {
|
|
267
283
|
JobName: string | undefined;
|
|
268
284
|
Status?: RecommendationJobStatus | undefined;
|
|
@@ -2281,26 +2297,3 @@ export interface UpdateMonitoringScheduleRequest {
|
|
|
2281
2297
|
MonitoringScheduleName: string | undefined;
|
|
2282
2298
|
MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
|
|
2283
2299
|
}
|
|
2284
|
-
export interface UpdateMonitoringScheduleResponse {
|
|
2285
|
-
MonitoringScheduleArn: string | undefined;
|
|
2286
|
-
}
|
|
2287
|
-
export interface UpdateNotebookInstanceInput {
|
|
2288
|
-
NotebookInstanceName: string | undefined;
|
|
2289
|
-
InstanceType?: _InstanceType | undefined;
|
|
2290
|
-
IpAddressType?: IPAddressType | undefined;
|
|
2291
|
-
PlatformIdentifier?: string | undefined;
|
|
2292
|
-
RoleArn?: string | undefined;
|
|
2293
|
-
LifecycleConfigName?: string | undefined;
|
|
2294
|
-
DisassociateLifecycleConfig?: boolean | undefined;
|
|
2295
|
-
VolumeSizeInGB?: number | undefined;
|
|
2296
|
-
DefaultCodeRepository?: string | undefined;
|
|
2297
|
-
AdditionalCodeRepositories?: string[] | undefined;
|
|
2298
|
-
AcceleratorTypes?: NotebookInstanceAcceleratorType[] | undefined;
|
|
2299
|
-
DisassociateAcceleratorTypes?: boolean | undefined;
|
|
2300
|
-
DisassociateDefaultCodeRepository?: boolean | undefined;
|
|
2301
|
-
DisassociateAdditionalCodeRepositories?: boolean | undefined;
|
|
2302
|
-
RootAccess?: RootAccess | undefined;
|
|
2303
|
-
InstanceMetadataServiceConfiguration?:
|
|
2304
|
-
| InstanceMetadataServiceConfiguration
|
|
2305
|
-
| undefined;
|
|
2306
|
-
}
|
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
import {
|
|
2
|
+
_InstanceType,
|
|
2
3
|
BooleanOperator,
|
|
3
4
|
CrossAccountFilterOption,
|
|
5
|
+
IPAddressType,
|
|
6
|
+
NotebookInstanceAcceleratorType,
|
|
4
7
|
ResourceType,
|
|
8
|
+
RootAccess,
|
|
5
9
|
SearchSortOrder,
|
|
6
10
|
WorkforceIpAddressType,
|
|
7
11
|
} from "./enums";
|
|
8
12
|
import { CfnUpdateTemplateProvider, Tag } from "./models_0";
|
|
9
|
-
import {
|
|
13
|
+
import {
|
|
14
|
+
InstanceMetadataServiceConfiguration,
|
|
15
|
+
NotebookInstanceLifecycleHook,
|
|
16
|
+
UserSettings,
|
|
17
|
+
} from "./models_1";
|
|
10
18
|
import {
|
|
11
19
|
MemberDefinition,
|
|
12
20
|
NotificationConfiguration,
|
|
@@ -33,6 +41,29 @@ import {
|
|
|
33
41
|
ResourceConfigForUpdate,
|
|
34
42
|
VisibilityConditions,
|
|
35
43
|
} from "./models_4";
|
|
44
|
+
export interface UpdateMonitoringScheduleResponse {
|
|
45
|
+
MonitoringScheduleArn: string | undefined;
|
|
46
|
+
}
|
|
47
|
+
export interface UpdateNotebookInstanceInput {
|
|
48
|
+
NotebookInstanceName: string | undefined;
|
|
49
|
+
InstanceType?: _InstanceType | undefined;
|
|
50
|
+
IpAddressType?: IPAddressType | undefined;
|
|
51
|
+
PlatformIdentifier?: string | undefined;
|
|
52
|
+
RoleArn?: string | undefined;
|
|
53
|
+
LifecycleConfigName?: string | undefined;
|
|
54
|
+
DisassociateLifecycleConfig?: boolean | undefined;
|
|
55
|
+
VolumeSizeInGB?: number | undefined;
|
|
56
|
+
DefaultCodeRepository?: string | undefined;
|
|
57
|
+
AdditionalCodeRepositories?: string[] | undefined;
|
|
58
|
+
AcceleratorTypes?: NotebookInstanceAcceleratorType[] | undefined;
|
|
59
|
+
DisassociateAcceleratorTypes?: boolean | undefined;
|
|
60
|
+
DisassociateDefaultCodeRepository?: boolean | undefined;
|
|
61
|
+
DisassociateAdditionalCodeRepositories?: boolean | undefined;
|
|
62
|
+
RootAccess?: RootAccess | undefined;
|
|
63
|
+
InstanceMetadataServiceConfiguration?:
|
|
64
|
+
| InstanceMetadataServiceConfiguration
|
|
65
|
+
| undefined;
|
|
66
|
+
}
|
|
36
67
|
export interface UpdateNotebookInstanceOutput {}
|
|
37
68
|
export interface UpdateNotebookInstanceLifecycleConfigInput {
|
|
38
69
|
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
@@ -222,6 +222,7 @@ export declare var ComputeQuotaTarget$: StaticStructureSchema;
|
|
|
222
222
|
export declare var ConditionStepMetadata$: StaticStructureSchema;
|
|
223
223
|
export declare var ContainerConfig$: StaticStructureSchema;
|
|
224
224
|
export declare var ContainerDefinition$: StaticStructureSchema;
|
|
225
|
+
export declare var ContainerMetricsConfig$: StaticStructureSchema;
|
|
225
226
|
export declare var ContextSource$: StaticStructureSchema;
|
|
226
227
|
export declare var ContextSummary$: StaticStructureSchema;
|
|
227
228
|
export declare var ContinuousParameterRange$: StaticStructureSchema;
|
|
@@ -1033,6 +1034,7 @@ export declare var MetricData$: StaticStructureSchema;
|
|
|
1033
1034
|
export declare var MetricDatum$: StaticStructureSchema;
|
|
1034
1035
|
export declare var MetricDefinition$: StaticStructureSchema;
|
|
1035
1036
|
export declare var MetricsConfig$: StaticStructureSchema;
|
|
1037
|
+
export declare var MetricsEndpoint$: StaticStructureSchema;
|
|
1036
1038
|
export declare var MetricsSource$: StaticStructureSchema;
|
|
1037
1039
|
export declare var MlflowAppSummary$: StaticStructureSchema;
|
|
1038
1040
|
export declare var MlflowConfig$: StaticStructureSchema;
|
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.1071.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
30
|
-
"@aws-sdk/core": "^3.974.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
30
|
+
"@aws-sdk/core": "^3.974.22",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "^3.972.57",
|
|
32
32
|
"@aws-sdk/types": "^3.973.13",
|
|
33
33
|
"@smithy/core": "^3.24.6",
|
|
34
34
|
"@smithy/fetch-http-handler": "^5.4.6",
|