@aws-sdk/client-sagemaker 3.1053.0 → 3.1055.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 (40) hide show
  1. package/dist-cjs/index.js +6 -0
  2. package/dist-cjs/schemas/schemas_0.js +80 -49
  3. package/dist-es/models/enums.js +5 -0
  4. package/dist-es/schemas/schemas_0.js +44 -13
  5. package/dist-types/commands/CreateAIRecommendationJobCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateClusterCommand.d.ts +9 -0
  7. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +1 -2
  8. package/dist-types/commands/DescribeAIRecommendationJobCommand.d.ts +3 -3
  9. package/dist-types/commands/DescribeClusterCommand.d.ts +14 -0
  10. package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +1 -0
  11. package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -1
  12. package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +1 -2
  13. package/dist-types/commands/ListTrainingPlansCommand.d.ts +1 -0
  14. package/dist-types/commands/UpdateClusterCommand.d.ts +9 -0
  15. package/dist-types/commands/UpdateTrialCommand.d.ts +2 -1
  16. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -1
  17. package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -2
  18. package/dist-types/models/enums.d.ts +13 -0
  19. package/dist-types/models/models_0.d.ts +65 -100
  20. package/dist-types/models/models_1.d.ts +106 -174
  21. package/dist-types/models/models_2.d.ts +180 -102
  22. package/dist-types/models/models_3.d.ts +108 -160
  23. package/dist-types/models/models_4.d.ts +165 -104
  24. package/dist-types/models/models_5.d.ts +102 -1
  25. package/dist-types/schemas/schemas_0.d.ts +4 -0
  26. package/dist-types/ts3.4/commands/CreateOptimizationJobCommand.d.ts +4 -2
  27. package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -1
  28. package/dist-types/ts3.4/commands/ListModelCardExportJobsCommand.d.ts +4 -2
  29. package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +1 -1
  31. package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +4 -2
  32. package/dist-types/ts3.4/models/enums.d.ts +7 -0
  33. package/dist-types/ts3.4/models/models_0.d.ts +17 -26
  34. package/dist-types/ts3.4/models/models_1.d.ts +30 -76
  35. package/dist-types/ts3.4/models/models_2.d.ts +85 -28
  36. package/dist-types/ts3.4/models/models_3.d.ts +35 -43
  37. package/dist-types/ts3.4/models/models_4.d.ts +43 -26
  38. package/dist-types/ts3.4/models/models_5.d.ts +28 -0
  39. package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
  40. package/package.json +3 -3
@@ -467,6 +467,8 @@ const _CFOZC = "ClusterFsxOpenZfsConfig";
467
467
  const _CFS = "CustomFileSystems";
468
468
  const _CFSC = "CustomFileSystemConfigs";
469
469
  const _CFSCu = "CustomFileSystemConfig";
470
+ const _CFSLC = "CurrentFSxLustreConfig";
471
+ const _CFSLDP = "CurrentFSxLustreDeletionPolicy";
470
472
  const _CFSu = "CustomFileSystem";
471
473
  const _CGC = "CandidateGenerationConfig";
472
474
  const _CH = "ContainerHostname";
@@ -665,6 +667,8 @@ const _CR = "CapacityReservation";
665
667
  const _CRA = "CodeRepositoryArn";
666
668
  const _CRAl = "ClusterRoleArn";
667
669
  const _CRC = "CapacityReservationConfig";
670
+ const _CRIGC = "ClusterRestrictedInstanceGroupsConfig";
671
+ const _CRIGCO = "ClusterRestrictedInstanceGroupsConfigOutput";
668
672
  const _CRIGD = "ClusterRestrictedInstanceGroupDetails";
669
673
  const _CRIGDL = "ClusterRestrictedInstanceGroupDetailsList";
670
674
  const _CRIGS = "ClusterRestrictedInstanceGroupSpecification";
@@ -698,6 +702,8 @@ const _CSCl = "ClarifyShapConfig";
698
702
  const _CSClu = "ClusterSlurmConfig";
699
703
  const _CSCu = "CurrentServerlessConfig";
700
704
  const _CSD = "CfnStackDetail";
705
+ const _CSEC = "ClusterSharedEnvironmentConfig";
706
+ const _CSECD = "ClusterSharedEnvironmentConfigDetails";
701
707
  const _CSHCTIS = "ContainerStartupHealthCheckTimeoutInSeconds";
702
708
  const _CSIC = "ConfiguredSpareInstanceCount";
703
709
  const _CSLC = "CreateStudioLifecycleConfig";
@@ -1009,6 +1015,8 @@ const _DFMRe = "DescribeFeatureMetadataResponse";
1009
1015
  const _DFN = "DeviceFleetName";
1010
1016
  const _DFNC = "DeviceFleetNameContains";
1011
1017
  const _DFS = "DeviceFleetSummary";
1018
+ const _DFSLC = "DesiredFSxLustreConfig";
1019
+ const _DFSLDP = "DesiredFSxLustreDeletionPolicy";
1012
1020
  const _DFSe = "DeviceFleetSummaries";
1013
1021
  const _DG = "DefaultGid";
1014
1022
  const _DGTC = "DisableGlueTableCreation";
@@ -1539,6 +1547,7 @@ const _FSC = "FileSystemConfig";
1539
1547
  const _FSDS = "FileSystemDataSource";
