@aws-sdk/client-sagemaker 3.1033.0 → 3.1034.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 (201) hide show
  1. package/README.md +98 -0
  2. package/dist-cjs/index.js +317 -8
  3. package/dist-cjs/schemas/schemas_0.js +718 -214
  4. package/dist-es/SageMaker.js +34 -0
  5. package/dist-es/commands/CreateAIBenchmarkJobCommand.js +16 -0
  6. package/dist-es/commands/CreateAIRecommendationJobCommand.js +16 -0
  7. package/dist-es/commands/CreateAIWorkloadConfigCommand.js +16 -0
  8. package/dist-es/commands/DeleteAIBenchmarkJobCommand.js +16 -0
  9. package/dist-es/commands/DeleteAIRecommendationJobCommand.js +16 -0
  10. package/dist-es/commands/DeleteAIWorkloadConfigCommand.js +16 -0
  11. package/dist-es/commands/DescribeAIBenchmarkJobCommand.js +16 -0
  12. package/dist-es/commands/DescribeAIRecommendationJobCommand.js +16 -0
  13. package/dist-es/commands/DescribeAIWorkloadConfigCommand.js +16 -0
  14. package/dist-es/commands/ListAIBenchmarkJobsCommand.js +16 -0
  15. package/dist-es/commands/ListAIRecommendationJobsCommand.js +16 -0
  16. package/dist-es/commands/ListAIWorkloadConfigsCommand.js +16 -0
  17. package/dist-es/commands/StopAIBenchmarkJobCommand.js +16 -0
  18. package/dist-es/commands/StopAIRecommendationJobCommand.js +16 -0
  19. package/dist-es/commands/index.js +14 -0
  20. package/dist-es/index.js +1 -0
  21. package/dist-es/models/enums.js +99 -8
  22. package/dist-es/models/models_5.js +1 -0
  23. package/dist-es/pagination/ListAIBenchmarkJobsPaginator.js +4 -0
  24. package/dist-es/pagination/ListAIRecommendationJobsPaginator.js +4 -0
  25. package/dist-es/pagination/ListAIWorkloadConfigsPaginator.js +4 -0
  26. package/dist-es/pagination/index.js +3 -0
  27. package/dist-es/schemas/schemas_0.js +679 -177
  28. package/dist-types/SageMaker.d.ts +122 -0
  29. package/dist-types/SageMakerClient.d.ts +16 -2
  30. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +19 -0
  31. package/dist-types/commands/CreateAIBenchmarkJobCommand.d.ts +115 -0
  32. package/dist-types/commands/CreateAIRecommendationJobCommand.d.ts +122 -0
  33. package/dist-types/commands/CreateAIWorkloadConfigCommand.d.ts +103 -0
  34. package/dist-types/commands/CreateActionCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateAlgorithmCommand.d.ts +21 -4
  36. package/dist-types/commands/CreateAppCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +1 -1
  41. package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +1 -2
  43. package/dist-types/commands/CreateModelPackageCommand.d.ts +25 -0
  44. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +1 -1
  45. package/dist-types/commands/CreatePartnerAppCommand.d.ts +1 -1
  46. package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
  47. package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
  48. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
  49. package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
  50. package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
  51. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteAIBenchmarkJobCommand.d.ts +77 -0
  55. package/dist-types/commands/DeleteAIRecommendationJobCommand.d.ts +77 -0
  56. package/dist-types/commands/DeleteAIWorkloadConfigCommand.d.ts +80 -0
  57. package/dist-types/commands/DescribeAIBenchmarkJobCommand.d.ts +121 -0
  58. package/dist-types/commands/DescribeAIRecommendationJobCommand.d.ts +170 -0
  59. package/dist-types/commands/DescribeAIWorkloadConfigCommand.d.ts +102 -0
  60. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +20 -3
  61. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeMlflowAppCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeModelCardCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeModelPackageCommand.d.ts +26 -1
  72. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  76. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +2 -2
  78. package/dist-types/commands/DescribePartnerAppCommand.d.ts +1 -2
  79. package/dist-types/commands/ListAIBenchmarkJobsCommand.d.ts +91 -0
  80. package/dist-types/commands/ListAIRecommendationJobsCommand.d.ts +90 -0
  81. package/dist-types/commands/ListAIWorkloadConfigsCommand.d.ts +87 -0
  82. package/dist-types/commands/ListModelCardVersionsCommand.d.ts +2 -1
  83. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  84. package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -1
  85. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  86. package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
  87. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  88. package/dist-types/commands/ListModelsCommand.d.ts +1 -1
  89. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  90. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  91. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  92. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  93. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  94. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
  95. package/dist-types/commands/ListOptimizationJobsCommand.d.ts +2 -2
  96. package/dist-types/commands/ListPartnerAppsCommand.d.ts +1 -1
  97. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -2
  98. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
  99. package/dist-types/commands/SearchCommand.d.ts +27 -35
  100. package/dist-types/commands/StopAIBenchmarkJobCommand.d.ts +77 -0
  101. package/dist-types/commands/StopAIRecommendationJobCommand.d.ts +77 -0
  102. package/dist-types/commands/UpdateModelPackageCommand.d.ts +26 -14
  103. package/dist-types/commands/index.d.ts +14 -0
  104. package/dist-types/index.d.ts +1 -0
  105. package/dist-types/models/enums.d.ts +187 -16
  106. package/dist-types/models/models_0.d.ts +3225 -3460
  107. package/dist-types/models/models_1.d.ts +3498 -3293
  108. package/dist-types/models/models_2.d.ts +3410 -4095
  109. package/dist-types/models/models_3.d.ts +4524 -4193
  110. package/dist-types/models/models_4.d.ts +1679 -76
  111. package/dist-types/models/models_5.d.ts +74 -0
  112. package/dist-types/pagination/ListAIBenchmarkJobsPaginator.d.ts +7 -0
  113. package/dist-types/pagination/ListAIRecommendationJobsPaginator.d.ts +7 -0
  114. package/dist-types/pagination/ListAIWorkloadConfigsPaginator.d.ts +7 -0
  115. package/dist-types/pagination/index.d.ts +3 -0
  116. package/dist-types/schemas/schemas_0.d.ts +74 -0
  117. package/dist-types/ts3.4/SageMaker.d.ts +262 -0
  118. package/dist-types/ts3.4/SageMakerClient.d.ts +84 -0
  119. package/dist-types/ts3.4/commands/CreateAIBenchmarkJobCommand.d.ts +51 -0
  120. package/dist-types/ts3.4/commands/CreateAIRecommendationJobCommand.d.ts +51 -0
  121. package/dist-types/ts3.4/commands/CreateAIWorkloadConfigCommand.d.ts +51 -0
  122. package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/CreateAutoMLJobV2Command.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/CreateClusterSchedulerConfigCommand.d.ts +4 -2
  131. package/dist-types/ts3.4/commands/CreatePartnerAppCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/DeleteAIBenchmarkJobCommand.d.ts +51 -0
  141. package/dist-types/ts3.4/commands/DeleteAIRecommendationJobCommand.d.ts +51 -0
  142. package/dist-types/ts3.4/commands/DeleteAIWorkloadConfigCommand.d.ts +51 -0
  143. package/dist-types/ts3.4/commands/DescribeAIBenchmarkJobCommand.d.ts +51 -0
  144. package/dist-types/ts3.4/commands/DescribeAIRecommendationJobCommand.d.ts +51 -0
  145. package/dist-types/ts3.4/commands/DescribeAIWorkloadConfigCommand.d.ts +51 -0
  146. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeOptimizationJobCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DescribePartnerAppCommand.d.ts +4 -2
  164. package/dist-types/ts3.4/commands/ListAIBenchmarkJobsCommand.d.ts +51 -0
  165. package/dist-types/ts3.4/commands/ListAIRecommendationJobsCommand.d.ts +51 -0
  166. package/dist-types/ts3.4/commands/ListAIWorkloadConfigsCommand.d.ts +51 -0
  167. package/dist-types/ts3.4/commands/ListModelCardVersionsCommand.d.ts +2 -4
  168. package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/ListNotebookInstancesCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/ListOptimizationJobsCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/ListPartnerAppsCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
  185. package/dist-types/ts3.4/commands/StopAIBenchmarkJobCommand.d.ts +51 -0
  186. package/dist-types/ts3.4/commands/StopAIRecommendationJobCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/index.d.ts +14 -0
  188. package/dist-types/ts3.4/index.d.ts +1 -0
  189. package/dist-types/ts3.4/models/enums.d.ts +123 -12
  190. package/dist-types/ts3.4/models/models_0.d.ts +218 -242
  191. package/dist-types/ts3.4/models/models_1.d.ts +296 -217
  192. package/dist-types/ts3.4/models/models_2.d.ts +303 -488
  193. package/dist-types/ts3.4/models/models_3.d.ts +535 -426
  194. package/dist-types/ts3.4/models/models_4.d.ts +431 -42
  195. package/dist-types/ts3.4/models/models_5.d.ts +24 -0
  196. package/dist-types/ts3.4/pagination/ListAIBenchmarkJobsPaginator.d.ts +11 -0
  197. package/dist-types/ts3.4/pagination/ListAIRecommendationJobsPaginator.d.ts +11 -0
  198. package/dist-types/ts3.4/pagination/ListAIWorkloadConfigsPaginator.d.ts +11 -0
  199. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  200. package/dist-types/ts3.4/schemas/schemas_0.d.ts +74 -0
  201. package/package.json +19 -19
