@aws-sdk/client-sagemaker 3.832.0 → 3.833.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.
Files changed (54) hide show
  1. package/dist-cjs/index.js +64 -23
  2. package/dist-es/models/models_0.js +0 -26
  3. package/dist-es/models/models_1.js +26 -5
  4. package/dist-es/models/models_2.js +5 -5
  5. package/dist-es/models/models_3.js +5 -5
  6. package/dist-es/models/models_4.js +5 -0
  7. package/dist-es/protocols/Aws_json1_1.js +47 -2
  8. package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateProjectCommand.d.ts +15 -0
  11. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -2
  14. package/dist-types/commands/DescribeProjectCommand.d.ts +20 -0
  15. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
  16. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
  17. package/dist-types/commands/ListClusterSchedulerConfigsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListClustersCommand.d.ts +1 -1
  19. package/dist-types/commands/SearchCommand.d.ts +20 -0
  20. package/dist-types/commands/StartInferenceExperimentCommand.d.ts +1 -1
  21. package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +1 -1
  22. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  23. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
  24. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -1
  25. package/dist-types/commands/StopAutoMLJobCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateProjectCommand.d.ts +14 -0
  27. package/dist-types/models/models_0.d.ts +148 -88
  28. package/dist-types/models/models_1.d.ts +88 -167
  29. package/dist-types/models/models_2.d.ts +184 -233
  30. package/dist-types/models/models_3.d.ts +250 -256
  31. package/dist-types/models/models_4.d.ts +262 -124
  32. package/dist-types/models/models_5.d.ts +140 -4
  33. package/dist-types/ts3.4/commands/CreateModelPackageGroupCommand.d.ts +2 -4
  34. package/dist-types/ts3.4/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/DescribeFeatureGroupCommand.d.ts +2 -4
  36. package/dist-types/ts3.4/commands/DescribeFeatureMetadataCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/DescribeFlowDefinitionCommand.d.ts +4 -2
  38. package/dist-types/ts3.4/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/ListClusterNodesCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/ListClusterSchedulerConfigsCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/StartInferenceExperimentCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/StartMlflowTrackingServerCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/models/models_0.d.ts +35 -33
  49. package/dist-types/ts3.4/models/models_1.d.ts +34 -46
  50. package/dist-types/ts3.4/models/models_2.d.ts +49 -62
  51. package/dist-types/ts3.4/models/models_3.d.ts +66 -76
  52. package/dist-types/ts3.4/models/models_4.d.ts +75 -35
  53. package/dist-types/ts3.4/models/models_5.d.ts +41 -1
  54. package/package.json +1 -1