1540
1548
  const _FSI = "FileSystemId";
1541
1549
  const _FSLC = "FSxLustreConfig";
1550
+ const _FSLDP = "FSxLustreDeletionPolicy";
1542
1551
  const _FSLFS = "FSxLustreFileSystem";
1543
1552
  const _FSLFSC = "FSxLustreFileSystemConfig";
1544
1553
  const _FSM = "FailStepMetadata";
@@ -2846,6 +2855,7 @@ const _RGAo = "RoleGroupAssignment";
2846
2855
  const _RI = "ResolvedImage";
2847
2856
  const _RIFN = "RecordIdentifierFeatureName";
2848
2857
  const _RIG = "RestrictedInstanceGroups";
2858
+ const _RIGC = "RestrictedInstanceGroupsConfig";
2849
2859
  const _RII = "RecommendedInferenceImage";
2850
2860
  const _RIS = "RuntimeInSeconds";
2851
2861
  const _RIU = "ResourceInUse";
@@ -2992,7 +3002,8 @@ const _SDte = "StepDescription";
2992
3002
  const _SDu = "SubDomain";
2993
3003
  const _SE = "StatusEquals";
2994
3004
  const _SEA = "S3ExportArtifacts";
2995
- const _SEC = "SelectiveExecutionConfig";
3005
+ const _SEC = "SharedEnvironmentConfig";
3006
+ const _SECe = "SelectiveExecutionConfig";
2996
3007
  const _SEDIS = "SessionExpirationDurationInSeconds";
2997
3008
  const _SEDS = "StartEdgeDeploymentStage";
2998
3009
  const _SEDSR = "StartEdgeDeploymentStageRequest";
@@ -4606,6 +4617,16 @@ export var ClusterRestrictedInstanceGroupDetails$ = [3, n0, _CRIGD,
4606
4617
  [_CCu, _TCa, _IGN, _ITn, _ERx, _TPC, _ISC, _OSDHC, _St, _TPA, _TPS, _OVC, _SUC, _ECn],
4607
4618
  [1, 1, 0, 0, 0, 1, () => ClusterInstanceStorageConfigs, 64 | 0, 0, 0, 0, () => VpcConfig$, () => ScheduledUpdateConfig$, () => EnvironmentConfigDetails$]
4608
4619
  ];
