@aws-sdk/client-sagemaker 3.474.0 → 3.475.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 (130) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/SageMaker.js +2 -0
  3. package/dist-cjs/commands/DeleteCompilationJobCommand.js +51 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/models/models_0.js +65 -2
  6. package/dist-cjs/models/models_1.js +3 -0
  7. package/dist-cjs/models/models_2.js +5 -0
  8. package/dist-cjs/models/models_3.js +3 -0
  9. package/dist-cjs/pagination/ListFeatureGroupsPaginator.js +29 -0
  10. package/dist-cjs/pagination/index.js +1 -0
  11. package/dist-cjs/protocols/Aws_json1_1.js +144 -42
  12. package/dist-es/SageMaker.js +2 -0
  13. package/dist-es/commands/DeleteCompilationJobCommand.js +47 -0
  14. package/dist-es/commands/index.js +1 -0
  15. package/dist-es/models/models_0.js +65 -2
  16. package/dist-es/models/models_1.js +3 -0
  17. package/dist-es/models/models_2.js +5 -0
  18. package/dist-es/models/models_3.js +3 -0
  19. package/dist-es/pagination/ListFeatureGroupsPaginator.js +25 -0
  20. package/dist-es/pagination/index.js +1 -0
  21. package/dist-es/protocols/Aws_json1_1.js +130 -30
  22. package/dist-types/SageMaker.d.ts +7 -0
  23. package/dist-types/SageMakerClient.d.ts +3 -2
  24. package/dist-types/commands/AddAssociationCommand.d.ts +1 -1
  25. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateAlgorithmCommand.d.ts +5 -5
  27. package/dist-types/commands/CreateAppCommand.d.ts +2 -2
  28. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +5 -0
  29. package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +5 -5
  31. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +27 -24
  32. package/dist-types/commands/CreateCompilationJobCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateDomainCommand.d.ts +21 -21
  34. package/dist-types/commands/CreateEndpointCommand.d.ts +7 -7
  35. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +3 -3
  36. package/dist-types/commands/CreateFeatureGroupCommand.d.ts +3 -3
  37. package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +34 -34
  39. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +9 -9
  40. package/dist-types/commands/CreateModelCommand.d.ts +16 -16
  41. package/dist-types/commands/CreateModelPackageCommand.d.ts +5 -5
  42. package/dist-types/commands/CreatePipelineCommand.d.ts +4 -0
  43. package/dist-types/commands/CreateSpaceCommand.d.ts +9 -9
  44. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -3
  46. package/dist-types/commands/CreateUserProfileCommand.d.ts +9 -9
  47. package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +4 -0
  49. package/dist-types/commands/DeleteAppCommand.d.ts +2 -2
  50. package/dist-types/commands/DeleteCompilationJobCommand.d.ts +81 -0
  51. package/dist-types/commands/DeletePipelineCommand.d.ts +4 -0
  52. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +5 -5
  53. package/dist-types/commands/DescribeAppCommand.d.ts +4 -4
  54. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +5 -0
  55. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +10 -10
  56. package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +50 -47
  57. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeDomainCommand.d.ts +18 -18
  59. package/dist-types/commands/DescribeEndpointCommand.d.ts +10 -10
  60. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +3 -3
  61. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +3 -3
  62. package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +38 -38
  64. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +13 -13
  65. package/dist-types/commands/DescribeModelCommand.d.ts +17 -17
  66. package/dist-types/commands/DescribeModelPackageCommand.d.ts +5 -5
  67. package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeSpaceCommand.d.ts +10 -10
  69. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +12 -12
  71. package/dist-types/commands/DescribeUserProfileCommand.d.ts +13 -9
  72. package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
  73. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -1
  74. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +5 -0
  75. package/dist-types/commands/ListAppsCommand.d.ts +2 -2
  76. package/dist-types/commands/ListAssociationsCommand.d.ts +2 -2
  77. package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
  78. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +4 -4
  79. package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
  80. package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
  81. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +2 -2
  82. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +7 -7
  83. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +2 -2
  84. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +7 -7
  85. package/dist-types/commands/ListSpacesCommand.d.ts +2 -2
  86. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
  87. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  88. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +4 -0
  89. package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
  90. package/dist-types/commands/SearchCommand.d.ts +98 -98
  91. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +4 -0
  92. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +4 -0
  93. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +4 -0
  94. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +4 -0
  95. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +5 -0
  96. package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +4 -0
  98. package/dist-types/commands/UpdateDomainCommand.d.ts +10 -10
  99. package/dist-types/commands/UpdateEndpointCommand.d.ts +7 -7
  100. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +6 -2
  101. package/dist-types/commands/UpdateModelPackageCommand.d.ts +5 -1
  102. package/dist-types/commands/UpdatePipelineCommand.d.ts +4 -0
  103. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +4 -0
  104. package/dist-types/commands/UpdateProjectCommand.d.ts +4 -0
  105. package/dist-types/commands/UpdateSpaceCommand.d.ts +8 -8
  106. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +4 -0
  107. package/dist-types/commands/UpdateUserProfileCommand.d.ts +9 -9
  108. package/dist-types/commands/UpdateWorkteamCommand.d.ts +2 -2
  109. package/dist-types/commands/index.d.ts +1 -0
  110. package/dist-types/models/models_0.d.ts +172 -99
  111. package/dist-types/models/models_1.d.ts +76 -69
  112. package/dist-types/models/models_2.d.ts +103 -115
  113. package/dist-types/models/models_3.d.ts +59 -36
  114. package/dist-types/models/models_4.d.ts +44 -33
  115. package/dist-types/pagination/ListFeatureGroupsPaginator.d.ts +7 -0
  116. package/dist-types/pagination/index.d.ts +1 -0
  117. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  118. package/dist-types/ts3.4/SageMaker.d.ts +17 -0
  119. package/dist-types/ts3.4/SageMakerClient.d.ts +6 -0
  120. package/dist-types/ts3.4/commands/DeleteCompilationJobCommand.d.ts +37 -0
  121. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  122. package/dist-types/ts3.4/models/models_0.d.ts +91 -26
  123. package/dist-types/ts3.4/models/models_1.d.ts +19 -16
  124. package/dist-types/ts3.4/models/models_2.d.ts +25 -24
  125. package/dist-types/ts3.4/models/models_3.d.ts +17 -10
  126. package/dist-types/ts3.4/models/models_4.d.ts +10 -8
  127. package/dist-types/ts3.4/pagination/ListFeatureGroupsPaginator.d.ts +11 -0
  128. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  129. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  130. package/package.json +1 -1
