@aws-sdk/client-sagemaker 3.1061.0 → 3.1063.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 +6 -0
- package/dist-cjs/schemas/schemas_0.js +80 -68
- package/dist-es/models/enums.js +5 -0
- package/dist-es/schemas/schemas_0.js +41 -29
- package/dist-types/commands/CreateAIBenchmarkJobCommand.d.ts +5 -0
- package/dist-types/commands/CreateAIRecommendationJobCommand.d.ts +5 -0
- package/dist-types/commands/DescribeAIBenchmarkJobCommand.d.ts +5 -0
- package/dist-types/commands/DescribeAIRecommendationJobCommand.d.ts +5 -0
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +1 -2
- package/dist-types/commands/DescribeModelCardCommand.d.ts +2 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +2 -1
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +24 -1
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -2
- package/dist-types/models/enums.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +41 -16
- package/dist-types/models/models_1.d.ts +17 -17
- package/dist-types/models/models_2.d.ts +18 -12
- package/dist-types/models/models_3.d.ts +100 -48
- package/dist-types/models/models_4.d.ts +55 -29
- package/dist-types/models/models_5.d.ts +26 -1
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInferenceComponentCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +9 -4
- package/dist-types/ts3.4/models/models_1.d.ts +4 -5
- package/dist-types/ts3.4/models/models_2.d.ts +5 -5
- package/dist-types/ts3.4/models/models_3.d.ts +22 -11
- package/dist-types/ts3.4/models/models_4.d.ts +17 -8
- package/dist-types/ts3.4/models/models_5.d.ts +7 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +5 -5
package/dist-es/models/enums.js
CHANGED
|
@@ -2708,6 +2708,10 @@ export const TrackingServerStatus = {
|
|
|
2708
2708
|
UPDATE_FAILED: "UpdateFailed",
|
|
2709
2709
|
UPDATING: "Updating",
|
|
2710
2710
|
};
|
|
2711
|
+
export const IncludedData = {
|
|
2712
|
+
ALL_DATA: "AllData",
|
|
2713
|
+
METADATA_ONLY: "MetadataOnly",
|
|
2714
|
+
};
|
|
2711
2715
|
export const ModelCardProcessingStatus = {
|
|
2712
2716
|
CONTENT_DELETED: "ContentDeleted",
|
|
2713
2717
|
DELETE_COMPLETED: "DeleteCompleted",
|
|
@@ -2965,6 +2969,7 @@ export const ResourceType = {
|
|
|
2965
2969
|
HYPER_PARAMETER_TUNING_JOB: "HyperParameterTuningJob",
|
|
2966
2970
|
IMAGE: "Image",
|
|
2967
2971
|
IMAGE_VERSION: "ImageVersion",
|
|
2972
|
+
JOB: "Job",
|
|
2968
2973
|
MODEL: "Model",
|
|
2969
2974
|
MODEL_CARD: "ModelCard",
|
|
2970
2975
|
MODEL_PACKAGE: "ModelPackage",
|
|
@@ -66,6 +66,7 @@ const _AICp = "AppImageConfigs";
|
|
|
66
66
|
const _AICv = "AvailableInstanceCount";
|
|
67
67
|
const _AIDC = "AIDatasetConfig";
|
|
68
68
|
const _AIL = "AssociationInfoList";
|
|
69
|
+
const _AIMC = "AIMlflowConfig";
|
|
69
70
|
const _AIMS = "AIModelSource";
|
|
70
71
|
const _AIMSS = "AIModelSourceS3";
|
|
71
72
|
const _AINC = "AsyncInferenceNotificationConfig";
|
|
@@ -1744,6 +1745,7 @@ const _ICs = "IsCheckpoint";
|
|
|
1744
1745
|
const _ID = "InstanceDetails";
|
|
1745
1746
|
const _IDC = "InputDataConfig";
|
|
1746
1747
|
const _IDm = "ImageDigest";
|
|
1748
|
+
const _IDn = "IncludedData";
|
|
1747
1749
|
const _IE = "InferenceExperiments";
|
|
1748
1750
|
const _IEA = "InferenceExperimentArn";
|
|
1749
1751
|
const _IEC = "InferenceExecutionConfig";
|
|
@@ -1847,7 +1849,7 @@ const _In = "Input";
|
|
|
1847
1849
|
const _Inl = "Inline";
|
|
1848
1850
|
const _Ins = "Instance";
|
|
1849
1851
|
const _Is = "Issuer";
|
|
1850
|
-
const _J = "
|
|
1852
|
+
const _J = "Job";
|
|
1851
1853
|
const _JA = "JobArn";
|
|
1852
1854
|
const _JC = "JobCategory";
|
|
1853
1855
|
const _JCD = "JobConfigDocument";
|
|
@@ -1878,7 +1880,7 @@ const _JSob = "JobSummary";
|
|
|
1878
1880
|
const _JSobu = "JobSummaries";
|
|
1879
1881
|
const _JT = "JobType";
|
|
1880
1882
|
const _JU = "JwksUri";
|
|
1881
|
-
const
|
|
1883
|
+
const _Js = "Json";
|
|
1882
1884
|
const _K = "Key";
|
|
1883
1885
|
const _KAPIS = "KeepAlivePeriodInSeconds";
|
|
1884
1886
|
const _KC = "KubernetesConfig";
|
|
@@ -2262,7 +2264,7 @@ const _MBC = "MonitoringBaselineConfig";
|
|
|
2262
2264
|
const _MBJI = "ModelBiasJobInput";
|
|
2263
2265
|
const _MBJOC = "ModelBiasJobOutputConfig";
|
|
2264
2266
|
const _MBS = "MaximumBatchSize";
|
|
2265
|
-
const _MC = "
|
|
2267
|
+
const _MC = "MlflowConfig";
|
|
2266
2268
|
const _MCA = "ModelCardArn";
|
|
2267
2269
|
const _MCC = "ModelCardContent";
|
|
2268
2270
|
const _MCCo = "ModelClientConfig";
|
|
@@ -2292,14 +2294,14 @@ const _MCTC = "MaxConcurrentTaskCount";
|
|
|
2292
2294
|
const _MCV = "ModelCardVersion";
|
|
2293
2295
|
const _MCVS = "ModelCardVersionSummary";
|
|
2294
2296
|
const _MCVSL = "ModelCardVersionSummaryList";
|
|
2295
|
-
const _MCa = "
|
|
2297
|
+
const _MCa = "MaxCandidates";
|
|
2296
2298
|
const _MCai = "MaintenanceConfig";
|
|
2299
|
+
const _MCan = "ManagedConfiguration";
|
|
2297
2300
|
const _MCax = "MaxCapacity";
|
|
2298
2301
|
const _MCaxo = "MaxConcurrency";
|
|
2299
2302
|
const _MCe = "MetricsConfig";
|
|
2300
2303
|
const _MCi = "MinCount";
|
|
2301
2304
|
const _MCin = "MinCapacity";
|
|
2302
|
-
const _MCl = "MlflowConfig";
|
|
2303
2305
|
const _MCo = "ModelConfigs";
|
|
2304
2306
|
const _MCod = "ModelCard";
|
|
2305
2307
|
const _MCode = "ModelConfiguration";
|
|
@@ -3819,13 +3821,13 @@ export var AIBenchmarkNetworkConfig$ = [3, n0, _AIBNC,
|
|
|
3819
3821
|
];
|
|
3820
3822
|
export var AIBenchmarkOutputConfig$ = [3, n0, _AIBOC,
|
|
3821
3823
|
0,
|
|
3822
|
-
[_SOL],
|
|
3823
|
-
[0], 1
|
|
3824
|
+
[_SOL, _MC],
|
|
3825
|
+
[0, () => AIMlflowConfig$], 1
|
|
3824
3826
|
];
|
|
3825
3827
|
export var AIBenchmarkOutputResult$ = [3, n0, _AIBOR,
|
|
3826
3828
|
0,
|
|
3827
|
-
[_SOL, _CWL],
|
|
3828
|
-
[0, () => AICloudWatchLogsList], 1
|
|
3829
|
+
[_SOL, _CWL, _MC],
|
|
3830
|
+
[0, () => AICloudWatchLogsList, () => AIMlflowConfig$], 1
|
|
3829
3831
|
];
|
|
3830
3832
|
export var AICapacityReservationConfig$ = [3, n0, _AICRC,
|
|
3831
3833
|
0,
|
|
@@ -3837,6 +3839,11 @@ export var AICloudWatchLogs$ = [3, n0, _AICWL,
|
|
|
3837
3839
|
[_LGA, _LSN],
|
|
3838
3840
|
[0, 0]
|
|
3839
3841
|
];
|
|
3842
|
+
export var AIMlflowConfig$ = [3, n0, _AIMC,
|
|
3843
|
+
0,
|
|
3844
|
+
[_MRAl, _MEN, _MRN],
|
|
3845
|
+
[0, 0, 0], 1
|
|
3846
|
+
];
|
|
3840
3847
|
export var AIModelSourceS3$ = [3, n0, _AIMSS,
|
|
3841
3848
|
0,
|
|
3842
3849
|
[_SUr],
|
|
@@ -3894,13 +3901,13 @@ export var AIRecommendationOptimizationDetail$ = [3, n0, _AIROD,
|
|
|
3894
3901
|
];
|
|
3895
3902
|
export var AIRecommendationOutputConfig$ = [3, n0, _AIROC,
|
|
3896
3903
|
0,
|
|
3897
|
-
[_SOL, _MPGI],
|
|
3898
|
-
[0, 0]
|
|
3904
|
+
[_SOL, _MPGI, _MC],
|
|
3905
|
+
[0, 0, () => AIMlflowConfig$]
|
|
3899
3906
|
];
|
|
3900
3907
|
export var AIRecommendationOutputResult$ = [3, n0, _AIROR,
|
|
3901
3908
|
0,
|
|
3902
|
-
[_SOL, _MPGI],
|
|
3903
|
-
[0, 0], 1
|
|
3909
|
+
[_SOL, _MPGI, _MC],
|
|
3910
|
+
[0, 0, () => AIMlflowConfig$], 1
|
|
3904
3911
|
];
|
|
3905
3912
|
export var AIRecommendationPerformanceMetric$ = [3, n0, _AIRPM,
|
|
3906
3913
|
0,
|
|
@@ -4139,7 +4146,7 @@ export var AutoMLJobChannel$ = [3, n0, _AMLJC,
|
|
|
4139
4146
|
];
|
|
4140
4147
|
export var AutoMLJobCompletionCriteria$ = [3, n0, _AMLJCC,
|
|
4141
4148
|
0,
|
|
4142
|
-
[
|
|
4149
|
+
[_MCa, _MRPTJIS, _MAMLJRIS],
|
|
4143
4150
|
[1, 1, 1]
|
|
4144
4151
|
];
|
|
4145
4152
|
export var AutoMLJobConfig$ = [3, n0, _AMLJCu,
|
|
@@ -5254,7 +5261,7 @@ export var CreateModelOutput$ = [3, n0, _CMO,
|
|
|
5254
5261
|
];
|
|
5255
5262
|
export var CreateModelPackageGroupInput$ = [3, n0, _CMPGI,
|
|
5256
5263
|
0,
|
|
5257
|
-
[_MPGN, _MPGD, _Ta,
|
|
5264
|
+
[_MPGN, _MPGD, _Ta, _MCan],
|
|
5258
5265
|
[0, 0, () => TagList, () => ManagedConfiguration$], 1
|
|
5259
5266
|
];
|
|
5260
5267
|
export var CreateModelPackageGroupOutput$ = [3, n0, _CMPGO,
|
|
@@ -5439,7 +5446,7 @@ export var CreateTemplateProvider$ = [3, n0, _CTP,
|
|
|
5439
5446
|
];
|
|
5440
5447
|
export var CreateTrainingJobRequest$ = [3, n0, _CTJR,
|
|
5441
5448
|
0,
|
|
5442
|
-
[_TJN, _RAo, _ODC, _HP, _ASl, _IDC, _RCe, _VC, _SCt, _Ta, _ENI, _EICTE, _EMST, _CCh, _DHC, _DRC, _TBOC, _ECxp, _PCr, _PRC, _E, _RSe, _RDC, _ICC, _SCC, _SJC,
|
|
5449
|
+
[_TJN, _RAo, _ODC, _HP, _ASl, _IDC, _RCe, _VC, _SCt, _Ta, _ENI, _EICTE, _EMST, _CCh, _DHC, _DRC, _TBOC, _ECxp, _PCr, _PRC, _E, _RSe, _RDC, _ICC, _SCC, _SJC, _MC, _MPC],
|
|
5443
5450
|
[0, 0, () => OutputDataConfig$, 128 | 0, () => AlgorithmSpecification$, () => InputDataConfig, () => ResourceConfig$, () => VpcConfig$, () => StoppingCondition$, () => TagList, 2, 2, 2, () => CheckpointConfig$, () => DebugHookConfig$, () => DebugRuleConfigurations, () => TensorBoardOutputConfig$, () => ExperimentConfig$, () => ProfilerConfig$, () => ProfilerRuleConfigurations, 128 | 0, () => RetryStrategy$, () => RemoteDebugConfig$, () => InfraCheckConfig$, () => SessionChainingConfig$, () => ServerlessJobConfig$, () => MlflowConfig$, () => ModelPackageConfig$], 3
|
|
5444
5451
|
];
|
|
5445
5452
|
export var CreateTrainingJobResponse$ = [3, n0, _CTJRr,
|
|
@@ -6554,8 +6561,8 @@ export var DescribeModelCardExportJobResponse$ = [3, n0, _DMCEJRe,
|
|
|
6554
6561
|
];
|
|
6555
6562
|
export var DescribeModelCardRequest$ = [3, n0, _DMCRe,
|
|
6556
6563
|
0,
|
|
6557
|
-
[_MCN, _MCV],
|
|
6558
|
-
[0, 1], 1
|
|
6564
|
+
[_MCN, _MCV, _IDn],
|
|
6565
|
+
[0, 1, 0], 1
|
|
6559
6566
|
];
|
|
6560
6567
|
export var DescribeModelCardResponse$ = [3, n0, _DMCRes,
|
|
6561
6568
|
0,
|
|
@@ -6589,13 +6596,13 @@ export var DescribeModelPackageGroupInput$ = [3, n0, _DMPGIe,
|
|
|
6589
6596
|
];
|
|
6590
6597
|
export var DescribeModelPackageGroupOutput$ = [3, n0, _DMPGO,
|
|
6591
6598
|
0,
|
|
6592
|
-
[_MPGN, _MPGA, _CT, _CB, _MPGS, _MPGD,
|
|
6599
|
+
[_MPGN, _MPGA, _CT, _CB, _MPGS, _MPGD, _MCan],
|
|
6593
6600
|
[0, 0, 4, () => UserContext$, 0, 0, () => ManagedConfiguration$], 5
|
|
6594
6601
|
];
|
|
6595
6602
|
export var DescribeModelPackageInput$ = [3, n0, _DMPIe,
|
|
6596
6603
|
0,
|
|
6597
|
-
[_MPN],
|
|
6598
|
-
[0], 1
|
|
6604
|
+
[_MPN, _IDn],
|
|
6605
|
+
[0, 0], 1
|
|
6599
6606
|
];
|
|
6600
6607
|
export var DescribeModelPackageOutput$ = [3, n0, _DMPO,
|
|
6601
6608
|
0,
|
|
@@ -6759,7 +6766,7 @@ export var DescribeTrainingJobRequest$ = [3, n0, _DTJRe,
|
|
|
6759
6766
|
];
|
|
6760
6767
|
export var DescribeTrainingJobResponse$ = [3, n0, _DTJRes,
|
|
6761
6768
|
0,
|
|
6762
|
-
[_TJN, _TJA, _MAo, _TJS, _SSe, _SCt, _CT, _TJAu, _LJA, _AMLJAu, _FR, _HP, _ASl, _RAo, _IDC, _ODC, _RCe, _WPS, _VC, _TST, _TET, _LMT, _SST, _FMDL, _ENI, _EICTE, _EMST, _CCh, _TTIS, _BTIS, _BTC, _DHC, _ECxp, _DRC, _TBOC, _DRESe, _PCr, _PRC, _PRES, _PSro, _E, _RSe, _RDC, _ICC, _SJC,
|
|
6769
|
+
[_TJN, _TJA, _MAo, _TJS, _SSe, _SCt, _CT, _TJAu, _LJA, _AMLJAu, _FR, _HP, _ASl, _RAo, _IDC, _ODC, _RCe, _WPS, _VC, _TST, _TET, _LMT, _SST, _FMDL, _ENI, _EICTE, _EMST, _CCh, _TTIS, _BTIS, _BTC, _DHC, _ECxp, _DRC, _TBOC, _DRESe, _PCr, _PRC, _PRES, _PSro, _E, _RSe, _RDC, _ICC, _SJC, _MC, _MPC, _MDl, _PIrog, _OMPA],
|
|
6763
6770
|
[0, 0, () => ModelArtifacts$, 0, 0, () => StoppingCondition$, 4, 0, 0, 0, 0, 128 | 0, () => AlgorithmSpecification$, 0, () => InputDataConfig, () => OutputDataConfig$, () => ResourceConfig$, () => WarmPoolStatus$, () => VpcConfig$, 4, 4, 4, () => SecondaryStatusTransitions, () => FinalMetricDataList, 2, 2, 2, () => CheckpointConfig$, 1, 1, 1, () => DebugHookConfig$, () => ExperimentConfig$, () => DebugRuleConfigurations, () => TensorBoardOutputConfig$, () => DebugRuleEvaluationStatuses, () => ProfilerConfig$, () => ProfilerRuleConfigurations, () => ProfilerRuleEvaluationStatuses, 0, 128 | 0, () => RetryStrategy$, () => RemoteDebugConfig$, () => InfraCheckConfig$, () => ServerlessJobConfig$, () => MlflowConfig$, () => ModelPackageConfig$, () => MlflowDetails$, () => TrainingProgressInfo$, 0], 7
|
|
6764
6771
|
];
|
|
6765
6772
|
export var DescribeTrainingPlanExtensionHistoryRequest$ = [3, n0, _DTPEHR,
|
|
@@ -7752,6 +7759,11 @@ export var IntegerParameterRangeSpecification$ = [3, n0, _IPRS,
|
|
|
7752
7759
|
[_MV, _MVa],
|
|
7753
7760
|
[0, 0], 2
|
|
7754
7761
|
];
|
|
7762
|
+
export var Job$ = [3, n0, _J,
|
|
7763
|
+
0,
|
|
7764
|
+
[_JN, _JA, _RAo, _JC, _JCSV, _JCD, _CT, _LMT, _ETn, _JSo, _SSe, _SST, _FR, _Ta],
|
|
7765
|
+
[0, 0, 0, 0, 0, 0, 4, 4, 4, 0, 0, () => JobSecondaryStatusTransitions, 0, () => TagList]
|
|
7766
|
+
];
|
|
7755
7767
|
export var JobConfigSchemaVersionSummary$ = [3, n0, _JCSVS,
|
|
7756
7768
|
0,
|
|
7757
7769
|
[_JCSV],
|
|
@@ -8797,7 +8809,7 @@ export var ListWorkteamsResponse$ = [3, n0, _LWRist,
|
|
|
8797
8809
|
[_Work, _NTe],
|
|
8798
8810
|
[() => Workteams, 0], 1
|
|
8799
8811
|
];
|
|
8800
|
-
export var ManagedConfiguration$ = [3, n0,
|
|
8812
|
+
export var ManagedConfiguration$ = [3, n0, _MCan,
|
|
8801
8813
|
0,
|
|
8802
8814
|
[_MST],
|
|
8803
8815
|
[0]
|
|
@@ -8842,7 +8854,7 @@ export var MlflowAppSummary$ = [3, n0, _MASl,
|
|
|
8842
8854
|
[_Ar, _N, _St, _CT, _LMT, _MVl],
|
|
8843
8855
|
[0, 0, 0, 4, 4, 0]
|
|
8844
8856
|
];
|
|
8845
|
-
export var MlflowConfig$ = [3, n0,
|
|
8857
|
+
export var MlflowConfig$ = [3, n0, _MC,
|
|
8846
8858
|
0,
|
|
8847
8859
|
[_MRAl, _MEN, _MRN],
|
|
8848
8860
|
[0, 0, 0], 1
|
|
@@ -9064,7 +9076,7 @@ export var ModelPackageGroup$ = [3, n0, _MPG,
|
|
|
9064
9076
|
];
|
|
9065
9077
|
export var ModelPackageGroupSummary$ = [3, n0, _MPGSo,
|
|
9066
9078
|
0,
|
|
9067
|
-
[_MPGN, _MPGA, _CT, _MPGS, _MPGD,
|
|
9079
|
+
[_MPGN, _MPGA, _CT, _MPGS, _MPGD, _MCan],
|
|
9068
9080
|
[0, 0, 4, 0, 0, () => ManagedConfiguration$], 4
|
|
9069
9081
|
];
|
|
9070
9082
|
export var ModelPackageModelCard$ = [3, n0, _MPMC,
|
|
@@ -9209,7 +9221,7 @@ export var MonitoringCsvDatasetFormat$ = [3, n0, _MCDF,
|
|
|
9209
9221
|
];
|
|
9210
9222
|
export var MonitoringDatasetFormat$ = [3, n0, _MDF,
|
|
9211
9223
|
0,
|
|
9212
|
-
[_Cs,
|
|
9224
|
+
[_Cs, _Js, _Pa],
|
|
9213
9225
|
[() => MonitoringCsvDatasetFormat$, () => MonitoringJsonDatasetFormat$, () => MonitoringParquetDatasetFormat$]
|
|
9214
9226
|
];
|
|
9215
9227
|
export var MonitoringExecutionSummary$ = [3, n0, _MESo,
|
|
@@ -9534,7 +9546,7 @@ export var PipelineExecutionStep$ = [3, n0, _PESipe,
|
|
|
9534
9546
|
];
|
|
9535
9547
|
export var PipelineExecutionStepMetadata$ = [3, n0, _PESM,
|
|
9536
9548
|
0,
|
|
9537
|
-
[_TJ, _PJ, _TJr, _TJu, _Mode, _RMe, _Cond, _Cal, _Lam, _EMR, _QC, _CCla, _Fai, _AMLJ, _En, _ECndpo, _BCM, _BCMD, _BPMT, _BMI, _ICnfer, _Lin,
|
|
9549
|
+
[_TJ, _PJ, _TJr, _TJu, _Mode, _RMe, _Cond, _Cal, _Lam, _EMR, _QC, _CCla, _Fai, _AMLJ, _En, _ECndpo, _BCM, _BCMD, _BPMT, _BMI, _ICnfer, _Lin, _J],
|
|
9538
9550
|
[() => TrainingJobStepMetadata$, () => ProcessingJobStepMetadata$, () => TransformJobStepMetadata$, () => TuningJobStepMetaData$, () => ModelStepMetadata$, () => RegisterModelStepMetadata$, () => ConditionStepMetadata$, () => CallbackStepMetadata$, () => LambdaStepMetadata$, () => EMRStepMetadata$, () => QualityCheckStepMetadata$, () => ClarifyCheckStepMetadata$, () => FailStepMetadata$, () => AutoMLJobStepMetadata$, () => EndpointStepMetadata$, () => EndpointConfigStepMetadata$, () => BedrockCustomModelMetadata$, () => BedrockCustomModelDeploymentMetadata$, () => BedrockProvisionedModelThroughputMetadata$, () => BedrockModelImportMetadata$, () => InferenceComponentMetadata$, () => LineageMetadata$, () => JobStepMetadata$]
|
|
9539
9551
|
];
|
|
9540
9552
|
export var PipelineExecutionSummary$ = [3, n0, _PESipel,
|
|
@@ -10049,8 +10061,8 @@ export var SearchExpression$ = [3, n0, _SEe,
|
|
|
10049
10061
|
];
|
|
10050
10062
|
export var SearchRecord$ = [3, n0, _SRe,
|
|
10051
10063
|
0,
|
|
10052
|
-
[_TJ, _Exp, _Tr, _TCr, _En, _MPo, _MPG, _Pi, _PE, _PVi, _FG, _FMe, _Proj, _HPTJ, _MCod, _Mode],
|
|
10053
|
-
[() => TrainingJob$, () => Experiment$, () => Trial$, () => TrialComponent$, () => Endpoint$, [() => ModelPackage$, 0], () => ModelPackageGroup$, () => Pipeline$, () => PipelineExecution$, () => PipelineVersion$, () => FeatureGroup$, () => FeatureMetadata$, () => Project$, () => HyperParameterTuningJobSearchEntity$, [() => ModelCard$, 0], () => ModelDashboardModel$]
|
|
10064
|
+
[_TJ, _Exp, _Tr, _TCr, _En, _MPo, _MPG, _Pi, _PE, _PVi, _FG, _FMe, _Proj, _HPTJ, _MCod, _Mode, _J],
|
|
10065
|
+
[() => TrainingJob$, () => Experiment$, () => Trial$, () => TrialComponent$, () => Endpoint$, [() => ModelPackage$, 0], () => ModelPackageGroup$, () => Pipeline$, () => PipelineExecution$, () => PipelineVersion$, () => FeatureGroup$, () => FeatureMetadata$, () => Project$, () => HyperParameterTuningJobSearchEntity$, [() => ModelCard$, 0], () => ModelDashboardModel$, () => Job$]
|
|
10054
10066
|
];
|
|
10055
10067
|
export var SearchRequest$ = [3, n0, _SRea,
|
|
10056
10068
|
0,
|
|
@@ -53,6 +53,11 @@ declare const CreateAIBenchmarkJobCommand_base: {
|
|
|
53
53
|
* },
|
|
54
54
|
* OutputConfig: { // AIBenchmarkOutputConfig
|
|
55
55
|
* S3OutputLocation: "STRING_VALUE", // required
|
|
56
|
+
* MlflowConfig: { // AIMlflowConfig
|
|
57
|
+
* MlflowResourceArn: "STRING_VALUE", // required
|
|
58
|
+
* MlflowExperimentName: "STRING_VALUE",
|
|
59
|
+
* MlflowRunName: "STRING_VALUE",
|
|
60
|
+
* },
|
|
56
61
|
* },
|
|
57
62
|
* AIWorkloadConfigIdentifier: "STRING_VALUE", // required
|
|
58
63
|
* RoleArn: "STRING_VALUE", // required
|
|
@@ -48,6 +48,11 @@ declare const CreateAIRecommendationJobCommand_base: {
|
|
|
48
48
|
* OutputConfig: { // AIRecommendationOutputConfig
|
|
49
49
|
* S3OutputLocation: "STRING_VALUE",
|
|
50
50
|
* ModelPackageGroupIdentifier: "STRING_VALUE",
|
|
51
|
+
* MlflowConfig: { // AIMlflowConfig
|
|
52
|
+
* MlflowResourceArn: "STRING_VALUE", // required
|
|
53
|
+
* MlflowExperimentName: "STRING_VALUE",
|
|
54
|
+
* MlflowRunName: "STRING_VALUE",
|
|
55
|
+
* },
|
|
51
56
|
* },
|
|
52
57
|
* AIWorkloadConfigIdentifier: "STRING_VALUE", // required
|
|
53
58
|
* PerformanceTarget: { // AIRecommendationPerformanceTarget
|
|
@@ -67,6 +67,11 @@ declare const DescribeAIBenchmarkJobCommand_base: {
|
|
|
67
67
|
* // LogStreamName: "STRING_VALUE",
|
|
68
68
|
* // },
|
|
69
69
|
* // ],
|
|
70
|
+
* // MlflowConfig: { // AIMlflowConfig
|
|
71
|
+
* // MlflowResourceArn: "STRING_VALUE", // required
|
|
72
|
+
* // MlflowExperimentName: "STRING_VALUE",
|
|
73
|
+
* // MlflowRunName: "STRING_VALUE",
|
|
74
|
+
* // },
|
|
70
75
|
* // },
|
|
71
76
|
* // AIWorkloadConfigIdentifier: "STRING_VALUE", // required
|
|
72
77
|
* // RoleArn: "STRING_VALUE", // required
|
|
@@ -56,6 +56,11 @@ declare const DescribeAIRecommendationJobCommand_base: {
|
|
|
56
56
|
* // OutputConfig: { // AIRecommendationOutputResult
|
|
57
57
|
* // S3OutputLocation: "STRING_VALUE", // required
|
|
58
58
|
* // ModelPackageGroupIdentifier: "STRING_VALUE",
|
|
59
|
+
* // MlflowConfig: { // AIMlflowConfig
|
|
60
|
+
* // MlflowResourceArn: "STRING_VALUE", // required
|
|
61
|
+
* // MlflowExperimentName: "STRING_VALUE",
|
|
62
|
+
* // MlflowRunName: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
59
64
|
* // },
|
|
60
65
|
* // InferenceSpecification: { // AIRecommendationInferenceSpecification
|
|
61
66
|
* // Framework: "LMI" || "VLLM",
|
|
@@ -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 { DescribeInferenceComponentInput } from "../models/
|
|
4
|
-
import type { DescribeInferenceComponentOutput } from "../models/models_3";
|
|
3
|
+
import type { DescribeInferenceComponentInput, DescribeInferenceComponentOutput } from "../models/models_3";
|
|
5
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -29,7 +29,7 @@ declare const DescribeModelCardCommand_base: {
|
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
32
|
-
* <p>Describes the content, creation time, and security configuration of an Amazon SageMaker Model Card.</p>
|
|
32
|
+
* <p>Describes the content, creation time, and security configuration of an Amazon SageMaker Model Card.</p> <important> <p>To retrieve only metadata about a model card without requiring <code>kms:Decrypt</code> permission on the associated customer-managed Amazon Web Services KMS key, set <code>IncludedData</code> to <code>MetadataOnly</code>. The default is <code>AllData</code>, which returns the full model card <code>Content</code> and requires <code>kms:Decrypt</code> permission when a customer-managed key is configured.</p> </important>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -41,6 +41,7 @@ declare const DescribeModelCardCommand_base: {
|
|
|
41
41
|
* const input = { // DescribeModelCardRequest
|
|
42
42
|
* ModelCardName: "STRING_VALUE", // required
|
|
43
43
|
* ModelCardVersion: Number("int"),
|
|
44
|
+
* IncludedData: "AllData" || "MetadataOnly",
|
|
44
45
|
* };
|
|
45
46
|
* const command = new DescribeModelCardCommand(input);
|
|
46
47
|
* const response = await client.send(command);
|
|
@@ -29,7 +29,7 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
32
|
-
* <p>Returns a description of the specified model package, which is used to create SageMaker models or list them on Amazon Web Services Marketplace.</p> <important> <p>If you provided a KMS Key ID when you created your model package, you will see the <a href="https://docs.aws.amazon.com/kms/latest/APIReference/API_Decrypt.html">KMS Decrypt</a> API call in your CloudTrail logs when you use this API.</p> </important> <p>To create models in SageMaker, buyers can subscribe to model packages listed on Amazon Web Services Marketplace.</p>
|
|
32
|
+
* <p>Returns a description of the specified model package, which is used to create SageMaker models or list them on Amazon Web Services Marketplace.</p> <important> <p>If you provided a KMS Key ID when you created your model package, you will see the <a href="https://docs.aws.amazon.com/kms/latest/APIReference/API_Decrypt.html">KMS Decrypt</a> API call in your CloudTrail logs when you use this API. To call this operation without requiring <code>kms:Decrypt</code> permission on the customer-managed key, set <code>IncludedData</code> to <code>MetadataOnly</code>; the response is returned with the embedded <code>ModelCard.ModelCardContent</code> field sanitized.</p> </important> <p>To create models in SageMaker, buyers can subscribe to model packages listed on Amazon Web Services Marketplace.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -40,6 +40,7 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
40
40
|
* const client = new SageMakerClient(config);
|
|
41
41
|
* const input = { // DescribeModelPackageInput
|
|
42
42
|
* ModelPackageName: "STRING_VALUE", // required
|
|
43
|
+
* IncludedData: "AllData" || "MetadataOnly",
|
|
43
44
|
* };
|
|
44
45
|
* const command = new DescribeModelPackageCommand(input);
|
|
45
46
|
* const response = await client.send(command);
|
|
@@ -39,7 +39,7 @@ declare const GetSearchSuggestionsCommand_base: {
|
|
|
39
39
|
* const config = {}; // type is SageMakerClientConfig
|
|
40
40
|
* const client = new SageMakerClient(config);
|
|
41
41
|
* const input = { // GetSearchSuggestionsRequest
|
|
42
|
-
* Resource: "TrainingJob" || "Experiment" || "ExperimentTrial" || "ExperimentTrialComponent" || "Endpoint" || "Model" || "ModelPackage" || "ModelPackageGroup" || "Pipeline" || "PipelineExecution" || "FeatureGroup" || "FeatureMetadata" || "Image" || "ImageVersion" || "Project" || "HyperParameterTuningJob" || "ModelCard" || "PipelineVersion", // required
|
|
42
|
+
* Resource: "TrainingJob" || "Experiment" || "ExperimentTrial" || "ExperimentTrialComponent" || "Endpoint" || "Model" || "ModelPackage" || "ModelPackageGroup" || "Pipeline" || "PipelineExecution" || "FeatureGroup" || "FeatureMetadata" || "Image" || "ImageVersion" || "Project" || "HyperParameterTuningJob" || "ModelCard" || "PipelineVersion" || "Job", // required
|
|
43
43
|
* SuggestionQuery: { // SuggestionQuery
|
|
44
44
|
* PropertyNameQuery: { // PropertyNameQuery
|
|
45
45
|
* PropertyNameHint: "STRING_VALUE", // required
|
|
@@ -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 { ListInferenceRecommendationsJobStepsRequest, ListInferenceRecommendationsJobStepsResponse } from "../models/
|
|
3
|
+
import type { ListInferenceRecommendationsJobStepsRequest, ListInferenceRecommendationsJobStepsResponse } from "../models/models_4";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -40,7 +40,7 @@ declare const SearchCommand_base: {
|
|
|
40
40
|
* const config = {}; // type is SageMakerClientConfig
|
|
41
41
|
* const client = new SageMakerClient(config);
|
|
42
42
|
* const input = { // SearchRequest
|
|
43
|
-
* Resource: "TrainingJob" || "Experiment" || "ExperimentTrial" || "ExperimentTrialComponent" || "Endpoint" || "Model" || "ModelPackage" || "ModelPackageGroup" || "Pipeline" || "PipelineExecution" || "FeatureGroup" || "FeatureMetadata" || "Image" || "ImageVersion" || "Project" || "HyperParameterTuningJob" || "ModelCard" || "PipelineVersion", // required
|
|
43
|
+
* Resource: "TrainingJob" || "Experiment" || "ExperimentTrial" || "ExperimentTrialComponent" || "Endpoint" || "Model" || "ModelPackage" || "ModelPackageGroup" || "Pipeline" || "PipelineExecution" || "FeatureGroup" || "FeatureMetadata" || "Image" || "ImageVersion" || "Project" || "HyperParameterTuningJob" || "ModelCard" || "PipelineVersion" || "Job", // required
|
|
44
44
|
* SearchExpression: { // SearchExpression
|
|
45
45
|
* Filters: [ // FilterList
|
|
46
46
|
* { // Filter
|
|
@@ -2296,6 +2296,29 @@ declare const SearchCommand_base: {
|
|
|
2296
2296
|
* // RiskRating: "STRING_VALUE",
|
|
2297
2297
|
* // },
|
|
2298
2298
|
* // },
|
|
2299
|
+
* // Job: { // Job
|
|
2300
|
+
* // JobName: "STRING_VALUE",
|
|
2301
|
+
* // JobArn: "STRING_VALUE",
|
|
2302
|
+
* // RoleArn: "STRING_VALUE",
|
|
2303
|
+
* // JobCategory: "AgentRFT" || "AgentRFTEvaluation",
|
|
2304
|
+
* // JobConfigSchemaVersion: "STRING_VALUE",
|
|
2305
|
+
* // JobConfigDocument: "STRING_VALUE",
|
|
2306
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
2307
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
2308
|
+
* // EndTime: new Date("TIMESTAMP"),
|
|
2309
|
+
* // JobStatus: "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped" || "Deleting" || "DeleteFailed",
|
|
2310
|
+
* // SecondaryStatus: "Starting" || "Downloading" || "Training" || "Uploading" || "Stopping" || "Stopped" || "MaxRuntimeExceeded" || "Interrupted" || "Failed" || "Completed" || "Restarting" || "Pending" || "Evaluating" || "Deleting" || "DeleteFailed",
|
|
2311
|
+
* // SecondaryStatusTransitions: [ // JobSecondaryStatusTransitions
|
|
2312
|
+
* // { // JobSecondaryStatusTransition
|
|
2313
|
+
* // Status: "Starting" || "Downloading" || "Training" || "Uploading" || "Stopping" || "Stopped" || "MaxRuntimeExceeded" || "Interrupted" || "Failed" || "Completed" || "Restarting" || "Pending" || "Evaluating" || "Deleting" || "DeleteFailed", // required
|
|
2314
|
+
* // StartTime: new Date("TIMESTAMP"), // required
|
|
2315
|
+
* // EndTime: new Date("TIMESTAMP"),
|
|
2316
|
+
* // StatusMessage: "STRING_VALUE",
|
|
2317
|
+
* // },
|
|
2318
|
+
* // ],
|
|
2319
|
+
* // FailureReason: "STRING_VALUE",
|
|
2320
|
+
* // Tags: "<TagList>",
|
|
2321
|
+
* // },
|
|
2299
2322
|
* // },
|
|
2300
2323
|
* // ],
|
|
2301
2324
|
* // NextToken: "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 { UpdateNotebookInstanceInput
|
|
3
|
+
import type { UpdateNotebookInstanceInput } from "../models/models_4";
|
|
4
|
+
import type { UpdateNotebookInstanceOutput } from "../models/models_5";
|
|
4
5
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
/**
|
|
6
7
|
* @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 { UpdateNotebookInstanceLifecycleConfigInput } from "../models/
|
|
4
|
-
import type { UpdateNotebookInstanceLifecycleConfigOutput } from "../models/models_5";
|
|
3
|
+
import type { UpdateNotebookInstanceLifecycleConfigInput, UpdateNotebookInstanceLifecycleConfigOutput } from "../models/models_5";
|
|
5
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -4723,6 +4723,18 @@ export declare const TrackingServerStatus: {
|
|
|
4723
4723
|
* @public
|
|
4724
4724
|
*/
|
|
4725
4725
|
export type TrackingServerStatus = (typeof TrackingServerStatus)[keyof typeof TrackingServerStatus];
|
|
4726
|
+
/**
|
|
4727
|
+
* @public
|
|
4728
|
+
* @enum
|
|
4729
|
+
*/
|
|
4730
|
+
export declare const IncludedData: {
|
|
4731
|
+
readonly ALL_DATA: "AllData";
|
|
4732
|
+
readonly METADATA_ONLY: "MetadataOnly";
|
|
4733
|
+
};
|
|
4734
|
+
/**
|
|
4735
|
+
* @public
|
|
4736
|
+
*/
|
|
4737
|
+
export type IncludedData = (typeof IncludedData)[keyof typeof IncludedData];
|
|
4726
4738
|
/**
|
|
4727
4739
|
* @public
|
|
4728
4740
|
* @enum
|
|
@@ -5256,6 +5268,7 @@ export declare const ResourceType: {
|
|
|
5256
5268
|
readonly HYPER_PARAMETER_TUNING_JOB: "HyperParameterTuningJob";
|
|
5257
5269
|
readonly IMAGE: "Image";
|
|
5258
5270
|
readonly IMAGE_VERSION: "ImageVersion";
|
|
5271
|
+
readonly JOB: "Job";
|
|
5259
5272
|
readonly MODEL: "Model";
|
|
5260
5273
|
readonly MODEL_CARD: "ModelCard";
|
|
5261
5274
|
readonly MODEL_PACKAGE: "ModelPackage";
|
|
@@ -617,6 +617,27 @@ export interface AIBenchmarkNetworkConfig {
|
|
|
617
617
|
*/
|
|
618
618
|
VpcConfig?: VpcConfig | undefined;
|
|
619
619
|
}
|
|
620
|
+
/**
|
|
621
|
+
* <p>The MLflow tracking configuration for logging metrics and parameters to a SageMaker managed MLflow tracking server.</p>
|
|
622
|
+
* @public
|
|
623
|
+
*/
|
|
624
|
+
export interface AIMlflowConfig {
|
|
625
|
+
/**
|
|
626
|
+
* <p>The Amazon Resource Name (ARN) of the SageMaker managed MLflow resource.</p>
|
|
627
|
+
* @public
|
|
628
|
+
*/
|
|
629
|
+
MlflowResourceArn: string | undefined;
|
|
630
|
+
/**
|
|
631
|
+
* <p>The MLflow experiment name used for tracking.</p>
|
|
632
|
+
* @public
|
|
633
|
+
*/
|
|
634
|
+
MlflowExperimentName?: string | undefined;
|
|
635
|
+
/**
|
|
636
|
+
* <p>The MLflow run name used for tracking.</p>
|
|
637
|
+
* @public
|
|
638
|
+
*/
|
|
639
|
+
MlflowRunName?: string | undefined;
|
|
640
|
+
}
|
|
620
641
|
/**
|
|
621
642
|
* <p>The output configuration for an AI benchmark job.</p>
|
|
622
643
|
* @public
|
|
@@ -627,6 +648,11 @@ export interface AIBenchmarkOutputConfig {
|
|
|
627
648
|
* @public
|
|
628
649
|
*/
|
|
629
650
|
S3OutputLocation: string | undefined;
|
|
651
|
+
/**
|
|
652
|
+
* <p>The MLflow tracking configuration for the job. If you don't specify this parameter, MLflow tracking is disabled.</p>
|
|
653
|
+
* @public
|
|
654
|
+
*/
|
|
655
|
+
MlflowConfig?: AIMlflowConfig | undefined;
|
|
630
656
|
}
|
|
631
657
|
/**
|
|
632
658
|
* <p>CloudWatch log information for an AI benchmark or recommendation job.</p>
|
|
@@ -659,6 +685,11 @@ export interface AIBenchmarkOutputResult {
|
|
|
659
685
|
* @public
|
|
660
686
|
*/
|
|
661
687
|
CloudWatchLogs?: AICloudWatchLogs[] | undefined;
|
|
688
|
+
/**
|
|
689
|
+
* <p>The MLflow tracking configuration for the job.</p>
|
|
690
|
+
* @public
|
|
691
|
+
*/
|
|
692
|
+
MlflowConfig?: AIMlflowConfig | undefined;
|
|
662
693
|
}
|
|
663
694
|
/**
|
|
664
695
|
* <p>The target for an AI benchmark job. This is a union type — specify one of the members.</p>
|
|
@@ -1080,6 +1111,11 @@ export interface AIRecommendationOutputConfig {
|
|
|
1080
1111
|
* @public
|
|
1081
1112
|
*/
|
|
1082
1113
|
ModelPackageGroupIdentifier?: string | undefined;
|
|
1114
|
+
/**
|
|
1115
|
+
* <p>The MLflow tracking configuration for the job. If you don't specify this parameter, MLflow tracking is disabled.</p>
|
|
1116
|
+
* @public
|
|
1117
|
+
*/
|
|
1118
|
+
MlflowConfig?: AIMlflowConfig | undefined;
|
|
1083
1119
|
}
|
|
1084
1120
|
/**
|
|
1085
1121
|
* <p>The output configuration for an AI recommendation job, including the S3 location for results and the model package group for deployment.</p>
|
|
@@ -1096,6 +1132,11 @@ export interface AIRecommendationOutputResult {
|
|
|
1096
1132
|
* @public
|
|
1097
1133
|
*/
|
|
1098
1134
|
ModelPackageGroupIdentifier?: string | undefined;
|
|
1135
|
+
/**
|
|
1136
|
+
* <p>The MLflow tracking configuration for the job.</p>
|
|
1137
|
+
* @public
|
|
1138
|
+
*/
|
|
1139
|
+
MlflowConfig?: AIMlflowConfig | undefined;
|
|
1099
1140
|
}
|
|
1100
1141
|
/**
|
|
1101
1142
|
* <p>The performance targets for an AI recommendation job.</p>
|
|
@@ -7008,19 +7049,3 @@ export interface ComputeQuotaConfig {
|
|
|
7008
7049
|
*/
|
|
7009
7050
|
PreemptTeamTasks?: PreemptTeamTasks | undefined;
|
|
7010
7051
|
}
|
|
7011
|
-
/**
|
|
7012
|
-
* <p>The target entity to allocate compute resources to.</p>
|
|
7013
|
-
* @public
|
|
7014
|
-
*/
|
|
7015
|
-
export interface ComputeQuotaTarget {
|
|
7016
|
-
/**
|
|
7017
|
-
* <p>Name of the team to allocate compute resources to.</p>
|
|
7018
|
-
* @public
|
|
7019
|
-
*/
|
|
7020
|
-
TeamName: string | undefined;
|
|
7021
|
-
/**
|
|
7022
|
-
* <p>Assigned entity fair-share weight. Idle compute will be shared across entities based on these assigned weights. This weight is only used when <code>FairShare</code> is enabled.</p> <p>A weight of 0 is the lowest priority and 100 is the highest. Weight 0 is the default.</p>
|
|
7023
|
-
* @public
|
|
7024
|
-
*/
|
|
7025
|
-
FairShareWeight?: number | undefined;
|
|
7026
|
-
}
|
|
@@ -1,6 +1,22 @@
|
|
|
1
1
|
import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion } from "@smithy/core/serde";
|
|
2
2
|
import type { _InstanceType, AccountDefaultStatus, ActionStatus, ActivationState, AppInstanceType, AppNetworkAccessType, AppSecurityGroupManagement, AppType, AuthMode, AutoMountHomeEFS, AvailabilityZoneBalanceEnforcementMode, AwsManagedHumanLoopRequestSource, CapacityReservationPreference, ClusterNodeProvisioningMode, ClusterNodeRecovery, CollectionType, CompleteOnConvergence, ConditionOutcome, ContainerMode, ContentClassifier, DeviceSubsetType, DirectInternetAccess, EdgePresetDeploymentType, ExecutionRoleIdentityConfig, ExecutionRoleSessionNameMode, FailureHandlingPolicy, FairShare, FeatureStatus, FeatureType, FlatInvocations, Framework, HomeEfsFileSystemCreation, HubContentType, HyperParameterScalingType, HyperParameterTuningAllocationStrategy, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartType, IdleResourceSharing, InferenceComponentPlacementStrategy, InferenceExecutionMode, InferenceExperimentType, IPAddressType, JobCategory, JobType, ManagedInstanceScalingScaleInStrategy, ManagedInstanceScalingStatus, ManagedStorageType, MetricPublishFrequencyInSeconds, MlTools, ModelApprovalStatus, ModelCacheSetting, ModelCardStatus, ModelInfrastructureType, ModelPackageRegistrationType, ModelRegistrationMode, MonitoringProblemType, MonitoringType, NotebookInstanceAcceleratorType, NotebookOutputOption, ParameterType, ProblemType, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, Processor, ProductionVariantAcceleratorType, ProductionVariantInferenceAmiVersion, ProductionVariantInstanceType, RecommendationJobSupportedEndpointType, RecommendationJobType, RepositoryAccessMode, RootAccess, RoutingStrategy, RStudioServerProAccessStatus, RStudioServerProUserGroup, SageMakerImageName, SchedulerResourceStatus, SkipModelValidation, StorageType, StudioWebPortal, TableFormat, TagPropagation, TargetDevice, TargetPlatformAccelerator, TargetPlatformArch, TargetPlatformOs, ThroughputMode, TrackingServerSize, TrafficType, TrainingInputMode, TrainingInstanceType, TrainingJobEarlyStoppingType, TtlDurationUnit, VendorGuidance } from "./enums";
|
|
3
|
-
import type { ActionSource, AdditionalInferenceSpecificationDefinition, AdditionalModelDataSource, AdditionalS3DataSource, AIBenchmarkNetworkConfig, AIBenchmarkOutputConfig, AIBenchmarkTarget, AIDatasetConfig, AIModelSource, AIRecommendationComputeSpec, AIRecommendationInferenceSpecification, AIRecommendationOutputConfig, AIRecommendationPerformanceTarget, AIWorkloadConfigs, AlgorithmValidationSpecification, AmazonQSettings, AnnotationConsolidationConfig, AppLifecycleManagement, ArtifactSource, AsyncInferenceConfig, AuthorizedUrl, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobChannel, AutoMLJobConfig, AutoMLJobObjective, AutoMLOutputDataConfig, AutoMLProblemTypeConfig, AutoMLSecurityConfig, AutoParameter, AutoRollbackConfig, Autotune, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CategoricalParameter, CategoricalParameterRange, CategoricalParameterRangeSpecification, Channel, ChannelSpecification, CheckpointConfig, ClarifyExplainerConfig, ClusterAutoScalingConfig, ClusterInstanceGroupSpecification, ClusterOrchestrator, ClusterRestrictedInstanceGroupsConfig, ClusterRestrictedInstanceGroupSpecification, ClusterTieredStorageConfig, CodeEditorAppImageConfig, CodeEditorAppSettings, CodeRepository, CollectionConfig, ComputeQuotaConfig,
|
|
3
|
+
import type { ActionSource, AdditionalInferenceSpecificationDefinition, AdditionalModelDataSource, AdditionalS3DataSource, AIBenchmarkNetworkConfig, AIBenchmarkOutputConfig, AIBenchmarkTarget, AIDatasetConfig, AIModelSource, AIRecommendationComputeSpec, AIRecommendationInferenceSpecification, AIRecommendationOutputConfig, AIRecommendationPerformanceTarget, AIWorkloadConfigs, AlgorithmValidationSpecification, AmazonQSettings, AnnotationConsolidationConfig, AppLifecycleManagement, ArtifactSource, AsyncInferenceConfig, AuthorizedUrl, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobChannel, AutoMLJobConfig, AutoMLJobObjective, AutoMLOutputDataConfig, AutoMLProblemTypeConfig, AutoMLSecurityConfig, AutoParameter, AutoRollbackConfig, Autotune, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CategoricalParameter, CategoricalParameterRange, CategoricalParameterRangeSpecification, Channel, ChannelSpecification, CheckpointConfig, ClarifyExplainerConfig, ClusterAutoScalingConfig, ClusterInstanceGroupSpecification, ClusterOrchestrator, ClusterRestrictedInstanceGroupsConfig, ClusterRestrictedInstanceGroupSpecification, ClusterTieredStorageConfig, CodeEditorAppImageConfig, CodeEditorAppSettings, CodeRepository, CollectionConfig, ComputeQuotaConfig, CustomImage, GitConfig, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetricDefinition, MetricsSource, ModelDataSource, OutputDataConfig, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformJobDefinition, VpcConfig } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* <p>The target entity to allocate compute resources to.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface ComputeQuotaTarget {
|
|
9
|
+
/**
|
|
10
|
+
* <p>Name of the team to allocate compute resources to.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
TeamName: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>Assigned entity fair-share weight. Idle compute will be shared across entities based on these assigned weights. This weight is only used when <code>FairShare</code> is enabled.</p> <p>A weight of 0 is the lowest priority and 100 is the highest. Weight 0 is the default.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
FairShareWeight?: number | undefined;
|
|
19
|
+
}
|
|
4
20
|
/**
|
|
5
21
|
* <p>Summary of the compute allocation definition.</p>
|
|
6
22
|
* @public
|
|
@@ -7164,19 +7180,3 @@ export interface ModelQuantizationConfig {
|
|
|
7164
7180
|
*/
|
|
7165
7181
|
OverrideEnvironment?: Record<string, string> | undefined;
|
|
7166
7182
|
}
|
|
7167
|
-
/**
|
|
7168
|
-
* <p>Settings for the model sharding technique that's applied by a model optimization job.</p>
|
|
7169
|
-
* @public
|
|
7170
|
-
*/
|
|
7171
|
-
export interface ModelShardingConfig {
|
|
7172
|
-
/**
|
|
7173
|
-
* <p>The URI of an LMI DLC in Amazon ECR. SageMaker uses this image to run the optimization.</p>
|
|
7174
|
-
* @public
|
|
7175
|
-
*/
|
|
7176
|
-
Image?: string | undefined;
|
|
7177
|
-
/**
|
|
7178
|
-
* <p>Environment variables that override the default ones in the model container.</p>
|
|
7179
|
-
* @public
|
|
7180
|
-
*/
|
|
7181
|
-
OverrideEnvironment?: Record<string, string> | undefined;
|
|
7182
|
-
}
|