@@ -2,6 +2,7 @@ import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion } from
2
2
  import {
3
3
  _InstanceType,
4
4
  AccountDefaultStatus,
5
+ ActionStatus,
5
6
  ActivationState,
6
7
  AppInstanceType,
7
8
  AppNetworkAccessType,
@@ -12,14 +13,18 @@ import {
12
13
  AvailabilityZoneBalanceEnforcementMode,
13
14
  AwsManagedHumanLoopRequestSource,
14
15
  CapacityReservationPreference,
16
+ ClusterNodeProvisioningMode,
17
+ ClusterNodeRecovery,
15
18
  CollectionType,
19
+ CompleteOnConvergence,
20
+ ContainerMode,
16
21
  ContentClassifier,
17
- DataDistributionType,
18
22
  DeviceSubsetType,
19
23
  DirectInternetAccess,
20
24
  EdgePresetDeploymentType,
21
25
  ExecutionRoleIdentityConfig,
22
26
  FailureHandlingPolicy,
27
+ FairShare,
23
28
  FeatureStatus,
24
29
  FeatureType,
25
30
  FlatInvocations,
@@ -27,12 +32,13 @@ import {
27
32
  HubContentType,
28
33
  HyperParameterScalingType,
29
34
  HyperParameterTuningAllocationStrategy,
35
+ HyperParameterTuningJobObjectiveType,
30
36
  HyperParameterTuningJobStrategyType,
31
37
  HyperParameterTuningJobWarmStartType,
38
+ IdleResourceSharing,
32
39
  InferenceComponentPlacementStrategy,
33
40
  InferenceExecutionMode,
34
41
  InferenceExperimentType,
35
- InputMode,
36
42
  IPAddressType,
37
43
  JobType,
38
44
  ManagedInstanceScalingScaleInStrategy,
@@ -51,12 +57,10 @@ import {
51
57
  NotebookInstanceAcceleratorType,
52
58
  NotebookOutputOption,
53
59
  OptimizationJobDeploymentInstanceType,
54
- PartnerAppAuthType,
55
- PartnerAppType,
60
+ ParameterType,
61
+ ProblemType,
56
62
  ProcessingInstanceType,
57
- ProcessingS3CompressionType,
58
63
  ProcessingS3DataDistributionType,
59
- ProcessingS3DataType,
60
64
  ProcessingS3InputMode,
61
65
  ProcessingS3UploadMode,
62
66
  Processor,
@@ -65,8 +69,6 @@ import {
65
69
  ProductionVariantInstanceType,
66
70
  RecommendationJobSupportedEndpointType,
67
71
  RecommendationJobType,
68
- RedshiftResultCompressionType,
69
- RedshiftResultFormat,
70
72
  RootAccess,
71
73
  RoutingStrategy,
72
74
  RStudioServerProAccessStatus,
@@ -91,14 +93,36 @@ import {
91
93
  VendorGuidance,
92
94
  } from "./enums";
93
95
  import {
96
+ ActionSource,
94
97
  AdditionalInferenceSpecificationDefinition,
98
+ AdditionalModelDataSource,
99
+ AdditionalS3DataSource,
100
+ AIBenchmarkNetworkConfig,
101
+ AIBenchmarkOutputConfig,
102
+ AIBenchmarkTarget,
103
+ AIDatasetConfig,
104
+ AIModelSource,
105
+ AIRecommendationComputeSpec,
106
+ AIRecommendationInferenceSpecification,
107
+ AIRecommendationOutputConfig,
108
+ AIRecommendationPerformanceTarget,
109
+ AIWorkloadConfigs,
110
+ AlgorithmValidationSpecification,
95
111
  AmazonQSettings,
96
112
  AnnotationConsolidationConfig,
97
113
  AppLifecycleManagement,
98
- AppSpecification,
114
+ ArtifactSource,
99
115
  AsyncInferenceConfig,
100
- AthenaDatasetDefinition,
101
116
  AuthorizedUrl,
117
+ AutoMLChannel,
118
+ AutoMLComputeConfig,
119
+ AutoMLDataSplitConfig,
120
+ AutoMLJobChannel,
121
+ AutoMLJobConfig,
122
+ AutoMLJobObjective,
123
+ AutoMLOutputDataConfig,
124
+ AutoMLProblemTypeConfig,
125
+ AutoMLSecurityConfig,
102
126
  AutoParameter,
103
127
  AutoRollbackConfig,
104
128
  Autotune,
@@ -112,27 +136,32 @@ import {
112
136
  CaptureOption,
113
137
  CategoricalParameter,
114
138
  CategoricalParameterRange,
115
- CfnCreateTemplateProvider,
139
+ CategoricalParameterRangeSpecification,
116
140
  Channel,
141
+ ChannelSpecification,
117
142
  CheckpointConfig,
118
143
  ClarifyExplainerConfig,
144
+ ClusterAutoScalingConfig,
145
+ ClusterInstanceGroupSpecification,
146
+ ClusterOrchestrator,
147
+ ClusterRestrictedInstanceGroupSpecification,
148
+ ClusterTieredStorageConfig,
149
+ CodeEditorAppImageConfig,
119
150
  CodeEditorAppSettings,
120
151
  CodeRepository,
121
152
  CollectionConfig,
122
153
  ComputeQuotaConfig,
123
154
  ComputeQuotaTarget,
124
- ContainerDefinition,
125
- ContextSource,
126
- ContinuousParameterRange,
127
- ConvergenceDetected,
128
155
  CustomImage,
129
156
  GitConfig,
130
- HyperParameterTuningJobObjective,
157
+ ImageConfig,
131
158
  InferenceSpecification,
132
- MetadataProperties,
159
+ JupyterLabAppImageConfig,
160
+ KernelGatewayImageConfig,
133
161
  MetricDefinition,
134
162
  MetricsSource,
135
163
  ModelDataSource,
164
+ MultiModelConfig,
136
165
  OutputDataConfig,
137
166
  ResourceConfig,
138
167
  ResourceSpec,
@@ -141,6 +170,256 @@ import {
141
170
  TransformJobDefinition,
142
171
  VpcConfig,
143
172
  } from "./models_0";
173
+ export interface ContainerDefinition {
174
+ ContainerHostname?: string | undefined;
175
+ Image?: string | undefined;
176
+ ImageConfig?: ImageConfig | undefined;
177
+ Mode?: ContainerMode | undefined;
178
+ ModelDataUrl?: string | undefined;
179
+ ModelDataSource?: ModelDataSource | undefined;
180
+ AdditionalModelDataSources?: AdditionalModelDataSource[] | undefined;
181
+ Environment?: Record<string, string> | undefined;
182
+ ModelPackageName?: string | undefined;
183
+ InferenceSpecificationName?: string | undefined;
184
+ MultiModelConfig?: MultiModelConfig | undefined;
185
+ }
186
+ export interface ContextSource {
187
+ SourceUri: string | undefined;
188
+ SourceType?: string | undefined;
189
+ SourceId?: string | undefined;
190
+ }
191
+ export interface ContextSummary {
192
+ ContextArn?: string | undefined;
193
+ ContextName?: string | undefined;
194
+ Source?: ContextSource | undefined;
195
+ ContextType?: string | undefined;
196
+ CreationTime?: Date | undefined;
197
+ LastModifiedTime?: Date | undefined;
198
+ }
199
+ export interface ContinuousParameterRange {
200
+ Name: string | undefined;
201
+ MinValue: string | undefined;
202
+ MaxValue: string | undefined;
203
+ ScalingType?: HyperParameterScalingType | undefined;
204
+ }
205
+ export interface ContinuousParameterRangeSpecification {
206
+ MinValue: string | undefined;
207
+ MaxValue: string | undefined;
208
+ }
209
+ export interface ConvergenceDetected {
210
+ CompleteOnConvergence?: CompleteOnConvergence | undefined;
211
+ }
212
+ export interface MetadataProperties {
213
+ CommitId?: string | undefined;
214
+ Repository?: string | undefined;
215
+ GeneratedBy?: string | undefined;
216
+ ProjectId?: string | undefined;
217
+ }
218
+ export interface CreateActionRequest {
219
+ ActionName: string | undefined;
220
+ Source: ActionSource | undefined;
221
+ ActionType: string | undefined;
222
+ Description?: string | undefined;
223
+ Status?: ActionStatus | undefined;
224
+ Properties?: Record<string, string> | undefined;
225
+ MetadataProperties?: MetadataProperties | undefined;
226
+ Tags?: Tag[] | undefined;
227
+ }
228
+ export interface CreateActionResponse {
229
+ ActionArn?: string | undefined;
230
+ }
231
+ export interface CreateAIBenchmarkJobRequest {
232
+ AIBenchmarkJobName: string | undefined;
233
+ BenchmarkTarget: AIBenchmarkTarget | undefined;
234
+ OutputConfig: AIBenchmarkOutputConfig | undefined;
235
+ AIWorkloadConfigIdentifier: string | undefined;
236
+ RoleArn: string | undefined;
237
+ NetworkConfig?: AIBenchmarkNetworkConfig | undefined;
238
+ Tags?: Tag[] | undefined;
239
+ }
240
+ export interface CreateAIBenchmarkJobResponse {
241
+ AIBenchmarkJobArn: string | undefined;
242
+ }
243
+ export interface CreateAIRecommendationJobRequest {
244
+ AIRecommendationJobName: string | undefined;
245
+ ModelSource: AIModelSource | undefined;
246
+ OutputConfig: AIRecommendationOutputConfig | undefined;
247
+ AIWorkloadConfigIdentifier: string | undefined;
248
+ PerformanceTarget: AIRecommendationPerformanceTarget | undefined;
249
+ RoleArn: string | undefined;
250
+ InferenceSpecification?: AIRecommendationInferenceSpecification | undefined;
251
+ OptimizeModel?: boolean | undefined;
252
+ ComputeSpec?: AIRecommendationComputeSpec | undefined;
253
+ Tags?: Tag[] | undefined;
254
+ }
255
+ export interface CreateAIRecommendationJobResponse {
256
+ AIRecommendationJobArn: string | undefined;
257
+ }
258
+ export interface CreateAIWorkloadConfigRequest {
259
+ AIWorkloadConfigName: string | undefined;
260
+ DatasetConfig?: AIDatasetConfig | undefined;
261
+ AIWorkloadConfigs?: AIWorkloadConfigs | undefined;
262
+ Tags?: Tag[] | undefined;
263
+ }
264
+ export interface CreateAIWorkloadConfigResponse {
265
+ AIWorkloadConfigArn: string | undefined;
266
+ }
267
+ export interface IntegerParameterRangeSpecification {
268
+ MinValue: string | undefined;
269
+ MaxValue: string | undefined;
270
+ }
271
+ export interface ParameterRange {
272
+ IntegerParameterRangeSpecification?:
273
+ | IntegerParameterRangeSpecification
274
+ | undefined;
275
+ ContinuousParameterRangeSpecification?:
276
+ | ContinuousParameterRangeSpecification
277
+ | undefined;
278
+ CategoricalParameterRangeSpecification?:
279
+ | CategoricalParameterRangeSpecification
280
+ | undefined;
281
+ }
282
+ export interface HyperParameterSpecification {
283
+ Name: string | undefined;
284
+ Description?: string | undefined;
285
+ Type: ParameterType | undefined;
286
+ Range?: ParameterRange | undefined;
287
+ IsTunable?: boolean | undefined;
288
+ IsRequired?: boolean | undefined;
289
+ DefaultValue?: string | undefined;
290
+ }
291
+ export interface HyperParameterTuningJobObjective {
292
+ Type: HyperParameterTuningJobObjectiveType | undefined;
293
+ MetricName: string | undefined;
294
+ }
295
+ export interface TrainingSpecification {
296
+ TrainingImage: string | undefined;
297
+ TrainingImageDigest?: string | undefined;
298
+ SupportedHyperParameters?: HyperParameterSpecification[] | undefined;
299
+ SupportedTrainingInstanceTypes: TrainingInstanceType[] | undefined;
300
+ SupportsDistributedTraining?: boolean | undefined;
301
+ MetricDefinitions?: MetricDefinition[] | undefined;
302
+ TrainingChannels: ChannelSpecification[] | undefined;
303
+ SupportedTuningJobObjectiveMetrics?:
304
+ | HyperParameterTuningJobObjective[]
305
+ | undefined;
306
+ AdditionalS3DataSource?: AdditionalS3DataSource | undefined;
307
+ }
308
+ export interface CreateAlgorithmInput {
309
+ AlgorithmName: string | undefined;
310
+ AlgorithmDescription?: string | undefined;
311
+ TrainingSpecification: TrainingSpecification | undefined;
312
+ InferenceSpecification?: InferenceSpecification | undefined;
313
+ ValidationSpecification?: AlgorithmValidationSpecification | undefined;
314
+ CertifyForMarketplace?: boolean | undefined;
315
+ Tags?: Tag[] | undefined;
316
+ }
317
+ export interface CreateAlgorithmOutput {
318
+ AlgorithmArn: string | undefined;
319
+ }
320
+ export interface CreateAppRequest {
321
+ DomainId: string | undefined;
322
+ UserProfileName?: string | undefined;
323
+ SpaceName?: string | undefined;
324
+ AppType: AppType | undefined;
325
+ AppName: string | undefined;
326
+ Tags?: Tag[] | undefined;
327
+ ResourceSpec?: ResourceSpec | undefined;
328
+ RecoveryMode?: boolean | undefined;
329
+ }
330
+ export interface CreateAppResponse {
331
+ AppArn?: string | undefined;
332
+ }
333
+ export interface CreateAppImageConfigRequest {
334
+ AppImageConfigName: string | undefined;
335
+ Tags?: Tag[] | undefined;
336
+ KernelGatewayImageConfig?: KernelGatewayImageConfig | undefined;
337
+ JupyterLabAppImageConfig?: JupyterLabAppImageConfig | undefined;
338
+ CodeEditorAppImageConfig?: CodeEditorAppImageConfig | undefined;
339
+ }
340
+ export interface CreateAppImageConfigResponse {
341
+ AppImageConfigArn?: string | undefined;
342
+ }
343
+ export interface CreateArtifactRequest {
344
+ ArtifactName?: string | undefined;
345
+ Source: ArtifactSource | undefined;
346
+ ArtifactType: string | undefined;
347
+ Properties?: Record<string, string> | undefined;
348
+ MetadataProperties?: MetadataProperties | undefined;
349
+ Tags?: Tag[] | undefined;
350
+ }
351
+ export interface CreateArtifactResponse {
352
+ ArtifactArn?: string | undefined;
353
+ }
354
+ export interface ModelDeployConfig {
355
+ AutoGenerateEndpointName?: boolean | undefined;
356
+ EndpointName?: string | undefined;
357
+ }
358
+ export interface CreateAutoMLJobRequest {
359
+ AutoMLJobName: string | undefined;
360
+ InputDataConfig: AutoMLChannel[] | undefined;
361
+ OutputDataConfig: AutoMLOutputDataConfig | undefined;
362
+ ProblemType?: ProblemType | undefined;
363
+ AutoMLJobObjective?: AutoMLJobObjective | undefined;
364
+ AutoMLJobConfig?: AutoMLJobConfig | undefined;
365
+ RoleArn: string | undefined;
366
+ GenerateCandidateDefinitionsOnly?: boolean | undefined;
367
+ Tags?: Tag[] | undefined;
368
+ ModelDeployConfig?: ModelDeployConfig | undefined;
369
+ }
370
+ export interface CreateAutoMLJobResponse {
371
+ AutoMLJobArn: string | undefined;
372
+ }
373
+ export interface CreateAutoMLJobV2Request {
374
+ AutoMLJobName: string | undefined;
375
+ AutoMLJobInputDataConfig: AutoMLJobChannel[] | undefined;
376
+ OutputDataConfig: AutoMLOutputDataConfig | undefined;
377
+ AutoMLProblemTypeConfig: AutoMLProblemTypeConfig | undefined;
378
+ RoleArn: string | undefined;
379
+ Tags?: Tag[] | undefined;
380
+ SecurityConfig?: AutoMLSecurityConfig | undefined;
381
+ AutoMLJobObjective?: AutoMLJobObjective | undefined;
382
+ ModelDeployConfig?: ModelDeployConfig | undefined;
383
+ DataSplitConfig?: AutoMLDataSplitConfig | undefined;
384
+ AutoMLComputeConfig?: AutoMLComputeConfig | undefined;
385
+ }
386
+ export interface CreateAutoMLJobV2Response {
387
+ AutoMLJobArn: string | undefined;
388
+ }
389
+ export interface CreateClusterRequest {
390
+ ClusterName: string | undefined;
391
+ InstanceGroups?: ClusterInstanceGroupSpecification[] | undefined;
392
+ RestrictedInstanceGroups?:
393
+ | ClusterRestrictedInstanceGroupSpecification[]
394
+ | undefined;
395
+ VpcConfig?: VpcConfig | undefined;
396
+ Tags?: Tag[] | undefined;
397
+ Orchestrator?: ClusterOrchestrator | undefined;
398
+ NodeRecovery?: ClusterNodeRecovery | undefined;
399
+ TieredStorageConfig?: ClusterTieredStorageConfig | undefined;
400
+ NodeProvisioningMode?: ClusterNodeProvisioningMode | undefined;
401
+ ClusterRole?: string | undefined;
402
+ AutoScaling?: ClusterAutoScalingConfig | undefined;
403
+ }
404
+ export interface CreateClusterResponse {
405
+ ClusterArn: string | undefined;
406
+ }
407
+ export interface PriorityClass {
408
+ Name: string | undefined;
409
+ Weight: number | undefined;
410
+ }
411
+ export interface SchedulerConfig {
412
+ PriorityClasses?: PriorityClass[] | undefined;
413
+ FairShare?: FairShare | undefined;
414
+ IdleResourceSharing?: IdleResourceSharing | undefined;
415
+ }
416
+ export interface CreateClusterSchedulerConfigRequest {
417
+ Name: string | undefined;
418
+ ClusterArn: string | undefined;
419
+ SchedulerConfig: SchedulerConfig | undefined;
420
+ Description?: string | undefined;
421
+ Tags?: Tag[] | undefined;
422
+ }
144
423
  export interface CreateClusterSchedulerConfigResponse {
145
424
  ClusterSchedulerConfigArn: string | undefined;
146
425
  ClusterSchedulerConfigId: string | undefined;
@@ -1691,203 +1970,3 @@ export interface PartnerAppConfig {
1691
1970
  AssignedGroupPatterns?: string[] | undefined;
1692
1971
  RoleGroupAssignments?: RoleGroupAssignment[] | undefined;
1693
1972
  }
1694
- export interface PartnerAppMaintenanceConfig {
1695
- MaintenanceWindowStart?: string | undefined;
1696
- }
1697
- export interface CreatePartnerAppRequest {
1698
- Name: string | undefined;
1699
- Type: PartnerAppType | undefined;
1700
- ExecutionRoleArn: string | undefined;
1701
- KmsKeyId?: string | undefined;
1702
- MaintenanceConfig?: PartnerAppMaintenanceConfig | undefined;
1703
- Tier: string | undefined;
1704
- ApplicationConfig?: PartnerAppConfig | undefined;
1705
- AuthType: PartnerAppAuthType | undefined;
1706
- EnableIamSessionBasedIdentity?: boolean | undefined;
1707
- EnableAutoMinorVersionUpgrade?: boolean | undefined;
1708
- ClientToken?: string | undefined;
1709
- Tags?: Tag[] | undefined;
1710
- }
1711
- export interface CreatePartnerAppResponse {
1712
- Arn?: string | undefined;
1713
- }
1714
- export interface CreatePartnerAppPresignedUrlRequest {
1715
- Arn: string | undefined;
1716
- ExpiresInSeconds?: number | undefined;
1717
- SessionExpirationDurationInSeconds?: number | undefined;
1718
- }
1719
- export interface CreatePartnerAppPresignedUrlResponse {
1720
- Url?: string | undefined;
1721
- }
1722
- export interface ParallelismConfiguration {
1723
- MaxParallelExecutionSteps: number | undefined;
1724
- }
1725
- export interface PipelineDefinitionS3Location {
1726
- Bucket: string | undefined;
1727
- ObjectKey: string | undefined;
1728
- VersionId?: string | undefined;
1729
- }
1730
- export interface CreatePipelineRequest {
1731
- PipelineName: string | undefined;
1732
- PipelineDisplayName?: string | undefined;
1733
- PipelineDefinition?: string | undefined;
1734
- PipelineDefinitionS3Location?: PipelineDefinitionS3Location | undefined;
1735
- PipelineDescription?: string | undefined;
1736
- ClientRequestToken?: string | undefined;
1737
- RoleArn: string | undefined;
1738
- Tags?: Tag[] | undefined;
1739
- ParallelismConfiguration?: ParallelismConfiguration | undefined;
1740
- }
1741
- export interface CreatePipelineResponse {
1742
- PipelineArn?: string | undefined;
1743
- }
1744
- export interface CreatePresignedDomainUrlRequest {
1745
- DomainId: string | undefined;
1746
- UserProfileName: string | undefined;
1747
- SessionExpirationDurationInSeconds?: number | undefined;
1748
- ExpiresInSeconds?: number | undefined;
1749
- SpaceName?: string | undefined;
1750
- LandingUri?: string | undefined;
1751
- }
1752
- export interface CreatePresignedDomainUrlResponse {
1753
- AuthorizedUrl?: string | undefined;
1754
- }
1755
- export interface CreatePresignedMlflowAppUrlRequest {
1756
- Arn: string | undefined;
1757
- ExpiresInSeconds?: number | undefined;
1758
- SessionExpirationDurationInSeconds?: number | undefined;
1759
- }
1760
- export interface CreatePresignedMlflowAppUrlResponse {
1761
- AuthorizedUrl?: string | undefined;
1762
- }
1763
- export interface CreatePresignedMlflowTrackingServerUrlRequest {
1764
- TrackingServerName: string | undefined;
1765
- ExpiresInSeconds?: number | undefined;
1766
- SessionExpirationDurationInSeconds?: number | undefined;
1767
- }
1768
- export interface CreatePresignedMlflowTrackingServerUrlResponse {
1769
- AuthorizedUrl?: string | undefined;
1770
- }
1771
- export interface CreatePresignedNotebookInstanceUrlInput {
1772
- NotebookInstanceName: string | undefined;
1773
- SessionExpirationDurationInSeconds?: number | undefined;
1774
- }
1775
- export interface CreatePresignedNotebookInstanceUrlOutput {
1776
- AuthorizedUrl?: string | undefined;
1777
- }
1778
- export interface ExperimentConfig {
1779
- ExperimentName?: string | undefined;
1780
- TrialName?: string | undefined;
1781
- TrialComponentDisplayName?: string | undefined;
1782
- RunName?: string | undefined;
1783
- }
1784
- export interface RedshiftDatasetDefinition {
1785
- ClusterId: string | undefined;
1786
- Database: string | undefined;
1787
- DbUser: string | undefined;
1788
- QueryString: string | undefined;
1789
- ClusterRoleArn: string | undefined;
1790
- OutputS3Uri: string | undefined;
1791
- KmsKeyId?: string | undefined;
1792
- OutputFormat: RedshiftResultFormat | undefined;
1793
- OutputCompression?: RedshiftResultCompressionType | undefined;
1794
- }
1795
- export interface DatasetDefinition {
1796
- AthenaDatasetDefinition?: AthenaDatasetDefinition | undefined;
1797
- RedshiftDatasetDefinition?: RedshiftDatasetDefinition | undefined;
1798
- LocalPath?: string | undefined;
1799
- DataDistributionType?: DataDistributionType | undefined;
1800
- InputMode?: InputMode | undefined;
1801
- }
1802
- export interface ProcessingS3Input {
1803
- S3Uri: string | undefined;
1804
- LocalPath?: string | undefined;
1805
- S3DataType: ProcessingS3DataType | undefined;
1806
- S3InputMode?: ProcessingS3InputMode | undefined;
1807
- S3DataDistributionType?: ProcessingS3DataDistributionType | undefined;
1808
- S3CompressionType?: ProcessingS3CompressionType | undefined;
1809
- }
1810
- export interface ProcessingInput {
1811
- InputName: string | undefined;
1812
- AppManaged?: boolean | undefined;
1813
- S3Input?: ProcessingS3Input | undefined;
1814
- DatasetDefinition?: DatasetDefinition | undefined;
1815
- }
1816
- export interface ProcessingFeatureStoreOutput {
1817
- FeatureGroupName: string | undefined;
1818
- }
1819
- export interface ProcessingS3Output {
1820
- S3Uri: string | undefined;
1821
- LocalPath?: string | undefined;
1822
- S3UploadMode: ProcessingS3UploadMode | undefined;
1823
- }
1824
- export interface ProcessingOutput {
1825
- OutputName: string | undefined;
1826
- S3Output?: ProcessingS3Output | undefined;
1827
- FeatureStoreOutput?: ProcessingFeatureStoreOutput | undefined;
1828
- AppManaged?: boolean | undefined;
1829
- }
1830
- export interface ProcessingOutputConfig {
1831
- Outputs: ProcessingOutput[] | undefined;
1832
- KmsKeyId?: string | undefined;
1833
- }
1834
- export interface ProcessingClusterConfig {
1835
- InstanceCount: number | undefined;
1836
- InstanceType: ProcessingInstanceType | undefined;
1837
- VolumeSizeInGB: number | undefined;
1838
- VolumeKmsKeyId?: string | undefined;
1839
- }
1840
- export interface ProcessingResources {
1841
- ClusterConfig: ProcessingClusterConfig | undefined;
1842
- }
1843
- export interface ProcessingStoppingCondition {
1844
- MaxRuntimeInSeconds: number | undefined;
1845
- }
1846
- export interface CreateProcessingJobRequest {
1847
- ProcessingInputs?: ProcessingInput[] | undefined;
1848
- ProcessingOutputConfig?: ProcessingOutputConfig | undefined;
1849
- ProcessingJobName: string | undefined;
1850
- ProcessingResources: ProcessingResources | undefined;
1851
- StoppingCondition?: ProcessingStoppingCondition | undefined;
1852
- AppSpecification: AppSpecification | undefined;
1853
- Environment?: Record<string, string> | undefined;
1854
- NetworkConfig?: NetworkConfig | undefined;
1855
- RoleArn: string | undefined;
1856
- Tags?: Tag[] | undefined;
1857
- ExperimentConfig?: ExperimentConfig | undefined;
1858
- }
1859
- export interface CreateProcessingJobResponse {
1860
- ProcessingJobArn: string | undefined;
1861
- }
1862
- export interface ProvisioningParameter {
1863
- Key?: string | undefined;
1864
- Value?: string | undefined;
1865
- }
1866
- export interface ServiceCatalogProvisioningDetails {
1867
- ProductId: string | undefined;
1868
- ProvisioningArtifactId?: string | undefined;
1869
- PathId?: string | undefined;
1870
- ProvisioningParameters?: ProvisioningParameter[] | undefined;
1871
- }
1872
- export interface CreateTemplateProvider {
1873
- CfnTemplateProvider?: CfnCreateTemplateProvider | undefined;
1874
- }
1875
- export interface CreateProjectInput {
1876
- ProjectName: string | undefined;
1877
- ProjectDescription?: string | undefined;
1878
- ServiceCatalogProvisioningDetails?:
1879
- | ServiceCatalogProvisioningDetails
1880
- | undefined;
1881
- Tags?: Tag[] | undefined;
1882
- TemplateProviders?: CreateTemplateProvider[] | undefined;
1883
- }
1884
- export interface CreateProjectOutput {
1885
- ProjectArn: string | undefined;
1886
- ProjectId: string | undefined;
1887
- }
1888
- export interface OwnershipSettings {
1889
- OwnerUserProfileName: string | undefined;
1890
- }
1891
- export interface SpaceIdleSettings {
1892
- IdleTimeoutInMinutes?: number | undefined;
1893
- }