4620
+ export var ClusterRestrictedInstanceGroupsConfig$ = [3, n0, _CRIGC,
4621
+ 0,
4622
+ [_SEC],
4623
+ [() => ClusterSharedEnvironmentConfig$], 1
4624
+ ];
4625
+ export var ClusterRestrictedInstanceGroupsConfigOutput$ = [3, n0, _CRIGCO,
4626
+ 0,
4627
+ [_SEC],
4628
+ [() => ClusterSharedEnvironmentConfigDetails$], 1
4629
+ ];
4609
4630
  export var ClusterRestrictedInstanceGroupSpecification$ = [3, n0, _CRIGS,
4610
4631
  0,
4611
4632
  [_ICn, _IGN, _ITn, _ERx, _TPC, _ISC, _OSDHC, _TPA, _OVC, _SUC, _ECn],
@@ -4616,6 +4637,16 @@ export var ClusterSchedulerConfigSummary$ = [3, n0, _CSCS,
4616
4637
  [_CSCA, _CSCI, _N, _CT, _St, _CSCV, _LMT, _CAl],
4617
4638
  [0, 0, 0, 4, 0, 1, 4, 0], 5
4618
4639
  ];
4640
+ export var ClusterSharedEnvironmentConfig$ = [3, n0, _CSEC,
4641
+ 0,
4642
+ [_FSLDP, _FSLC],
4643
+ [0, () => FSxLustreConfig$], 2
4644
+ ];
4645
+ export var ClusterSharedEnvironmentConfigDetails$ = [3, n0, _CSECD,
4646
+ 0,
4647
+ [_CFSLC, _DFSLC, _CFSLDP, _DFSLDP],
4648
+ [() => FSxLustreConfig$, () => FSxLustreConfig$, 0, 0]
4649
+ ];
4619
4650
  export var ClusterSlurmConfig$ = [3, n0, _CSClu,
4620
4651
  0,
4621
4652
  [_NT, _PNa],
@@ -4843,8 +4874,8 @@ export var CreateAutoMLJobV2Response$ = [3, n0, _CAMLJVRr,
4843
4874
  ];
4844
4875
  export var CreateClusterRequest$ = [3, n0, _CCRr,
4845
4876
  0,
4846
- [_CNl, _IG, _RIG, _VC, _Ta, _Or, _NR, _TSCi, _NPM, _CRl, _ASu],
4847
- [0, () => ClusterInstanceGroupSpecifications, () => ClusterRestrictedInstanceGroupSpecifications, () => VpcConfig$, () => TagList, () => ClusterOrchestrator$, 0, () => ClusterTieredStorageConfig$, 0, 0, () => ClusterAutoScalingConfig$], 1
4877
+ [_CNl, _IG, _RIG, _RIGC, _VC, _Ta, _Or, _NR, _TSCi, _NPM, _CRl, _ASu],
4878
+ [0, () => ClusterInstanceGroupSpecifications, () => ClusterRestrictedInstanceGroupSpecifications, () => ClusterRestrictedInstanceGroupsConfig$, () => VpcConfig$, () => TagList, () => ClusterOrchestrator$, 0, () => ClusterTieredStorageConfig$, 0, 0, () => ClusterAutoScalingConfig$], 1
4848
4879
  ];
4849
4880
  export var CreateClusterResponse$ = [3, n0, _CCRre,
4850
4881
  0,
@@ -6123,8 +6154,8 @@ export var DescribeClusterRequest$ = [3, n0, _DCRes,
6123
6154
  ];
6124
6155
  export var DescribeClusterResponse$ = [3, n0, _DCResc,
6125
6156
  0,
6126
- [_CAl, _CSlu, _IG, _CNl, _CT, _FM, _RIG, _VC, _Or, _TSCi, _NR, _NPM, _CRl, _ASu],
6127
- [0, 0, () => ClusterInstanceGroupDetailsList, 0, 4, 0, () => ClusterRestrictedInstanceGroupDetailsList, () => VpcConfig$, () => ClusterOrchestrator$, () => ClusterTieredStorageConfig$, 0, 0, 0, () => ClusterAutoScalingConfigOutput$], 3
6157
+ [_CAl, _CSlu, _IG, _CNl, _CT, _FM, _RIG, _RIGC, _VC, _Or, _TSCi, _NR, _NPM, _CRl, _ASu],
6158
+ [0, 0, () => ClusterInstanceGroupDetailsList, 0, 4, 0, () => ClusterRestrictedInstanceGroupDetailsList, () => ClusterRestrictedInstanceGroupsConfigOutput$, () => VpcConfig$, () => ClusterOrchestrator$, () => ClusterTieredStorageConfig$, 0, 0, 0, () => ClusterAutoScalingConfigOutput$], 3
6128
6159
  ];
6129
6160
  export var DescribeClusterSchedulerConfigRequest$ = [3, n0, _DCSCRe,
6130
6161
  0,
@@ -6573,7 +6604,7 @@ export var DescribePipelineExecutionRequest$ = [3, n0, _DPER,
6573
6604
  ];
6574
6605
  export var DescribePipelineExecutionResponse$ = [3, n0, _DPERe,
6575
6606
  0,
6576
- [_PAi, _PEA, _PEDN, _PES, _PED, _PEC, _FR, _CT, _LMT, _CB, _LMB, _PCa, _SEC, _PVI, _MLCf],
6607
+ [_PAi, _PEA, _PEDN, _PES, _PED, _PEC, _FR, _CT, _LMT, _CB, _LMB, _PCa, _SECe, _PVI, _MLCf],
6577
6608
  [0, 0, 0, 0, 0, () => PipelineExperimentConfig$, 0, 4, 4, () => UserContext$, () => UserContext$, () => ParallelismConfiguration$, () => SelectiveExecutionConfig$, 1, () => MLflowConfiguration$]
6578
6609
  ];
6579
6610
  export var DescribePipelineRequest$ = [3, n0, _DPRes,
@@ -9378,7 +9409,7 @@ export var PipelineDefinitionS3Location$ = [3, n0, _PDSL,
9378
9409
  ];
9379
9410
  export var PipelineExecution$ = [3, n0, _PE,
9380
9411
  0,
9381
- [_PAi, _PEA, _PEDN, _PES, _PED, _PEC, _FR, _CT, _LMT, _CB, _LMB, _PCa, _SEC, _PP, _PVI, _PVDN],
9412
+ [_PAi, _PEA, _PEDN, _PES, _PED, _PEC, _FR, _CT, _LMT, _CB, _LMB, _PCa, _SECe, _PP, _PVI, _PVDN],
9382
9413
  [0, 0, 0, 0, 0, () => PipelineExperimentConfig$, 0, 4, 4, () => UserContext$, () => UserContext$, () => ParallelismConfiguration$, () => SelectiveExecutionConfig$, () => ParameterList, 1, 0]
9383
9414
  ];
9384
9415
  export var PipelineExecutionStep$ = [3, n0, _PESipe,
@@ -9748,8 +9779,8 @@ export var ReservedCapacityOffering$ = [3, n0, _RCO,
9748
9779
  ];
9749
9780
  export var ReservedCapacitySummary$ = [3, n0, _RCSe,
9750
9781
  0,
9751
- [_RCA, _ITn, _TICo, _St, _RCT, _UST, _USC, _AZv, _DH, _DM, _STt, _ETn],
9752
- [0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 4, 4], 4
9782
+ [_RCA, _ITn, _TICo, _St, _RCT, _UST, _USC, _AZv, _AZI, _DH, _DM, _STt, _ETn],
9783
+ [0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 4, 4], 4
9753
9784
  ];
9754
9785
  export var ResolvedAttributes$ = [3, n0, _RAe,
9755
9786
  0,
@@ -9936,7 +9967,7 @@ export var SelectedStep$ = [3, n0, _SSel,
9936
9967
  [_SNte],
9937
9968
  [0], 1
9938
9969
  ];
9939
- export var SelectiveExecutionConfig$ = [3, n0, _SEC,
9970
+ export var SelectiveExecutionConfig$ = [3, n0, _SECe,
9940
9971
  0,
9941
9972
  [_SSele, _SPEA],
9942
9973
  [() => SelectedStepList, 0], 1
@@ -10128,7 +10159,7 @@ export var StartNotebookInstanceInput$ = [3, n0, _SNII,
10128
10159
  ];
10129
10160
  export var StartPipelineExecutionRequest$ = [3, n0, _SPER,
10130
10161
  0,
10131
- [_PNi, _PEDN, _PP, _PED, _CRT, _PCa, _SEC, _PVI, _MEN],
10162
+ [_PNi, _PEDN, _PP, _PED, _CRT, _PCa, _SECe, _PVI, _MEN],
10132
10163
  [0, 0, () => ParameterList, 0, [0, 4], () => ParallelismConfiguration$, () => SelectiveExecutionConfig$, 1, 0], 1
10133
10164
  ];
10134
10165
  export var StartPipelineExecutionResponse$ = [3, n0, _SPERt,
@@ -10653,8 +10684,8 @@ export var UpdateArtifactResponse$ = [3, n0, _UARpda,
10653
10684
  ];
10654
10685
  export var UpdateClusterRequest$ = [3, n0, _UCR,
10655
10686
  0,
10656
- [_CNl, _IG, _RIG, _TSCi, _NR, _IGTD, _NPM, _CRl, _ASu, _Or],
10657
- [0, () => ClusterInstanceGroupSpecifications, () => ClusterRestrictedInstanceGroupSpecifications, () => ClusterTieredStorageConfig$, 0, 64 | 0, 0, 0, () => ClusterAutoScalingConfig$, () => ClusterOrchestrator$], 1
10687
+ [_CNl, _IG, _RIG, _RIGC, _TSCi, _NR, _IGTD, _NPM, _CRl, _ASu, _Or],
10688
+ [0, () => ClusterInstanceGroupSpecifications, () => ClusterRestrictedInstanceGroupSpecifications, () => ClusterRestrictedInstanceGroupsConfig$, () => ClusterTieredStorageConfig$, 0, 64 | 0, 0, 0, () => ClusterAutoScalingConfig$, () => ClusterOrchestrator$], 1
10658
10689
  ];
10659
10690
  export var UpdateClusterResponse$ = [3, n0, _UCRp,
10660
10691
  0,
@@ -64,7 +64,7 @@ declare const CreateAIRecommendationJobCommand_base: {
64
64
  * OptimizeModel: true || false,
65
65
  * ComputeSpec: { // AIRecommendationComputeSpec
66
66
  * InstanceTypes: [ // AIRecommendationInstanceTypeList
67
- * "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.g7e.2xlarge" || "ml.g7e.4xlarge" || "ml.g7e.8xlarge" || "ml.g7e.12xlarge" || "ml.g7e.24xlarge" || "ml.g7e.48xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.4xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge",
67
+ * "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.g7e.2xlarge" || "ml.g7e.4xlarge" || "ml.g7e.8xlarge" || "ml.g7e.12xlarge" || "ml.g7e.24xlarge" || "ml.g7e.48xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.4xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.p6-b200.48xlarge",
68
68
  * ],
69
69
  * CapacityReservationConfig: { // AICapacityReservationConfig
70
70
  * CapacityReservationPreference: "capacity-reservations-only",
@@ -203,6 +203,15 @@ declare const CreateClusterCommand_base: {
203
203
  * },
204
204
  * },
205
205
  * ],
206
+ * RestrictedInstanceGroupsConfig: { // ClusterRestrictedInstanceGroupsConfig
207
+ * SharedEnvironmentConfig: { // ClusterSharedEnvironmentConfig
208
+ * FSxLustreDeletionPolicy: "DeleteIfNotUsed" || "Keep", // required
209
+ * FSxLustreConfig: {
210
+ * SizeInGiB: Number("int"), // required
211
+ * PerUnitStorageThroughput: Number("int"), // required
212
+ * },
213
+ * },
214
+ * },
206
215
  * VpcConfig: {
207
216
  * SecurityGroupIds: [ // required
208
217
  * "STRING_VALUE",
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CreateOptimizationJobRequest } from "../models/models_1";
4
- import type { CreateOptimizationJobResponse } from "../models/models_2";
3
+ import type { CreateOptimizationJobRequest, CreateOptimizationJobResponse } from "../models/models_2";
5
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
5
  /**
7
6
  * @public
@@ -85,7 +85,7 @@ declare const DescribeAIRecommendationJobCommand_base: {
85
85
  * // InferenceSpecificationName: "STRING_VALUE",
86
86
  * // InstanceDetails: [ // AIRecommendationInstanceDetailList
87
87
  * // { // AIRecommendationInstanceDetail
88
- * // InstanceType: "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.g7e.2xlarge" || "ml.g7e.4xlarge" || "ml.g7e.8xlarge" || "ml.g7e.12xlarge" || "ml.g7e.24xlarge" || "ml.g7e.48xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.4xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge",
88
+ * // InstanceType: "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.g7e.2xlarge" || "ml.g7e.4xlarge" || "ml.g7e.8xlarge" || "ml.g7e.12xlarge" || "ml.g7e.24xlarge" || "ml.g7e.48xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.4xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.p6-b200.48xlarge",
89
89
  * // InstanceCount: Number("int"),
90
90
  * // CopyCountPerInstance: Number("int"),
91
91
  * // },
@@ -99,7 +99,7 @@ declare const DescribeAIRecommendationJobCommand_base: {
99
99
  * // },
100
100
  * // ],
101
101
  * // ImageUri: "STRING_VALUE",
102
- * // InstanceType: "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.g7e.2xlarge" || "ml.g7e.4xlarge" || "ml.g7e.8xlarge" || "ml.g7e.12xlarge" || "ml.g7e.24xlarge" || "ml.g7e.48xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.4xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge",
102
+ * // InstanceType: "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.g7e.2xlarge" || "ml.g7e.4xlarge" || "ml.g7e.8xlarge" || "ml.g7e.12xlarge" || "ml.g7e.24xlarge" || "ml.g7e.48xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.4xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.p6-b200.48xlarge",
103
103
  * // InstanceCount: Number("int"),
104
104
  * // CopyCountPerInstance: Number("int"),
105
105
  * // EnvironmentVariables: { // EnvironmentMap
@@ -120,7 +120,7 @@ declare const DescribeAIRecommendationJobCommand_base: {
120
120
  * // RoleArn: "STRING_VALUE", // required
121
121
  * // ComputeSpec: { // AIRecommendationComputeSpec
122
122
  * // InstanceTypes: [ // AIRecommendationInstanceTypeList
123
- * // "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.g7e.2xlarge" || "ml.g7e.4xlarge" || "ml.g7e.8xlarge" || "ml.g7e.12xlarge" || "ml.g7e.24xlarge" || "ml.g7e.48xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.4xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge",
123
+ * // "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.g7e.2xlarge" || "ml.g7e.4xlarge" || "ml.g7e.8xlarge" || "ml.g7e.12xlarge" || "ml.g7e.24xlarge" || "ml.g7e.48xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.4xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.p6-b200.48xlarge",
124
124
  * // ],
125
125
  * // CapacityReservationConfig: { // AICapacityReservationConfig
126
126
  * // CapacityReservationPreference: "capacity-reservations-only",
@@ -261,6 +261,20 @@ declare const DescribeClusterCommand_base: {
261
261
  * // },
262
262
  * // },
263
263
  * // ],
264
+ * // RestrictedInstanceGroupsConfig: { // ClusterRestrictedInstanceGroupsConfigOutput
265
+ * // SharedEnvironmentConfig: { // ClusterSharedEnvironmentConfigDetails
266
+ * // CurrentFSxLustreConfig: {
267
+ * // SizeInGiB: Number("int"), // required
268
+ * // PerUnitStorageThroughput: Number("int"), // required
269
+ * // },
270
+ * // DesiredFSxLustreConfig: {
271
+ * // SizeInGiB: Number("int"), // required
272
+ * // PerUnitStorageThroughput: Number("int"), // required
273
+ * // },
274
+ * // CurrentFSxLustreDeletionPolicy: "DeleteIfNotUsed" || "Keep",
275
+ * // DesiredFSxLustreDeletionPolicy: "DeleteIfNotUsed" || "Keep",
276
+ * // },
277
+ * // },
264
278
  * // VpcConfig: {
265
279
  * // SecurityGroupIds: [ // required
266
280
  * // "STRING_VALUE",
@@ -73,6 +73,7 @@ declare const DescribeTrainingPlanCommand_base: {
73
73
  * // TotalInstanceCount: Number("int"), // required
74
74
  * // Status: "Pending" || "Active" || "Scheduled" || "Expired" || "Failed", // required
75
75
  * // AvailabilityZone: "STRING_VALUE",
76
+ * // AvailabilityZoneId: "STRING_VALUE",
76
77
  * // DurationHours: Number("long"),
77
78
  * // DurationMinutes: Number("long"),
78
79
  * // StartTime: new Date("TIMESTAMP"),
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListModelBiasJobDefinitionsRequest, ListModelBiasJobDefinitionsResponse } from "../models/models_3";
3
+ import type { ListModelBiasJobDefinitionsRequest, ListModelBiasJobDefinitionsResponse } from "../models/models_4";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListModelCardExportJobsRequest } from "../models/models_3";
4
- import type { ListModelCardExportJobsResponse } from "../models/models_4";
3
+ import type { ListModelCardExportJobsRequest, ListModelCardExportJobsResponse } from "../models/models_4";
5
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
5
  /**
7
6
  * @public
@@ -85,6 +85,7 @@ declare const ListTrainingPlansCommand_base: {
85
85
  * // TotalInstanceCount: Number("int"), // required
86
86
  * // Status: "Pending" || "Active" || "Scheduled" || "Expired" || "Failed", // required
87
87
  * // AvailabilityZone: "STRING_VALUE",
88
+ * // AvailabilityZoneId: "STRING_VALUE",
88
89
  * // DurationHours: Number("long"),
89
90
  * // DurationMinutes: Number("long"),
90
91
  * // StartTime: new Date("TIMESTAMP"),
@@ -203,6 +203,15 @@ declare const UpdateClusterCommand_base: {
203
203
  * },
204
204
  * },
205
205
  * ],
206
+ * RestrictedInstanceGroupsConfig: { // ClusterRestrictedInstanceGroupsConfig
207
+ * SharedEnvironmentConfig: { // ClusterSharedEnvironmentConfig
208
+ * FSxLustreDeletionPolicy: "DeleteIfNotUsed" || "Keep", // required
209
+ * FSxLustreConfig: {
210
+ * SizeInGiB: Number("int"), // required
211
+ * PerUnitStorageThroughput: Number("int"), // required
212
+ * },
213
+ * },
214
+ * },
206
215
  * TieredStorageConfig: { // ClusterTieredStorageConfig
207
216
  * Mode: "Enable" || "Disable", // required
208
217
  * InstanceMemoryAllocationPercentage: Number("int"),
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { UpdateTrialRequest, UpdateTrialResponse } from "../models/models_4";
3
+ import type { UpdateTrialRequest } from "../models/models_4";
4
+ import type { UpdateTrialResponse } from "../models/models_5";
4
5
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
6
  /**
6
7
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { UpdateTrialComponentRequest, UpdateTrialComponentResponse } from "../models/models_4";
3
+ import type { UpdateTrialComponentRequest, UpdateTrialComponentResponse } from "../models/models_5";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { UpdateUserProfileRequest } from "../models/models_4";
4
- import type { UpdateUserProfileResponse } from "../models/models_5";
3
+ import type { UpdateUserProfileRequest, UpdateUserProfileResponse } from "../models/models_5";
5
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
5
  /**
7
6
  * @public
@@ -767,6 +767,7 @@ export declare const AIRecommendationInstanceType: {
767
767
  readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
768
768
  readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
769
769
  readonly ML_P5_4XLARGE: "ml.p5.4xlarge";
770
+ readonly ML_P6_B200_48XLARGE: "ml.p6-b200.48xlarge";
770
771
  };
771
772
  /**
772
773
  * @public
@@ -2325,6 +2326,18 @@ export declare const ClusterEventResourceType: {
2325
2326
  * @public
2326
2327
  */
2327
2328
  export type ClusterEventResourceType = (typeof ClusterEventResourceType)[keyof typeof ClusterEventResourceType];
2329
+ /**
2330
+ * @public
2331
+ * @enum
2332
+ */
2333
+ export declare const ClusterFSxLustreDeletionPolicy: {
2334
+ readonly DELETE_IF_NOT_USED: "DeleteIfNotUsed";
2335
+ readonly KEEP: "Keep";
2336
+ };
2337
+ /**
2338
+ * @public
2339
+ */
2340
+ export type ClusterFSxLustreDeletionPolicy = (typeof ClusterFSxLustreDeletionPolicy)[keyof typeof ClusterFSxLustreDeletionPolicy];
2328
2341
  /**
2329
2342
  * @public
2330
2343
  * @enum
@@ -1,4 +1,4 @@
1
- import type { ActionStatus, ActivationState, ActiveClusterOperationName, AdditionalS3DataSourceDataType, AggregationTransformationValue, AIBenchmarkJobStatus, AICapacityReservationPreference, AIRecommendationInferenceFramework, AIRecommendationInstanceType, AIRecommendationJobStatus, AIRecommendationMetric, AIRecommendationOptimizationType, AlgorithmStatus, AppInstanceType, AppStatus, AppType, ArtifactSourceIdType, AssemblyType, AssociationEdgeType, AsyncNotificationTopicTypes, AthenaResultCompressionType, AthenaResultFormat, AutoMLAlgorithm, AutoMLChannelType, AutoMLJobObjectiveType, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLMetricEnum, AutoMLMetricExtendedEnum, AutoMLMode, AutoMLProcessingUnit, AutoMLS3DataType, AutotuneMode, BatchAddClusterNodesErrorCode, BatchDeleteClusterNodesErrorCode, BatchRebootClusterNodesErrorCode, BatchReplaceClusterNodesErrorCode, BatchStrategy, CandidateStatus, CandidateStepType, CapacityReservationType, CapacitySizeType, CaptureMode, ClarifyFeatureType, ClarifyTextGranularity, ClarifyTextLanguage, ClusterAutoScalerType, ClusterAutoScalingMode, ClusterAutoScalingStatus, ClusterCapacityType, ClusterConfigMode, ClusterEventLevel, ClusterEventResourceType, ClusterImageVersionStatus, ClusterInstanceStatus, ClusterInstanceType, ClusterInterfaceType, ClusterKubernetesTaintEffect, ClusterSlurmConfigStrategy, ClusterSlurmNodeType, ClusterStatus, CompilationJobStatus, CompressionType, ConditionOutcome, DataSourceName, DeepHealthCheckType, DetailedAlgorithmStatus, FeatureStatus, FileSystemAccessMode, FileSystemType, FillingType, InstanceGroupStatus, LifecycleManagement, MetricSetSource, MIGProfileType, ModelApprovalStatus, ModelCompressionType, ModelPackageRegistrationType, ModelPackageStatus, NodeUnavailabilityType, ObjectiveStatus, OutputCompressionType, PreemptTeamTasks, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, RecordWrapper, RepositoryAccessMode, ResourceSharingStrategy, S3DataDistribution, S3DataType, S3ModelDataType, SchedulerResourceStatus, SoftwareUpdateStatus, SplitType, TargetDevice, TargetPlatformAccelerator, TargetPlatformArch, TargetPlatformOs, TrafficRoutingConfigType, TrainingInputMode, TrainingInstanceType, TrainingRepositoryAccessMode, TransformInstanceType, VolumeAttachmentStatus } from "./enums";
1
+ import type { ActionStatus, ActiveClusterOperationName, AdditionalS3DataSourceDataType, AggregationTransformationValue, AIBenchmarkJobStatus, AICapacityReservationPreference, AIRecommendationInferenceFramework, AIRecommendationInstanceType, AIRecommendationJobStatus, AIRecommendationMetric, AIRecommendationOptimizationType, AlgorithmStatus, AppInstanceType, AppStatus, AppType, ArtifactSourceIdType, AssemblyType, AssociationEdgeType, AsyncNotificationTopicTypes, AthenaResultCompressionType, AthenaResultFormat, AutoMLAlgorithm, AutoMLChannelType, AutoMLJobObjectiveType, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLMetricEnum, AutoMLMetricExtendedEnum, AutoMLMode, AutoMLProcessingUnit, AutoMLS3DataType, AutotuneMode, BatchAddClusterNodesErrorCode, BatchDeleteClusterNodesErrorCode, BatchRebootClusterNodesErrorCode, BatchReplaceClusterNodesErrorCode, BatchStrategy, CandidateStatus, CandidateStepType, CapacityReservationType, CapacitySizeType, CaptureMode, ClarifyFeatureType, ClarifyTextGranularity, ClarifyTextLanguage, ClusterAutoScalerType, ClusterAutoScalingMode, ClusterAutoScalingStatus, ClusterCapacityType, ClusterConfigMode, ClusterEventLevel, ClusterEventResourceType, ClusterFSxLustreDeletionPolicy, ClusterImageVersionStatus, ClusterInstanceStatus, ClusterInstanceType, ClusterInterfaceType, ClusterKubernetesTaintEffect, ClusterSlurmConfigStrategy, ClusterSlurmNodeType, ClusterStatus, CompilationJobStatus, CompressionType, DataSourceName, DeepHealthCheckType, DetailedAlgorithmStatus, FeatureStatus, FileSystemAccessMode, FileSystemType, FillingType, InstanceGroupStatus, LifecycleManagement, MetricSetSource, MIGProfileType, ModelApprovalStatus, ModelCompressionType, ModelPackageRegistrationType, ModelPackageStatus, NodeUnavailabilityType, ObjectiveStatus, OutputCompressionType, PreemptTeamTasks, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, RecordWrapper, ResourceSharingStrategy, S3DataDistribution, S3DataType, S3ModelDataType, SchedulerResourceStatus, SoftwareUpdateStatus, SplitType, TargetDevice, TargetPlatformAccelerator, TargetPlatformArch, TargetPlatformOs, TrafficRoutingConfigType, TrainingInputMode, TrainingInstanceType, TrainingRepositoryAccessMode, TransformInstanceType, VolumeAttachmentStatus } from "./enums";
2
2
  /**
3
3
  * <p>Configuration for allocating accelerator partitions.</p>
4
4
  * @public
@@ -6464,6 +6464,70 @@ export interface ClusterRestrictedInstanceGroupDetails {
6464
6464
  */
6465
6465
  EnvironmentConfig?: EnvironmentConfigDetails | undefined;
6466
6466
  }
6467
+ /**
6468
+ * <p>The shared environment configuration for the restricted instance groups (RIG).</p>
6469
+ * @public
6470
+ */
6471
+ export interface ClusterSharedEnvironmentConfig {
6472
+ /**
6473
+ * <p>The deletion policy for the Amazon FSx for Lustre file system in the shared environment.</p>
6474
+ * @public
6475
+ */
6476
+ FSxLustreDeletionPolicy: ClusterFSxLustreDeletionPolicy | undefined;
6477
+ /**
6478
+ * <p>Configuration settings for an Amazon FSx for Lustre file system in the shared environment.</p>
6479
+ * @public
6480
+ */
6481
+ FSxLustreConfig: FSxLustreConfig | undefined;
6482
+ }
6483
+ /**
6484
+ * <p>The configuration for the restricted instance groups (RIG) in the SageMaker HyperPod cluster.</p>
6485
+ * @public
6486
+ */
6487
+ export interface ClusterRestrictedInstanceGroupsConfig {
6488
+ /**
6489
+ * <p>The shared environment configuration for the restricted instance groups (RIG).</p>
6490
+ * @public
6491
+ */
6492
+ SharedEnvironmentConfig: ClusterSharedEnvironmentConfig | undefined;
6493
+ }
6494
+ /**
6495
+ * <p>The shared environment configuration details for the restricted instance groups (RIG).</p>
6496
+ * @public
6497
+ */
6498
+ export interface ClusterSharedEnvironmentConfigDetails {
6499
+ /**
6500
+ * <p>The current Amazon FSx for Lustre file system configuration in the shared environment.</p>
6501
+ * @public
6502
+ */
6503
+ CurrentFSxLustreConfig?: FSxLustreConfig | undefined;
6504
+ /**
6505
+ * <p>The desired Amazon FSx for Lustre file system configuration in the shared environment.</p>
6506
+ * @public
6507
+ */
6508
+ DesiredFSxLustreConfig?: FSxLustreConfig | undefined;
6509
+ /**
6510
+ * <p>The current deletion policy for the Amazon FSx for Lustre file system in the shared environment.</p>
6511
+ * @public
6512
+ */
6513
+ CurrentFSxLustreDeletionPolicy?: ClusterFSxLustreDeletionPolicy | undefined;
6514
+ /**
6515
+ * <p>The desired deletion policy for the Amazon FSx for Lustre file system in the shared environment.</p>
6516
+ * @public
6517
+ */
6518
+ DesiredFSxLustreDeletionPolicy?: ClusterFSxLustreDeletionPolicy | undefined;
6519
+ }
6520
+ /**
6521
+ * <p>The output configuration for the restricted instance groups (RIG) in the SageMaker HyperPod cluster.</p>
6522
+ * @public
6523
+ */
6524
+ export interface ClusterRestrictedInstanceGroupsConfigOutput {
6525
+ /**
6526
+ * <p>The shared environment configuration details for the restricted instance groups (RIG).</p>
6527
+ * @public
6528
+ */
6529
+ SharedEnvironmentConfig: ClusterSharedEnvironmentConfigDetails | undefined;
6530
+ }
6467
6531
  /**
6468
6532
  * <p>The configuration for the restricted instance groups (RIG) environment.</p>
6469
6533
  * @public
@@ -6960,102 +7024,3 @@ export interface ComputeQuotaTarget {
6960
7024
  */
6961
7025
  FairShareWeight?: number | undefined;
6962
7026
  }
6963
- /**
6964
- * <p>Summary of the compute allocation definition.</p>
6965
- * @public
6966
- */
6967
- export interface ComputeQuotaSummary {
6968
- /**
6969
- * <p>ARN of the compute allocation definition.</p>
6970
- * @public
6971
- */
6972
- ComputeQuotaArn: string | undefined;
6973
- /**
6974
- * <p>ID of the compute allocation definition.</p>
6975
- * @public
6976
- */
6977
- ComputeQuotaId: string | undefined;
6978
- /**
6979
- * <p>Name of the compute allocation definition.</p>
6980
- * @public
6981
- */
6982
- Name: string | undefined;
6983
- /**
6984
- * <p>Version of the compute allocation definition.</p>
6985
- * @public
6986
- */
6987
- ComputeQuotaVersion?: number | undefined;
6988
- /**
6989
- * <p>Status of the compute allocation definition.</p>
6990
- * @public
6991
- */
6992
- Status: SchedulerResourceStatus | undefined;
6993
- /**
6994
- * <p>ARN of the cluster.</p>
6995
- * @public
6996
- */
6997
- ClusterArn?: string | undefined;
6998
- /**
6999
- * <p>Configuration of the compute allocation definition. This includes the resource sharing option, and the setting to preempt low priority tasks.</p>
7000
- * @public
7001
- */
7002
- ComputeQuotaConfig?: ComputeQuotaConfig | undefined;
7003
- /**
7004
- * <p>The target entity to allocate compute resources to.</p>
7005
- * @public
7006
- */
7007
- ComputeQuotaTarget: ComputeQuotaTarget | undefined;
7008
- /**
7009
- * <p>The state of the compute allocation being described. Use to enable or disable compute allocation.</p> <p>Default is <code>Enabled</code>.</p>
7010
- * @public
7011
- */
7012
- ActivationState?: ActivationState | undefined;
7013
- /**
7014
- * <p>Creation time of the compute allocation definition.</p>
7015
- * @public
7016
- */
7017
- CreationTime: Date | undefined;
7018
- /**
7019
- * <p>Last modified time of the compute allocation definition.</p>
7020
- * @public
7021
- */
7022
- LastModifiedTime?: Date | undefined;
7023
- }
7024
- /**
7025
- * <p>Metadata for a Condition step.</p>
7026
- * @public
7027
- */
7028
- export interface ConditionStepMetadata {
7029
- /**
7030
- * <p>The outcome of the Condition step evaluation.</p>
7031
- * @public
7032
- */
7033
- Outcome?: ConditionOutcome | undefined;
7034
- }
7035
- /**
7036
- * <p>Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified <code>Vpc</code> as the value for the <code>RepositoryAccessMode</code> field of the <code>ImageConfig</code> object that you passed to a call to <code>CreateModel</code> and the private Docker registry where the model image is hosted requires authentication.</p>
7037
- * @public
7038
- */
7039
- export interface RepositoryAuthConfig {
7040
- /**
7041
- * <p>The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an Amazon Web Services Lambda function, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/getting-started-create-function.html">Create a Lambda function with the console</a> in the <i>Amazon Web Services Lambda Developer Guide</i>.</p>
7042
- * @public
7043
- */
7044
- RepositoryCredentialsProviderArn: string | undefined;
7045
- }
7046
- /**
7047
- * <p>Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC).</p>
7048
- * @public
7049
- */
7050
- export interface ImageConfig {
7051
- /**
7052
- * <p>Set this to one of the following values:</p> <ul> <li> <p> <code>Platform</code> - The model image is hosted in Amazon ECR.</p> </li> <li> <p> <code>Vpc</code> - The model image is hosted in a private Docker registry in your VPC.</p> </li> </ul>
7053
- * @public
7054
- */
7055
- RepositoryAccessMode: RepositoryAccessMode | undefined;
7056
- /**
7057
- * <p>(Optional) Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified <code>Vpc</code> as the value for the <code>RepositoryAccessMode</code> field, and the private Docker registry where the model image is hosted requires authentication.</p>
7058
- * @public
7059
- */
7060
- RepositoryAuthConfig?: RepositoryAuthConfig | undefined;
7061
- }