@aws-sdk/client-sagemaker 3.609.0 → 3.613.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 (91) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +4869 -4441
  3. package/dist-es/SageMaker.js +10 -0
  4. package/dist-es/commands/CreateOptimizationJobCommand.js +24 -0
  5. package/dist-es/commands/DeleteOptimizationJobCommand.js +24 -0
  6. package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
  7. package/dist-es/commands/DescribeOptimizationJobCommand.js +24 -0
  8. package/dist-es/commands/ListOptimizationJobsCommand.js +24 -0
  9. package/dist-es/commands/StopOptimizationJobCommand.js +24 -0
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/models_0.js +4 -4
  12. package/dist-es/models/models_1.js +38 -0
  13. package/dist-es/models/models_2.js +0 -19
  14. package/dist-es/models/models_3.js +27 -17
  15. package/dist-es/models/models_4.js +22 -0
  16. package/dist-es/pagination/ListOptimizationJobsPaginator.js +4 -0
  17. package/dist-es/pagination/index.js +1 -0
  18. package/dist-es/protocols/Aws_json1_1.js +278 -0
  19. package/dist-types/SageMaker.d.ts +36 -0
  20. package/dist-types/SageMakerClient.d.ts +7 -2
  21. package/dist-types/commands/CreateAppCommand.d.ts +3 -2
  22. package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -2
  24. package/dist-types/commands/CreateDomainCommand.d.ts +22 -18
  25. package/dist-types/commands/CreateModelCommand.d.ts +22 -0
  26. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +124 -0
  27. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +15 -15
  28. package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateUserProfileCommand.d.ts +6 -6
  30. package/dist-types/commands/DeleteOptimizationJobCommand.d.ts +61 -0
  31. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +4 -1
  32. package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeDomainCommand.d.ts +4 -0
  34. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeModelCommand.d.ts +22 -0
  36. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -2
  41. package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +119 -0
  42. package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -1
  43. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListModelsCommand.d.ts +1 -2
  47. package/dist-types/commands/ListOptimizationJobsCommand.d.ts +85 -0
  48. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -1
  49. package/dist-types/commands/SearchCommand.d.ts +32 -0
  50. package/dist-types/commands/StopOptimizationJobCommand.d.ts +61 -0
  51. package/dist-types/commands/UpdateDomainCommand.d.ts +4 -0
  52. package/dist-types/commands/index.d.ts +5 -0
  53. package/dist-types/models/models_0.d.ts +69 -61
  54. package/dist-types/models/models_1.d.ts +421 -442
  55. package/dist-types/models/models_2.d.ts +436 -556
  56. package/dist-types/models/models_3.d.ts +5535 -5371
  57. package/dist-types/models/models_4.d.ts +740 -38
  58. package/dist-types/pagination/ListOptimizationJobsPaginator.d.ts +7 -0
  59. package/dist-types/pagination/index.d.ts +1 -0
  60. package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
  61. package/dist-types/ts3.4/SageMaker.d.ts +86 -0
  62. package/dist-types/ts3.4/SageMakerClient.d.ts +30 -0
  63. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -4
  64. package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +4 -2
  65. package/dist-types/ts3.4/commands/CreateOptimizationJobCommand.d.ts +40 -0
  66. package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DeleteOptimizationJobCommand.d.ts +35 -0
  68. package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +2 -4
  69. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +4 -2
  74. package/dist-types/ts3.4/commands/DescribeOptimizationJobCommand.d.ts +40 -0
  75. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -2
  80. package/dist-types/ts3.4/commands/ListOptimizationJobsCommand.d.ts +40 -0
  81. package/dist-types/ts3.4/commands/StopOptimizationJobCommand.d.ts +35 -0
  82. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  83. package/dist-types/ts3.4/models/models_0.d.ts +14 -13
  84. package/dist-types/ts3.4/models/models_1.d.ts +109 -71
  85. package/dist-types/ts3.4/models/models_2.d.ts +81 -142
  86. package/dist-types/ts3.4/models/models_3.d.ts +192 -125
  87. package/dist-types/ts3.4/models/models_4.d.ts +170 -9
  88. package/dist-types/ts3.4/pagination/ListOptimizationJobsPaginator.d.ts +11 -0
  89. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  90. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
  91. package/package.json +4 -4