@@ -3,22 +3,29 @@ import {
3
3
  AlgorithmSpecification,
4
4
  AppSpecification,
5
5
  AppType,
6
+ AutoMLCandidate,
6
7
  AutoMLJobStepMetadata,
8
+ AutoMLSortOrder,
7
9
  BatchDataCaptureConfig,
8
10
  BatchStrategy,
9
11
  BatchTransformInput,
10
12
  CacheHitResult,
11
13
  CallbackStepMetadata,
14
+ CandidateSortBy,
15
+ CandidateStatus,
12
16
  Channel,
13
17
  CheckpointConfig,
14
18
  ClarifyCheckStepMetadata,
19
+ ClusterNodeSummary,
20
+ ClusterSchedulerConfigSummary,
21
+ ClusterSortBy,
22
+ ClusterSummary,
15
23
  CodeRepositorySortBy,
16
24
  CodeRepositorySortOrder,
17
25
  CodeRepositorySummary,
18
26
  CompilationJobStatus,
19
27
  CompilationJobSummary,
20
28
  ComputeQuotaSummary,
21
- ConditionStepMetadata,
22
29
  InferenceSpecification,
23
30
  ModelApprovalStatus,
24
31
  ModelPackageStatus,
@@ -36,6 +43,7 @@ import {
36
43
  } from "./models_0";
37
44
  import {
38
45
  _InstanceType,
46
+ ConditionStepMetadata,
39
47
  ContainerDefinition,
40
48
  ContextSummary,
41
49
  DriftCheckBaselines,
@@ -72,7 +80,6 @@ import {
72
80
  MonitoringScheduleConfig,
73
81
  MonitoringType,
74
82
  NetworkConfig,
75
- OfflineStoreStatusValue,
76
83
  OptimizationJobDeploymentInstanceType,
77
84
  ParallelismConfiguration,
78
85
  PartnerAppType,
@@ -155,6 +162,7 @@ import {
155
162
  ModelPackageStatusDetails,
156
163
  MonitoringExecutionSummary,
157
164
  NotebookInstanceStatus,
165
+ OfflineStoreStatusValue,
158
166
  OptimizationJobStatus,
159
167
  PartnerAppStatus,
160
168
  PipelineExecutionStatus,
@@ -175,6 +183,7 @@ import {
175
183
  SortOrder,
176
184
  SpaceStatus,
177
185
  SubscribedWorkteam,
186
+ TemplateProviderDetail,
178
187
  TrackingServerStatus,
179
188
  TrainingJobStatus,
180
189
  TrainingPlanStatus,
@@ -188,6 +197,69 @@ import {
188
197
  Workforce,
189
198
  Workteam,
190
199
  } from "./models_3";
200
+ export interface ListCandidatesForAutoMLJobRequest {
201
+ AutoMLJobName: string | undefined;
202
+ StatusEquals?: CandidateStatus | undefined;
203
+ CandidateNameEquals?: string | undefined;
204
+ SortOrder?: AutoMLSortOrder | undefined;
205
+ SortBy?: CandidateSortBy | undefined;
206
+ MaxResults?: number | undefined;
207
+ NextToken?: string | undefined;
208
+ }
209
+ export interface ListCandidatesForAutoMLJobResponse {
210
+ Candidates: AutoMLCandidate[] | undefined;
211
+ NextToken?: string | undefined;
212
+ }
213
+ export interface ListClusterNodesRequest {
214
+ ClusterName: string | undefined;
215
+ CreationTimeAfter?: Date | undefined;
216
+ CreationTimeBefore?: Date | undefined;
217
+ InstanceGroupNameContains?: string | undefined;
218
+ MaxResults?: number | undefined;
219
+ NextToken?: string | undefined;
220
+ SortBy?: ClusterSortBy | undefined;
221
+ SortOrder?: SortOrder | undefined;
222
+ }
223
+ export interface ListClusterNodesResponse {
224
+ NextToken?: string | undefined;
225
+ ClusterNodeSummaries: ClusterNodeSummary[] | undefined;
226
+ }
227
+ export interface ListClustersRequest {
228
+ CreationTimeAfter?: Date | undefined;
229
+ CreationTimeBefore?: Date | undefined;
230
+ MaxResults?: number | undefined;
231
+ NameContains?: string | undefined;
232
+ NextToken?: string | undefined;
233
+ SortBy?: ClusterSortBy | undefined;
234
+ SortOrder?: SortOrder | undefined;
235
+ TrainingPlanArn?: string | undefined;
236
+ }
237
+ export interface ListClustersResponse {
238
+ NextToken?: string | undefined;
239
+ ClusterSummaries: ClusterSummary[] | undefined;
240
+ }
241
+ export declare const SortClusterSchedulerConfigBy: {
242
+ readonly CREATION_TIME: "CreationTime";
243
+ readonly NAME: "Name";
244
+ readonly STATUS: "Status";
245
+ };
246
+ export type SortClusterSchedulerConfigBy =
247
+ (typeof SortClusterSchedulerConfigBy)[keyof typeof SortClusterSchedulerConfigBy];
248
+ export interface ListClusterSchedulerConfigsRequest {
249
+ CreatedAfter?: Date | undefined;
250
+ CreatedBefore?: Date | undefined;
251
+ NameContains?: string | undefined;
252
+ ClusterArn?: string | undefined;
253
+ Status?: SchedulerResourceStatus | undefined;
254
+ SortBy?: SortClusterSchedulerConfigBy | undefined;
255
+ SortOrder?: SortOrder | undefined;
256
+ NextToken?: string | undefined;
257
+ MaxResults?: number | undefined;
258
+ }
259
+ export interface ListClusterSchedulerConfigsResponse {
260
+ ClusterSchedulerConfigSummaries?: ClusterSchedulerConfigSummary[] | undefined;
261
+ NextToken?: string | undefined;
262
+ }
191
263
  export interface ListCodeRepositoriesInput {
192
264
  CreationTimeAfter?: Date | undefined;
193
265
  CreationTimeBefore?: Date | undefined;
@@ -2064,6 +2136,7 @@ export interface Project {
2064
2136
  ProjectStatus?: ProjectStatus | undefined;
2065
2137
  CreatedBy?: UserContext | undefined;
2066
2138
  CreationTime?: Date | undefined;
2139
+ TemplateProviderDetails?: TemplateProviderDetail[] | undefined;
2067
2140
  Tags?: Tag[] | undefined;
2068
2141
  LastModifiedTime?: Date | undefined;
2069
2142
  LastModifiedBy?: UserContext | undefined;
@@ -2321,39 +2394,6 @@ export interface StartEdgeDeploymentStageRequest {
2321
2394
  EdgeDeploymentPlanName: string | undefined;
2322
2395
  StageName: string | undefined;
2323
2396
  }
2324
- export interface StartInferenceExperimentRequest {
2325
- Name: string | undefined;
2326
- }
2327
- export interface StartInferenceExperimentResponse {
2328
- InferenceExperimentArn: string | undefined;
2329
- }
2330
- export interface StartMlflowTrackingServerRequest {
2331
- TrackingServerName: string | undefined;
2332
- }
2333
- export interface StartMlflowTrackingServerResponse {
2334
- TrackingServerArn?: string | undefined;
2335
- }
2336
- export interface StartMonitoringScheduleRequest {
2337
- MonitoringScheduleName: string | undefined;
2338
- }
2339
- export interface StartNotebookInstanceInput {
2340
- NotebookInstanceName: string | undefined;
2341
- }
2342
- export interface StartPipelineExecutionRequest {
2343
- PipelineName: string | undefined;
2344
- PipelineExecutionDisplayName?: string | undefined;
2345
- PipelineParameters?: Parameter[] | undefined;
2346
- PipelineExecutionDescription?: string | undefined;
2347
- ClientRequestToken?: string | undefined;
2348
- ParallelismConfiguration?: ParallelismConfiguration | undefined;
2349
- SelectiveExecutionConfig?: SelectiveExecutionConfig | undefined;
2350
- }
2351
- export interface StartPipelineExecutionResponse {
2352
- PipelineExecutionArn?: string | undefined;
2353
- }
2354
- export interface StopAutoMLJobRequest {
2355
- AutoMLJobName: string | undefined;
2356
- }
2357
2397
  export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
2358
2398
  export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
2359
2399
  export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
@@ -5,6 +5,7 @@ import {
5
5
  AppNetworkAccessType,
6
6
  AppSecurityGroupManagement,
7
7
  BooleanOperator,
8
+ CfnUpdateTemplateProvider,
8
9
  ClusterInstanceGroupSpecification,
9
10
  ClusterNodeRecovery,
10
11
  CodeEditorAppImageConfig,
@@ -43,7 +44,6 @@ import {
43
44
  } from "./models_1";
44
45
  import {
45
46
  CrossAccountFilterOption,
46
- FeatureParameter,
47
47
  HubContentType,
48
48
  InstanceMetadataServiceConfiguration,
49
49
  MemberDefinition,
@@ -71,12 +71,14 @@ import {
71
71
  DesiredWeightAndCapacity,
72
72
  Device,
73
73
  DomainSettingsForUpdate,
74
+ FeatureParameter,
74
75
  Filter,
75
76
  GitConfigForUpdate,
76
77
  HubContentSupportStatus,
77
78
  InferenceComponentDeploymentConfig,
78
79
  InferenceExperimentStopDesiredState,
79
80
  ResourceType,
81
+ SelectiveExecutionConfig,
80
82
  Workforce,
81
83
  Workteam,
82
84
  } from "./models_3";
@@ -84,12 +86,46 @@ import {
84
86
  ModelVariantAction,
85
87
  NestedFilters,
86
88
  OnlineStoreConfigUpdate,
89
+ Parameter,
87
90
  ProfilerConfigForUpdate,
88
91
  RemoteDebugConfigForUpdate,
89
92
  ResourceConfigForUpdate,
90
93
  SearchSortOrder,
91
94
  VisibilityConditions,
92
95
  } from "./models_4";
96
+ export interface StartInferenceExperimentRequest {
97
+ Name: string | undefined;
98
+ }
99
+ export interface StartInferenceExperimentResponse {
100
+ InferenceExperimentArn: string | undefined;
101
+ }
102
+ export interface StartMlflowTrackingServerRequest {
103
+ TrackingServerName: string | undefined;
104
+ }
105
+ export interface StartMlflowTrackingServerResponse {
106
+ TrackingServerArn?: string | undefined;
107
+ }
108
+ export interface StartMonitoringScheduleRequest {
109
+ MonitoringScheduleName: string | undefined;
110
+ }
111
+ export interface StartNotebookInstanceInput {
112
+ NotebookInstanceName: string | undefined;
113
+ }
114
+ export interface StartPipelineExecutionRequest {
115
+ PipelineName: string | undefined;
116
+ PipelineExecutionDisplayName?: string | undefined;
117
+ PipelineParameters?: Parameter[] | undefined;
118
+ PipelineExecutionDescription?: string | undefined;
119
+ ClientRequestToken?: string | undefined;
120
+ ParallelismConfiguration?: ParallelismConfiguration | undefined;
121
+ SelectiveExecutionConfig?: SelectiveExecutionConfig | undefined;
122
+ }
123
+ export interface StartPipelineExecutionResponse {
124
+ PipelineExecutionArn?: string | undefined;
125
+ }
126
+ export interface StopAutoMLJobRequest {
127
+ AutoMLJobName: string | undefined;
128
+ }
93
129
  export interface StopCompilationJobRequest {
94
130
  CompilationJobName: string | undefined;
95
131
  }
@@ -522,6 +558,9 @@ export interface ServiceCatalogProvisioningUpdateDetails {
522
558
  ProvisioningArtifactId?: string | undefined;
523
559
  ProvisioningParameters?: ProvisioningParameter[] | undefined;
524
560
  }
561
+ export interface UpdateTemplateProvider {
562
+ CfnTemplateProvider?: CfnUpdateTemplateProvider | undefined;
563
+ }
525
564
  export interface UpdateProjectInput {
526
565
  ProjectName: string | undefined;
527
566
  ProjectDescription?: string | undefined;
@@ -529,6 +568,7 @@ export interface UpdateProjectInput {
529
568
  | ServiceCatalogProvisioningUpdateDetails
530
569
  | undefined;
531
570
  Tags?: Tag[] | undefined;
571
+ TemplateProvidersToUpdate?: UpdateTemplateProvider[] | undefined;
532
572
  }
533
573
  export interface UpdateProjectOutput {
534
574
  ProjectArn: string | undefined;
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.832.0",
4
+ "version": "3.833.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",