@aws-sdk/client-sagemaker 3.1071.0 → 3.1072.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.
- package/dist-cjs/index.js +7 -0
- package/dist-cjs/schemas/schemas_0.js +58 -21
- package/dist-es/models/enums.js +6 -0
- package/dist-es/schemas/schemas_0.js +54 -21
- package/dist-types/commands/CreateClusterCommand.d.ts +26 -4
- package/dist-types/commands/DescribeClusterCommand.d.ts +32 -9
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +3 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +2 -1
- package/dist-types/commands/ListClustersCommand.d.ts +1 -0
- package/dist-types/commands/ListInferenceComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +26 -4
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -2
- package/dist-types/models/enums.d.ts +14 -0
- package/dist-types/models/models_0.d.ts +152 -157
- package/dist-types/models/models_1.d.ts +121 -56
- package/dist-types/models/models_2.d.ts +57 -174
- package/dist-types/models/models_3.d.ts +175 -159
- package/dist-types/models/models_4.d.ts +164 -69
- package/dist-types/models/models_5.d.ts +66 -1
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/commands/DescribeHyperParameterTuningJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceExperimentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +36 -43
- package/dist-types/ts3.4/models/models_1.d.ts +31 -15
- package/dist-types/ts3.4/models/models_2.d.ts +16 -50
- package/dist-types/ts3.4/models/models_3.d.ts +43 -40
- package/dist-types/ts3.4/models/models_4.d.ts +44 -18
- package/dist-types/ts3.4/models/models_5.d.ts +18 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -7654,6 +7654,10 @@ const ClarifyTextLanguage = {
|
|
|
7654
7654
|
URDU: "ur",
|
|
7655
7655
|
YORUBA: "yo",
|
|
7656
7656
|
};
|
|
7657
|
+
const ClusterPatchingStrategy = {
|
|
7658
|
+
WHEN_ALL_IDLE: "WhenAllIdle",
|
|
7659
|
+
WHEN_IDLE: "WhenIdle",
|
|
7660
|
+
};
|
|
7657
7661
|
const ClusterAutoScalerType = {
|
|
7658
7662
|
KARPENTER: "Karpenter",
|
|
7659
7663
|
};
|
|
@@ -7690,6 +7694,8 @@ const ClusterFSxLustreDeletionPolicy = {
|
|
|
7690
7694
|
KEEP: "Keep",
|
|
7691
7695
|
};
|
|
7692
7696
|
const ClusterImageVersionStatus = {
|
|
7697
|
+
END_OF_LIFE: "EndOfLife",
|
|
7698
|
+
SECURITY_UPDATE_REQUIRED: "SecurityUpdateRequired",
|
|
7693
7699
|
UPDATE_AVAILABLE: "UpdateAvailable",
|
|
7694
7700
|
UP_TO_DATE: "UpToDate",
|
|
7695
7701
|
};
|
|
@@ -9618,6 +9624,7 @@ exports.ClusterInterfaceType = ClusterInterfaceType;
|
|
|
9618
9624
|
exports.ClusterKubernetesTaintEffect = ClusterKubernetesTaintEffect;
|
|
9619
9625
|
exports.ClusterNodeProvisioningMode = ClusterNodeProvisioningMode;
|
|
9620
9626
|
exports.ClusterNodeRecovery = ClusterNodeRecovery;
|
|
9627
|
+
exports.ClusterPatchingStrategy = ClusterPatchingStrategy;
|
|
9621
9628
|
exports.ClusterSlurmConfigStrategy = ClusterSlurmConfigStrategy;
|
|
9622
9629
|
exports.ClusterSlurmNodeType = ClusterSlurmNodeType;
|
|
9623
9630
|
exports.ClusterSortBy = ClusterSortBy;
|
|
@@ -168,6 +168,7 @@ const _AO = "ActiveOperations";
|
|
|
168
168
|
const _AOm = "AmiOverride";
|
|
169
169
|
const _AP = "AutoParameter";
|
|
170
170
|
const _APC = "AcceleratorPartitionConfig";
|
|
171
|
+
const _APCu = "AutoPatchConfig";
|
|
171
172
|
const _APc = "AcceleratorPartition";
|
|
172
173
|
const _APu = "AutoParameters";
|
|
173
174
|
const _AQS = "AmazonQSettings";
|
|
@@ -346,6 +347,8 @@ const _CAMLJVR = "CreateAutoMLJobV2Request";
|
|
|
346
347
|
const _CAMLJVRr = "CreateAutoMLJobV2Response";
|
|
347
348
|
const _CAMRRA = "CrossAccountModelRegisterRoleArn";
|
|
348
349
|
const _CAO = "CreateAlgorithmOutput";
|
|
350
|
+
const _CAPC = "ClusterAutoPatchConfig";
|
|
351
|
+
const _CAPCD = "ClusterAutoPatchConfigDetails";
|
|
349
352
|
const _CAR = "CreateActionRequest";
|
|
350
353
|
const _CARr = "CreateActionResponse";
|
|
351
354
|
const _CARre = "CreateAppRequest";
|
|
@@ -510,6 +513,7 @@ const _CIRD = "ClusterInstanceRequirementDetails";
|
|
|
510
513
|
const _CIRJ = "CreateInferenceRecommendationsJob";
|
|
511
514
|
const _CIRJR = "CreateInferenceRecommendationsJobRequest";
|
|
512
515
|
const _CIRJRr = "CreateInferenceRecommendationsJobResponse";
|
|
516
|
+
const _CIRV = "CurrentImageReleaseVersion";
|
|
513
517
|
const _CIRr = "CreateImageRequest";
|
|
514
518
|
const _CIRre = "CreateImageResponse";
|
|
515
519
|
const _CISC = "ClusterInstanceStorageConfigs";
|
|
@@ -651,6 +655,9 @@ const _CPRo = "ContinuousParameterRange";
|
|
|
651
655
|
const _CPRon = "ContinuousParameterRanges";
|
|
652
656
|
const _CPRr = "CreatePipelineRequest";
|
|
653
657
|
const _CPRre = "CreatePipelineResponse";
|
|
658
|
+
const _CPS = "CurrentPatchSchedule";
|
|
659
|
+
const _CPSD = "ClusterPatchScheduleDetails";
|
|
660
|
+
const _CPSl = "ClusterPatchSchedule";
|
|
654
661
|
const _CPUC = "CustomPosixUserConfig";
|
|
655
662
|
const _CPa = "CategoricalParameter";
|
|
656
663
|
const _CPat = "CategoricalParameters";
|
|
@@ -1073,6 +1080,7 @@ const _DIR = "DeleteImageRequest";
|
|
|
1073
1080
|
const _DIRJ = "DescribeInferenceRecommendationsJob";
|
|
1074
1081
|
const _DIRJR = "DescribeInferenceRecommendationsJobRequest";
|
|
1075
1082
|
const _DIRJRe = "DescribeInferenceRecommendationsJobResponse";
|
|
1083
|
+
const _DIRV = "DesiredImageReleaseVersion";
|
|
1076
1084
|
const _DIRe = "DeleteImageResponse";
|
|
1077
1085
|
const _DIRes = "DescribeImageRequest";
|
|
1078
1086
|
const _DIResc = "DescribeImageResponse";
|
|
@@ -1217,6 +1225,7 @@ const _DPR = "DeletePipelineRequest";
|
|
|
1217
1225
|
const _DPRe = "DeletePipelineResponse";
|
|
1218
1226
|
const _DPRes = "DescribePipelineRequest";
|
|
1219
1227
|
const _DPResc = "DescribePipelineResponse";
|
|
1228
|
+
const _DPS = "DesiredPatchSchedule";
|
|
1220
1229
|
const _DPe = "DeleteProperties";
|
|
1221
1230
|
const _DPel = "DeletePipeline";
|
|
1222
1231
|
const _DPele = "DeleteProject";
|
|
@@ -1814,6 +1823,7 @@ const _IRJS = "InferenceRecommendationsJobStep";
|
|
|
1814
1823
|
const _IRJSn = "InferenceRecommendationsJobSteps";
|
|
1815
1824
|
const _IRJn = "InferenceRecommendationsJobs";
|
|
1816
1825
|
const _IRS = "IdleResourceSharing";
|
|
1826
|
+
const _IRV = "ImageReleaseVersion";
|
|
1817
1827
|
const _IRn = "InstanceRequirements";
|
|
1818
1828
|
const _IRnf = "InferenceRecommendations";
|
|
1819
1829
|
const _IRnfe = "InferenceRecommendation";
|
|
@@ -2573,6 +2583,7 @@ const _NOO = "NotebookOutputOption";
|
|
|
2573
2583
|
const _NOS = "NumberOfSamples";
|
|
2574
2584
|
const _NOSu = "NumberOfSteps";
|
|
2575
2585
|
const _NOTJONI = "NumberOfTrainingJobsObjectiveNotImproving";
|
|
2586
|
+
const _NPD = "NextPatchDate";
|
|
2576
2587
|
const _NPM = "NodeProvisioningMode";
|
|
2577
2588
|
const _NPN = "NestedPropertyName";
|
|
2578
2589
|
const _NR = "NodeRecovery";
|
|
@@ -2762,7 +2773,7 @@ const _PRESr = "ProfilerRuleEvaluationStatus";
|
|
|
2762
2773
|
const _PRa = "ParameterRanges";
|
|
2763
2774
|
const _PRar = "ParameterRange";
|
|
2764
2775
|
const _PRara = "ParameterRemovals";
|
|
2765
|
-
const _PS = "
|
|
2776
|
+
const _PS = "PatchingStrategy";
|
|
2766
2777
|
const _PSC = "ProcessingStoppingCondition";
|
|
2767
2778
|
const _PSI = "ProcessingS3Input";
|
|
2768
2779
|
const _PSL = "ProjectSummaryList";
|
|
@@ -2770,9 +2781,11 @@ const _PSLi = "PipelineSummaryList";
|
|
|
2770
2781
|
const _PSO = "ProcessingS3Output";
|
|
2771
2782
|
const _PSP = "ProjectS3Path";
|
|
2772
2783
|
const _PST = "ProcessingStartTime";
|
|
2773
|
-
const _PSa = "
|
|
2774
|
-
const
|
|
2775
|
-
const
|
|
2784
|
+
const _PSa = "PatchSchedule";
|
|
2785
|
+
const _PSay = "PaymentStatus";
|
|
2786
|
+
const _PSi = "PipelineStatus";
|
|
2787
|
+
const _PSip = "PipelineSummaries";
|
|
2788
|
+
const _PSipe = "PipelineSummary";
|
|
2776
2789
|
const _PSl = "PlacementStatus";
|
|
2777
2790
|
const _PSla = "PlacementStrategy";
|
|
2778
2791
|
const _PSlac = "PlacementSpecifications";
|
|
@@ -4675,6 +4688,18 @@ const ClarifyTextConfig$ = [3, n0, _CTC,
|
|
|
4675
4688
|
[0, 0], 2
|
|
4676
4689
|
];
|
|
4677
4690
|
exports.ClarifyTextConfig$ = ClarifyTextConfig$;
|
|
4691
|
+
const ClusterAutoPatchConfig$ = [3, n0, _CAPC,
|
|
4692
|
+
0,
|
|
4693
|
+
[_PS, _PSa, _DCe],
|
|
4694
|
+
[0, () => ClusterPatchSchedule$, () => DeploymentConfiguration$], 1
|
|
4695
|
+
];
|
|
4696
|
+
exports.ClusterAutoPatchConfig$ = ClusterAutoPatchConfig$;
|
|
4697
|
+
const ClusterAutoPatchConfigDetails$ = [3, n0, _CAPCD,
|
|
4698
|
+
0,
|
|
4699
|
+
[_PS, _CPS, _DPS, _DCe],
|
|
4700
|
+
[0, () => ClusterPatchScheduleDetails$, () => ClusterPatchScheduleDetails$, () => DeploymentConfiguration$]
|
|
4701
|
+
];
|
|
4702
|
+
exports.ClusterAutoPatchConfigDetails$ = ClusterAutoPatchConfigDetails$;
|
|
4678
4703
|
const ClusterAutoScalingConfig$ = [3, n0, _CASC,
|
|
4679
4704
|
0,
|
|
4680
4705
|
[_Mo, _ASTu],
|
|
@@ -4725,14 +4750,14 @@ const ClusterFsxOpenZfsConfig$ = [3, n0, _CFOZC,
|
|
|
4725
4750
|
exports.ClusterFsxOpenZfsConfig$ = ClusterFsxOpenZfsConfig$;
|
|
4726
4751
|
const ClusterInstanceGroupDetails$ = [3, n0, _CIGD,
|
|
4727
4752
|
0,
|
|
4728
|
-
[_CCu, _TCa, _MCi, _IGN, _ITn, _IRn, _ITD, _LCC, _ERx, _TPC, _ISC, _OSDHC, _St, _TPA, _TPS, _OVC, _SUC, _CII, _DII, _IVS, _AO, _KC, _CRa, _TSC, _SUS, _ASUC, _SCl, _NIe],
|
|
4729
|
-
[1, 1, 1, 0, 0, () => ClusterInstanceRequirementDetails$, () => ClusterInstanceTypeDetails, () => ClusterLifeCycleConfig$, 0, 1, () => ClusterInstanceStorageConfigs, 64 | 0, 0, 0, 0, () => VpcConfig$, () => ScheduledUpdateConfig$, 0, 0, 0, 128 | 1, () => ClusterKubernetesConfigDetails$, () => ClusterCapacityRequirements$, 1, 0, () => DeploymentConfiguration$, () => ClusterSlurmConfigDetails$, () => ClusterNetworkInterfaceDetails$]
|
|
4753
|
+
[_CCu, _TCa, _MCi, _IGN, _ITn, _IRn, _ITD, _LCC, _ERx, _TPC, _ISC, _OSDHC, _St, _TPA, _TPS, _OVC, _SUC, _APCu, _CII, _DII, _CIRV, _DIRV, _IVS, _AO, _KC, _CRa, _TSC, _SUS, _ASUC, _SCl, _NIe],
|
|
4754
|
+
[1, 1, 1, 0, 0, () => ClusterInstanceRequirementDetails$, () => ClusterInstanceTypeDetails, () => ClusterLifeCycleConfig$, 0, 1, () => ClusterInstanceStorageConfigs, 64 | 0, 0, 0, 0, () => VpcConfig$, () => ScheduledUpdateConfig$, () => ClusterAutoPatchConfigDetails$, 0, 0, 0, 0, 0, 128 | 1, () => ClusterKubernetesConfigDetails$, () => ClusterCapacityRequirements$, 1, 0, () => DeploymentConfiguration$, () => ClusterSlurmConfigDetails$, () => ClusterNetworkInterfaceDetails$]
|
|
4730
4755
|
];
|
|
4731
4756
|
exports.ClusterInstanceGroupDetails$ = ClusterInstanceGroupDetails$;
|
|
4732
4757
|
const ClusterInstanceGroupSpecification$ = [3, n0, _CIGS,
|
|
4733
4758
|
0,
|
|
4734
|
-
[_ICn, _IGN, _ERx, _MIC, _ITn, _IRn, _LCC, _TPC, _ISC, _OSDHC, _TPA, _OVC, _SUC, _IIm, _KC, _SCl, _CRa, _NIe],
|
|
4735
|
-
[1, 0, 0, 1, 0, () => ClusterInstanceRequirements$, () => ClusterLifeCycleConfig$, 1, () => ClusterInstanceStorageConfigs, 64 | 0, 0, () => VpcConfig$, () => ScheduledUpdateConfig$, 0, () => ClusterKubernetesConfig$, () => ClusterSlurmConfig$, () => ClusterCapacityRequirements$, () => ClusterNetworkInterface$], 3
|
|
4759
|
+
[_ICn, _IGN, _ERx, _MIC, _ITn, _IRn, _LCC, _TPC, _ISC, _OSDHC, _TPA, _OVC, _SUC, _IIm, _APCu, _IRV, _KC, _SCl, _CRa, _NIe],
|
|
4760
|
+
[1, 0, 0, 1, 0, () => ClusterInstanceRequirements$, () => ClusterLifeCycleConfig$, 1, () => ClusterInstanceStorageConfigs, 64 | 0, 0, () => VpcConfig$, () => ScheduledUpdateConfig$, 0, () => ClusterAutoPatchConfig$, 0, () => ClusterKubernetesConfig$, () => ClusterSlurmConfig$, () => ClusterCapacityRequirements$, () => ClusterNetworkInterface$], 3
|
|
4736
4761
|
];
|
|
4737
4762
|
exports.ClusterInstanceGroupSpecification$ = ClusterInstanceGroupSpecification$;
|
|
4738
4763
|
const ClusterInstancePlacement$ = [3, n0, _CIP,
|
|
@@ -4815,14 +4840,14 @@ const ClusterNetworkInterfaceDetails$ = [3, n0, _CNID,
|
|
|
4815
4840
|
exports.ClusterNetworkInterfaceDetails$ = ClusterNetworkInterfaceDetails$;
|
|
4816
4841
|
const ClusterNodeDetails$ = [3, n0, _CND,
|
|
4817
4842
|
0,
|
|
4818
|
-
[_IGN, _II, _NLI, _ISns, _ITn, _LT, _LSUT, _LCC, _OVC, _TPC, _ISC, _PPI, _PPIr, _PDH, _Pl, _CII, _DII, _IVS, _USI, _KC, _CTap, _NIe],
|
|
4819
|
-
[0, 0, 0, () => ClusterInstanceStatusDetails$, 0, 4, 4, () => ClusterLifeCycleConfig$, () => VpcConfig$, 1, () => ClusterInstanceStorageConfigs, 0, 0, 0, () => ClusterInstancePlacement$, 0, 0, 0, () => UltraServerInfo$, () => ClusterKubernetesConfigNodeDetails$, 0, () => ClusterNetworkInterfaceDetails$]
|
|
4843
|
+
[_IGN, _II, _NLI, _ISns, _ITn, _LT, _LSUT, _LCC, _OVC, _TPC, _ISC, _PPI, _PPIr, _PDH, _Pl, _CII, _DII, _CIRV, _DIRV, _IVS, _USI, _KC, _CTap, _NIe],
|
|
4844
|
+
[0, 0, 0, () => ClusterInstanceStatusDetails$, 0, 4, 4, () => ClusterLifeCycleConfig$, () => VpcConfig$, 1, () => ClusterInstanceStorageConfigs, 0, 0, 0, () => ClusterInstancePlacement$, 0, 0, 0, 0, 0, () => UltraServerInfo$, () => ClusterKubernetesConfigNodeDetails$, 0, () => ClusterNetworkInterfaceDetails$]
|
|
4820
4845
|
];
|
|
4821
4846
|
exports.ClusterNodeDetails$ = ClusterNodeDetails$;
|
|
4822
4847
|
const ClusterNodeSummary$ = [3, n0, _CNS,
|
|
4823
4848
|
0,
|
|
4824
|
-
[_IGN, _II, _ITn, _LT, _ISns, _NLI, _LSUT, _USI, _PDH, _IVS],
|
|
4825
|
-
[0, 0, 0, 4, () => ClusterInstanceStatusDetails$, 0, 4, () => UltraServerInfo$, 0, 0], 5
|
|
4849
|
+
[_IGN, _II, _ITn, _LT, _ISns, _NLI, _LSUT, _USI, _PDH, _CIRV, _IVS],
|
|
4850
|
+
[0, 0, 0, 4, () => ClusterInstanceStatusDetails$, 0, 4, () => UltraServerInfo$, 0, 0, 0], 5
|
|
4826
4851
|
];
|
|
4827
4852
|
exports.ClusterNodeSummary$ = ClusterNodeSummary$;
|
|
4828
4853
|
const ClusterOnDemandOptions$ = [3, n0, _CODO,
|
|
@@ -4849,6 +4874,18 @@ const ClusterOrchestratorSlurmConfig$ = [3, n0, _COSC,
|
|
|
4849
4874
|
[0]
|
|
4850
4875
|
];
|
|
4851
4876
|
exports.ClusterOrchestratorSlurmConfig$ = ClusterOrchestratorSlurmConfig$;
|
|
4877
|
+
const ClusterPatchSchedule$ = [3, n0, _CPSl,
|
|
4878
|
+
0,
|
|
4879
|
+
[_NPD],
|
|
4880
|
+
[4]
|
|
4881
|
+
];
|
|
4882
|
+
exports.ClusterPatchSchedule$ = ClusterPatchSchedule$;
|
|
4883
|
+
const ClusterPatchScheduleDetails$ = [3, n0, _CPSD,
|
|
4884
|
+
0,
|
|
4885
|
+
[_NPD],
|
|
4886
|
+
[4]
|
|
4887
|
+
];
|
|
4888
|
+
exports.ClusterPatchScheduleDetails$ = ClusterPatchScheduleDetails$;
|
|
4852
4889
|
const ClusterRestrictedInstanceGroupDetails$ = [3, n0, _CRIGD,
|
|
4853
4890
|
0,
|
|
4854
4891
|
[_CCu, _TCa, _IGN, _ITn, _ERx, _TPC, _ISC, _OSDHC, _St, _TPA, _TPS, _OVC, _SUC, _ECn],
|
|
@@ -4911,8 +4948,8 @@ const ClusterSpotOptions$ = [3, n0, _CSO,
|
|
|
4911
4948
|
exports.ClusterSpotOptions$ = ClusterSpotOptions$;
|
|
4912
4949
|
const ClusterSummary$ = [3, n0, _CSl,
|
|
4913
4950
|
0,
|
|
4914
|
-
[_CAl, _CNl, _CT, _CSlu, _TPAr],
|
|
4915
|
-
[0, 0, 4, 0, 64 | 0], 4
|
|
4951
|
+
[_CAl, _CNl, _CT, _CSlu, _TPAr, _IVS],
|
|
4952
|
+
[0, 0, 4, 0, 64 | 0, 0], 4
|
|
4916
4953
|
];
|
|
4917
4954
|
exports.ClusterSummary$ = ClusterSummary$;
|
|
4918
4955
|
const ClusterTieredStorageConfig$ = [3, n0, _CTSC,
|
|
@@ -7305,7 +7342,7 @@ const DescribePipelineRequest$ = [3, n0, _DPRes,
|
|
|
7305
7342
|
exports.DescribePipelineRequest$ = DescribePipelineRequest$;
|
|
7306
7343
|
const DescribePipelineResponse$ = [3, n0, _DPResc,
|
|
7307
7344
|
0,
|
|
7308
|
-
[_PAi, _PNi, _PDN, _PD, _PDi, _RAo,
|
|
7345
|
+
[_PAi, _PNi, _PDN, _PD, _PDi, _RAo, _PSi, _CT, _LMT, _LRT, _CB, _LMB, _PCa, _PVDN, _PVD],
|
|
7309
7346
|
[0, 0, 0, 0, 0, 0, 0, 4, 4, 4, () => UserContext$, () => UserContext$, () => ParallelismConfiguration$, 0, 0]
|
|
7310
7347
|
];
|
|
7311
7348
|
exports.DescribePipelineResponse$ = DescribePipelineResponse$;
|
|
@@ -9609,7 +9646,7 @@ const ListPipelinesRequest$ = [3, n0, _LPR,
|
|
|
9609
9646
|
exports.ListPipelinesRequest$ = ListPipelinesRequest$;
|
|
9610
9647
|
const ListPipelinesResponse$ = [3, n0, _LPRi,
|
|
9611
9648
|
0,
|
|
9612
|
-
[
|
|
9649
|
+
[_PSip, _NTe],
|
|
9613
9650
|
[() => PipelineSummaryList, 0]
|
|
9614
9651
|
];
|
|
9615
9652
|
exports.ListPipelinesResponse$ = ListPipelinesResponse$;
|
|
@@ -10707,7 +10744,7 @@ const Phase$ = [3, n0, _Ph,
|
|
|
10707
10744
|
exports.Phase$ = Phase$;
|
|
10708
10745
|
const Pipeline$ = [3, n0, _Pi,
|
|
10709
10746
|
0,
|
|
10710
|
-
[_PAi, _PNi, _PDN, _PDi, _RAo,
|
|
10747
|
+
[_PAi, _PNi, _PDN, _PDi, _RAo, _PSi, _CT, _LMT, _LRT, _CB, _LMB, _PCa, _Ta],
|
|
10711
10748
|
[0, 0, 0, 0, 0, 0, 4, 4, 4, () => UserContext$, () => UserContext$, () => ParallelismConfiguration$, () => TagList]
|
|
10712
10749
|
];
|
|
10713
10750
|
exports.Pipeline$ = Pipeline$;
|
|
@@ -10747,7 +10784,7 @@ const PipelineExperimentConfig$ = [3, n0, _PEC,
|
|
|
10747
10784
|
[0, 0]
|
|
10748
10785
|
];
|
|
10749
10786
|
exports.PipelineExperimentConfig$ = PipelineExperimentConfig$;
|
|
10750
|
-
const PipelineSummary$ = [3, n0,
|
|
10787
|
+
const PipelineSummary$ = [3, n0, _PSipe,
|
|
10751
10788
|
0,
|
|
10752
10789
|
[_PAi, _PNi, _PDN, _PDi, _RAo, _CT, _LMT, _LET],
|
|
10753
10790
|
[0, 0, 0, 0, 0, 4, 4, 4]
|
|
@@ -11991,7 +12028,7 @@ const TrainingJobSummary$ = [3, n0, _TJSrai,
|
|
|
11991
12028
|
exports.TrainingJobSummary$ = TrainingJobSummary$;
|
|
11992
12029
|
const TrainingPlanExtension$ = [3, n0, _TPEr,
|
|
11993
12030
|
0,
|
|
11994
|
-
[_TPEOI, _EAxt, _SDtar, _EDn, _St,
|
|
12031
|
+
[_TPEOI, _EAxt, _SDtar, _EDn, _St, _PSay, _AZv, _AZI, _DH, _UF, _CCur],
|
|
11995
12032
|
[0, 4, 4, 4, 0, 0, 0, 0, 1, 0, 0], 1
|
|
11996
12033
|
];
|
|
11997
12034
|
exports.TrainingPlanExtension$ = TrainingPlanExtension$;
|
|
@@ -12285,8 +12322,8 @@ const UpdateClusterSchedulerConfigResponse$ = [3, n0, _UCSCRp,
|
|
|
12285
12322
|
exports.UpdateClusterSchedulerConfigResponse$ = UpdateClusterSchedulerConfigResponse$;
|
|
12286
12323
|
const UpdateClusterSoftwareInstanceGroupSpecification$ = [3, n0, _UCSIGS,
|
|
12287
12324
|
0,
|
|
12288
|
-
[_IGN],
|
|
12289
|
-
[0], 1
|
|
12325
|
+
[_IGN, _IRV],
|
|
12326
|
+
[0, 0], 1
|
|
12290
12327
|
];
|
|
12291
12328
|
exports.UpdateClusterSoftwareInstanceGroupSpecification$ = UpdateClusterSoftwareInstanceGroupSpecification$;
|
|
12292
12329
|
const UpdateClusterSoftwareRequest$ = [3, n0, _UCSR,
|
package/dist-es/models/enums.js
CHANGED
|
@@ -1469,6 +1469,10 @@ export const ClarifyTextLanguage = {
|
|
|
1469
1469
|
URDU: "ur",
|
|
1470
1470
|
YORUBA: "yo",
|
|
1471
1471
|
};
|
|
1472
|
+
export const ClusterPatchingStrategy = {
|
|
1473
|
+
WHEN_ALL_IDLE: "WhenAllIdle",
|
|
1474
|
+
WHEN_IDLE: "WhenIdle",
|
|
1475
|
+
};
|
|
1472
1476
|
export const ClusterAutoScalerType = {
|
|
1473
1477
|
KARPENTER: "Karpenter",
|
|
1474
1478
|
};
|
|
@@ -1505,6 +1509,8 @@ export const ClusterFSxLustreDeletionPolicy = {
|
|
|
1505
1509
|
KEEP: "Keep",
|
|
1506
1510
|
};
|
|
1507
1511
|
export const ClusterImageVersionStatus = {
|
|
1512
|
+
END_OF_LIFE: "EndOfLife",
|
|
1513
|
+
SECURITY_UPDATE_REQUIRED: "SecurityUpdateRequired",
|
|
1508
1514
|
UPDATE_AVAILABLE: "UpdateAvailable",
|
|
1509
1515
|
UP_TO_DATE: "UpToDate",
|
|
1510
1516
|
};
|
|
@@ -168,6 +168,7 @@ const _AO = "ActiveOperations";
|
|
|
168
168
|
const _AOm = "AmiOverride";
|
|
169
169
|
const _AP = "AutoParameter";
|
|
170
170
|
const _APC = "AcceleratorPartitionConfig";
|
|
171
|
+
const _APCu = "AutoPatchConfig";
|
|
171
172
|
const _APc = "AcceleratorPartition";
|
|
172
173
|
const _APu = "AutoParameters";
|
|
173
174
|
const _AQS = "AmazonQSettings";
|
|
@@ -346,6 +347,8 @@ const _CAMLJVR = "CreateAutoMLJobV2Request";
|
|
|
346
347
|
const _CAMLJVRr = "CreateAutoMLJobV2Response";
|
|
347
348
|
const _CAMRRA = "CrossAccountModelRegisterRoleArn";
|
|
348
349
|
const _CAO = "CreateAlgorithmOutput";
|
|
350
|
+
const _CAPC = "ClusterAutoPatchConfig";
|
|
351
|
+
const _CAPCD = "ClusterAutoPatchConfigDetails";
|
|
349
352
|
const _CAR = "CreateActionRequest";
|
|
350
353
|
const _CARr = "CreateActionResponse";
|
|
351
354
|
const _CARre = "CreateAppRequest";
|
|
@@ -510,6 +513,7 @@ const _CIRD = "ClusterInstanceRequirementDetails";
|
|
|
510
513
|
const _CIRJ = "CreateInferenceRecommendationsJob";
|
|
511
514
|
const _CIRJR = "CreateInferenceRecommendationsJobRequest";
|
|
512
515
|
const _CIRJRr = "CreateInferenceRecommendationsJobResponse";
|
|
516
|
+
const _CIRV = "CurrentImageReleaseVersion";
|
|
513
517
|
const _CIRr = "CreateImageRequest";
|
|
514
518
|
const _CIRre = "CreateImageResponse";
|
|
515
519
|
const _CISC = "ClusterInstanceStorageConfigs";
|
|
@@ -651,6 +655,9 @@ const _CPRo = "ContinuousParameterRange";
|
|
|
651
655
|
const _CPRon = "ContinuousParameterRanges";
|
|
652
656
|
const _CPRr = "CreatePipelineRequest";
|
|
653
657
|
const _CPRre = "CreatePipelineResponse";
|
|
658
|
+
const _CPS = "CurrentPatchSchedule";
|
|
659
|
+
const _CPSD = "ClusterPatchScheduleDetails";
|
|
660
|
+
const _CPSl = "ClusterPatchSchedule";
|
|
654
661
|
const _CPUC = "CustomPosixUserConfig";
|
|
655
662
|
const _CPa = "CategoricalParameter";
|
|
656
663
|
const _CPat = "CategoricalParameters";
|
|
@@ -1073,6 +1080,7 @@ const _DIR = "DeleteImageRequest";
|
|
|
1073
1080
|
const _DIRJ = "DescribeInferenceRecommendationsJob";
|
|
1074
1081
|
const _DIRJR = "DescribeInferenceRecommendationsJobRequest";
|
|
1075
1082
|
const _DIRJRe = "DescribeInferenceRecommendationsJobResponse";
|
|
1083
|
+
const _DIRV = "DesiredImageReleaseVersion";
|
|
1076
1084
|
const _DIRe = "DeleteImageResponse";
|
|
1077
1085
|
const _DIRes = "DescribeImageRequest";
|
|
1078
1086
|
const _DIResc = "DescribeImageResponse";
|
|
@@ -1217,6 +1225,7 @@ const _DPR = "DeletePipelineRequest";
|
|
|
1217
1225
|
const _DPRe = "DeletePipelineResponse";
|
|
1218
1226
|
const _DPRes = "DescribePipelineRequest";
|
|
1219
1227
|
const _DPResc = "DescribePipelineResponse";
|
|
1228
|
+
const _DPS = "DesiredPatchSchedule";
|
|
1220
1229
|
const _DPe = "DeleteProperties";
|
|
1221
1230
|
const _DPel = "DeletePipeline";
|
|
1222
1231
|
const _DPele = "DeleteProject";
|
|
@@ -1814,6 +1823,7 @@ const _IRJS = "InferenceRecommendationsJobStep";
|
|
|
1814
1823
|
const _IRJSn = "InferenceRecommendationsJobSteps";
|
|
1815
1824
|
const _IRJn = "InferenceRecommendationsJobs";
|
|
1816
1825
|
const _IRS = "IdleResourceSharing";
|
|
1826
|
+
const _IRV = "ImageReleaseVersion";
|
|
1817
1827
|
const _IRn = "InstanceRequirements";
|
|
1818
1828
|
const _IRnf = "InferenceRecommendations";
|
|
1819
1829
|
const _IRnfe = "InferenceRecommendation";
|
|
@@ -2573,6 +2583,7 @@ const _NOO = "NotebookOutputOption";
|
|
|
2573
2583
|
const _NOS = "NumberOfSamples";
|
|
2574
2584
|
const _NOSu = "NumberOfSteps";
|
|
2575
2585
|
const _NOTJONI = "NumberOfTrainingJobsObjectiveNotImproving";
|
|
2586
|
+
const _NPD = "NextPatchDate";
|
|
2576
2587
|
const _NPM = "NodeProvisioningMode";
|
|
2577
2588
|
const _NPN = "NestedPropertyName";
|
|
2578
2589
|
const _NR = "NodeRecovery";
|
|
@@ -2762,7 +2773,7 @@ const _PRESr = "ProfilerRuleEvaluationStatus";
|
|
|
2762
2773
|
const _PRa = "ParameterRanges";
|
|
2763
2774
|
const _PRar = "ParameterRange";
|
|
2764
2775
|
const _PRara = "ParameterRemovals";
|
|
2765
|
-
const _PS = "
|
|
2776
|
+
const _PS = "PatchingStrategy";
|
|
2766
2777
|
const _PSC = "ProcessingStoppingCondition";
|
|
2767
2778
|
const _PSI = "ProcessingS3Input";
|
|
2768
2779
|
const _PSL = "ProjectSummaryList";
|
|
@@ -2770,9 +2781,11 @@ const _PSLi = "PipelineSummaryList";
|
|
|
2770
2781
|
const _PSO = "ProcessingS3Output";
|
|
2771
2782
|
const _PSP = "ProjectS3Path";
|
|
2772
2783
|
const _PST = "ProcessingStartTime";
|
|
2773
|
-
const _PSa = "
|
|
2774
|
-
const
|
|
2775
|
-
const
|
|
2784
|
+
const _PSa = "PatchSchedule";
|
|
2785
|
+
const _PSay = "PaymentStatus";
|
|
2786
|
+
const _PSi = "PipelineStatus";
|
|
2787
|
+
const _PSip = "PipelineSummaries";
|
|
2788
|
+
const _PSipe = "PipelineSummary";
|
|
2776
2789
|
const _PSl = "PlacementStatus";
|
|
2777
2790
|
const _PSla = "PlacementStrategy";
|
|
2778
2791
|
const _PSlac = "PlacementSpecifications";
|
|
@@ -4515,6 +4528,16 @@ export var ClarifyTextConfig$ = [3, n0, _CTC,
|
|
|
4515
4528
|
[_L, _G],
|
|
4516
4529
|
[0, 0], 2
|
|
4517
4530
|
];
|
|
4531
|
+
export var ClusterAutoPatchConfig$ = [3, n0, _CAPC,
|
|
4532
|
+
0,
|
|
4533
|
+
[_PS, _PSa, _DCe],
|
|
4534
|
+
[0, () => ClusterPatchSchedule$, () => DeploymentConfiguration$], 1
|
|
4535
|
+
];
|
|
4536
|
+
export var ClusterAutoPatchConfigDetails$ = [3, n0, _CAPCD,
|
|
4537
|
+
0,
|
|
4538
|
+
[_PS, _CPS, _DPS, _DCe],
|
|
4539
|
+
[0, () => ClusterPatchScheduleDetails$, () => ClusterPatchScheduleDetails$, () => DeploymentConfiguration$]
|
|
4540
|
+
];
|
|
4518
4541
|
export var ClusterAutoScalingConfig$ = [3, n0, _CASC,
|
|
4519
4542
|
0,
|
|
4520
4543
|
[_Mo, _ASTu],
|
|
@@ -4557,13 +4580,13 @@ export var ClusterFsxOpenZfsConfig$ = [3, n0, _CFOZC,
|
|
|
4557
4580
|
];
|
|
4558
4581
|
export var ClusterInstanceGroupDetails$ = [3, n0, _CIGD,
|
|
4559
4582
|
0,
|
|
4560
|
-
[_CCu, _TCa, _MCi, _IGN, _ITn, _IRn, _ITD, _LCC, _ERx, _TPC, _ISC, _OSDHC, _St, _TPA, _TPS, _OVC, _SUC, _CII, _DII, _IVS, _AO, _KC, _CRa, _TSC, _SUS, _ASUC, _SCl, _NIe],
|
|
4561
|
-
[1, 1, 1, 0, 0, () => ClusterInstanceRequirementDetails$, () => ClusterInstanceTypeDetails, () => ClusterLifeCycleConfig$, 0, 1, () => ClusterInstanceStorageConfigs, 64 | 0, 0, 0, 0, () => VpcConfig$, () => ScheduledUpdateConfig$, 0, 0, 0, 128 | 1, () => ClusterKubernetesConfigDetails$, () => ClusterCapacityRequirements$, 1, 0, () => DeploymentConfiguration$, () => ClusterSlurmConfigDetails$, () => ClusterNetworkInterfaceDetails$]
|
|
4583
|
+
[_CCu, _TCa, _MCi, _IGN, _ITn, _IRn, _ITD, _LCC, _ERx, _TPC, _ISC, _OSDHC, _St, _TPA, _TPS, _OVC, _SUC, _APCu, _CII, _DII, _CIRV, _DIRV, _IVS, _AO, _KC, _CRa, _TSC, _SUS, _ASUC, _SCl, _NIe],
|
|
4584
|
+
[1, 1, 1, 0, 0, () => ClusterInstanceRequirementDetails$, () => ClusterInstanceTypeDetails, () => ClusterLifeCycleConfig$, 0, 1, () => ClusterInstanceStorageConfigs, 64 | 0, 0, 0, 0, () => VpcConfig$, () => ScheduledUpdateConfig$, () => ClusterAutoPatchConfigDetails$, 0, 0, 0, 0, 0, 128 | 1, () => ClusterKubernetesConfigDetails$, () => ClusterCapacityRequirements$, 1, 0, () => DeploymentConfiguration$, () => ClusterSlurmConfigDetails$, () => ClusterNetworkInterfaceDetails$]
|
|
4562
4585
|
];
|
|
4563
4586
|
export var ClusterInstanceGroupSpecification$ = [3, n0, _CIGS,
|
|
4564
4587
|
0,
|
|
4565
|
-
[_ICn, _IGN, _ERx, _MIC, _ITn, _IRn, _LCC, _TPC, _ISC, _OSDHC, _TPA, _OVC, _SUC, _IIm, _KC, _SCl, _CRa, _NIe],
|
|
4566
|
-
[1, 0, 0, 1, 0, () => ClusterInstanceRequirements$, () => ClusterLifeCycleConfig$, 1, () => ClusterInstanceStorageConfigs, 64 | 0, 0, () => VpcConfig$, () => ScheduledUpdateConfig$, 0, () => ClusterKubernetesConfig$, () => ClusterSlurmConfig$, () => ClusterCapacityRequirements$, () => ClusterNetworkInterface$], 3
|
|
4588
|
+
[_ICn, _IGN, _ERx, _MIC, _ITn, _IRn, _LCC, _TPC, _ISC, _OSDHC, _TPA, _OVC, _SUC, _IIm, _APCu, _IRV, _KC, _SCl, _CRa, _NIe],
|
|
4589
|
+
[1, 0, 0, 1, 0, () => ClusterInstanceRequirements$, () => ClusterLifeCycleConfig$, 1, () => ClusterInstanceStorageConfigs, 64 | 0, 0, () => VpcConfig$, () => ScheduledUpdateConfig$, 0, () => ClusterAutoPatchConfig$, 0, () => ClusterKubernetesConfig$, () => ClusterSlurmConfig$, () => ClusterCapacityRequirements$, () => ClusterNetworkInterface$], 3
|
|
4567
4590
|
];
|
|
4568
4591
|
export var ClusterInstancePlacement$ = [3, n0, _CIP,
|
|
4569
4592
|
0,
|
|
@@ -4632,13 +4655,13 @@ export var ClusterNetworkInterfaceDetails$ = [3, n0, _CNID,
|
|
|
4632
4655
|
];
|
|
4633
4656
|
export var ClusterNodeDetails$ = [3, n0, _CND,
|
|
4634
4657
|
0,
|
|
4635
|
-
[_IGN, _II, _NLI, _ISns, _ITn, _LT, _LSUT, _LCC, _OVC, _TPC, _ISC, _PPI, _PPIr, _PDH, _Pl, _CII, _DII, _IVS, _USI, _KC, _CTap, _NIe],
|
|
4636
|
-
[0, 0, 0, () => ClusterInstanceStatusDetails$, 0, 4, 4, () => ClusterLifeCycleConfig$, () => VpcConfig$, 1, () => ClusterInstanceStorageConfigs, 0, 0, 0, () => ClusterInstancePlacement$, 0, 0, 0, () => UltraServerInfo$, () => ClusterKubernetesConfigNodeDetails$, 0, () => ClusterNetworkInterfaceDetails$]
|
|
4658
|
+
[_IGN, _II, _NLI, _ISns, _ITn, _LT, _LSUT, _LCC, _OVC, _TPC, _ISC, _PPI, _PPIr, _PDH, _Pl, _CII, _DII, _CIRV, _DIRV, _IVS, _USI, _KC, _CTap, _NIe],
|
|
4659
|
+
[0, 0, 0, () => ClusterInstanceStatusDetails$, 0, 4, 4, () => ClusterLifeCycleConfig$, () => VpcConfig$, 1, () => ClusterInstanceStorageConfigs, 0, 0, 0, () => ClusterInstancePlacement$, 0, 0, 0, 0, 0, () => UltraServerInfo$, () => ClusterKubernetesConfigNodeDetails$, 0, () => ClusterNetworkInterfaceDetails$]
|
|
4637
4660
|
];
|
|
4638
4661
|
export var ClusterNodeSummary$ = [3, n0, _CNS,
|
|
4639
4662
|
0,
|
|
4640
|
-
[_IGN, _II, _ITn, _LT, _ISns, _NLI, _LSUT, _USI, _PDH, _IVS],
|
|
4641
|
-
[0, 0, 0, 4, () => ClusterInstanceStatusDetails$, 0, 4, () => UltraServerInfo$, 0, 0], 5
|
|
4663
|
+
[_IGN, _II, _ITn, _LT, _ISns, _NLI, _LSUT, _USI, _PDH, _CIRV, _IVS],
|
|
4664
|
+
[0, 0, 0, 4, () => ClusterInstanceStatusDetails$, 0, 4, () => UltraServerInfo$, 0, 0, 0], 5
|
|
4642
4665
|
];
|
|
4643
4666
|
export var ClusterOnDemandOptions$ = [3, n0, _CODO,
|
|
4644
4667
|
0,
|
|
@@ -4660,6 +4683,16 @@ export var ClusterOrchestratorSlurmConfig$ = [3, n0, _COSC,
|
|
|
4660
4683
|
[_SCS],
|
|
4661
4684
|
[0]
|
|
4662
4685
|
];
|
|
4686
|
+
export var ClusterPatchSchedule$ = [3, n0, _CPSl,
|
|
4687
|
+
0,
|
|
4688
|
+
[_NPD],
|
|
4689
|
+
[4]
|
|
4690
|
+
];
|
|
4691
|
+
export var ClusterPatchScheduleDetails$ = [3, n0, _CPSD,
|
|
4692
|
+
0,
|
|
4693
|
+
[_NPD],
|
|
4694
|
+
[4]
|
|
4695
|
+
];
|
|
4663
4696
|
export var ClusterRestrictedInstanceGroupDetails$ = [3, n0, _CRIGD,
|
|
4664
4697
|
0,
|
|
4665
4698
|
[_CCu, _TCa, _IGN, _ITn, _ERx, _TPC, _ISC, _OSDHC, _St, _TPA, _TPS, _OVC, _SUC, _ECn],
|
|
@@ -4712,8 +4745,8 @@ export var ClusterSpotOptions$ = [3, n0, _CSO,
|
|
|
4712
4745
|
];
|
|
4713
4746
|
export var ClusterSummary$ = [3, n0, _CSl,
|
|
4714
4747
|
0,
|
|
4715
|
-
[_CAl, _CNl, _CT, _CSlu, _TPAr],
|
|
4716
|
-
[0, 0, 4, 0, 64 | 0], 4
|
|
4748
|
+
[_CAl, _CNl, _CT, _CSlu, _TPAr, _IVS],
|
|
4749
|
+
[0, 0, 4, 0, 64 | 0, 0], 4
|
|
4717
4750
|
];
|
|
4718
4751
|
export var ClusterTieredStorageConfig$ = [3, n0, _CTSC,
|
|
4719
4752
|
0,
|
|
@@ -6707,7 +6740,7 @@ export var DescribePipelineRequest$ = [3, n0, _DPRes,
|
|
|
6707
6740
|
];
|
|
6708
6741
|
export var DescribePipelineResponse$ = [3, n0, _DPResc,
|
|
6709
6742
|
0,
|
|
6710
|
-
[_PAi, _PNi, _PDN, _PD, _PDi, _RAo,
|
|
6743
|
+
[_PAi, _PNi, _PDN, _PD, _PDi, _RAo, _PSi, _CT, _LMT, _LRT, _CB, _LMB, _PCa, _PVDN, _PVD],
|
|
6711
6744
|
[0, 0, 0, 0, 0, 0, 0, 4, 4, 4, () => UserContext$, () => UserContext$, () => ParallelismConfiguration$, 0, 0]
|
|
6712
6745
|
];
|
|
6713
6746
|
export var DescribeProcessingJobRequest$ = [3, n0, _DPJRe,
|
|
@@ -8627,7 +8660,7 @@ export var ListPipelinesRequest$ = [3, n0, _LPR,
|
|
|
8627
8660
|
];
|
|
8628
8661
|
export var ListPipelinesResponse$ = [3, n0, _LPRi,
|
|
8629
8662
|
0,
|
|
8630
|
-
[
|
|
8663
|
+
[_PSip, _NTe],
|
|
8631
8664
|
[() => PipelineSummaryList, 0]
|
|
8632
8665
|
];
|
|
8633
8666
|
export var ListPipelineVersionsRequest$ = [3, n0, _LPVR,
|
|
@@ -9542,7 +9575,7 @@ export var Phase$ = [3, n0, _Ph,
|
|
|
9542
9575
|
];
|
|
9543
9576
|
export var Pipeline$ = [3, n0, _Pi,
|
|
9544
9577
|
0,
|
|
9545
|
-
[_PAi, _PNi, _PDN, _PDi, _RAo,
|
|
9578
|
+
[_PAi, _PNi, _PDN, _PDi, _RAo, _PSi, _CT, _LMT, _LRT, _CB, _LMB, _PCa, _Ta],
|
|
9546
9579
|
[0, 0, 0, 0, 0, 0, 4, 4, 4, () => UserContext$, () => UserContext$, () => ParallelismConfiguration$, () => TagList]
|
|
9547
9580
|
];
|
|
9548
9581
|
export var PipelineDefinitionS3Location$ = [3, n0, _PDSL,
|
|
@@ -9575,7 +9608,7 @@ export var PipelineExperimentConfig$ = [3, n0, _PEC,
|
|
|
9575
9608
|
[_ENx, _TN],
|
|
9576
9609
|
[0, 0]
|
|
9577
9610
|
];
|
|
9578
|
-
export var PipelineSummary$ = [3, n0,
|
|
9611
|
+
export var PipelineSummary$ = [3, n0, _PSipe,
|
|
9579
9612
|
0,
|
|
9580
9613
|
[_PAi, _PNi, _PDN, _PDi, _RAo, _CT, _LMT, _LET],
|
|
9581
9614
|
[0, 0, 0, 0, 0, 4, 4, 4]
|
|
@@ -10612,7 +10645,7 @@ export var TrainingJobSummary$ = [3, n0, _TJSrai,
|
|
|
10612
10645
|
];
|
|
10613
10646
|
export var TrainingPlanExtension$ = [3, n0, _TPEr,
|
|
10614
10647
|
0,
|
|
10615
|
-
[_TPEOI, _EAxt, _SDtar, _EDn, _St,
|
|
10648
|
+
[_TPEOI, _EAxt, _SDtar, _EDn, _St, _PSay, _AZv, _AZI, _DH, _UF, _CCur],
|
|
10616
10649
|
[0, 4, 4, 4, 0, 0, 0, 0, 1, 0, 0], 1
|
|
10617
10650
|
];
|
|
10618
10651
|
export var TrainingPlanExtensionOffering$ = [3, n0, _TPEOr,
|
|
@@ -10857,8 +10890,8 @@ export var UpdateClusterSchedulerConfigResponse$ = [3, n0, _UCSCRp,
|
|
|
10857
10890
|
];
|
|
10858
10891
|
export var UpdateClusterSoftwareInstanceGroupSpecification$ = [3, n0, _UCSIGS,
|
|
10859
10892
|
0,
|
|
10860
|
-
[_IGN],
|
|
10861
|
-
[0], 1
|
|
10893
|
+
[_IGN, _IRV],
|
|
10894
|
+
[0, 0], 1
|
|
10862
10895
|
];
|
|
10863
10896
|
export var UpdateClusterSoftwareRequest$ = [3, n0, _UCSR,
|
|
10864
10897
|
0,
|
|
@@ -110,6 +110,31 @@ declare const CreateClusterCommand_base: {
|
|
|
110
110
|
* },
|
|
111
111
|
* },
|
|
112
112
|
* ImageId: "STRING_VALUE",
|
|
113
|
+
* AutoPatchConfig: { // ClusterAutoPatchConfig
|
|
114
|
+
* PatchingStrategy: "WhenIdle" || "WhenAllIdle", // required
|
|
115
|
+
* PatchSchedule: { // ClusterPatchSchedule
|
|
116
|
+
* NextPatchDate: new Date("TIMESTAMP"),
|
|
117
|
+
* },
|
|
118
|
+
* DeploymentConfig: {
|
|
119
|
+
* RollingUpdatePolicy: {
|
|
120
|
+
* MaximumBatchSize: {
|
|
121
|
+
* Type: "INSTANCE_COUNT" || "CAPACITY_PERCENTAGE", // required
|
|
122
|
+
* Value: Number("int"), // required
|
|
123
|
+
* },
|
|
124
|
+
* RollbackMaximumBatchSize: {
|
|
125
|
+
* Type: "INSTANCE_COUNT" || "CAPACITY_PERCENTAGE", // required
|
|
126
|
+
* Value: Number("int"), // required
|
|
127
|
+
* },
|
|
128
|
+
* },
|
|
129
|
+
* WaitIntervalInSeconds: Number("int"),
|
|
130
|
+
* AutoRollbackConfiguration: [
|
|
131
|
+
* {
|
|
132
|
+
* AlarmName: "STRING_VALUE", // required
|
|
133
|
+
* },
|
|
134
|
+
* ],
|
|
135
|
+
* },
|
|
136
|
+
* },
|
|
137
|
+
* ImageReleaseVersion: "STRING_VALUE",
|
|
113
138
|
* KubernetesConfig: { // ClusterKubernetesConfig
|
|
114
139
|
* Labels: { // ClusterKubernetesLabels
|
|
115
140
|
* "<keys>": "STRING_VALUE",
|
|
@@ -182,10 +207,7 @@ declare const CreateClusterCommand_base: {
|
|
|
182
207
|
* Type: "INSTANCE_COUNT" || "CAPACITY_PERCENTAGE", // required
|
|
183
208
|
* Value: Number("int"), // required
|
|
184
209
|
* },
|
|
185
|
-
* RollbackMaximumBatchSize:
|
|
186
|
-
* Type: "INSTANCE_COUNT" || "CAPACITY_PERCENTAGE", // required
|
|
187
|
-
* Value: Number("int"), // required
|
|
188
|
-
* },
|
|
210
|
+
* RollbackMaximumBatchSize: "<CapacitySizeConfig>",
|
|
189
211
|
* },
|
|
190
212
|
* WaitIntervalInSeconds: Number("int"),
|
|
191
213
|
* AutoRollbackConfiguration: [
|
|
@@ -131,9 +131,38 @@ declare const DescribeClusterCommand_base: {
|
|
|
131
131
|
* // ],
|
|
132
132
|
* // },
|
|
133
133
|
* // },
|
|
134
|
+
* // AutoPatchConfig: { // ClusterAutoPatchConfigDetails
|
|
135
|
+
* // PatchingStrategy: "WhenIdle" || "WhenAllIdle",
|
|
136
|
+
* // CurrentPatchSchedule: { // ClusterPatchScheduleDetails
|
|
137
|
+
* // NextPatchDate: new Date("TIMESTAMP"),
|
|
138
|
+
* // },
|
|
139
|
+
* // DesiredPatchSchedule: {
|
|
140
|
+
* // NextPatchDate: new Date("TIMESTAMP"),
|
|
141
|
+
* // },
|
|
142
|
+
* // DeploymentConfig: {
|
|
143
|
+
* // RollingUpdatePolicy: {
|
|
144
|
+
* // MaximumBatchSize: {
|
|
145
|
+
* // Type: "INSTANCE_COUNT" || "CAPACITY_PERCENTAGE", // required
|
|
146
|
+
* // Value: Number("int"), // required
|
|
147
|
+
* // },
|
|
148
|
+
* // RollbackMaximumBatchSize: {
|
|
149
|
+
* // Type: "INSTANCE_COUNT" || "CAPACITY_PERCENTAGE", // required
|
|
150
|
+
* // Value: Number("int"), // required
|
|
151
|
+
* // },
|
|
152
|
+
* // },
|
|
153
|
+
* // WaitIntervalInSeconds: Number("int"),
|
|
154
|
+
* // AutoRollbackConfiguration: [
|
|
155
|
+
* // {
|
|
156
|
+
* // AlarmName: "STRING_VALUE", // required
|
|
157
|
+
* // },
|
|
158
|
+
* // ],
|
|
159
|
+
* // },
|
|
160
|
+
* // },
|
|
134
161
|
* // CurrentImageId: "STRING_VALUE",
|
|
135
162
|
* // DesiredImageId: "STRING_VALUE",
|
|
136
|
-
* //
|
|
163
|
+
* // CurrentImageReleaseVersion: "STRING_VALUE",
|
|
164
|
+
* // DesiredImageReleaseVersion: "STRING_VALUE",
|
|
165
|
+
* // ImageVersionStatus: "UpToDate" || "UpdateAvailable" || "SecurityUpdateRequired" || "EndOfLife",
|
|
137
166
|
* // ActiveOperations: { // ActiveOperations
|
|
138
167
|
* // "<keys>": Number("int"),
|
|
139
168
|
* // },
|
|
@@ -171,10 +200,7 @@ declare const DescribeClusterCommand_base: {
|
|
|
171
200
|
* // Type: "INSTANCE_COUNT" || "CAPACITY_PERCENTAGE", // required
|
|
172
201
|
* // Value: Number("int"), // required
|
|
173
202
|
* // },
|
|
174
|
-
* // RollbackMaximumBatchSize:
|
|
175
|
-
* // Type: "INSTANCE_COUNT" || "CAPACITY_PERCENTAGE", // required
|
|
176
|
-
* // Value: Number("int"), // required
|
|
177
|
-
* // },
|
|
203
|
+
* // RollbackMaximumBatchSize: "<CapacitySizeConfig>",
|
|
178
204
|
* // },
|
|
179
205
|
* // WaitIntervalInSeconds: Number("int"),
|
|
180
206
|
* // AutoRollbackConfiguration: [
|
|
@@ -238,10 +264,7 @@ declare const DescribeClusterCommand_base: {
|
|
|
238
264
|
* // ScheduleExpression: "STRING_VALUE", // required
|
|
239
265
|
* // DeploymentConfig: {
|
|
240
266
|
* // RollingUpdatePolicy: {
|
|
241
|
-
* // MaximumBatchSize:
|
|
242
|
-
* // Type: "INSTANCE_COUNT" || "CAPACITY_PERCENTAGE", // required
|
|
243
|
-
* // Value: Number("int"), // required
|
|
244
|
-
* // },
|
|
267
|
+
* // MaximumBatchSize: "<CapacitySizeConfig>", // required
|
|
245
268
|
* // RollbackMaximumBatchSize: "<CapacitySizeConfig>",
|
|
246
269
|
* // },
|
|
247
270
|
* // WaitIntervalInSeconds: Number("int"),
|
|
@@ -98,7 +98,9 @@ declare const DescribeClusterNodeCommand_base: {
|
|
|
98
98
|
* // },
|
|
99
99
|
* // CurrentImageId: "STRING_VALUE",
|
|
100
100
|
* // DesiredImageId: "STRING_VALUE",
|
|
101
|
-
* //
|
|
101
|
+
* // CurrentImageReleaseVersion: "STRING_VALUE",
|
|
102
|
+
* // DesiredImageReleaseVersion: "STRING_VALUE",
|
|
103
|
+
* // ImageVersionStatus: "UpToDate" || "UpdateAvailable" || "SecurityUpdateRequired" || "EndOfLife",
|
|
102
104
|
* // UltraServerInfo: { // UltraServerInfo
|
|
103
105
|
* // Id: "STRING_VALUE",
|
|
104
106
|
* // Type: "STRING_VALUE",
|
|
@@ -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 { DescribeHyperParameterTuningJobRequest
|
|
3
|
+
import type { DescribeHyperParameterTuningJobRequest } from "../models/models_2";
|
|
4
|
+
import type { DescribeHyperParameterTuningJobResponse } from "../models/models_3";
|
|
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 { DescribeImageRequest, DescribeImageResponse } from "../models/
|
|
3
|
+
import type { DescribeImageRequest, DescribeImageResponse } from "../models/models_3";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -70,7 +70,8 @@ declare const ListClusterNodesCommand_base: {
|
|
|
70
70
|
* // Type: "STRING_VALUE",
|
|
71
71
|
* // },
|
|
72
72
|
* // PrivateDnsHostname: "STRING_VALUE",
|
|
73
|
-
* //
|
|
73
|
+
* // CurrentImageReleaseVersion: "STRING_VALUE",
|
|
74
|
+
* // ImageVersionStatus: "UpToDate" || "UpdateAvailable" || "SecurityUpdateRequired" || "EndOfLife",
|
|
74
75
|
* // },
|
|
75
76
|
* // ],
|
|
76
77
|
* // };
|