@@ -358,7 +358,7 @@ export interface CreateWorkforceResponse {
358
358
  WorkforceArn: string | undefined;
359
359
  }
360
360
  export interface OidcMemberDefinition {
361
- Groups: string[] | undefined;
361
+ Groups?: string[];
362
362
  }
363
363
  export interface MemberDefinition {
364
364
  CognitoMemberDefinition?: CognitoMemberDefinition;
@@ -433,9 +433,9 @@ export interface DeleteAlgorithmInput {
433
433
  export interface DeleteAppRequest {
434
434
  DomainId: string | undefined;
435
435
  UserProfileName?: string;
436
+ SpaceName?: string;
436
437
  AppType: AppType | undefined;
437
438
  AppName: string | undefined;
438
- SpaceName?: string;
439
439
  }
440
440
  export interface DeleteAppImageConfigRequest {
441
441
  AppImageConfigName: string | undefined;
@@ -464,6 +464,9 @@ export interface DeleteClusterResponse {
464
464
  export interface DeleteCodeRepositoryInput {
465
465
  CodeRepositoryName: string | undefined;
466
466
  }
467
+ export interface DeleteCompilationJobRequest {
468
+ CompilationJobName: string | undefined;
469
+ }
467
470
  export interface DeleteContextRequest {
468
471
  ContextName: string | undefined;
469
472
  }
@@ -724,9 +727,9 @@ export interface DescribeAlgorithmOutput {
724
727
  export interface DescribeAppRequest {
725
728
  DomainId: string | undefined;
726
729
  UserProfileName?: string;
730
+ SpaceName?: string;
727
731
  AppType: AppType | undefined;
728
732
  AppName: string | undefined;
729
- SpaceName?: string;
730
733
  }
731
734
  export interface DescribeAppResponse {
732
735
  AppArn?: string;
@@ -734,13 +737,13 @@ export interface DescribeAppResponse {
734
737
  AppName?: string;
735
738
  DomainId?: string;
736
739
  UserProfileName?: string;
740
+ SpaceName?: string;
737
741
  Status?: AppStatus;
738
742
  LastHealthCheckTimestamp?: Date;
739
743
  LastUserActivityTimestamp?: Date;
740
744
  CreationTime?: Date;
741
745
  FailureReason?: string;
742
746
  ResourceSpec?: ResourceSpec;
743
- SpaceName?: string;
744
747
  }
745
748
  export interface DescribeAppImageConfigRequest {
746
749
  AppImageConfigName: string | undefined;
@@ -814,6 +817,7 @@ export interface DescribeAutoMLJobV2Response {
814
817
  RoleArn: string | undefined;
815
818
  AutoMLJobObjective?: AutoMLJobObjective;
816
819
  AutoMLProblemTypeConfig?: AutoMLProblemTypeConfig;
820
+ AutoMLProblemTypeConfigName?: AutoMLProblemTypeConfigName;
817
821
  CreationTime: Date | undefined;
818
822
  EndTime?: Date;
819
823
  LastModifiedTime: Date | undefined;
@@ -822,13 +826,12 @@ export interface DescribeAutoMLJobV2Response {
822
826
  BestCandidate?: AutoMLCandidate;
823
827
  AutoMLJobStatus: AutoMLJobStatus | undefined;
824
828
  AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus | undefined;
829
+ AutoMLJobArtifacts?: AutoMLJobArtifacts;
830
+ ResolvedAttributes?: AutoMLResolvedAttributes;
825
831
  ModelDeployConfig?: ModelDeployConfig;
826
832
  ModelDeployResult?: ModelDeployResult;
827
833
  DataSplitConfig?: AutoMLDataSplitConfig;
828
834
  SecurityConfig?: AutoMLSecurityConfig;
829
- AutoMLJobArtifacts?: AutoMLJobArtifacts;
830
- ResolvedAttributes?: AutoMLResolvedAttributes;
831
- AutoMLProblemTypeConfigName?: AutoMLProblemTypeConfigName;
832
835
  }
833
836
  export interface DescribeClusterRequest {
834
837
  ClusterName: string | undefined;
@@ -981,17 +984,17 @@ export interface DescribeDomainResponse {
981
984
  CreationTime?: Date;
982
985
  LastModifiedTime?: Date;
983
986
  FailureReason?: string;
987
+ SecurityGroupIdForDomainBoundary?: string;
984
988
  AuthMode?: AuthMode;
985
989
  DefaultUserSettings?: UserSettings;
990
+ DomainSettings?: DomainSettings;
986
991
  AppNetworkAccessType?: AppNetworkAccessType;
987
992
  HomeEfsFileSystemKmsKeyId?: string;
988
993
  SubnetIds?: string[];
989
994
  Url?: string;
990
995
  VpcId?: string;
991
996
  KmsKeyId?: string;
992
- DomainSettings?: DomainSettings;
993
997
  AppSecurityGroupManagement?: AppSecurityGroupManagement;
994
- SecurityGroupIdForDomainBoundary?: string;
995
998
  DefaultSpaceSettings?: DefaultSpaceSettings;
996
999
  }
997
1000
  export interface DescribeEdgeDeploymentPlanRequest {
@@ -1120,7 +1123,7 @@ export interface ProductionVariantSummary {
1120
1123
  export interface DescribeEndpointOutput {
1121
1124
  EndpointName: string | undefined;
1122
1125
  EndpointArn: string | undefined;
1123
- EndpointConfigName: string | undefined;
1126
+ EndpointConfigName?: string;
1124
1127
  ProductionVariants?: ProductionVariantSummary[];
1125
1128
  DataCaptureConfig?: DataCaptureConfigSummary;
1126
1129
  EndpointStatus: EndpointStatus | undefined;
@@ -1258,7 +1261,7 @@ export interface DescribeFlowDefinitionResponse {
1258
1261
  CreationTime: Date | undefined;
1259
1262
  HumanLoopRequestSource?: HumanLoopRequestSource;
1260
1263
  HumanLoopActivationConfig?: HumanLoopActivationConfig;
1261
- HumanLoopConfig: HumanLoopConfig | undefined;
1264
+ HumanLoopConfig?: HumanLoopConfig;
1262
1265
  OutputConfig: FlowDefinitionOutputConfig | undefined;
1263
1266
  RoleArn: string | undefined;
1264
1267
  FailureReason?: string;
@@ -1381,6 +1384,8 @@ export interface HyperParameterTuningJobConsumedResources {
1381
1384
  }
1382
1385
  export declare const HyperParameterTuningJobStatus: {
1383
1386
  readonly COMPLETED: "Completed";
1387
+ readonly DELETE_FAILED: "DeleteFailed";
1388
+ readonly DELETING: "Deleting";
1384
1389
  readonly FAILED: "Failed";
1385
1390
  readonly IN_PROGRESS: "InProgress";
1386
1391
  readonly STOPPED: "Stopped";
@@ -1419,10 +1424,10 @@ export interface DescribeHyperParameterTuningJobResponse {
1419
1424
  BestTrainingJob?: HyperParameterTrainingJobSummary;
1420
1425
  OverallBestTrainingJob?: HyperParameterTrainingJobSummary;
1421
1426
  WarmStartConfig?: HyperParameterTuningJobWarmStartConfig;
1427
+ Autotune?: Autotune;
1422
1428
  FailureReason?: string;
1423
1429
  TuningJobCompletionDetails?: HyperParameterTuningJobCompletionDetails;
1424
1430
  ConsumedResources?: HyperParameterTuningJobConsumedResources;
1425
- Autotune?: Autotune;
1426
1431
  }
1427
1432
  export interface DescribeImageRequest {
1428
1433
  ImageName: string | undefined;
@@ -1612,15 +1617,17 @@ export interface ModelConfiguration {
1612
1617
  CompilationJobName?: string;
1613
1618
  }
1614
1619
  export interface InferenceRecommendation {
1620
+ RecommendationId?: string;
1615
1621
  Metrics: RecommendationMetrics | undefined;
1616
1622
  EndpointConfiguration: EndpointOutputConfiguration | undefined;
1617
1623
  ModelConfiguration: ModelConfiguration | undefined;
1618
- RecommendationId?: string;
1619
1624
  InvocationEndTime?: Date;
1620
1625
  InvocationStartTime?: Date;
1621
1626
  }
1622
1627
  export declare const RecommendationJobStatus: {
1623
1628
  readonly COMPLETED: "COMPLETED";
1629
+ readonly DELETED: "DELETED";
1630
+ readonly DELETING: "DELETING";
1624
1631
  readonly FAILED: "FAILED";
1625
1632
  readonly IN_PROGRESS: "IN_PROGRESS";
1626
1633
  readonly PENDING: "PENDING";
@@ -1843,11 +1850,11 @@ export interface DescribeModelPackageOutput {
1843
1850
  LastModifiedTime?: Date;
1844
1851
  LastModifiedBy?: UserContext;
1845
1852
  ApprovalDescription?: string;
1846
- CustomerMetadataProperties?: Record<string, string>;
1847
- DriftCheckBaselines?: DriftCheckBaselines;
1848
1853
  Domain?: string;
1849
1854
  Task?: string;
1850
1855
  SamplePayloadUrl?: string;
1856
+ CustomerMetadataProperties?: Record<string, string>;
1857
+ DriftCheckBaselines?: DriftCheckBaselines;
1851
1858
  AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
1852
1859
  SkipModelValidation?: SkipModelValidation;
1853
1860
  }
@@ -1988,6 +1995,7 @@ export interface DescribePipelineRequest {
1988
1995
  }
1989
1996
  export declare const PipelineStatus: {
1990
1997
  readonly ACTIVE: "Active";
1998
+ readonly DELETING: "Deleting";
1991
1999
  };
1992
2000
  export type PipelineStatus =
1993
2001
  (typeof PipelineStatus)[keyof typeof PipelineStatus];
@@ -2145,10 +2153,10 @@ export interface DescribeSpaceResponse {
2145
2153
  CreationTime?: Date;
2146
2154
  FailureReason?: string;
2147
2155
  SpaceSettings?: SpaceSettings;
2148
- Url?: string;
2149
- SpaceDisplayName?: string;
2150
2156
  OwnershipSettings?: OwnershipSettings;
2151
2157
  SpaceSharingSettings?: SpaceSharingSettings;
2158
+ SpaceDisplayName?: string;
2159
+ Url?: string;
2152
2160
  }
2153
2161
  export interface DescribeStudioLifecycleConfigRequest {
2154
2162
  StudioLifecycleConfigName: string | undefined;
@@ -2182,13 +2190,6 @@ export interface MetricData {
2182
2190
  Value?: number;
2183
2191
  Timestamp?: Date;
2184
2192
  }
2185
- export interface ProfilerRuleEvaluationStatus {
2186
- RuleConfigurationName?: string;
2187
- RuleEvaluationJobArn?: string;
2188
- RuleEvaluationStatus?: RuleEvaluationStatus;
2189
- StatusDetails?: string;
2190
- LastModifiedTime?: Date;
2191
- }
2192
2193
  export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
2193
2194
  export declare const CreateWorkforceRequestFilterSensitiveLog: (
2194
2195
  obj: CreateWorkforceRequest
@@ -125,9 +125,9 @@ import {
125
125
  PipelineExecutionStatus,
126
126
  ProductionVariantSummary,
127
127
  ProfilerRuleConfiguration,
128
- ProfilerRuleEvaluationStatus,
129
128
  RecommendationJobStatus,
130
129
  RecommendationMetrics,
130
+ RuleEvaluationStatus,
131
131
  ScheduleStatus,
132
132
  SourceIpConfig,
133
133
  TensorBoardOutputConfig,
@@ -137,6 +137,13 @@ import {
137
137
  TrialComponentParameterValue,
138
138
  TrialComponentStatus,
139
139
  } from "./models_2";
140
+ export interface ProfilerRuleEvaluationStatus {
141
+ RuleConfigurationName?: string;
142
+ RuleEvaluationJobArn?: string;
143
+ RuleEvaluationStatus?: RuleEvaluationStatus;
144
+ StatusDetails?: string;
145
+ LastModifiedTime?: Date;
146
+ }
140
147
  export declare const ProfilingStatus: {
141
148
  readonly DISABLED: "Disabled";
142
149
  readonly ENABLED: "Enabled";
@@ -152,6 +159,7 @@ export declare const SecondaryStatus: {
152
159
  readonly LAUNCHING_ML_INSTANCES: "LaunchingMLInstances";
153
160
  readonly MAX_RUNTIME_EXCEEDED: "MaxRuntimeExceeded";
154
161
  readonly MAX_WAIT_TIME_EXCEEDED: "MaxWaitTimeExceeded";
162
+ readonly PENDING: "Pending";
155
163
  readonly PREPARING_TRAINING_STACK: "PreparingTrainingStack";
156
164
  readonly RESTARTING: "Restarting";
157
165
  readonly STARTING: "Starting";
@@ -198,6 +206,7 @@ export interface DescribeTrainingJobResponse {
198
206
  InputDataConfig?: Channel[];
199
207
  OutputDataConfig?: OutputDataConfig;
200
208
  ResourceConfig: ResourceConfig | undefined;
209
+ WarmPoolStatus?: WarmPoolStatus;
201
210
  VpcConfig?: VpcConfig;
202
211
  StoppingCondition: StoppingCondition | undefined;
203
212
  CreationTime: Date | undefined;
@@ -221,9 +230,8 @@ export interface DescribeTrainingJobResponse {
221
230
  ProfilerRuleConfigurations?: ProfilerRuleConfiguration[];
222
231
  ProfilerRuleEvaluationStatuses?: ProfilerRuleEvaluationStatus[];
223
232
  ProfilingStatus?: ProfilingStatus;
224
- RetryStrategy?: RetryStrategy;
225
233
  Environment?: Record<string, string>;
226
- WarmPoolStatus?: WarmPoolStatus;
234
+ RetryStrategy?: RetryStrategy;
227
235
  InfraCheckConfig?: InfraCheckConfig;
228
236
  }
229
237
  export interface DescribeTransformJobRequest {
@@ -823,6 +831,8 @@ export declare const ResourceType: {
823
831
  readonly FEATURE_GROUP: "FeatureGroup";
824
832
  readonly FEATURE_METADATA: "FeatureMetadata";
825
833
  readonly HYPER_PARAMETER_TUNING_JOB: "HyperParameterTuningJob";
834
+ readonly IMAGE: "Image";
835
+ readonly IMAGE_VERSION: "ImageVersion";
826
836
  readonly MODEL: "Model";
827
837
  readonly MODEL_CARD: "ModelCard";
828
838
  readonly MODEL_PACKAGE: "ModelPackage";
@@ -909,9 +919,9 @@ export interface HyperParameterTuningJobSearchEntity {
909
919
  OverallBestTrainingJob?: HyperParameterTrainingJobSummary;
910
920
  WarmStartConfig?: HyperParameterTuningJobWarmStartConfig;
911
921
  FailureReason?: string;
912
- Tags?: Tag[];
913
922
  TuningJobCompletionDetails?: HyperParameterTuningJobCompletionDetails;
914
923
  ConsumedResources?: HyperParameterTuningJobConsumedResources;
924
+ Tags?: Tag[];
915
925
  }
916
926
  export declare const HyperParameterTuningJobSortByOptions: {
917
927
  readonly CreationTime: "CreationTime";
@@ -1045,10 +1055,10 @@ export interface InferenceRecommendationsJob {
1045
1055
  }
1046
1056
  export interface RecommendationJobInferenceBenchmark {
1047
1057
  Metrics?: RecommendationMetrics;
1058
+ EndpointMetrics?: InferenceMetrics;
1048
1059
  EndpointConfiguration?: EndpointOutputConfiguration;
1049
1060
  ModelConfiguration: ModelConfiguration | undefined;
1050
1061
  FailureReason?: string;
1051
- EndpointMetrics?: InferenceMetrics;
1052
1062
  InvocationEndTime?: Date;
1053
1063
  InvocationStartTime?: Date;
1054
1064
  }
@@ -1525,7 +1535,7 @@ export interface ListFeatureGroupsRequest {
1525
1535
  }
1526
1536
  export interface ListFeatureGroupsResponse {
1527
1537
  FeatureGroupSummaries: FeatureGroupSummary[] | undefined;
1528
- NextToken: string | undefined;
1538
+ NextToken?: string;
1529
1539
  }
1530
1540
  export interface ListFlowDefinitionsRequest {
1531
1541
  CreationTimeAfter?: Date;
@@ -2313,12 +2323,9 @@ export interface PipelineExecutionStepMetadata {
2313
2323
  Condition?: ConditionStepMetadata;
2314
2324
  Callback?: CallbackStepMetadata;
2315
2325
  Lambda?: LambdaStepMetadata;
2326
+ EMR?: EMRStepMetadata;
2316
2327
  QualityCheck?: QualityCheckStepMetadata;
2317
2328
  ClarifyCheck?: ClarifyCheckStepMetadata;
2318
- EMR?: EMRStepMetadata;
2319
2329
  Fail?: FailStepMetadata;
2320
2330
  AutoMLJob?: AutoMLJobStepMetadata;
2321
2331
  }
2322
- export interface SelectiveExecutionResult {
2323
- SourcePipelineExecutionArn?: string;
2324
- }
@@ -140,7 +140,6 @@ import {
140
140
  ResourceType,
141
141
  SecondaryStatus,
142
142
  SecondaryStatusTransition,
143
- SelectiveExecutionResult,
144
143
  SortBy,
145
144
  SortOrder,
146
145
  TransformJobStatus,
@@ -153,6 +152,9 @@ import {
153
152
  Workforce,
154
153
  Workteam,
155
154
  } from "./models_3";
155
+ export interface SelectiveExecutionResult {
156
+ SourcePipelineExecutionArn?: string;
157
+ }
156
158
  export declare const StepStatus: {
157
159
  readonly EXECUTING: "Executing";
158
160
  readonly FAILED: "Failed";
@@ -170,9 +172,9 @@ export interface PipelineExecutionStep {
170
172
  EndTime?: Date;
171
173
  StepStatus?: StepStatus;
172
174
  CacheHitResult?: CacheHitResult;
173
- AttemptCount?: number;
174
175
  FailureReason?: string;
175
176
  Metadata?: PipelineExecutionStepMetadata;
177
+ AttemptCount?: number;
176
178
  SelectiveExecutionResult?: SelectiveExecutionResult;
177
179
  }
178
180
  export interface ListPipelineExecutionStepsResponse {
@@ -338,10 +340,10 @@ export interface SpaceDetails {
338
340
  Status?: SpaceStatus;
339
341
  CreationTime?: Date;
340
342
  LastModifiedTime?: Date;
341
- SpaceDisplayName?: string;
342
343
  SpaceSettingsSummary?: SpaceSettingsSummary;
343
344
  SpaceSharingSettingsSummary?: SpaceSharingSettingsSummary;
344
345
  OwnershipSettingsSummary?: OwnershipSettingsSummary;
346
+ SpaceDisplayName?: string;
345
347
  }
346
348
  export interface ListSpacesResponse {
347
349
  Spaces?: SpaceDetails[];
@@ -646,6 +648,7 @@ export interface TransformJob {
646
648
  Environment?: Record<string, string>;
647
649
  TransformInput?: TransformInput;
648
650
  TransformOutput?: TransformOutput;
651
+ DataCaptureConfig?: BatchDataCaptureConfig;
649
652
  TransformResources?: TransformResources;
650
653
  CreationTime?: Date;
651
654
  TransformStartTime?: Date;
@@ -655,7 +658,6 @@ export interface TransformJob {
655
658
  DataProcessing?: DataProcessing;
656
659
  ExperimentConfig?: ExperimentConfig;
657
660
  Tags?: Tag[];
658
- DataCaptureConfig?: BatchDataCaptureConfig;
659
661
  }
660
662
  export interface ModelDashboardModelCard {
661
663
  ModelCardArn?: string;
@@ -776,8 +778,8 @@ export interface PipelineExecution {
776
778
  CreatedBy?: UserContext;
777
779
  LastModifiedBy?: UserContext;
778
780
  ParallelismConfiguration?: ParallelismConfiguration;
779
- PipelineParameters?: Parameter[];
780
781
  SelectiveExecutionConfig?: SelectiveExecutionConfig;
782
+ PipelineParameters?: Parameter[];
781
783
  }
782
784
  export interface ProcessingJob {
783
785
  ProcessingInputs?: ProcessingInput[];
@@ -998,11 +1000,11 @@ export interface SearchRecord {
998
1000
  Pipeline?: Pipeline;
999
1001
  PipelineExecution?: PipelineExecution;
1000
1002
  FeatureGroup?: FeatureGroup;
1001
- Project?: Project;
1002
1003
  FeatureMetadata?: FeatureMetadata;
1004
+ Project?: Project;
1003
1005
  HyperParameterTuningJob?: HyperParameterTuningJobSearchEntity;
1004
- Model?: ModelDashboardModel;
1005
1006
  ModelCard?: ModelCard;
1007
+ Model?: ModelDashboardModel;
1006
1008
  }
1007
1009
  export interface SearchResponse {
1008
1010
  Results?: SearchRecord[];
@@ -1171,8 +1173,8 @@ export interface UpdateDomainRequest {
1171
1173
  DomainId: string | undefined;
1172
1174
  DefaultUserSettings?: UserSettings;
1173
1175
  DomainSettingsForUpdate?: DomainSettingsForUpdate;
1174
- DefaultSpaceSettings?: DefaultSpaceSettings;
1175
1176
  AppSecurityGroupManagement?: AppSecurityGroupManagement;
1177
+ DefaultSpaceSettings?: DefaultSpaceSettings;
1176
1178
  SubnetIds?: string[];
1177
1179
  AppNetworkAccessType?: AppNetworkAccessType;
1178
1180
  }
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListFeatureGroupsCommandInput,
4
+ ListFeatureGroupsCommandOutput,
5
+ } from "../commands/ListFeatureGroupsCommand";
6
+ import { SageMakerPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListFeatureGroups(
8
+ config: SageMakerPaginationConfiguration,
9
+ input: ListFeatureGroupsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListFeatureGroupsCommandOutput>;
@@ -20,6 +20,7 @@ export * from "./ListEdgePackagingJobsPaginator";
20
20
  export * from "./ListEndpointConfigsPaginator";
21
21
  export * from "./ListEndpointsPaginator";
22
22
  export * from "./ListExperimentsPaginator";
23
+ export * from "./ListFeatureGroupsPaginator";
23
24
  export * from "./ListFlowDefinitionsPaginator";
24
25
  export * from "./ListHumanTaskUisPaginator";
25
26
  export * from "./ListHyperParameterTuningJobsPaginator";
@@ -275,6 +275,10 @@ import {
275
275
  DeleteCodeRepositoryCommandInput,
276
276
  DeleteCodeRepositoryCommandOutput,
277
277
  } from "../commands/DeleteCodeRepositoryCommand";
278
+ import {
279
+ DeleteCompilationJobCommandInput,
280
+ DeleteCompilationJobCommandOutput,
281
+ } from "../commands/DeleteCompilationJobCommand";
278
282
  import {
279
283
  DeleteContextCommandInput,
280
284
  DeleteContextCommandOutput,
@@ -1543,6 +1547,10 @@ export declare const se_DeleteCodeRepositoryCommand: (
1543
1547
  input: DeleteCodeRepositoryCommandInput,
1544
1548
  context: __SerdeContext
1545
1549
  ) => Promise<__HttpRequest>;
1550
+ export declare const se_DeleteCompilationJobCommand: (
1551
+ input: DeleteCompilationJobCommandInput,
1552
+ context: __SerdeContext
1553
+ ) => Promise<__HttpRequest>;
1546
1554
  export declare const se_DeleteContextCommand: (
1547
1555
  input: DeleteContextCommandInput,
1548
1556
  context: __SerdeContext
@@ -2811,6 +2819,10 @@ export declare const de_DeleteCodeRepositoryCommand: (
2811
2819
  output: __HttpResponse,
2812
2820
  context: __SerdeContext
2813
2821
  ) => Promise<DeleteCodeRepositoryCommandOutput>;
2822
+ export declare const de_DeleteCompilationJobCommand: (
2823
+ output: __HttpResponse,
2824
+ context: __SerdeContext
2825
+ ) => Promise<DeleteCompilationJobCommandOutput>;
2814
2826
  export declare const de_DeleteContextCommand: (
2815
2827
  output: __HttpResponse,
2816
2828
  context: __SerdeContext
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.474.0",
4
+ "version": "3.475.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",