@@ -0,0 +1,40 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DescribeOptimizationJobRequest,
5
+ DescribeOptimizationJobResponse,
6
+ } from "../models/models_3";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeOptimizationJobCommandInput
15
+ extends DescribeOptimizationJobRequest {}
16
+ export interface DescribeOptimizationJobCommandOutput
17
+ extends DescribeOptimizationJobResponse,
18
+ __MetadataBearer {}
19
+ declare const DescribeOptimizationJobCommand_base: {
20
+ new (
21
+ input: DescribeOptimizationJobCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeOptimizationJobCommandInput,
24
+ DescribeOptimizationJobCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DescribeOptimizationJobCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeOptimizationJobCommandInput,
33
+ DescribeOptimizationJobCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeOptimizationJobCommand extends DescribeOptimizationJobCommand_base {}
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListModelMetadataRequest,
5
5
  ListModelMetadataResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListModelPackageGroupsInput,
5
5
  ListModelPackageGroupsOutput,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListModelPackagesInput,
5
5
  ListModelPackagesOutput,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListModelQualityJobDefinitionsRequest,
5
5
  ListModelQualityJobDefinitionsResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListModelsInput } from "../models/models_3";
4
- import { ListModelsOutput } from "../models/models_4";
3
+ import { ListModelsInput, ListModelsOutput } from "../models/models_4";
5
4
  import {
6
5
  SageMakerClientResolvedConfig,
7
6
  ServiceInputTypes,
@@ -0,0 +1,40 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListOptimizationJobsRequest,
5
+ ListOptimizationJobsResponse,
6
+ } from "../models/models_4";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListOptimizationJobsCommandInput
15
+ extends ListOptimizationJobsRequest {}
16
+ export interface ListOptimizationJobsCommandOutput
17
+ extends ListOptimizationJobsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListOptimizationJobsCommand_base: {
20
+ new (
21
+ input: ListOptimizationJobsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListOptimizationJobsCommandInput,
24
+ ListOptimizationJobsCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListOptimizationJobsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListOptimizationJobsCommandInput,
33
+ ListOptimizationJobsCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListOptimizationJobsCommand extends ListOptimizationJobsCommand_base {}
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { StopOptimizationJobRequest } from "../models/models_4";
4
+ import {
5
+ SageMakerClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../SageMakerClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface StopOptimizationJobCommandInput
12
+ extends StopOptimizationJobRequest {}
13
+ export interface StopOptimizationJobCommandOutput extends __MetadataBearer {}
14
+ declare const StopOptimizationJobCommand_base: {
15
+ new (
16
+ input: StopOptimizationJobCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ StopOptimizationJobCommandInput,
19
+ StopOptimizationJobCommandOutput,
20
+ SageMakerClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ new (
25
+ __0_0: StopOptimizationJobCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ StopOptimizationJobCommandInput,
28
+ StopOptimizationJobCommandOutput,
29
+ SageMakerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
33
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ };
35
+ export declare class StopOptimizationJobCommand extends StopOptimizationJobCommand_base {}
@@ -46,6 +46,7 @@ export * from "./CreateModelQualityJobDefinitionCommand";
46
46
  export * from "./CreateMonitoringScheduleCommand";
47
47
  export * from "./CreateNotebookInstanceCommand";
48
48
  export * from "./CreateNotebookInstanceLifecycleConfigCommand";
49
+ export * from "./CreateOptimizationJobCommand";
49
50
  export * from "./CreatePipelineCommand";
50
51
  export * from "./CreatePresignedDomainUrlCommand";
51
52
  export * from "./CreatePresignedMlflowTrackingServerUrlCommand";
@@ -102,6 +103,7 @@ export * from "./DeleteModelQualityJobDefinitionCommand";
102
103
  export * from "./DeleteMonitoringScheduleCommand";
103
104
  export * from "./DeleteNotebookInstanceCommand";
104
105
  export * from "./DeleteNotebookInstanceLifecycleConfigCommand";
106
+ export * from "./DeleteOptimizationJobCommand";
105
107
  export * from "./DeletePipelineCommand";
106
108
  export * from "./DeleteProjectCommand";
107
109
  export * from "./DeleteSpaceCommand";
@@ -160,6 +162,7 @@ export * from "./DescribeModelQualityJobDefinitionCommand";
160
162
  export * from "./DescribeMonitoringScheduleCommand";
161
163
  export * from "./DescribeNotebookInstanceCommand";
162
164
  export * from "./DescribeNotebookInstanceLifecycleConfigCommand";
165
+ export * from "./DescribeOptimizationJobCommand";
163
166
  export * from "./DescribePipelineCommand";
164
167
  export * from "./DescribePipelineDefinitionForExecutionCommand";
165
168
  export * from "./DescribePipelineExecutionCommand";
@@ -241,6 +244,7 @@ export * from "./ListMonitoringExecutionsCommand";
241
244
  export * from "./ListMonitoringSchedulesCommand";
242
245
  export * from "./ListNotebookInstanceLifecycleConfigsCommand";
243
246
  export * from "./ListNotebookInstancesCommand";
247
+ export * from "./ListOptimizationJobsCommand";
244
248
  export * from "./ListPipelineExecutionStepsCommand";
245
249
  export * from "./ListPipelineExecutionsCommand";
246
250
  export * from "./ListPipelineParametersForExecutionCommand";
@@ -286,6 +290,7 @@ export * from "./StopLabelingJobCommand";
286
290
  export * from "./StopMlflowTrackingServerCommand";
287
291
  export * from "./StopMonitoringScheduleCommand";
288
292
  export * from "./StopNotebookInstanceCommand";
293
+ export * from "./StopOptimizationJobCommand";
289
294
  export * from "./StopPipelineExecutionCommand";
290
295
  export * from "./StopProcessingJobCommand";
291
296
  export * from "./StopTrainingJobCommand";
@@ -413,6 +413,10 @@ export interface AdditionalInferenceSpecificationDefinition {
413
413
  SupportedContentTypes?: string[];
414
414
  SupportedResponseMIMETypes?: string[];
415
415
  }
416
+ export interface AdditionalModelDataSource {
417
+ ChannelName: string | undefined;
418
+ S3DataSource: S3ModelDataSource | undefined;
419
+ }
416
420
  export interface Tag {
417
421
  Key: string | undefined;
418
422
  Value: string | undefined;
@@ -740,6 +744,15 @@ export interface AlgorithmValidationSpecification {
740
744
  ValidationRole: string | undefined;
741
745
  ValidationProfiles: AlgorithmValidationProfile[] | undefined;
742
746
  }
747
+ export declare const FeatureStatus: {
748
+ readonly Disabled: "DISABLED";
749
+ readonly Enabled: "ENABLED";
750
+ };
751
+ export type FeatureStatus = (typeof FeatureStatus)[keyof typeof FeatureStatus];
752
+ export interface AmazonQSettings {
753
+ Status?: FeatureStatus;
754
+ QProfileArn?: string;
755
+ }
743
756
  export interface AnnotationConsolidationConfig {
744
757
  AnnotationConsolidationLambdaArn: string | undefined;
745
758
  }
@@ -1775,11 +1788,6 @@ export declare const CandidateSortBy: {
1775
1788
  };
1776
1789
  export type CandidateSortBy =
1777
1790
  (typeof CandidateSortBy)[keyof typeof CandidateSortBy];
1778
- export declare const FeatureStatus: {
1779
- readonly Disabled: "DISABLED";
1780
- readonly Enabled: "ENABLED";
1781
- };
1782
- export type FeatureStatus = (typeof FeatureStatus)[keyof typeof FeatureStatus];
1783
1791
  export interface DirectDeploySettings {
1784
1792
  Status?: FeatureStatus;
1785
1793
  }
@@ -2351,6 +2359,7 @@ export interface ContainerDefinition {
2351
2359
  Mode?: ContainerMode;
2352
2360
  ModelDataUrl?: string;
2353
2361
  ModelDataSource?: ModelDataSource;
2362
+ AdditionalModelDataSources?: AdditionalModelDataSource[];
2354
2363
  Environment?: Record<string, string>;
2355
2364
  ModelPackageName?: string;
2356
2365
  InferenceSpecificationName?: string;
@@ -2552,11 +2561,3 @@ export interface CreateClusterRequest {
2552
2561
  VpcConfig?: VpcConfig;
2553
2562
  Tags?: Tag[];
2554
2563
  }
2555
- export interface CreateClusterResponse {
2556
- ClusterArn: string | undefined;
2557
- }
2558
- export interface CreateCodeRepositoryInput {
2559
- CodeRepositoryName: string | undefined;
2560
- GitConfig: GitConfig | undefined;
2561
- Tags?: Tag[];
2562
- }
@@ -1,10 +1,10 @@
1
1
  import { LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
2
2
  import {
3
3
  AdditionalInferenceSpecificationDefinition,
4
+ AmazonQSettings,
4
5
  AnnotationConsolidationConfig,
5
6
  AppNetworkAccessType,
6
7
  AppSecurityGroupManagement,
7
- AppSpecification,
8
8
  AppType,
9
9
  AsyncInferenceConfig,
10
10
  AthenaDatasetDefinition,
@@ -37,6 +37,7 @@ import {
37
37
  ConvergenceDetected,
38
38
  CustomImage,
39
39
  FeatureStatus,
40
+ GitConfig,
40
41
  HyperParameterScalingType,
41
42
  HyperParameterTuningJobObjective,
42
43
  InferenceSpecification,
@@ -62,6 +63,14 @@ import {
62
63
  TransformJobDefinition,
63
64
  VpcConfig,
64
65
  } from "./models_0";
66
+ export interface CreateClusterResponse {
67
+ ClusterArn: string | undefined;
68
+ }
69
+ export interface CreateCodeRepositoryInput {
70
+ CodeRepositoryName: string | undefined;
71
+ GitConfig: GitConfig | undefined;
72
+ Tags?: Tag[];
73
+ }
65
74
  export interface CreateCodeRepositoryOutput {
66
75
  CodeRepositoryArn: string | undefined;
67
76
  }
@@ -435,6 +444,7 @@ export interface DomainSettings {
435
444
  RStudioServerProDomainSettings?: RStudioServerProDomainSettings;
436
445
  ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig;
437
446
  DockerSettings?: DockerSettings;
447
+ AmazonQSettings?: AmazonQSettings;
438
448
  }
439
449
  export interface CreateDomainRequest {
440
450
  DomainName: string | undefined;
@@ -1812,6 +1822,104 @@ export interface CreateNotebookInstanceLifecycleConfigInput {
1812
1822
  export interface CreateNotebookInstanceLifecycleConfigOutput {
1813
1823
  NotebookInstanceLifecycleConfigArn?: string;
1814
1824
  }
1825
+ export declare const OptimizationJobDeploymentInstanceType: {
1826
+ readonly ML_G5_12XLARGE: "ml.g5.12xlarge";
1827
+ readonly ML_G5_16XLARGE: "ml.g5.16xlarge";
1828
+ readonly ML_G5_24XLARGE: "ml.g5.24xlarge";
1829
+ readonly ML_G5_2XLARGE: "ml.g5.2xlarge";
1830
+ readonly ML_G5_48XLARGE: "ml.g5.48xlarge";
1831
+ readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
1832
+ readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
1833
+ readonly ML_G5_XLARGE: "ml.g5.xlarge";
1834
+ readonly ML_G6_12XLARGE: "ml.g6.12xlarge";
1835
+ readonly ML_G6_16XLARGE: "ml.g6.16xlarge";
1836
+ readonly ML_G6_24XLARGE: "ml.g6.24xlarge";
1837
+ readonly ML_G6_2XLARGE: "ml.g6.2xlarge";
1838
+ readonly ML_G6_48XLARGE: "ml.g6.48xlarge";
1839
+ readonly ML_G6_4XLARGE: "ml.g6.4xlarge";
1840
+ readonly ML_G6_8XLARGE: "ml.g6.8xlarge";
1841
+ readonly ML_G6_XLARGE: "ml.g6.xlarge";
1842
+ readonly ML_INF2_24XLARGE: "ml.inf2.24xlarge";
1843
+ readonly ML_INF2_48XLARGE: "ml.inf2.48xlarge";
1844
+ readonly ML_INF2_8XLARGE: "ml.inf2.8xlarge";
1845
+ readonly ML_INF2_XLARGE: "ml.inf2.xlarge";
1846
+ readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
1847
+ readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
1848
+ readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
1849
+ readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
1850
+ readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
1851
+ readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
1852
+ };
1853
+ export type OptimizationJobDeploymentInstanceType =
1854
+ (typeof OptimizationJobDeploymentInstanceType)[keyof typeof OptimizationJobDeploymentInstanceType];
1855
+ export interface OptimizationModelAccessConfig {
1856
+ AcceptEula: boolean | undefined;
1857
+ }
1858
+ export interface OptimizationJobModelSourceS3 {
1859
+ S3Uri?: string;
1860
+ ModelAccessConfig?: OptimizationModelAccessConfig;
1861
+ }
1862
+ export interface OptimizationJobModelSource {
1863
+ S3?: OptimizationJobModelSourceS3;
1864
+ }
1865
+ export interface ModelCompilationConfig {
1866
+ Image?: string;
1867
+ OverrideEnvironment?: Record<string, string>;
1868
+ }
1869
+ export interface ModelQuantizationConfig {
1870
+ Image?: string;
1871
+ OverrideEnvironment?: Record<string, string>;
1872
+ }
1873
+ export type OptimizationConfig =
1874
+ | OptimizationConfig.ModelCompilationConfigMember
1875
+ | OptimizationConfig.ModelQuantizationConfigMember
1876
+ | OptimizationConfig.$UnknownMember;
1877
+ export declare namespace OptimizationConfig {
1878
+ interface ModelQuantizationConfigMember {
1879
+ ModelQuantizationConfig: ModelQuantizationConfig;
1880
+ ModelCompilationConfig?: never;
1881
+ $unknown?: never;
1882
+ }
1883
+ interface ModelCompilationConfigMember {
1884
+ ModelQuantizationConfig?: never;
1885
+ ModelCompilationConfig: ModelCompilationConfig;
1886
+ $unknown?: never;
1887
+ }
1888
+ interface $UnknownMember {
1889
+ ModelQuantizationConfig?: never;
1890
+ ModelCompilationConfig?: never;
1891
+ $unknown: [string, any];
1892
+ }
1893
+ interface Visitor<T> {
1894
+ ModelQuantizationConfig: (value: ModelQuantizationConfig) => T;
1895
+ ModelCompilationConfig: (value: ModelCompilationConfig) => T;
1896
+ _: (name: string, value: any) => T;
1897
+ }
1898
+ const visit: <T>(value: OptimizationConfig, visitor: Visitor<T>) => T;
1899
+ }
1900
+ export interface OptimizationJobOutputConfig {
1901
+ KmsKeyId?: string;
1902
+ S3OutputLocation: string | undefined;
1903
+ }
1904
+ export interface OptimizationVpcConfig {
1905
+ SecurityGroupIds: string[] | undefined;
1906
+ Subnets: string[] | undefined;
1907
+ }
1908
+ export interface CreateOptimizationJobRequest {
1909
+ OptimizationJobName: string | undefined;
1910
+ RoleArn: string | undefined;
1911
+ ModelSource: OptimizationJobModelSource | undefined;
1912
+ DeploymentInstanceType: OptimizationJobDeploymentInstanceType | undefined;
1913
+ OptimizationEnvironment?: Record<string, string>;
1914
+ OptimizationConfigs: OptimizationConfig[] | undefined;
1915
+ OutputConfig: OptimizationJobOutputConfig | undefined;
1916
+ StoppingCondition: StoppingCondition | undefined;
1917
+ Tags?: Tag[];
1918
+ VpcConfig?: OptimizationVpcConfig;
1919
+ }
1920
+ export interface CreateOptimizationJobResponse {
1921
+ OptimizationJobArn: string | undefined;
1922
+ }
1815
1923
  export interface ParallelismConfiguration {
1816
1924
  MaxParallelExecutionSteps: number | undefined;
1817
1925
  }
@@ -1922,76 +2030,6 @@ export declare const ProcessingS3DataType: {
1922
2030
  };
1923
2031
  export type ProcessingS3DataType =
1924
2032
  (typeof ProcessingS3DataType)[keyof typeof ProcessingS3DataType];
1925
- export interface ProcessingS3Input {
1926
- S3Uri: string | undefined;
1927
- LocalPath?: string;
1928
- S3DataType: ProcessingS3DataType | undefined;
1929
- S3InputMode?: ProcessingS3InputMode;
1930
- S3DataDistributionType?: ProcessingS3DataDistributionType;
1931
- S3CompressionType?: ProcessingS3CompressionType;
1932
- }
1933
- export interface ProcessingInput {
1934
- InputName: string | undefined;
1935
- AppManaged?: boolean;
1936
- S3Input?: ProcessingS3Input;
1937
- DatasetDefinition?: DatasetDefinition;
1938
- }
1939
- export interface ProcessingFeatureStoreOutput {
1940
- FeatureGroupName: string | undefined;
1941
- }
1942
- export interface ProcessingS3Output {
1943
- S3Uri: string | undefined;
1944
- LocalPath: string | undefined;
1945
- S3UploadMode: ProcessingS3UploadMode | undefined;
1946
- }
1947
- export interface ProcessingOutput {
1948
- OutputName: string | undefined;
1949
- S3Output?: ProcessingS3Output;
1950
- FeatureStoreOutput?: ProcessingFeatureStoreOutput;
1951
- AppManaged?: boolean;
1952
- }
1953
- export interface ProcessingOutputConfig {
1954
- Outputs: ProcessingOutput[] | undefined;
1955
- KmsKeyId?: string;
1956
- }
1957
- export interface ProcessingClusterConfig {
1958
- InstanceCount: number | undefined;
1959
- InstanceType: ProcessingInstanceType | undefined;
1960
- VolumeSizeInGB: number | undefined;
1961
- VolumeKmsKeyId?: string;
1962
- }
1963
- export interface ProcessingResources {
1964
- ClusterConfig: ProcessingClusterConfig | undefined;
1965
- }
1966
- export interface ProcessingStoppingCondition {
1967
- MaxRuntimeInSeconds: number | undefined;
1968
- }
1969
- export interface CreateProcessingJobRequest {
1970
- ProcessingInputs?: ProcessingInput[];
1971
- ProcessingOutputConfig?: ProcessingOutputConfig;
1972
- ProcessingJobName: string | undefined;
1973
- ProcessingResources: ProcessingResources | undefined;
1974
- StoppingCondition?: ProcessingStoppingCondition;
1975
- AppSpecification: AppSpecification | undefined;
1976
- Environment?: Record<string, string>;
1977
- NetworkConfig?: NetworkConfig;
1978
- RoleArn: string | undefined;
1979
- Tags?: Tag[];
1980
- ExperimentConfig?: ExperimentConfig;
1981
- }
1982
- export interface CreateProcessingJobResponse {
1983
- ProcessingJobArn: string | undefined;
1984
- }
1985
- export interface ProvisioningParameter {
1986
- Key?: string;
1987
- Value?: string;
1988
- }
1989
- export interface ServiceCatalogProvisioningDetails {
1990
- ProductId: string | undefined;
1991
- ProvisioningArtifactId?: string;
1992
- PathId?: string;
1993
- ProvisioningParameters?: ProvisioningParameter[];
1994
- }
1995
2033
  export declare const CreateModelCardRequestFilterSensitiveLog: (
1996
2034
  obj: CreateModelCardRequest
1997
2035
  ) => any;