@aws-sdk/client-sagemaker 3.940.0 → 3.944.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/README.md +48 -0
- package/dist-cjs/index.js +487 -32
- package/dist-es/SageMaker.js +12 -0
- package/dist-es/commands/CreateMlflowAppCommand.js +16 -0
- package/dist-es/commands/CreatePresignedMlflowAppUrlCommand.js +16 -0
- package/dist-es/commands/DeleteMlflowAppCommand.js +16 -0
- package/dist-es/commands/DescribeMlflowAppCommand.js +16 -0
- package/dist-es/commands/ListMlflowAppsCommand.js +16 -0
- package/dist-es/commands/UpdateMlflowAppCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +59 -0
- package/dist-es/pagination/ListMlflowAppsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +333 -32
- package/dist-types/SageMaker.d.ts +43 -0
- package/dist-types/SageMakerClient.d.ts +8 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +7 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +9 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +3 -2
- package/dist-types/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateHubContentPresignedUrlsCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateMlflowAppCommand.d.ts +91 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +79 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +22 -2
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMlflowAppCommand.d.ts +77 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +9 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHubContentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeMlflowAppCommand.d.ts +111 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +34 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListHubContentsCommand.d.ts +3 -3
- package/dist-types/commands/ListMlflowAppsCommand.d.ts +93 -0
- package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -0
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +32 -0
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +1 -2
- package/dist-types/commands/SearchCommand.d.ts +29 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMlflowAppCommand.d.ts +88 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +139 -0
- package/dist-types/models/models_0.d.ts +116 -143
- package/dist-types/models/models_1.d.ts +231 -350
- package/dist-types/models/models_2.d.ts +3669 -3805
- package/dist-types/models/models_3.d.ts +4263 -4059
- package/dist-types/models/models_4.d.ts +843 -4
- package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +38 -0
- package/dist-types/ts3.4/SageMaker.d.ts +103 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowAppsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +78 -0
- package/dist-types/ts3.4/models/models_0.d.ts +29 -34
- package/dist-types/ts3.4/models/models_1.d.ts +60 -86
- package/dist-types/ts3.4/models/models_2.d.ts +145 -186
- package/dist-types/ts3.4/models/models_3.d.ts +261 -191
- package/dist-types/ts3.4/models/models_4.d.ts +228 -10
- package/dist-types/ts3.4/pagination/ListMlflowAppsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -179,10 +179,12 @@ const _A = "Alarm";
|
|
|
179
179
|
const _AA = "ActionArn";
|
|
180
180
|
const _AAR = "AddAssociationRequest";
|
|
181
181
|
const _AARd = "AddAssociationResponse";
|
|
182
|
+
const _AAc = "ActionArns";
|
|
182
183
|
const _AAd = "AddAssociation";
|
|
183
184
|
const _AAl = "AlgorithmArn";
|
|
184
185
|
const _AAp = "AppArn";
|
|
185
186
|
const _AAr = "ArtifactArn";
|
|
187
|
+
const _AArt = "ArtifactArns";
|
|
186
188
|
const _ABRA = "AmazonBedrockRoleArn";
|
|
187
189
|
const _AC = "AgentCount";
|
|
188
190
|
const _ACC = "AnnotationConsolidationConfig";
|
|
@@ -201,6 +203,7 @@ const _ACt = "AttemptCount";
|
|
|
201
203
|
const _AD = "AlarmDetails";
|
|
202
204
|
const _ADC = "ActiveDeviceCount";
|
|
203
205
|
const _ADD = "AthenaDatasetDefinition";
|
|
206
|
+
const _ADS = "AccountDefaultStatus";
|
|
204
207
|
const _ADl = "AlgorithmDescription";
|
|
205
208
|
const _ADp = "AppDetails";
|
|
206
209
|
const _ADpp = "ApprovalDescription";
|
|
@@ -211,6 +214,7 @@ const _AEu = "AuthorizationEndpoint";
|
|
|
211
214
|
const _AFRA = "AmazonForecastRoleArn";
|
|
212
215
|
const _AGEN = "AutoGenerateEndpointName";
|
|
213
216
|
const _AGP = "AssignedGroupPatterns";
|
|
217
|
+
const _AI = "AssociationInfo";
|
|
214
218
|
const _AIC = "AsyncInferenceConfig";
|
|
215
219
|
const _AICA = "AppImageConfigArn";
|
|
216
220
|
const _AICC = "AsyncInferenceClientConfig";
|
|
@@ -219,6 +223,7 @@ const _AICL = "AppImageConfigList";
|
|
|
219
223
|
const _AICN = "AppImageConfigName";
|
|
220
224
|
const _AICp = "AppImageConfigs";
|
|
221
225
|
const _AICv = "AvailableInstanceCount";
|
|
226
|
+
const _AIL = "AssociationInfoList";
|
|
222
227
|
const _AINC = "AsyncInferenceNotificationConfig";
|
|
223
228
|
const _AIOC = "AsyncInferenceOutputConfig";
|
|
224
229
|
const _AIS = "AdditionalInferenceSpecifications";
|
|
@@ -365,6 +370,7 @@ const _Ar = "Arn";
|
|
|
365
370
|
const _Arc = "Arch";
|
|
366
371
|
const _Arg = "Arguments";
|
|
367
372
|
const _Art = "Artifact";
|
|
373
|
+
const _As = "Associations";
|
|
368
374
|
const _Au = "Autotune";
|
|
369
375
|
const _Av = "Avg";
|
|
370
376
|
const _B = "Bias";
|
|
@@ -374,6 +380,10 @@ const _BACNEL = "BatchAddClusterNodesErrorList";
|
|
|
374
380
|
const _BACNR = "BatchAddClusterNodesRequest";
|
|
375
381
|
const _BACNRa = "BatchAddClusterNodesResponse";
|
|
376
382
|
const _BC = "BestCandidate";
|
|
383
|
+
const _BCM = "BedrockCustomModel";
|
|
384
|
+
const _BCMD = "BedrockCustomModelDeployment";
|
|
385
|
+
const _BCMDM = "BedrockCustomModelDeploymentMetadata";
|
|
386
|
+
const _BCMM = "BedrockCustomModelMetadata";
|
|
377
387
|
const _BCa = "BaselineConfig";
|
|
378
388
|
const _BDCC = "BatchDataCaptureConfig";
|
|
379
389
|
const _BDCN = "BatchDeleteClusterNodes";
|
|
@@ -395,8 +405,14 @@ const _BICN = "BaseInferenceComponentName";
|
|
|
395
405
|
const _BILCA = "BuiltInLifecycleConfigArn";
|
|
396
406
|
const _BJN = "BaseliningJobName";
|
|
397
407
|
const _BL = "BorrowLimit";
|
|
408
|
+
const _BM = "BaseModel";
|
|
409
|
+
const _BMA = "BaseModelArn";
|
|
410
|
+
const _BMI = "BedrockModelImport";
|
|
411
|
+
const _BMIM = "BedrockModelImportMetadata";
|
|
398
412
|
const _BMN = "BaseModelName";
|
|
399
413
|
const _BONI = "BestObjectiveNotImproving";
|
|
414
|
+
const _BPMT = "BedrockProvisionedModelThroughput";
|
|
415
|
+
const _BPMTM = "BedrockProvisionedModelThroughputMetadata";
|
|
400
416
|
const _BR = "BacktestResults";
|
|
401
417
|
const _BRCN = "BatchRebootClusterNodes";
|
|
402
418
|
const _BRCNE = "BatchRebootClusterNodesError";
|
|
@@ -414,6 +430,7 @@ const _BRCNRatc = "BatchReplaceClusterNodesResponse";
|
|
|
414
430
|
const _BRCNa = "BatchReplaceClusterNodes";
|
|
415
431
|
const _BRl = "BlockedReason";
|
|
416
432
|
const _BS = "BatchStrategy";
|
|
433
|
+
const _BTC = "BillableTokenCount";
|
|
417
434
|
const _BTI = "BatchTransformInput";
|
|
418
435
|
const _BTIS = "BillableTimeInSeconds";
|
|
419
436
|
const _BTJ = "BestTrainingJob";
|
|
@@ -449,6 +466,7 @@ const _CASC = "ClusterAutoScalingConfig";
|
|
|
449
466
|
const _CASCO = "ClusterAutoScalingConfigOutput";
|
|
450
467
|
const _CAl = "ClusterArn";
|
|
451
468
|
const _CAo = "ContextArn";
|
|
469
|
+
const _CAon = "ContextArns";
|
|
452
470
|
const _CAr = "CreatedAt";
|
|
453
471
|
const _CAre = "CreatedAfter";
|
|
454
472
|
const _CArea = "CreateAction";
|
|
@@ -544,6 +562,7 @@ const _CEo = "ConflictException";
|
|
|
544
562
|
const _CEr = "CreateEndpoint";
|
|
545
563
|
const _CEre = "CreateExperiment";
|
|
546
564
|
const _CEu = "CustomerEni";
|
|
565
|
+
const _CEur = "CurrentEpoch";
|
|
547
566
|
const _CF = "ConfigFile";
|
|
548
567
|
const _CFD = "CreateFlowDefinition";
|
|
549
568
|
const _CFDR = "CreateFlowDefinitionRequest";
|
|
@@ -623,6 +642,9 @@ const _CLJ = "CreateLabelingJob";
|
|
|
623
642
|
const _CLJR = "CreateLabelingJobRequest";
|
|
624
643
|
const _CLJRr = "CreateLabelingJobResponse";
|
|
625
644
|
const _CM = "CandidateMetrics";
|
|
645
|
+
const _CMA = "CreateMlflowApp";
|
|
646
|
+
const _CMAR = "CreateMlflowAppRequest";
|
|
647
|
+
const _CMARr = "CreateMlflowAppResponse";
|
|
626
648
|
const _CMBJD = "CreateModelBiasJobDefinition";
|
|
627
649
|
const _CMBJDR = "CreateModelBiasJobDefinitionRequest";
|
|
628
650
|
const _CMBJDRr = "CreateModelBiasJobDefinitionResponse";
|
|
@@ -702,6 +724,9 @@ const _CPIo = "CostPerInference";
|
|
|
702
724
|
const _CPJ = "CreateProcessingJob";
|
|
703
725
|
const _CPJR = "CreateProcessingJobRequest";
|
|
704
726
|
const _CPJRr = "CreateProcessingJobResponse";
|
|
727
|
+
const _CPMAU = "CreatePresignedMlflowAppUrl";
|
|
728
|
+
const _CPMAUR = "CreatePresignedMlflowAppUrlRequest";
|
|
729
|
+
const _CPMAURr = "CreatePresignedMlflowAppUrlResponse";
|
|
705
730
|
const _CPMTSU = "CreatePresignedMlflowTrackingServerUrl";
|
|
706
731
|
const _CPMTSUR = "CreatePresignedMlflowTrackingServerUrlRequest";
|
|
707
732
|
const _CPMTSURr = "CreatePresignedMlflowTrackingServerUrlResponse";
|
|
@@ -802,6 +827,7 @@ const _CSon = "ContextSummary";
|
|
|
802
827
|
const _CSont = "ContextSummaries";
|
|
803
828
|
const _CSonte = "ContentSha256";
|
|
804
829
|
const _CSr = "CreateSpace";
|
|
830
|
+
const _CSu = "CurrentStep";
|
|
805
831
|
const _CT = "CreationTime";
|
|
806
832
|
const _CTA = "CreationTimeAfter";
|
|
807
833
|
const _CTB = "CreationTimeBefore";
|
|
@@ -842,6 +868,7 @@ const _CTont = "ContentTemplate";
|
|
|
842
868
|
const _CTonte = "ContextType";
|
|
843
869
|
const _CTr = "CreateTrial";
|
|
844
870
|
const _CTu = "CurrentTaints";
|
|
871
|
+
const _CTus = "CustomizationTechnique";
|
|
845
872
|
const _CU = "ConfigUri";
|
|
846
873
|
const _CUP = "CreateUserProfile";
|
|
847
874
|
const _CUPR = "CreateUserProfileRequest";
|
|
@@ -906,7 +933,8 @@ const _DARescrib = "DescribeArtifactRequest";
|
|
|
906
933
|
const _DARescribe = "DescribeArtifactResponse";
|
|
907
934
|
const _DAST = "DataAnalysisStartTime";
|
|
908
935
|
const _DAT = "DisassociateAcceleratorTypes";
|
|
909
|
-
const _DAa = "
|
|
936
|
+
const _DAa = "DatasetArn";
|
|
937
|
+
const _DAat = "DataAttributes";
|
|
910
938
|
const _DAe = "DeviceArn";
|
|
911
939
|
const _DAel = "DeleteAction";
|
|
912
940
|
const _DAele = "DeleteAlgorithm";
|
|
@@ -983,6 +1011,7 @@ const _DDFRe = "DescribeDeviceFleetRequest";
|
|
|
983
1011
|
const _DDFRes = "DescribeDeviceFleetResponse";
|
|
984
1012
|
const _DDFe = "DescribeDeviceFleet";
|
|
985
1013
|
const _DDIC = "DerivedDataInputConfig";
|
|
1014
|
+
const _DDIL = "DefaultDomainIdList";
|
|
986
1015
|
const _DDQJD = "DeleteDataQualityJobDefinition";
|
|
987
1016
|
const _DDQJDR = "DeleteDataQualityJobDefinitionRequest";
|
|
988
1017
|
const _DDQJDRe = "DescribeDataQualityJobDefinitionRequest";
|
|
@@ -1038,6 +1067,7 @@ const _DEesc = "DescribeExperiment";
|
|
|
1038
1067
|
const _DF = "DatasetFormat";
|
|
1039
1068
|
const _DFA = "DeviceFleetArn";
|
|
1040
1069
|
const _DFD = "DeleteFlowDefinition";
|
|
1070
|
+
const _DFDI = "DefaultForDomainId";
|
|
1041
1071
|
const _DFDR = "DeleteFlowDefinitionRequest";
|
|
1042
1072
|
const _DFDRe = "DeleteFlowDefinitionResponse";
|
|
1043
1073
|
const _DFDRes = "DescribeFlowDefinitionRequest";
|
|
@@ -1130,6 +1160,12 @@ const _DLJRe = "DescribeLabelingJobResponse";
|
|
|
1130
1160
|
const _DLU = "DefaultLandingUri";
|
|
1131
1161
|
const _DLo = "DomainList";
|
|
1132
1162
|
const _DM = "DurationMinutes";
|
|
1163
|
+
const _DMA = "DeleteMlflowApp";
|
|
1164
|
+
const _DMAR = "DeleteMlflowAppRequest";
|
|
1165
|
+
const _DMARe = "DeleteMlflowAppResponse";
|
|
1166
|
+
const _DMARes = "DescribeMlflowAppRequest";
|
|
1167
|
+
const _DMAResc = "DescribeMlflowAppResponse";
|
|
1168
|
+
const _DMAe = "DescribeMlflowApp";
|
|
1133
1169
|
const _DMBJD = "DeleteModelBiasJobDefinition";
|
|
1134
1170
|
const _DMBJDR = "DeleteModelBiasJobDefinitionRequest";
|
|
1135
1171
|
const _DMBJDRe = "DescribeModelBiasJobDefinitionRequest";
|
|
@@ -1283,6 +1319,7 @@ const _DSV = "DocumentSchemaVersion";
|
|
|
1283
1319
|
const _DSW = "DescribeSubscribedWorkteam";
|
|
1284
1320
|
const _DSWR = "DescribeSubscribedWorkteamRequest";
|
|
1285
1321
|
const _DSWRe = "DescribeSubscribedWorkteamResponse";
|
|
1322
|
+
const _DSa = "DatasetSource";
|
|
1286
1323
|
const _DSe = "DeploymentStage";
|
|
1287
1324
|
const _DSel = "DeleteSpace";
|
|
1288
1325
|
const _DSep = "DeploymentStatus";
|
|
@@ -1363,6 +1400,7 @@ const _Dom = "Domains";
|
|
|
1363
1400
|
const _E = "Environment";
|
|
1364
1401
|
const _EA = "EndpointArn";
|
|
1365
1402
|
const _EAMVU = "EnableAutoMinorVersionUpgrade";
|
|
1403
|
+
const _EAv = "EvaluatorArn";
|
|
1366
1404
|
const _EAx = "ExperimentArn";
|
|
1367
1405
|
const _EAxp = "ExportArtifacts";
|
|
1368
1406
|
const _EC = "ErrorCode";
|
|
@@ -1494,6 +1532,7 @@ const _ETO = "EndTimeOffset";
|
|
|
1494
1532
|
const _ETn = "EndTime";
|
|
1495
1533
|
const _ETr = "ErrorTopic";
|
|
1496
1534
|
const _ETv = "EventTime";
|
|
1535
|
+
const _ETva = "EvaluationType";
|
|
1497
1536
|
const _EVC = "EbsVolumeConfig";
|
|
1498
1537
|
const _EVSIG = "EbsVolumeSizeInGb";
|
|
1499
1538
|
const _Ed = "Edge";
|
|
@@ -1707,6 +1746,7 @@ const _ICDC = "InferenceComponentDeploymentConfig";
|
|
|
1707
1746
|
const _ICDCC = "InferenceComponentDataCacheConfig";
|
|
1708
1747
|
const _ICDCCS = "InferenceComponentDataCacheConfigSummary";
|
|
1709
1748
|
const _ICJC = "ImageClassificationJobConfig";
|
|
1749
|
+
const _ICM = "InferenceComponentMetadata";
|
|
1710
1750
|
const _ICN = "InferenceComponentName";
|
|
1711
1751
|
const _ICRC = "InferenceComponentRuntimeConfig";
|
|
1712
1752
|
const _ICRCS = "InferenceComponentRuntimeConfigSummary";
|
|
@@ -1720,10 +1760,12 @@ const _ICSnf = "InferenceComponentSummary";
|
|
|
1720
1760
|
const _ICm = "ImageConfig";
|
|
1721
1761
|
const _ICn = "InferenceConfig";
|
|
1722
1762
|
const _ICnf = "InferenceComponents";
|
|
1763
|
+
const _ICnfe = "InferenceComponent";
|
|
1723
1764
|
const _ICnfr = "InfrastructureConfig";
|
|
1724
1765
|
const _ICnp = "InputConfig";
|
|
1725
1766
|
const _ICns = "InstanceCount";
|
|
1726
1767
|
const _ICnst = "InstanceConfigs";
|
|
1768
|
+
const _ICs = "IsCheckpoint";
|
|
1727
1769
|
const _ID = "ImageDigest";
|
|
1728
1770
|
const _IDC = "InputDataConfig";
|
|
1729
1771
|
const _IE = "InferenceExperiments";
|
|
@@ -2021,9 +2063,12 @@ const _LMA = "LastModifiedAt";
|
|
|
2021
2063
|
const _LMAH = "ListMonitoringAlertHistory";
|
|
2022
2064
|
const _LMAHR = "ListMonitoringAlertHistoryRequest";
|
|
2023
2065
|
const _LMAHRi = "ListMonitoringAlertHistoryResponse";
|
|
2024
|
-
const _LMAR = "
|
|
2025
|
-
const _LMARi = "
|
|
2026
|
-
const
|
|
2066
|
+
const _LMAR = "ListMlflowAppsRequest";
|
|
2067
|
+
const _LMARi = "ListMlflowAppsResponse";
|
|
2068
|
+
const _LMARis = "ListMonitoringAlertsRequest";
|
|
2069
|
+
const _LMARist = "ListMonitoringAlertsResponse";
|
|
2070
|
+
const _LMAi = "ListMlflowApps";
|
|
2071
|
+
const _LMAis = "ListMonitoringAlerts";
|
|
2027
2072
|
const _LMB = "LastModifiedBy";
|
|
2028
2073
|
const _LMBJD = "ListModelBiasJobDefinitions";
|
|
2029
2074
|
const _LMBJDR = "ListModelBiasJobDefinitionsRequest";
|
|
@@ -2067,7 +2112,8 @@ const _LMTB = "LastModifiedTimeBefore";
|
|
|
2067
2112
|
const _LMTS = "ListMlflowTrackingServers";
|
|
2068
2113
|
const _LMTSR = "ListMlflowTrackingServersRequest";
|
|
2069
2114
|
const _LMTSRi = "ListMlflowTrackingServersResponse";
|
|
2070
|
-
const _LMi = "
|
|
2115
|
+
const _LMi = "LineageMetadata";
|
|
2116
|
+
const _LMis = "ListModels";
|
|
2071
2117
|
const _LNI = "ListNotebookInstances";
|
|
2072
2118
|
const _LNII = "ListNotebookInstancesInput";
|
|
2073
2119
|
const _LNILC = "ListNotebookInstanceLifecycleConfigs";
|
|
@@ -2166,6 +2212,7 @@ const _La = "Labels";
|
|
|
2166
2212
|
const _Lam = "Lambda";
|
|
2167
2213
|
const _Las = "Last";
|
|
2168
2214
|
const _Li = "Line";
|
|
2215
|
+
const _Lin = "Lineage";
|
|
2169
2216
|
const _M = "Mode";
|
|
2170
2217
|
const _MA = "ModelArn";
|
|
2171
2218
|
const _MAA = "MonitoringAlertActions";
|
|
@@ -2177,6 +2224,8 @@ const _MAMLJRIS = "MaxAutoMLJobRuntimeInSeconds";
|
|
|
2177
2224
|
const _MAN = "MonitoringAlertName";
|
|
2178
2225
|
const _MAS = "ModelApprovalStatus";
|
|
2179
2226
|
const _MASL = "MonitoringAlertSummaryList";
|
|
2227
|
+
const _MASl = "MlflowAppSummary";
|
|
2228
|
+
const _MASlf = "MlflowAppSummaries";
|
|
2180
2229
|
const _MASo = "MonitoringAlertSummaries";
|
|
2181
2230
|
const _MASon = "MonitoringAlertSummary";
|
|
2182
2231
|
const _MASoni = "MonitoringAppSpecification";
|
|
@@ -2226,6 +2275,7 @@ const _MCaxo = "MaxConcurrency";
|
|
|
2226
2275
|
const _MCe = "MetricsConfig";
|
|
2227
2276
|
const _MCi = "MinCount";
|
|
2228
2277
|
const _MCin = "MinCapacity";
|
|
2278
|
+
const _MCl = "MlflowConfig";
|
|
2229
2279
|
const _MCo = "ModelConfigs";
|
|
2230
2280
|
const _MCod = "ModelCard";
|
|
2231
2281
|
const _MCode = "ModelConfiguration";
|
|
@@ -2255,18 +2305,22 @@ const _MDem = "MemberDefinition";
|
|
|
2255
2305
|
const _MDet = "MetricData";
|
|
2256
2306
|
const _MDetr = "MetricDatum";
|
|
2257
2307
|
const _MDetri = "MetricDefinition";
|
|
2308
|
+
const _MDl = "MlflowDetails";
|
|
2258
2309
|
const _MDo = "ModelDigests";
|
|
2259
2310
|
const _ME = "ManifestEtag";
|
|
2260
2311
|
const _MEAS = "ModelExplainabilityAppSpecification";
|
|
2261
2312
|
const _MEBC = "ModelExplainabilityBaselineConfig";
|
|
2313
|
+
const _MEI = "MlflowExperimentId";
|
|
2262
2314
|
const _MEJI = "ModelExplainabilityJobInput";
|
|
2263
2315
|
const _MEJOC = "ModelExplainabilityJobOutputConfig";
|
|
2316
|
+
const _MEN = "MlflowExperimentName";
|
|
2264
2317
|
const _MES = "MonitoringExecutionSummaries";
|
|
2265
2318
|
const _MESL = "MonitoringExecutionSummaryList";
|
|
2266
2319
|
const _MESo = "MonitoringExecutionSummary";
|
|
2267
2320
|
const _MESon = "MonitoringExecutionStatus";
|
|
2268
2321
|
const _METIS = "MaximumExecutionTimeoutInSeconds";
|
|
2269
2322
|
const _MEVSIG = "MaximumEbsVolumeSizeInGb";
|
|
2323
|
+
const _MEa = "MaxEpoch";
|
|
2270
2324
|
const _MGTSI = "MonitoringGroundTruthS3Input";
|
|
2271
2325
|
const _MH = "ModelHandle";
|
|
2272
2326
|
const _MHLOC = "MaxHumanLabeledObjectCount";
|
|
@@ -2294,6 +2348,8 @@ const _MJDS = "MonitoringJobDefinitionSummary";
|
|
|
2294
2348
|
const _MJDSL = "MonitoringJobDefinitionSummaryList";
|
|
2295
2349
|
const _ML = "ModelLatency";
|
|
2296
2350
|
const _MLC = "ModelLifeCycle";
|
|
2351
|
+
const _MLCf = "MLflowConfig";
|
|
2352
|
+
const _MLCfl = "MLflowConfiguration";
|
|
2297
2353
|
const _MLF = "MLFramework";
|
|
2298
2354
|
const _MLT = "ModelLatencyThreshold";
|
|
2299
2355
|
const _MLTo = "ModelLatencyThresholds";
|
|
@@ -2322,6 +2378,7 @@ const _MOo = "MonitoringOutputs";
|
|
|
2322
2378
|
const _MP = "MetadataProperties";
|
|
2323
2379
|
const _MPA = "ModelPackageArn";
|
|
2324
2380
|
const _MPAL = "ModelPackageArnList";
|
|
2381
|
+
const _MPC = "ModelPackageConfig";
|
|
2325
2382
|
const _MPCD = "ModelPackageContainerDefinition";
|
|
2326
2383
|
const _MPCDL = "ModelPackageContainerDefinitionList";
|
|
2327
2384
|
const _MPD = "ModelPackageDescription";
|
|
@@ -2340,6 +2397,7 @@ const _MPMC = "ModelPackageModelCard";
|
|
|
2340
2397
|
const _MPN = "ModelPackageName";
|
|
2341
2398
|
const _MPOIDL = "MaxPercentageOfInputDatasetLabeled";
|
|
2342
2399
|
const _MPOT = "MaxParallelOfTests";
|
|
2400
|
+
const _MPRT = "ModelPackageRegistrationType";
|
|
2343
2401
|
const _MPS = "ModelPackageSummaries";
|
|
2344
2402
|
const _MPSC = "ModelPackageSecurityConfig";
|
|
2345
2403
|
const _MPSD = "ModelPackageStatusDetails";
|
|
@@ -2366,10 +2424,14 @@ const _MQC = "ModelQuantizationConfig";
|
|
|
2366
2424
|
const _MQJI = "ModelQualityJobInput";
|
|
2367
2425
|
const _MQJOC = "ModelQualityJobOutputConfig";
|
|
2368
2426
|
const _MR = "MaxResults";
|
|
2369
|
-
const _MRA = "
|
|
2427
|
+
const _MRA = "MlflowResourceArn";
|
|
2370
2428
|
const _MRAa = "MaximumRetryAttempts";
|
|
2429
|
+
const _MRAl = "MlReservationArn";
|
|
2371
2430
|
const _MRC = "MaxRecordCount";
|
|
2431
|
+
const _MRI = "MlflowRunId";
|
|
2372
2432
|
const _MRIS = "MaxRuntimeInSeconds";
|
|
2433
|
+
const _MRM = "ModelRegistrationMode";
|
|
2434
|
+
const _MRN = "MlflowRunName";
|
|
2373
2435
|
const _MRPTJIS = "MaxRuntimePerTrainingJobInSeconds";
|
|
2374
2436
|
const _MRS = "ModelRegisterSettings";
|
|
2375
2437
|
const _MRa = "MaxResource";
|
|
@@ -2396,6 +2458,7 @@ const _MSSon = "MonitoringScheduleSummary";
|
|
|
2396
2458
|
const _MST = "ModelSetupTime";
|
|
2397
2459
|
const _MSU = "ManifestS3Uri";
|
|
2398
2460
|
const _MSV = "MaxSchemaVersion";
|
|
2461
|
+
const _MSa = "MaintenanceStatus";
|
|
2399
2462
|
const _MSe = "MetricsSource";
|
|
2400
2463
|
const _MSet = "MetricSpecification";
|
|
2401
2464
|
const _MSo = "ModelSignature";
|
|
@@ -2512,6 +2575,7 @@ const _OJSpt = "OptimizationJobSummary";
|
|
|
2512
2575
|
const _OK = "ObjectKey";
|
|
2513
2576
|
const _OMAC = "OptimizationModelAccessConfig";
|
|
2514
2577
|
const _OMD = "OidcMemberDefinition";
|
|
2578
|
+
const _OMPA = "OutputModelPackageArn";
|
|
2515
2579
|
const _ON = "OutputName";
|
|
2516
2580
|
const _OO = "OptimizationOutput";
|
|
2517
2581
|
const _OP = "OutputParameters";
|
|
@@ -2603,6 +2667,7 @@ const _PIri = "PrincipalId";
|
|
|
2603
2667
|
const _PIro = "ProjectId";
|
|
2604
2668
|
const _PIroc = "ProcessingInput";
|
|
2605
2669
|
const _PIrod = "ProductId";
|
|
2670
|
+
const _PIrog = "ProgressInfo";
|
|
2606
2671
|
const _PJ = "ProcessingJob";
|
|
2607
2672
|
const _PJA = "ProcessingJobArn";
|
|
2608
2673
|
const _PJN = "ProcessingJobName";
|
|
@@ -2705,6 +2770,7 @@ const _Par = "Parameter";
|
|
|
2705
2770
|
const _Pare = "Parent";
|
|
2706
2771
|
const _Paren = "Parents";
|
|
2707
2772
|
const _Pe = "Percentage";
|
|
2773
|
+
const _Pef = "Peft";
|
|
2708
2774
|
const _Pen = "Pending";
|
|
2709
2775
|
const _Per = "Percentile";
|
|
2710
2776
|
const _Ph = "Phase";
|
|
@@ -2802,6 +2868,7 @@ const _RMec = "RecommendationMetrics";
|
|
|
2802
2868
|
const _RN = "ReleaseNotes";
|
|
2803
2869
|
const _RNB = "RegisterNewBaseline";
|
|
2804
2870
|
const _RNF = "ResourceNotFound";
|
|
2871
|
+
const _RNe = "RecipeName";
|
|
2805
2872
|
const _RNo = "RoleName";
|
|
2806
2873
|
const _RNu = "RunName";
|
|
2807
2874
|
const _ROSU = "ResolvedOutputS3Uri";
|
|
@@ -2954,6 +3021,7 @@ const _SIp = "SpecifiedImage";
|
|
|
2954
3021
|
const _SIt = "StepId";
|
|
2955
3022
|
const _SIu = "SubnetIds";
|
|
2956
3023
|
const _SIub = "SubnetId";
|
|
3024
|
+
const _SJC = "ServerlessJobConfig";
|
|
2957
3025
|
const _SJLAS = "SpaceJupyterLabAppSettings";
|
|
2958
3026
|
const _SKKI = "S3KmsKeyId";
|
|
2959
3027
|
const _SL = "SpaceList";
|
|
@@ -2977,6 +3045,7 @@ const _SMIVAa = "SageMakerImageVersionArn";
|
|
|
2977
3045
|
const _SMIVAag = "SageMakerImageVersionAlias";
|
|
2978
3046
|
const _SMM = "SageMakerModel";
|
|
2979
3047
|
const _SMN = "StandardMetricName";
|
|
3048
|
+
const _SMPA = "SourceModelPackageArn";
|
|
2980
3049
|
const _SMPHCA = "SageMakerPublicHubContentArn";
|
|
2981
3050
|
const _SMR = "SpaceManagedResources";
|
|
2982
3051
|
const _SMS = "StartMonitoringSchedule";
|
|
@@ -3245,6 +3314,7 @@ const _TPDL = "TemplateProviderDetailList";
|
|
|
3245
3314
|
const _TPDe = "TemplateProviderDetail";
|
|
3246
3315
|
const _TPF = "TrainingPlanFilter";
|
|
3247
3316
|
const _TPFr = "TrainingPlanFilters";
|
|
3317
|
+
const _TPI = "TrainingProgressInfo";
|
|
3248
3318
|
const _TPN = "TrainingPlanName";
|
|
3249
3319
|
const _TPO = "TrainingPlanOfferings";
|
|
3250
3320
|
const _TPOI = "TrainingPlanOfferingId";
|
|
@@ -3267,6 +3337,7 @@ const _TRa = "TargetResources";
|
|
|
3267
3337
|
const _TS = "TrainingSpecification";
|
|
3268
3338
|
const _TSA = "TrackingServerArn";
|
|
3269
3339
|
const _TSC = "TargetStateCount";
|
|
3340
|
+
const _TSCPE = "TotalStepCountPerEpoch";
|
|
3270
3341
|
const _TSCi = "TieredStorageConfig";
|
|
3271
3342
|
const _TSCim = "TimeSeriesConfig";
|
|
3272
3343
|
const _TSDS = "TransformS3DataSource";
|
|
@@ -3393,9 +3464,12 @@ const _UIV = "UpdateImageVersion";
|
|
|
3393
3464
|
const _UIVR = "UpdateImageVersionRequest";
|
|
3394
3465
|
const _UIVRp = "UpdateImageVersionResponse";
|
|
3395
3466
|
const _UL = "UseLogit";
|
|
3396
|
-
const _UMA = "
|
|
3397
|
-
const _UMAR = "
|
|
3398
|
-
const _UMARp = "
|
|
3467
|
+
const _UMA = "UpdateMlflowApp";
|
|
3468
|
+
const _UMAR = "UpdateMlflowAppRequest";
|
|
3469
|
+
const _UMARp = "UpdateMlflowAppResponse";
|
|
3470
|
+
const _UMARpd = "UpdateMonitoringAlertRequest";
|
|
3471
|
+
const _UMARpda = "UpdateMonitoringAlertResponse";
|
|
3472
|
+
const _UMAp = "UpdateMonitoringAlert";
|
|
3399
3473
|
const _UMC = "UpdateModelCard";
|
|
3400
3474
|
const _UMCR = "UpdateModelCardRequest";
|
|
3401
3475
|
const _UMCRp = "UpdateModelCardResponse";
|
|
@@ -3660,6 +3734,7 @@ var ArtifactSummary = [
|
|
|
3660
3734
|
];
|
|
3661
3735
|
var AssociateTrialComponentRequest = [3, n0, _ATCR, 0, [_TCN, _TN], [0, 0]];
|
|
3662
3736
|
var AssociateTrialComponentResponse = [3, n0, _ATCRs, 0, [_TCA, _TA], [0, 0]];
|
|
3737
|
+
var AssociationInfo = [3, n0, _AI, 0, [_SA, _DA], [0, 0]];
|
|
3663
3738
|
var AssociationSummary = [
|
|
3664
3739
|
3,
|
|
3665
3740
|
n0,
|
|
@@ -3818,6 +3893,7 @@ var AutoParameter = [3, n0, _AP, 0, [_N, _VH], [0, 0]];
|
|
|
3818
3893
|
var AutoRollbackConfig = [3, n0, _ARC, 0, [_Al], [() => AlarmList]];
|
|
3819
3894
|
var Autotune = [3, n0, _Au, 0, [_M], [0]];
|
|
3820
3895
|
var AvailableUpgrade = [3, n0, _AUv, 0, [_V, _RN], [0, 64 | 0]];
|
|
3896
|
+
var BaseModel = [3, n0, _BM, 0, [_HCN, _HCV, _RNe], [0, 0, 0]];
|
|
3821
3897
|
var BatchAddClusterNodesError = [3, n0, _BACNE, 0, [_IGN, _EC, _FC, _Me], [0, 0, 1, 0]];
|
|
3822
3898
|
var BatchAddClusterNodesRequest = [
|
|
3823
3899
|
3,
|
|
@@ -3876,8 +3952,8 @@ var BatchDescribeModelPackageSummary = [
|
|
|
3876
3952
|
n0,
|
|
3877
3953
|
_BDMPS,
|
|
3878
3954
|
0,
|
|
3879
|
-
[_MPGN, _MPV, _MPA, _MPD, _CT, _ISn, _MPSo, _MAS],
|
|
3880
|
-
[0, 1, 0, 0, 4, () => InferenceSpecification, 0, 0],
|
|
3955
|
+
[_MPGN, _MPV, _MPA, _MPD, _CT, _ISn, _MPSo, _MAS, _MPRT],
|
|
3956
|
+
[0, 1, 0, 0, 4, () => InferenceSpecification, 0, 0, 0],
|
|
3881
3957
|
];
|
|
3882
3958
|
var BatchRebootClusterNodeLogicalIdsError = [
|
|
3883
3959
|
3,
|
|
@@ -3937,6 +4013,10 @@ var BatchTransformInput = [
|
|
|
3937
4013
|
[_DCDSU, _DF, _LP, _SIM, _SDDT, _FA, _IA, _PA, _PTA, _STO, _ETO, _EFA],
|
|
3938
4014
|
[0, () => MonitoringDatasetFormat, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0],
|
|
3939
4015
|
];
|
|
4016
|
+
var BedrockCustomModelDeploymentMetadata = [3, n0, _BCMDM, 0, [_Ar], [0]];
|
|
4017
|
+
var BedrockCustomModelMetadata = [3, n0, _BCMM, 0, [_Ar], [0]];
|
|
4018
|
+
var BedrockModelImportMetadata = [3, n0, _BMIM, 0, [_Ar], [0]];
|
|
4019
|
+
var BedrockProvisionedModelThroughputMetadata = [3, n0, _BPMTM, 0, [_Ar], [0]];
|
|
3940
4020
|
var BestObjectiveNotImproving = [3, n0, _BONI, 0, [_MNOTJNI], [1]];
|
|
3941
4021
|
var Bias = [
|
|
3942
4022
|
3,
|
|
@@ -4893,6 +4973,15 @@ var CreateLabelingJobRequest = [
|
|
|
4893
4973
|
],
|
|
4894
4974
|
];
|
|
4895
4975
|
var CreateLabelingJobResponse = [3, n0, _CLJRr, 0, [_LJA], [0]];
|
|
4976
|
+
var CreateMlflowAppRequest = [
|
|
4977
|
+
3,
|
|
4978
|
+
n0,
|
|
4979
|
+
_CMAR,
|
|
4980
|
+
0,
|
|
4981
|
+
[_N, _ASU, _RAo, _MRM, _WMWS, _ADS, _DDIL, _Ta],
|
|
4982
|
+
[0, 0, 0, 0, 0, 0, 64 | 0, () => TagList],
|
|
4983
|
+
];
|
|
4984
|
+
var CreateMlflowAppResponse = [3, n0, _CMARr, 0, [_Ar], [0]];
|
|
4896
4985
|
var CreateMlflowTrackingServerRequest = [
|
|
4897
4986
|
3,
|
|
4898
4987
|
n0,
|
|
@@ -4996,6 +5085,7 @@ var CreateModelPackageInput = [
|
|
|
4996
5085
|
_MPN,
|
|
4997
5086
|
_MPGN,
|
|
4998
5087
|
_MPD,
|
|
5088
|
+
_MPRT,
|
|
4999
5089
|
_ISn,
|
|
5000
5090
|
_VSa,
|
|
5001
5091
|
_SAS,
|
|
@@ -5021,6 +5111,7 @@ var CreateModelPackageInput = [
|
|
|
5021
5111
|
0,
|
|
5022
5112
|
0,
|
|
5023
5113
|
0,
|
|
5114
|
+
0,
|
|
5024
5115
|
() => InferenceSpecification,
|
|
5025
5116
|
() => ModelPackageValidationSpecification,
|
|
5026
5117
|
() => SourceAlgorithmSpecification,
|
|
@@ -5166,6 +5257,15 @@ var CreatePresignedDomainUrlRequest = [
|
|
|
5166
5257
|
[0, 0, 1, 1, 0, 0],
|
|
5167
5258
|
];
|
|
5168
5259
|
var CreatePresignedDomainUrlResponse = [3, n0, _CPDURr, 0, [_AU], [0]];
|
|
5260
|
+
var CreatePresignedMlflowAppUrlRequest = [
|
|
5261
|
+
3,
|
|
5262
|
+
n0,
|
|
5263
|
+
_CPMAUR,
|
|
5264
|
+
0,
|
|
5265
|
+
[_Ar, _EIS, _SEDIS],
|
|
5266
|
+
[0, 1, 1],
|
|
5267
|
+
];
|
|
5268
|
+
var CreatePresignedMlflowAppUrlResponse = [3, n0, _CPMAURr, 0, [_AU], [0]];
|
|
5169
5269
|
var CreatePresignedMlflowTrackingServerUrlRequest = [
|
|
5170
5270
|
3,
|
|
5171
5271
|
n0,
|
|
@@ -5257,6 +5357,9 @@ var CreateTrainingJobRequest = [
|
|
|
5257
5357
|
_RDC,
|
|
5258
5358
|
_ICC,
|
|
5259
5359
|
_SCC,
|
|
5360
|
+
_SJC,
|
|
5361
|
+
_MCl,
|
|
5362
|
+
_MPC,
|
|
5260
5363
|
],
|
|
5261
5364
|
[
|
|
5262
5365
|
0,
|
|
@@ -5284,6 +5387,9 @@ var CreateTrainingJobRequest = [
|
|
|
5284
5387
|
() => RemoteDebugConfig,
|
|
5285
5388
|
() => InfraCheckConfig,
|
|
5286
5389
|
() => SessionChainingConfig,
|
|
5390
|
+
() => ServerlessJobConfig,
|
|
5391
|
+
() => MlflowConfig,
|
|
5392
|
+
() => ModelPackageConfig,
|
|
5287
5393
|
],
|
|
5288
5394
|
];
|
|
5289
5395
|
var CreateTrainingJobResponse = [3, n0, _CTJRr, 0, [_TJA], [0]];
|
|
@@ -5437,13 +5543,14 @@ var DatasetDefinition = [
|
|
|
5437
5543
|
[_ADD, _RDD, _LP, _DDT, _IM],
|
|
5438
5544
|
[() => AthenaDatasetDefinition, () => RedshiftDatasetDefinition, 0, 0, 0],
|
|
5439
5545
|
];
|
|
5546
|
+
var DatasetSource = [3, n0, _DSa, 0, [_DAa], [0]];
|
|
5440
5547
|
var DataSource = [
|
|
5441
5548
|
3,
|
|
5442
5549
|
n0,
|
|
5443
5550
|
_DS,
|
|
5444
5551
|
0,
|
|
5445
|
-
[_SDS, _FSDS],
|
|
5446
|
-
[() => S3DataSource, () => FileSystemDataSource],
|
|
5552
|
+
[_SDS, _FSDS, _DSa],
|
|
5553
|
+
[() => S3DataSource, () => FileSystemDataSource, () => DatasetSource],
|
|
5447
5554
|
];
|
|
5448
5555
|
var DebugHookConfig = [
|
|
5449
5556
|
3,
|
|
@@ -5537,6 +5644,8 @@ var DeleteImageVersionResponse = [3, n0, _DIVRe, 0, [], []];
|
|
|
5537
5644
|
var DeleteInferenceComponentInput = [3, n0, _DICI, 0, [_ICN], [0]];
|
|
5538
5645
|
var DeleteInferenceExperimentRequest = [3, n0, _DIER, 0, [_N], [0]];
|
|
5539
5646
|
var DeleteInferenceExperimentResponse = [3, n0, _DIERe, 0, [_IEA], [0]];
|
|
5647
|
+
var DeleteMlflowAppRequest = [3, n0, _DMAR, 0, [_Ar], [0]];
|
|
5648
|
+
var DeleteMlflowAppResponse = [3, n0, _DMARe, 0, [_Ar], [0]];
|
|
5540
5649
|
var DeleteMlflowTrackingServerRequest = [3, n0, _DMTSR, 0, [_TSN], [0]];
|
|
5541
5650
|
var DeleteMlflowTrackingServerResponse = [3, n0, _DMTSRe, 0, [_TSA], [0]];
|
|
5542
5651
|
var DeleteModelBiasJobDefinitionRequest = [3, n0, _DMBJDR, 0, [_JDN], [0]];
|
|
@@ -6346,6 +6455,15 @@ var DescribeLineageGroupResponse = [
|
|
|
6346
6455
|
[_LGN, _LGA, _DNi, _D, _CT, _CB, _LMT, _LMB],
|
|
6347
6456
|
[0, 0, 0, 0, 4, () => UserContext, 4, () => UserContext],
|
|
6348
6457
|
];
|
|
6458
|
+
var DescribeMlflowAppRequest = [3, n0, _DMARes, 0, [_Ar], [0]];
|
|
6459
|
+
var DescribeMlflowAppResponse = [
|
|
6460
|
+
3,
|
|
6461
|
+
n0,
|
|
6462
|
+
_DMAResc,
|
|
6463
|
+
0,
|
|
6464
|
+
[_Ar, _N, _ASU, _MVl, _RAo, _St, _MRM, _ADS, _DDIL, _CT, _CB, _LMT, _LMB, _WMWS, _MSa],
|
|
6465
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 4, () => UserContext, 4, () => UserContext, 0, 0],
|
|
6466
|
+
];
|
|
6349
6467
|
var DescribeMlflowTrackingServerRequest = [3, n0, _DMTSRes, 0, [_TSN], [0]];
|
|
6350
6468
|
var DescribeMlflowTrackingServerResponse = [
|
|
6351
6469
|
3,
|
|
@@ -6466,6 +6584,7 @@ var DescribeModelPackageOutput = [
|
|
|
6466
6584
|
_MPN,
|
|
6467
6585
|
_MPGN,
|
|
6468
6586
|
_MPV,
|
|
6587
|
+
_MPRT,
|
|
6469
6588
|
_MPA,
|
|
6470
6589
|
_MPD,
|
|
6471
6590
|
_CT,
|
|
@@ -6500,6 +6619,7 @@ var DescribeModelPackageOutput = [
|
|
|
6500
6619
|
1,
|
|
6501
6620
|
0,
|
|
6502
6621
|
0,
|
|
6622
|
+
0,
|
|
6503
6623
|
4,
|
|
6504
6624
|
() => InferenceSpecification,
|
|
6505
6625
|
() => SourceAlgorithmSpecification,
|
|
@@ -6695,7 +6815,7 @@ var DescribePipelineExecutionResponse = [
|
|
|
6695
6815
|
n0,
|
|
6696
6816
|
_DPERe,
|
|
6697
6817
|
0,
|
|
6698
|
-
[_PAi, _PEA, _PEDN, _PES, _PED, _PEC, _FR, _CT, _LMT, _CB, _LMB, _PCa, _SEC, _PVI],
|
|
6818
|
+
[_PAi, _PEA, _PEDN, _PES, _PED, _PEC, _FR, _CT, _LMT, _CB, _LMB, _PCa, _SEC, _PVI, _MLCf],
|
|
6699
6819
|
[
|
|
6700
6820
|
0,
|
|
6701
6821
|
0,
|
|
@@ -6711,6 +6831,7 @@ var DescribePipelineExecutionResponse = [
|
|
|
6711
6831
|
() => ParallelismConfiguration,
|
|
6712
6832
|
() => SelectiveExecutionConfig,
|
|
6713
6833
|
1,
|
|
6834
|
+
() => MLflowConfiguration,
|
|
6714
6835
|
],
|
|
6715
6836
|
];
|
|
6716
6837
|
var DescribePipelineRequest = [3, n0, _DPRes, 0, [_PNi, _PVI], [0, 1]];
|
|
@@ -6870,6 +6991,7 @@ var DescribeTrainingJobResponse = [
|
|
|
6870
6991
|
_CCh,
|
|
6871
6992
|
_TTIS,
|
|
6872
6993
|
_BTIS,
|
|
6994
|
+
_BTC,
|
|
6873
6995
|
_DHC,
|
|
6874
6996
|
_ECxp,
|
|
6875
6997
|
_DRC,
|
|
@@ -6883,6 +7005,12 @@ var DescribeTrainingJobResponse = [
|
|
|
6883
7005
|
_RSe,
|
|
6884
7006
|
_RDC,
|
|
6885
7007
|
_ICC,
|
|
7008
|
+
_SJC,
|
|
7009
|
+
_MCl,
|
|
7010
|
+
_MPC,
|
|
7011
|
+
_MDl,
|
|
7012
|
+
_PIrog,
|
|
7013
|
+
_OMPA,
|
|
6886
7014
|
],
|
|
6887
7015
|
[
|
|
6888
7016
|
0,
|
|
@@ -6915,6 +7043,7 @@ var DescribeTrainingJobResponse = [
|
|
|
6915
7043
|
() => CheckpointConfig,
|
|
6916
7044
|
1,
|
|
6917
7045
|
1,
|
|
7046
|
+
1,
|
|
6918
7047
|
() => DebugHookConfig,
|
|
6919
7048
|
() => ExperimentConfig,
|
|
6920
7049
|
() => DebugRuleConfigurations,
|
|
@@ -6928,6 +7057,12 @@ var DescribeTrainingJobResponse = [
|
|
|
6928
7057
|
() => RetryStrategy,
|
|
6929
7058
|
() => RemoteDebugConfig,
|
|
6930
7059
|
() => InfraCheckConfig,
|
|
7060
|
+
() => ServerlessJobConfig,
|
|
7061
|
+
() => MlflowConfig,
|
|
7062
|
+
() => ModelPackageConfig,
|
|
7063
|
+
() => MlflowDetails,
|
|
7064
|
+
() => TrainingProgressInfo,
|
|
7065
|
+
0,
|
|
6931
7066
|
],
|
|
6932
7067
|
];
|
|
6933
7068
|
var DescribeTrainingPlanRequest = [3, n0, _DTPR, 0, [_TPN], [0]];
|
|
@@ -7754,6 +7889,7 @@ var InferenceComponentDeploymentConfig = [
|
|
|
7754
7889
|
[_RUP, _ARCu],
|
|
7755
7890
|
[() => InferenceComponentRollingUpdatePolicy, () => AutoRollbackConfig],
|
|
7756
7891
|
];
|
|
7892
|
+
var InferenceComponentMetadata = [3, n0, _ICM, 0, [_Ar], [0]];
|
|
7757
7893
|
var InferenceComponentRollingUpdatePolicy = [
|
|
7758
7894
|
3,
|
|
7759
7895
|
n0,
|
|
@@ -7975,7 +8111,7 @@ var LabelingJobInputConfig = [
|
|
|
7975
8111
|
n0,
|
|
7976
8112
|
_LJIC,
|
|
7977
8113
|
0,
|
|
7978
|
-
[_DS,
|
|
8114
|
+
[_DS, _DAat],
|
|
7979
8115
|
[() => LabelingJobDataSource, () => LabelingJobDataAttributes],
|
|
7980
8116
|
];
|
|
7981
8117
|
var LabelingJobOutput = [3, n0, _LJO, 0, [_ODSU, _FALMA], [0, 0]];
|
|
@@ -8002,6 +8138,14 @@ var LineageGroupSummary = [
|
|
|
8002
8138
|
[_LGA, _LGN, _DNi, _CT, _LMT],
|
|
8003
8139
|
[0, 0, 0, 4, 4],
|
|
8004
8140
|
];
|
|
8141
|
+
var LineageMetadata = [
|
|
8142
|
+
3,
|
|
8143
|
+
n0,
|
|
8144
|
+
_LMi,
|
|
8145
|
+
0,
|
|
8146
|
+
[_AAc, _AArt, _CAon, _As],
|
|
8147
|
+
[128 | 0, 128 | 0, 128 | 0, () => AssociationInfoList],
|
|
8148
|
+
];
|
|
8005
8149
|
var ListActionsRequest = [
|
|
8006
8150
|
3,
|
|
8007
8151
|
n0,
|
|
@@ -8576,6 +8720,22 @@ var ListLineageGroupsResponse = [
|
|
|
8576
8720
|
[_LGSi, _NT],
|
|
8577
8721
|
[() => LineageGroupSummaries, 0],
|
|
8578
8722
|
];
|
|
8723
|
+
var ListMlflowAppsRequest = [
|
|
8724
|
+
3,
|
|
8725
|
+
n0,
|
|
8726
|
+
_LMAR,
|
|
8727
|
+
0,
|
|
8728
|
+
[_CAre, _CBr, _St, _MVl, _DFDI, _ADS, _SBo, _SO, _NT, _MR],
|
|
8729
|
+
[4, 4, 0, 0, 0, 0, 0, 0, 0, 1],
|
|
8730
|
+
];
|
|
8731
|
+
var ListMlflowAppsResponse = [
|
|
8732
|
+
3,
|
|
8733
|
+
n0,
|
|
8734
|
+
_LMARi,
|
|
8735
|
+
0,
|
|
8736
|
+
[_Sum, _NT],
|
|
8737
|
+
[() => MlflowAppSummaries, 0],
|
|
8738
|
+
];
|
|
8579
8739
|
var ListMlflowTrackingServersRequest = [
|
|
8580
8740
|
3,
|
|
8581
8741
|
n0,
|
|
@@ -8761,11 +8921,11 @@ var ListMonitoringAlertHistoryResponse = [
|
|
|
8761
8921
|
[_MAH, _NT],
|
|
8762
8922
|
[() => MonitoringAlertHistoryList, 0],
|
|
8763
8923
|
];
|
|
8764
|
-
var ListMonitoringAlertsRequest = [3, n0,
|
|
8924
|
+
var ListMonitoringAlertsRequest = [3, n0, _LMARis, 0, [_MSN, _NT, _MR], [0, 0, 1]];
|
|
8765
8925
|
var ListMonitoringAlertsResponse = [
|
|
8766
8926
|
3,
|
|
8767
8927
|
n0,
|
|
8768
|
-
|
|
8928
|
+
_LMARist,
|
|
8769
8929
|
0,
|
|
8770
8930
|
[_MASo, _NT],
|
|
8771
8931
|
[() => MonitoringAlertSummaryList, 0],
|
|
@@ -9185,6 +9345,17 @@ var MetricDatum = [3, n0, _MDetr, 0, [_MN, _SMN, _Va, _Set], [0, 0, 1, 0]];
|
|
|
9185
9345
|
var MetricDefinition = [3, n0, _MDetri, 0, [_N, _Reg], [0, 0]];
|
|
9186
9346
|
var MetricsConfig = [3, n0, _MCe, 0, [_EEM, _MPFIS], [2, 1]];
|
|
9187
9347
|
var MetricsSource = [3, n0, _MSe, 0, [_CTon, _CDon, _SUr], [0, 0, 0]];
|
|
9348
|
+
var MlflowAppSummary = [
|
|
9349
|
+
3,
|
|
9350
|
+
n0,
|
|
9351
|
+
_MASl,
|
|
9352
|
+
0,
|
|
9353
|
+
[_Ar, _N, _St, _CT, _LMT, _MVl],
|
|
9354
|
+
[0, 0, 0, 4, 4, 0],
|
|
9355
|
+
];
|
|
9356
|
+
var MlflowConfig = [3, n0, _MCl, 0, [_MRA, _MEN, _MRN], [0, 0, 0]];
|
|
9357
|
+
var MLflowConfiguration = [3, n0, _MLCfl, 0, [_MRA, _MEN], [0, 0]];
|
|
9358
|
+
var MlflowDetails = [3, n0, _MDl, 0, [_MEI, _MRI], [0, 0]];
|
|
9188
9359
|
var Model = [
|
|
9189
9360
|
3,
|
|
9190
9361
|
n0,
|
|
@@ -9410,6 +9581,7 @@ var ModelPackage = [
|
|
|
9410
9581
|
_MPN,
|
|
9411
9582
|
_MPGN,
|
|
9412
9583
|
_MPV,
|
|
9584
|
+
_MPRT,
|
|
9413
9585
|
_MPA,
|
|
9414
9586
|
_MPD,
|
|
9415
9587
|
_CT,
|
|
@@ -9445,6 +9617,7 @@ var ModelPackage = [
|
|
|
9445
9617
|
1,
|
|
9446
9618
|
0,
|
|
9447
9619
|
0,
|
|
9620
|
+
0,
|
|
9448
9621
|
4,
|
|
9449
9622
|
() => InferenceSpecification,
|
|
9450
9623
|
() => SourceAlgorithmSpecification,
|
|
@@ -9473,13 +9646,30 @@ var ModelPackage = [
|
|
|
9473
9646
|
0,
|
|
9474
9647
|
],
|
|
9475
9648
|
];
|
|
9649
|
+
var ModelPackageConfig = [3, n0, _MPC, 0, [_MPGA, _SMPA], [0, 0]];
|
|
9476
9650
|
var ModelPackageContainerDefinition = [
|
|
9477
9651
|
3,
|
|
9478
9652
|
n0,
|
|
9479
9653
|
_MPCD,
|
|
9480
9654
|
0,
|
|
9481
|
-
[_CH, _I, _ID, _MDU, _MDS, _PIrod, _E, _MIod, _Fr, _FV, _NMN, _ASDS, _MDET],
|
|
9482
|
-
[
|
|
9655
|
+
[_CH, _I, _ID, _MDU, _MDS, _PIrod, _E, _MIod, _Fr, _FV, _NMN, _ASDS, _MDET, _ICs, _BM],
|
|
9656
|
+
[
|
|
9657
|
+
0,
|
|
9658
|
+
0,
|
|
9659
|
+
0,
|
|
9660
|
+
0,
|
|
9661
|
+
() => ModelDataSource,
|
|
9662
|
+
0,
|
|
9663
|
+
128 | 0,
|
|
9664
|
+
() => ModelInput,
|
|
9665
|
+
0,
|
|
9666
|
+
0,
|
|
9667
|
+
0,
|
|
9668
|
+
() => AdditionalS3DataSource,
|
|
9669
|
+
0,
|
|
9670
|
+
2,
|
|
9671
|
+
() => BaseModel,
|
|
9672
|
+
],
|
|
9483
9673
|
];
|
|
9484
9674
|
var ModelPackageGroup = [
|
|
9485
9675
|
3,
|
|
@@ -9520,8 +9710,8 @@ var ModelPackageSummary = [
|
|
|
9520
9710
|
n0,
|
|
9521
9711
|
_MPSod,
|
|
9522
9712
|
0,
|
|
9523
|
-
[_MPN, _MPGN, _MPV, _MPA, _MPD, _CT, _MPSo, _MAS, _MLC],
|
|
9524
|
-
[0, 0, 1, 0, 0, 4, 0, 0, () => ModelLifeCycle],
|
|
9713
|
+
[_MPN, _MPGN, _MPV, _MPA, _MPD, _CT, _MPSo, _MAS, _MLC, _MPRT],
|
|
9714
|
+
[0, 0, 1, 0, 0, 4, 0, 0, () => ModelLifeCycle, 0],
|
|
9525
9715
|
];
|
|
9526
9716
|
var ModelPackageValidationProfile = [
|
|
9527
9717
|
3,
|
|
@@ -9974,7 +10164,30 @@ var PipelineExecutionStepMetadata = [
|
|
|
9974
10164
|
n0,
|
|
9975
10165
|
_PESM,
|
|
9976
10166
|
0,
|
|
9977
|
-
[
|
|
10167
|
+
[
|
|
10168
|
+
_TJ,
|
|
10169
|
+
_PJ,
|
|
10170
|
+
_TJr,
|
|
10171
|
+
_TJu,
|
|
10172
|
+
_Mod,
|
|
10173
|
+
_RMe,
|
|
10174
|
+
_Cond,
|
|
10175
|
+
_Cal,
|
|
10176
|
+
_Lam,
|
|
10177
|
+
_EMR,
|
|
10178
|
+
_QC,
|
|
10179
|
+
_CCla,
|
|
10180
|
+
_Fa,
|
|
10181
|
+
_AMLJ,
|
|
10182
|
+
_En,
|
|
10183
|
+
_ECndpo,
|
|
10184
|
+
_BCM,
|
|
10185
|
+
_BCMD,
|
|
10186
|
+
_BPMT,
|
|
10187
|
+
_BMI,
|
|
10188
|
+
_ICnfe,
|
|
10189
|
+
_Lin,
|
|
10190
|
+
],
|
|
9978
10191
|
[
|
|
9979
10192
|
() => TrainingJobStepMetadata,
|
|
9980
10193
|
() => ProcessingJobStepMetadata,
|
|
@@ -9992,6 +10205,12 @@ var PipelineExecutionStepMetadata = [
|
|
|
9992
10205
|
() => AutoMLJobStepMetadata,
|
|
9993
10206
|
() => EndpointStepMetadata,
|
|
9994
10207
|
() => EndpointConfigStepMetadata,
|
|
10208
|
+
() => BedrockCustomModelMetadata,
|
|
10209
|
+
() => BedrockCustomModelDeploymentMetadata,
|
|
10210
|
+
() => BedrockProvisionedModelThroughputMetadata,
|
|
10211
|
+
() => BedrockModelImportMetadata,
|
|
10212
|
+
() => InferenceComponentMetadata,
|
|
10213
|
+
() => LineageMetadata,
|
|
9995
10214
|
],
|
|
9996
10215
|
];
|
|
9997
10216
|
var PipelineExecutionSummary = [
|
|
@@ -10149,13 +10368,20 @@ var ProductionVariant = [
|
|
|
10149
10368
|
() => ProductionVariantCapacityReservationConfig,
|
|
10150
10369
|
],
|
|
10151
10370
|
];
|
|
10152
|
-
var ProductionVariantCapacityReservationConfig = [
|
|
10371
|
+
var ProductionVariantCapacityReservationConfig = [
|
|
10372
|
+
3,
|
|
10373
|
+
n0,
|
|
10374
|
+
_PVCRC,
|
|
10375
|
+
0,
|
|
10376
|
+
[_CRP, _MRAl],
|
|
10377
|
+
[0, 0],
|
|
10378
|
+
];
|
|
10153
10379
|
var ProductionVariantCapacityReservationSummary = [
|
|
10154
10380
|
3,
|
|
10155
10381
|
n0,
|
|
10156
10382
|
_PVCRS,
|
|
10157
10383
|
0,
|
|
10158
|
-
[
|
|
10384
|
+
[_MRAl, _CRP, _TICo, _AICv, _UBCE, _ECRc],
|
|
10159
10385
|
[0, 0, 1, 1, 1, () => Ec2CapacityReservationsList],
|
|
10160
10386
|
];
|
|
10161
10387
|
var ProductionVariantCoreDumpConfig = [3, n0, _PVCDC, 0, [_DSU, _KKI], [0, 0]];
|
|
@@ -10666,6 +10892,14 @@ var SendPipelineExecutionStepSuccessRequest = [
|
|
|
10666
10892
|
[0, () => OutputParameterList, [0, 4]],
|
|
10667
10893
|
];
|
|
10668
10894
|
var SendPipelineExecutionStepSuccessResponse = [3, n0, _SPESSRe, 0, [_PEA], [0]];
|
|
10895
|
+
var ServerlessJobConfig = [
|
|
10896
|
+
3,
|
|
10897
|
+
n0,
|
|
10898
|
+
_SJC,
|
|
10899
|
+
0,
|
|
10900
|
+
[_BMA, _AEc, _JT, _CTus, _Pef, _ETva, _EAv],
|
|
10901
|
+
[0, 2, 0, 0, 0, 0, 0],
|
|
10902
|
+
];
|
|
10669
10903
|
var ServiceCatalogProvisionedProductDetails = [3, n0, _SCPPD, 0, [_PPIro, _PPSM], [0, 0]];
|
|
10670
10904
|
var ServiceCatalogProvisioningDetails = [
|
|
10671
10905
|
3,
|
|
@@ -10773,8 +11007,8 @@ var StartPipelineExecutionRequest = [
|
|
|
10773
11007
|
n0,
|
|
10774
11008
|
_SPER,
|
|
10775
11009
|
0,
|
|
10776
|
-
[_PNi, _PEDN, _PP, _PED, _CRT, _PCa, _SEC, _PVI],
|
|
10777
|
-
[0, 0, () => ParameterList, 0, [0, 4], () => ParallelismConfiguration, () => SelectiveExecutionConfig, 1],
|
|
11010
|
+
[_PNi, _PEDN, _PP, _PED, _CRT, _PCa, _SEC, _PVI, _MEN],
|
|
11011
|
+
[0, 0, () => ParameterList, 0, [0, 4], () => ParallelismConfiguration, () => SelectiveExecutionConfig, 1, 0],
|
|
10778
11012
|
];
|
|
10779
11013
|
var StartPipelineExecutionResponse = [3, n0, _SPERt, 0, [_PEA], [0]];
|
|
10780
11014
|
var StartSessionRequest = [3, n0, _SSR, 0, [_RIes], [0]];
|
|
@@ -10981,6 +11215,8 @@ var TrainingJob = [
|
|
|
10981
11215
|
_DRC,
|
|
10982
11216
|
_TBOC,
|
|
10983
11217
|
_DRESe,
|
|
11218
|
+
_OMPA,
|
|
11219
|
+
_MPC,
|
|
10984
11220
|
_PCr,
|
|
10985
11221
|
_E,
|
|
10986
11222
|
_RSe,
|
|
@@ -11021,6 +11257,8 @@ var TrainingJob = [
|
|
|
11021
11257
|
() => DebugRuleConfigurations,
|
|
11022
11258
|
() => TensorBoardOutputConfig,
|
|
11023
11259
|
() => DebugRuleEvaluationStatuses,
|
|
11260
|
+
0,
|
|
11261
|
+
() => ModelPackageConfig,
|
|
11024
11262
|
() => ProfilerConfig,
|
|
11025
11263
|
128 | 0,
|
|
11026
11264
|
() => RetryStrategy,
|
|
@@ -11069,6 +11307,7 @@ var TrainingPlanSummary = [
|
|
|
11069
11307
|
[_TPA, _TPN, _St, _SM, _DH, _DM, _STt, _ETn, _UF, _CCur, _TICo, _AICv, _IUIC, _TUSC, _TRa, _RCS],
|
|
11070
11308
|
[0, 0, 0, 0, 1, 1, 4, 4, 0, 0, 1, 1, 1, 1, 64 | 0, () => ReservedCapacitySummaries],
|
|
11071
11309
|
];
|
|
11310
|
+
var TrainingProgressInfo = [3, n0, _TPI, 0, [_TSCPE, _CSu, _CEur, _MEa], [1, 1, 1, 1]];
|
|
11072
11311
|
var TrainingRepositoryAuthConfig = [3, n0, _TRAC, 0, [_TRCPA], [0]];
|
|
11073
11312
|
var TrainingSpecification = [
|
|
11074
11313
|
3,
|
|
@@ -11551,6 +11790,15 @@ var UpdateInferenceExperimentRequest = [
|
|
|
11551
11790
|
],
|
|
11552
11791
|
];
|
|
11553
11792
|
var UpdateInferenceExperimentResponse = [3, n0, _UIERp, 0, [_IEA], [0]];
|
|
11793
|
+
var UpdateMlflowAppRequest = [
|
|
11794
|
+
3,
|
|
11795
|
+
n0,
|
|
11796
|
+
_UMAR,
|
|
11797
|
+
0,
|
|
11798
|
+
[_Ar, _N, _ASU, _MRM, _WMWS, _DDIL, _ADS],
|
|
11799
|
+
[0, 0, 0, 0, 0, 64 | 0, 0],
|
|
11800
|
+
];
|
|
11801
|
+
var UpdateMlflowAppResponse = [3, n0, _UMARp, 0, [_Ar], [0]];
|
|
11554
11802
|
var UpdateMlflowTrackingServerRequest = [
|
|
11555
11803
|
3,
|
|
11556
11804
|
n0,
|
|
@@ -11574,11 +11822,12 @@ var UpdateModelPackageInput = [
|
|
|
11574
11822
|
n0,
|
|
11575
11823
|
_UMPI,
|
|
11576
11824
|
0,
|
|
11577
|
-
[_MPA, _MAS, _ADpp, _CMP, _CMPTR, _AISTA, _ISn, _SU, _MCod, _MLC, _CTl],
|
|
11825
|
+
[_MPA, _MAS, _MPRT, _ADpp, _CMP, _CMPTR, _AISTA, _ISn, _SU, _MCod, _MLC, _CTl],
|
|
11578
11826
|
[
|
|
11579
11827
|
0,
|
|
11580
11828
|
0,
|
|
11581
11829
|
0,
|
|
11830
|
+
0,
|
|
11582
11831
|
128 | 0,
|
|
11583
11832
|
64 | 0,
|
|
11584
11833
|
() => AdditionalInferenceSpecifications,
|
|
@@ -11593,12 +11842,12 @@ var UpdateModelPackageOutput = [3, n0, _UMPO, 0, [_MPA], [0]];
|
|
|
11593
11842
|
var UpdateMonitoringAlertRequest = [
|
|
11594
11843
|
3,
|
|
11595
11844
|
n0,
|
|
11596
|
-
|
|
11845
|
+
_UMARpd,
|
|
11597
11846
|
0,
|
|
11598
11847
|
[_MSN, _MAN, _DTA, _EPv],
|
|
11599
11848
|
[0, 0, 1, 1],
|
|
11600
11849
|
];
|
|
11601
|
-
var UpdateMonitoringAlertResponse = [3, n0,
|
|
11850
|
+
var UpdateMonitoringAlertResponse = [3, n0, _UMARpda, 0, [_MSA, _MAN], [0, 0]];
|
|
11602
11851
|
var UpdateMonitoringScheduleRequest = [
|
|
11603
11852
|
3,
|
|
11604
11853
|
n0,
|
|
@@ -11882,6 +12131,7 @@ var AppImageConfigList = [1, n0, _AICL, 0, () => AppImageConfigDetails];
|
|
|
11882
12131
|
var AppList = [1, n0, _ALp, 0, () => AppDetails];
|
|
11883
12132
|
var ArtifactSourceTypes = [1, n0, _ASTr, 0, () => ArtifactSourceType];
|
|
11884
12133
|
var ArtifactSummaries = [1, n0, _ASrti, 0, () => ArtifactSummary];
|
|
12134
|
+
var AssociationInfoList = [1, n0, _AIL, 0, () => AssociationInfo];
|
|
11885
12135
|
var AssociationSummaries = [1, n0, _ASss, 0, () => AssociationSummary];
|
|
11886
12136
|
var AuthorizedUrlConfigs = [1, n0, _AUC, 0, () => AuthorizedUrl];
|
|
11887
12137
|
var AutoMLAlgorithmsConfig = [1, n0, _AMLACu, 0, () => AutoMLAlgorithmConfig];
|
|
@@ -12085,6 +12335,7 @@ var LineageGroupSummaries = [1, n0, _LGSi, 0, () => LineageGroupSummary];
|
|
|
12085
12335
|
var MemberDefinitions = [1, n0, _MDe, 0, () => MemberDefinition];
|
|
12086
12336
|
var MetricDataList = [1, n0, _MDL, 0, () => MetricDatum];
|
|
12087
12337
|
var MetricDefinitionList = [1, n0, _MDLe, 0, () => MetricDefinition];
|
|
12338
|
+
var MlflowAppSummaries = [1, n0, _MASlf, 0, () => MlflowAppSummary];
|
|
12088
12339
|
var ModelCardExportJobSummaryList = [1, n0, _MCEJSL, 0, () => ModelCardExportJobSummary];
|
|
12089
12340
|
var ModelCardSummaryList = [1, n0, _MCSL, 0, () => ModelCardSummary];
|
|
12090
12341
|
var ModelCardVersionSummaryList = [1, n0, _MCVSL, 0, () => ModelCardVersionSummary];
|
|
@@ -12647,6 +12898,14 @@ var CreateLabelingJob = [
|
|
|
12647
12898
|
() => CreateLabelingJobRequest,
|
|
12648
12899
|
() => CreateLabelingJobResponse,
|
|
12649
12900
|
];
|
|
12901
|
+
var CreateMlflowApp = [
|
|
12902
|
+
9,
|
|
12903
|
+
n0,
|
|
12904
|
+
_CMA,
|
|
12905
|
+
0,
|
|
12906
|
+
() => CreateMlflowAppRequest,
|
|
12907
|
+
() => CreateMlflowAppResponse,
|
|
12908
|
+
];
|
|
12650
12909
|
var CreateMlflowTrackingServer = [
|
|
12651
12910
|
9,
|
|
12652
12911
|
n0,
|
|
@@ -12776,6 +13035,14 @@ var CreatePresignedDomainUrl = [
|
|
|
12776
13035
|
() => CreatePresignedDomainUrlRequest,
|
|
12777
13036
|
() => CreatePresignedDomainUrlResponse,
|
|
12778
13037
|
];
|
|
13038
|
+
var CreatePresignedMlflowAppUrl = [
|
|
13039
|
+
9,
|
|
13040
|
+
n0,
|
|
13041
|
+
_CPMAU,
|
|
13042
|
+
0,
|
|
13043
|
+
() => CreatePresignedMlflowAppUrlRequest,
|
|
13044
|
+
() => CreatePresignedMlflowAppUrlResponse,
|
|
13045
|
+
];
|
|
12779
13046
|
var CreatePresignedMlflowTrackingServerUrl = [
|
|
12780
13047
|
9,
|
|
12781
13048
|
n0,
|
|
@@ -13052,6 +13319,14 @@ var DeleteInferenceExperiment = [
|
|
|
13052
13319
|
() => DeleteInferenceExperimentRequest,
|
|
13053
13320
|
() => DeleteInferenceExperimentResponse,
|
|
13054
13321
|
];
|
|
13322
|
+
var DeleteMlflowApp = [
|
|
13323
|
+
9,
|
|
13324
|
+
n0,
|
|
13325
|
+
_DMA,
|
|
13326
|
+
0,
|
|
13327
|
+
() => DeleteMlflowAppRequest,
|
|
13328
|
+
() => DeleteMlflowAppResponse,
|
|
13329
|
+
];
|
|
13055
13330
|
var DeleteMlflowTrackingServer = [
|
|
13056
13331
|
9,
|
|
13057
13332
|
n0,
|
|
@@ -13495,6 +13770,14 @@ var DescribeLineageGroup = [
|
|
|
13495
13770
|
() => DescribeLineageGroupRequest,
|
|
13496
13771
|
() => DescribeLineageGroupResponse,
|
|
13497
13772
|
];
|
|
13773
|
+
var DescribeMlflowApp = [
|
|
13774
|
+
9,
|
|
13775
|
+
n0,
|
|
13776
|
+
_DMAe,
|
|
13777
|
+
0,
|
|
13778
|
+
() => DescribeMlflowAppRequest,
|
|
13779
|
+
() => DescribeMlflowAppResponse,
|
|
13780
|
+
];
|
|
13498
13781
|
var DescribeMlflowTrackingServer = [
|
|
13499
13782
|
9,
|
|
13500
13783
|
n0,
|
|
@@ -14111,6 +14394,14 @@ var ListLineageGroups = [
|
|
|
14111
14394
|
() => ListLineageGroupsRequest,
|
|
14112
14395
|
() => ListLineageGroupsResponse,
|
|
14113
14396
|
];
|
|
14397
|
+
var ListMlflowApps = [
|
|
14398
|
+
9,
|
|
14399
|
+
n0,
|
|
14400
|
+
_LMAi,
|
|
14401
|
+
0,
|
|
14402
|
+
() => ListMlflowAppsRequest,
|
|
14403
|
+
() => ListMlflowAppsResponse,
|
|
14404
|
+
];
|
|
14114
14405
|
var ListMlflowTrackingServers = [
|
|
14115
14406
|
9,
|
|
14116
14407
|
n0,
|
|
@@ -14191,7 +14482,7 @@ var ListModelQualityJobDefinitions = [
|
|
|
14191
14482
|
() => ListModelQualityJobDefinitionsRequest,
|
|
14192
14483
|
() => ListModelQualityJobDefinitionsResponse,
|
|
14193
14484
|
];
|
|
14194
|
-
var ListModels = [9, n0,
|
|
14485
|
+
var ListModels = [9, n0, _LMis, 0, () => ListModelsInput, () => ListModelsOutput];
|
|
14195
14486
|
var ListMonitoringAlertHistory = [
|
|
14196
14487
|
9,
|
|
14197
14488
|
n0,
|
|
@@ -14203,7 +14494,7 @@ var ListMonitoringAlertHistory = [
|
|
|
14203
14494
|
var ListMonitoringAlerts = [
|
|
14204
14495
|
9,
|
|
14205
14496
|
n0,
|
|
14206
|
-
|
|
14497
|
+
_LMAis,
|
|
14207
14498
|
0,
|
|
14208
14499
|
() => ListMonitoringAlertsRequest,
|
|
14209
14500
|
() => ListMonitoringAlertsResponse,
|
|
@@ -14770,6 +15061,14 @@ var UpdateInferenceExperiment = [
|
|
|
14770
15061
|
() => UpdateInferenceExperimentRequest,
|
|
14771
15062
|
() => UpdateInferenceExperimentResponse,
|
|
14772
15063
|
];
|
|
15064
|
+
var UpdateMlflowApp = [
|
|
15065
|
+
9,
|
|
15066
|
+
n0,
|
|
15067
|
+
_UMA,
|
|
15068
|
+
0,
|
|
15069
|
+
() => UpdateMlflowAppRequest,
|
|
15070
|
+
() => UpdateMlflowAppResponse,
|
|
15071
|
+
];
|
|
14773
15072
|
var UpdateMlflowTrackingServer = [
|
|
14774
15073
|
9,
|
|
14775
15074
|
n0,
|
|
@@ -14797,7 +15096,7 @@ var UpdateModelPackage = [
|
|
|
14797
15096
|
var UpdateMonitoringAlert = [
|
|
14798
15097
|
9,
|
|
14799
15098
|
n0,
|
|
14800
|
-
|
|
15099
|
+
_UMAp,
|
|
14801
15100
|
0,
|
|
14802
15101
|
() => UpdateMonitoringAlertRequest,
|
|
14803
15102
|
() => UpdateMonitoringAlertResponse,
|
|
@@ -15437,6 +15736,18 @@ class CreateLabelingJobCommand extends smithyClient.Command
|
|
|
15437
15736
|
.build() {
|
|
15438
15737
|
}
|
|
15439
15738
|
|
|
15739
|
+
class CreateMlflowAppCommand extends smithyClient.Command
|
|
15740
|
+
.classBuilder()
|
|
15741
|
+
.ep(commonParams)
|
|
15742
|
+
.m(function (Command, cs, config, o) {
|
|
15743
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15744
|
+
})
|
|
15745
|
+
.s("SageMaker", "CreateMlflowApp", {})
|
|
15746
|
+
.n("SageMakerClient", "CreateMlflowAppCommand")
|
|
15747
|
+
.sc(CreateMlflowApp)
|
|
15748
|
+
.build() {
|
|
15749
|
+
}
|
|
15750
|
+
|
|
15440
15751
|
class CreateMlflowTrackingServerCommand extends smithyClient.Command
|
|
15441
15752
|
.classBuilder()
|
|
15442
15753
|
.ep(commonParams)
|
|
@@ -15641,6 +15952,18 @@ class CreatePresignedDomainUrlCommand extends smithyClient.Command
|
|
|
15641
15952
|
.build() {
|
|
15642
15953
|
}
|
|
15643
15954
|
|
|
15955
|
+
class CreatePresignedMlflowAppUrlCommand extends smithyClient.Command
|
|
15956
|
+
.classBuilder()
|
|
15957
|
+
.ep(commonParams)
|
|
15958
|
+
.m(function (Command, cs, config, o) {
|
|
15959
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15960
|
+
})
|
|
15961
|
+
.s("SageMaker", "CreatePresignedMlflowAppUrl", {})
|
|
15962
|
+
.n("SageMakerClient", "CreatePresignedMlflowAppUrlCommand")
|
|
15963
|
+
.sc(CreatePresignedMlflowAppUrl)
|
|
15964
|
+
.build() {
|
|
15965
|
+
}
|
|
15966
|
+
|
|
15644
15967
|
class CreatePresignedMlflowTrackingServerUrlCommand extends smithyClient.Command
|
|
15645
15968
|
.classBuilder()
|
|
15646
15969
|
.ep(commonParams)
|
|
@@ -16181,6 +16504,18 @@ class DeleteInferenceExperimentCommand extends smithyClient.Command
|
|
|
16181
16504
|
.build() {
|
|
16182
16505
|
}
|
|
16183
16506
|
|
|
16507
|
+
class DeleteMlflowAppCommand extends smithyClient.Command
|
|
16508
|
+
.classBuilder()
|
|
16509
|
+
.ep(commonParams)
|
|
16510
|
+
.m(function (Command, cs, config, o) {
|
|
16511
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16512
|
+
})
|
|
16513
|
+
.s("SageMaker", "DeleteMlflowApp", {})
|
|
16514
|
+
.n("SageMakerClient", "DeleteMlflowAppCommand")
|
|
16515
|
+
.sc(DeleteMlflowApp)
|
|
16516
|
+
.build() {
|
|
16517
|
+
}
|
|
16518
|
+
|
|
16184
16519
|
class DeleteMlflowTrackingServerCommand extends smithyClient.Command
|
|
16185
16520
|
.classBuilder()
|
|
16186
16521
|
.ep(commonParams)
|
|
@@ -16961,6 +17296,18 @@ class DescribeLineageGroupCommand extends smithyClient.Command
|
|
|
16961
17296
|
.build() {
|
|
16962
17297
|
}
|
|
16963
17298
|
|
|
17299
|
+
class DescribeMlflowAppCommand extends smithyClient.Command
|
|
17300
|
+
.classBuilder()
|
|
17301
|
+
.ep(commonParams)
|
|
17302
|
+
.m(function (Command, cs, config, o) {
|
|
17303
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
17304
|
+
})
|
|
17305
|
+
.s("SageMaker", "DescribeMlflowApp", {})
|
|
17306
|
+
.n("SageMakerClient", "DescribeMlflowAppCommand")
|
|
17307
|
+
.sc(DescribeMlflowApp)
|
|
17308
|
+
.build() {
|
|
17309
|
+
}
|
|
17310
|
+
|
|
16964
17311
|
class DescribeMlflowTrackingServerCommand extends smithyClient.Command
|
|
16965
17312
|
.classBuilder()
|
|
16966
17313
|
.ep(commonParams)
|
|
@@ -17969,6 +18316,18 @@ class ListLineageGroupsCommand extends smithyClient.Command
|
|
|
17969
18316
|
.build() {
|
|
17970
18317
|
}
|
|
17971
18318
|
|
|
18319
|
+
class ListMlflowAppsCommand extends smithyClient.Command
|
|
18320
|
+
.classBuilder()
|
|
18321
|
+
.ep(commonParams)
|
|
18322
|
+
.m(function (Command, cs, config, o) {
|
|
18323
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18324
|
+
})
|
|
18325
|
+
.s("SageMaker", "ListMlflowApps", {})
|
|
18326
|
+
.n("SageMakerClient", "ListMlflowAppsCommand")
|
|
18327
|
+
.sc(ListMlflowApps)
|
|
18328
|
+
.build() {
|
|
18329
|
+
}
|
|
18330
|
+
|
|
17972
18331
|
class ListMlflowTrackingServersCommand extends smithyClient.Command
|
|
17973
18332
|
.classBuilder()
|
|
17974
18333
|
.ep(commonParams)
|
|
@@ -19157,6 +19516,18 @@ class UpdateInferenceExperimentCommand extends smithyClient.Command
|
|
|
19157
19516
|
.build() {
|
|
19158
19517
|
}
|
|
19159
19518
|
|
|
19519
|
+
class UpdateMlflowAppCommand extends smithyClient.Command
|
|
19520
|
+
.classBuilder()
|
|
19521
|
+
.ep(commonParams)
|
|
19522
|
+
.m(function (Command, cs, config, o) {
|
|
19523
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
19524
|
+
})
|
|
19525
|
+
.s("SageMaker", "UpdateMlflowApp", {})
|
|
19526
|
+
.n("SageMakerClient", "UpdateMlflowAppCommand")
|
|
19527
|
+
.sc(UpdateMlflowApp)
|
|
19528
|
+
.build() {
|
|
19529
|
+
}
|
|
19530
|
+
|
|
19160
19531
|
class UpdateMlflowTrackingServerCommand extends smithyClient.Command
|
|
19161
19532
|
.classBuilder()
|
|
19162
19533
|
.ep(commonParams)
|
|
@@ -19430,6 +19801,7 @@ const commands = {
|
|
|
19430
19801
|
CreateInferenceExperimentCommand,
|
|
19431
19802
|
CreateInferenceRecommendationsJobCommand,
|
|
19432
19803
|
CreateLabelingJobCommand,
|
|
19804
|
+
CreateMlflowAppCommand,
|
|
19433
19805
|
CreateMlflowTrackingServerCommand,
|
|
19434
19806
|
CreateModelCommand,
|
|
19435
19807
|
CreateModelBiasJobDefinitionCommand,
|
|
@@ -19447,6 +19819,7 @@ const commands = {
|
|
|
19447
19819
|
CreatePartnerAppPresignedUrlCommand,
|
|
19448
19820
|
CreatePipelineCommand,
|
|
19449
19821
|
CreatePresignedDomainUrlCommand,
|
|
19822
|
+
CreatePresignedMlflowAppUrlCommand,
|
|
19450
19823
|
CreatePresignedMlflowTrackingServerUrlCommand,
|
|
19451
19824
|
CreatePresignedNotebookInstanceUrlCommand,
|
|
19452
19825
|
CreateProcessingJobCommand,
|
|
@@ -19492,6 +19865,7 @@ const commands = {
|
|
|
19492
19865
|
DeleteImageVersionCommand,
|
|
19493
19866
|
DeleteInferenceComponentCommand,
|
|
19494
19867
|
DeleteInferenceExperimentCommand,
|
|
19868
|
+
DeleteMlflowAppCommand,
|
|
19495
19869
|
DeleteMlflowTrackingServerCommand,
|
|
19496
19870
|
DeleteModelCommand,
|
|
19497
19871
|
DeleteModelBiasJobDefinitionCommand,
|
|
@@ -19557,6 +19931,7 @@ const commands = {
|
|
|
19557
19931
|
DescribeInferenceRecommendationsJobCommand,
|
|
19558
19932
|
DescribeLabelingJobCommand,
|
|
19559
19933
|
DescribeLineageGroupCommand,
|
|
19934
|
+
DescribeMlflowAppCommand,
|
|
19560
19935
|
DescribeMlflowTrackingServerCommand,
|
|
19561
19936
|
DescribeModelCommand,
|
|
19562
19937
|
DescribeModelBiasJobDefinitionCommand,
|
|
@@ -19641,6 +20016,7 @@ const commands = {
|
|
|
19641
20016
|
ListLabelingJobsCommand,
|
|
19642
20017
|
ListLabelingJobsForWorkteamCommand,
|
|
19643
20018
|
ListLineageGroupsCommand,
|
|
20019
|
+
ListMlflowAppsCommand,
|
|
19644
20020
|
ListMlflowTrackingServersCommand,
|
|
19645
20021
|
ListModelBiasJobDefinitionsCommand,
|
|
19646
20022
|
ListModelCardExportJobsCommand,
|
|
@@ -19740,6 +20116,7 @@ const commands = {
|
|
|
19740
20116
|
UpdateInferenceComponentCommand,
|
|
19741
20117
|
UpdateInferenceComponentRuntimeConfigCommand,
|
|
19742
20118
|
UpdateInferenceExperimentCommand,
|
|
20119
|
+
UpdateMlflowAppCommand,
|
|
19743
20120
|
UpdateMlflowTrackingServerCommand,
|
|
19744
20121
|
UpdateModelCardCommand,
|
|
19745
20122
|
UpdateModelPackageCommand,
|
|
@@ -19844,6 +20221,8 @@ const paginateListLabelingJobs = core.createPaginator(SageMakerClient, ListLabel
|
|
|
19844
20221
|
|
|
19845
20222
|
const paginateListLineageGroups = core.createPaginator(SageMakerClient, ListLineageGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
19846
20223
|
|
|
20224
|
+
const paginateListMlflowApps = core.createPaginator(SageMakerClient, ListMlflowAppsCommand, "NextToken", "NextToken", "MaxResults");
|
|
20225
|
+
|
|
19847
20226
|
const paginateListMlflowTrackingServers = core.createPaginator(SageMakerClient, ListMlflowTrackingServersCommand, "NextToken", "NextToken", "MaxResults");
|
|
19848
20227
|
|
|
19849
20228
|
const paginateListModelBiasJobDefinitions = core.createPaginator(SageMakerClient, ListModelBiasJobDefinitionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -20499,6 +20878,10 @@ const MIGProfileType = {
|
|
|
20499
20878
|
MIG_7G_40GB: "mig-7g.40gb",
|
|
20500
20879
|
MIG_7G_80GB: "mig-7g.80gb",
|
|
20501
20880
|
};
|
|
20881
|
+
const AccountDefaultStatus = {
|
|
20882
|
+
DISABLED: "DISABLED",
|
|
20883
|
+
ENABLED: "ENABLED",
|
|
20884
|
+
};
|
|
20502
20885
|
const ActionStatus = {
|
|
20503
20886
|
COMPLETED: "Completed",
|
|
20504
20887
|
FAILED: "Failed",
|
|
@@ -21568,6 +21951,10 @@ const ModelApprovalStatus = {
|
|
|
21568
21951
|
PENDING_MANUAL_APPROVAL: "PendingManualApproval",
|
|
21569
21952
|
REJECTED: "Rejected",
|
|
21570
21953
|
};
|
|
21954
|
+
const ModelPackageRegistrationType = {
|
|
21955
|
+
LOGGED: "Logged",
|
|
21956
|
+
REGISTERED: "Registered",
|
|
21957
|
+
};
|
|
21571
21958
|
const ModelPackageStatus = {
|
|
21572
21959
|
COMPLETED: "Completed",
|
|
21573
21960
|
DELETING: "Deleting",
|
|
@@ -21822,6 +22209,7 @@ const ClusterInstanceType = {
|
|
|
21822
22209
|
ML_P5EN_48XLARGE: "ml.p5en.48xlarge",
|
|
21823
22210
|
ML_P5E_48XLARGE: "ml.p5e.48xlarge",
|
|
21824
22211
|
ML_P5_48XLARGE: "ml.p5.48xlarge",
|
|
22212
|
+
ML_P5_4XLARGE: "ml.p5.4xlarge",
|
|
21825
22213
|
ML_P6E_GB200_36XLARGE: "ml.p6e-gb200.36xlarge",
|
|
21826
22214
|
ML_P6_B200_48XLARGE: "ml.p6-b200.48xlarge",
|
|
21827
22215
|
ML_R6I_12XLARGE: "ml.r6i.12xlarge",
|
|
@@ -22202,10 +22590,12 @@ const StudioWebPortal = {
|
|
|
22202
22590
|
const MlTools = {
|
|
22203
22591
|
AUTO_ML: "AutoMl",
|
|
22204
22592
|
COMET: "Comet",
|
|
22593
|
+
DATASETS: "Datasets",
|
|
22205
22594
|
DATA_WRANGLER: "DataWrangler",
|
|
22206
22595
|
DEEPCHECKS_LLM_EVALUATION: "DeepchecksLLMEvaluation",
|
|
22207
22596
|
EMR_CLUSTERS: "EmrClusters",
|
|
22208
22597
|
ENDPOINTS: "Endpoints",
|
|
22598
|
+
EVALUATORS: "Evaluators",
|
|
22209
22599
|
EXPERIMENTS: "Experiments",
|
|
22210
22600
|
FEATURE_STORE: "FeatureStore",
|
|
22211
22601
|
FIDDLER: "Fiddler",
|
|
@@ -22219,6 +22609,7 @@ const MlTools = {
|
|
|
22219
22609
|
PERFORMANCE_EVALUATION: "PerformanceEvaluation",
|
|
22220
22610
|
PIPELINES: "Pipelines",
|
|
22221
22611
|
PROJECTS: "Projects",
|
|
22612
|
+
RUNNING_INSTANCES: "RunningInstances",
|
|
22222
22613
|
TRAINING: "Training",
|
|
22223
22614
|
};
|
|
22224
22615
|
const SageMakerImageName = {
|
|
@@ -22303,6 +22694,8 @@ const ThroughputMode = {
|
|
|
22303
22694
|
PROVISIONED: "Provisioned",
|
|
22304
22695
|
};
|
|
22305
22696
|
const HubContentType = {
|
|
22697
|
+
DATA_SET: "DataSet",
|
|
22698
|
+
JSON_DOC: "JsonDoc",
|
|
22306
22699
|
MODEL: "Model",
|
|
22307
22700
|
MODEL_REFERENCE: "ModelReference",
|
|
22308
22701
|
NOTEBOOK: "Notebook",
|
|
@@ -22536,6 +22929,10 @@ const FlatInvocations = {
|
|
|
22536
22929
|
CONTINUE: "Continue",
|
|
22537
22930
|
STOP: "Stop",
|
|
22538
22931
|
};
|
|
22932
|
+
const ModelRegistrationMode = {
|
|
22933
|
+
AUTO_MODEL_REGISTRATION_DISABLED: "AutoModelRegistrationDisabled",
|
|
22934
|
+
AUTO_MODEL_REGISTRATION_ENABLED: "AutoModelRegistrationEnabled",
|
|
22935
|
+
};
|
|
22539
22936
|
const TrackingServerSize = {
|
|
22540
22937
|
L: "Large",
|
|
22541
22938
|
M: "Medium",
|
|
@@ -22673,6 +23070,24 @@ const StudioLifecycleConfigAppType = {
|
|
|
22673
23070
|
JupyterServer: "JupyterServer",
|
|
22674
23071
|
KernelGateway: "KernelGateway",
|
|
22675
23072
|
};
|
|
23073
|
+
const CustomizationTechnique = {
|
|
23074
|
+
DPO: "DPO",
|
|
23075
|
+
RLAIF: "RLAIF",
|
|
23076
|
+
RLVR: "RLVR",
|
|
23077
|
+
SFT: "SFT",
|
|
23078
|
+
};
|
|
23079
|
+
const EvaluationType = {
|
|
23080
|
+
BENCHMARK_EVALUATION: "BenchmarkEvaluation",
|
|
23081
|
+
CUSTOM_SCORER_EVALUATION: "CustomScorerEvaluation",
|
|
23082
|
+
LLMAJ_EVALUATION: "LLMAJEvaluation",
|
|
23083
|
+
};
|
|
23084
|
+
const ServerlessJobType = {
|
|
23085
|
+
EVALUATION: "Evaluation",
|
|
23086
|
+
FINE_TUNING: "FineTuning",
|
|
23087
|
+
};
|
|
23088
|
+
const Peft = {
|
|
23089
|
+
LORA: "LORA",
|
|
23090
|
+
};
|
|
22676
23091
|
const JoinSource = {
|
|
22677
23092
|
INPUT: "Input",
|
|
22678
23093
|
NONE: "None",
|
|
@@ -22808,6 +23223,8 @@ const HubContentStatus = {
|
|
|
22808
23223
|
DELETING: "Deleting",
|
|
22809
23224
|
IMPORTING: "Importing",
|
|
22810
23225
|
IMPORT_FAILED: "ImportFailed",
|
|
23226
|
+
PENDING_DELETE: "PendingDelete",
|
|
23227
|
+
PENDING_IMPORT: "PendingImport",
|
|
22811
23228
|
};
|
|
22812
23229
|
const HubContentSupportStatus = {
|
|
22813
23230
|
DEPRECATED: "Deprecated",
|
|
@@ -22897,6 +23314,22 @@ const LabelingJobStatus = {
|
|
|
22897
23314
|
STOPPED: "Stopped",
|
|
22898
23315
|
STOPPING: "Stopping",
|
|
22899
23316
|
};
|
|
23317
|
+
const MaintenanceStatus = {
|
|
23318
|
+
MAINTENANCE_COMPLETE: "MaintenanceComplete",
|
|
23319
|
+
MAINTENANCE_FAILED: "MaintenanceFailed",
|
|
23320
|
+
MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress",
|
|
23321
|
+
};
|
|
23322
|
+
const MlflowAppStatus = {
|
|
23323
|
+
CREATED: "Created",
|
|
23324
|
+
CREATE_FAILED: "CreateFailed",
|
|
23325
|
+
CREATING: "Creating",
|
|
23326
|
+
DELETED: "Deleted",
|
|
23327
|
+
DELETE_FAILED: "DeleteFailed",
|
|
23328
|
+
DELETING: "Deleting",
|
|
23329
|
+
UPDATED: "Updated",
|
|
23330
|
+
UPDATE_FAILED: "UpdateFailed",
|
|
23331
|
+
UPDATING: "Updating",
|
|
23332
|
+
};
|
|
22900
23333
|
const IsTrackingServerActive = {
|
|
22901
23334
|
ACTIVE: "Active",
|
|
22902
23335
|
INACTIVE: "Inactive",
|
|
@@ -23332,6 +23765,11 @@ const SortLineageGroupsBy = {
|
|
|
23332
23765
|
CREATION_TIME: "CreationTime",
|
|
23333
23766
|
NAME: "Name",
|
|
23334
23767
|
};
|
|
23768
|
+
const SortMlflowAppBy = {
|
|
23769
|
+
CREATION_TIME: "CreationTime",
|
|
23770
|
+
NAME: "Name",
|
|
23771
|
+
STATUS: "Status",
|
|
23772
|
+
};
|
|
23335
23773
|
const SortTrackingServerBy = {
|
|
23336
23774
|
CREATION_TIME: "CreationTime",
|
|
23337
23775
|
NAME: "Name",
|
|
@@ -23531,6 +23969,7 @@ Object.defineProperty(exports, "__Client", {
|
|
|
23531
23969
|
enumerable: true,
|
|
23532
23970
|
get: function () { return smithyClient.Client; }
|
|
23533
23971
|
});
|
|
23972
|
+
exports.AccountDefaultStatus = AccountDefaultStatus;
|
|
23534
23973
|
exports.ActionStatus = ActionStatus;
|
|
23535
23974
|
exports.ActivationState = ActivationState;
|
|
23536
23975
|
exports.ActiveClusterOperationName = ActiveClusterOperationName;
|
|
@@ -23652,6 +24091,7 @@ exports.CreateInferenceComponentCommand = CreateInferenceComponentCommand;
|
|
|
23652
24091
|
exports.CreateInferenceExperimentCommand = CreateInferenceExperimentCommand;
|
|
23653
24092
|
exports.CreateInferenceRecommendationsJobCommand = CreateInferenceRecommendationsJobCommand;
|
|
23654
24093
|
exports.CreateLabelingJobCommand = CreateLabelingJobCommand;
|
|
24094
|
+
exports.CreateMlflowAppCommand = CreateMlflowAppCommand;
|
|
23655
24095
|
exports.CreateMlflowTrackingServerCommand = CreateMlflowTrackingServerCommand;
|
|
23656
24096
|
exports.CreateModelBiasJobDefinitionCommand = CreateModelBiasJobDefinitionCommand;
|
|
23657
24097
|
exports.CreateModelCardCommand = CreateModelCardCommand;
|
|
@@ -23669,6 +24109,7 @@ exports.CreatePartnerAppCommand = CreatePartnerAppCommand;
|
|
|
23669
24109
|
exports.CreatePartnerAppPresignedUrlCommand = CreatePartnerAppPresignedUrlCommand;
|
|
23670
24110
|
exports.CreatePipelineCommand = CreatePipelineCommand;
|
|
23671
24111
|
exports.CreatePresignedDomainUrlCommand = CreatePresignedDomainUrlCommand;
|
|
24112
|
+
exports.CreatePresignedMlflowAppUrlCommand = CreatePresignedMlflowAppUrlCommand;
|
|
23672
24113
|
exports.CreatePresignedMlflowTrackingServerUrlCommand = CreatePresignedMlflowTrackingServerUrlCommand;
|
|
23673
24114
|
exports.CreatePresignedNotebookInstanceUrlCommand = CreatePresignedNotebookInstanceUrlCommand;
|
|
23674
24115
|
exports.CreateProcessingJobCommand = CreateProcessingJobCommand;
|
|
@@ -23684,6 +24125,7 @@ exports.CreateUserProfileCommand = CreateUserProfileCommand;
|
|
|
23684
24125
|
exports.CreateWorkforceCommand = CreateWorkforceCommand;
|
|
23685
24126
|
exports.CreateWorkteamCommand = CreateWorkteamCommand;
|
|
23686
24127
|
exports.CrossAccountFilterOption = CrossAccountFilterOption;
|
|
24128
|
+
exports.CustomizationTechnique = CustomizationTechnique;
|
|
23687
24129
|
exports.DataDistributionType = DataDistributionType;
|
|
23688
24130
|
exports.DataSourceName = DataSourceName;
|
|
23689
24131
|
exports.DeepHealthCheckType = DeepHealthCheckType;
|
|
@@ -23718,6 +24160,7 @@ exports.DeleteImageCommand = DeleteImageCommand;
|
|
|
23718
24160
|
exports.DeleteImageVersionCommand = DeleteImageVersionCommand;
|
|
23719
24161
|
exports.DeleteInferenceComponentCommand = DeleteInferenceComponentCommand;
|
|
23720
24162
|
exports.DeleteInferenceExperimentCommand = DeleteInferenceExperimentCommand;
|
|
24163
|
+
exports.DeleteMlflowAppCommand = DeleteMlflowAppCommand;
|
|
23721
24164
|
exports.DeleteMlflowTrackingServerCommand = DeleteMlflowTrackingServerCommand;
|
|
23722
24165
|
exports.DeleteModelBiasJobDefinitionCommand = DeleteModelBiasJobDefinitionCommand;
|
|
23723
24166
|
exports.DeleteModelCardCommand = DeleteModelCardCommand;
|
|
@@ -23783,6 +24226,7 @@ exports.DescribeInferenceExperimentCommand = DescribeInferenceExperimentCommand;
|
|
|
23783
24226
|
exports.DescribeInferenceRecommendationsJobCommand = DescribeInferenceRecommendationsJobCommand;
|
|
23784
24227
|
exports.DescribeLabelingJobCommand = DescribeLabelingJobCommand;
|
|
23785
24228
|
exports.DescribeLineageGroupCommand = DescribeLineageGroupCommand;
|
|
24229
|
+
exports.DescribeMlflowAppCommand = DescribeMlflowAppCommand;
|
|
23786
24230
|
exports.DescribeMlflowTrackingServerCommand = DescribeMlflowTrackingServerCommand;
|
|
23787
24231
|
exports.DescribeModelBiasJobDefinitionCommand = DescribeModelBiasJobDefinitionCommand;
|
|
23788
24232
|
exports.DescribeModelCardCommand = DescribeModelCardCommand;
|
|
@@ -23832,6 +24276,7 @@ exports.EnabledOrDisabled = EnabledOrDisabled;
|
|
|
23832
24276
|
exports.EndpointConfigSortKey = EndpointConfigSortKey;
|
|
23833
24277
|
exports.EndpointSortKey = EndpointSortKey;
|
|
23834
24278
|
exports.EndpointStatus = EndpointStatus;
|
|
24279
|
+
exports.EvaluationType = EvaluationType;
|
|
23835
24280
|
exports.EventSortBy = EventSortBy;
|
|
23836
24281
|
exports.ExecutionRoleIdentityConfig = ExecutionRoleIdentityConfig;
|
|
23837
24282
|
exports.ExecutionStatus = ExecutionStatus;
|
|
@@ -23940,6 +24385,7 @@ exports.ListLabelingJobsCommand = ListLabelingJobsCommand;
|
|
|
23940
24385
|
exports.ListLabelingJobsForWorkteamCommand = ListLabelingJobsForWorkteamCommand;
|
|
23941
24386
|
exports.ListLabelingJobsForWorkteamSortByOptions = ListLabelingJobsForWorkteamSortByOptions;
|
|
23942
24387
|
exports.ListLineageGroupsCommand = ListLineageGroupsCommand;
|
|
24388
|
+
exports.ListMlflowAppsCommand = ListMlflowAppsCommand;
|
|
23943
24389
|
exports.ListMlflowTrackingServersCommand = ListMlflowTrackingServersCommand;
|
|
23944
24390
|
exports.ListModelBiasJobDefinitionsCommand = ListModelBiasJobDefinitionsCommand;
|
|
23945
24391
|
exports.ListModelCardExportJobsCommand = ListModelCardExportJobsCommand;
|
|
@@ -23986,9 +24432,11 @@ exports.ListWorkforcesSortByOptions = ListWorkforcesSortByOptions;
|
|
|
23986
24432
|
exports.ListWorkteamsCommand = ListWorkteamsCommand;
|
|
23987
24433
|
exports.ListWorkteamsSortByOptions = ListWorkteamsSortByOptions;
|
|
23988
24434
|
exports.MIGProfileType = MIGProfileType;
|
|
24435
|
+
exports.MaintenanceStatus = MaintenanceStatus;
|
|
23989
24436
|
exports.ManagedInstanceScalingStatus = ManagedInstanceScalingStatus;
|
|
23990
24437
|
exports.MetricSetSource = MetricSetSource;
|
|
23991
24438
|
exports.MlTools = MlTools;
|
|
24439
|
+
exports.MlflowAppStatus = MlflowAppStatus;
|
|
23992
24440
|
exports.ModelApprovalStatus = ModelApprovalStatus;
|
|
23993
24441
|
exports.ModelCacheSetting = ModelCacheSetting;
|
|
23994
24442
|
exports.ModelCardExportJobSortBy = ModelCardExportJobSortBy;
|
|
@@ -24004,9 +24452,11 @@ exports.ModelInfrastructureType = ModelInfrastructureType;
|
|
|
24004
24452
|
exports.ModelMetadataFilterType = ModelMetadataFilterType;
|
|
24005
24453
|
exports.ModelPackageGroupSortBy = ModelPackageGroupSortBy;
|
|
24006
24454
|
exports.ModelPackageGroupStatus = ModelPackageGroupStatus;
|
|
24455
|
+
exports.ModelPackageRegistrationType = ModelPackageRegistrationType;
|
|
24007
24456
|
exports.ModelPackageSortBy = ModelPackageSortBy;
|
|
24008
24457
|
exports.ModelPackageStatus = ModelPackageStatus;
|
|
24009
24458
|
exports.ModelPackageType = ModelPackageType;
|
|
24459
|
+
exports.ModelRegistrationMode = ModelRegistrationMode;
|
|
24010
24460
|
exports.ModelSortKey = ModelSortKey;
|
|
24011
24461
|
exports.ModelSpeculativeDecodingS3DataType = ModelSpeculativeDecodingS3DataType;
|
|
24012
24462
|
exports.ModelSpeculativeDecodingTechnique = ModelSpeculativeDecodingTechnique;
|
|
@@ -24038,6 +24488,7 @@ exports.ParameterType = ParameterType;
|
|
|
24038
24488
|
exports.PartnerAppAuthType = PartnerAppAuthType;
|
|
24039
24489
|
exports.PartnerAppStatus = PartnerAppStatus;
|
|
24040
24490
|
exports.PartnerAppType = PartnerAppType;
|
|
24491
|
+
exports.Peft = Peft;
|
|
24041
24492
|
exports.PipelineExecutionStatus = PipelineExecutionStatus;
|
|
24042
24493
|
exports.PipelineStatus = PipelineStatus;
|
|
24043
24494
|
exports.PreemptTeamTasks = PreemptTeamTasks;
|
|
@@ -24105,6 +24556,7 @@ exports.SearchTrainingPlanOfferingsCommand = SearchTrainingPlanOfferingsCommand;
|
|
|
24105
24556
|
exports.SecondaryStatus = SecondaryStatus;
|
|
24106
24557
|
exports.SendPipelineExecutionStepFailureCommand = SendPipelineExecutionStepFailureCommand;
|
|
24107
24558
|
exports.SendPipelineExecutionStepSuccessCommand = SendPipelineExecutionStepSuccessCommand;
|
|
24559
|
+
exports.ServerlessJobType = ServerlessJobType;
|
|
24108
24560
|
exports.SharingType = SharingType;
|
|
24109
24561
|
exports.SkipModelValidation = SkipModelValidation;
|
|
24110
24562
|
exports.SoftwareUpdateStatus = SoftwareUpdateStatus;
|
|
@@ -24117,6 +24569,7 @@ exports.SortContextsBy = SortContextsBy;
|
|
|
24117
24569
|
exports.SortExperimentsBy = SortExperimentsBy;
|
|
24118
24570
|
exports.SortInferenceExperimentsBy = SortInferenceExperimentsBy;
|
|
24119
24571
|
exports.SortLineageGroupsBy = SortLineageGroupsBy;
|
|
24572
|
+
exports.SortMlflowAppBy = SortMlflowAppBy;
|
|
24120
24573
|
exports.SortOrder = SortOrder;
|
|
24121
24574
|
exports.SortPipelineExecutionsBy = SortPipelineExecutionsBy;
|
|
24122
24575
|
exports.SortPipelinesBy = SortPipelinesBy;
|
|
@@ -24209,6 +24662,7 @@ exports.UpdateImageVersionCommand = UpdateImageVersionCommand;
|
|
|
24209
24662
|
exports.UpdateInferenceComponentCommand = UpdateInferenceComponentCommand;
|
|
24210
24663
|
exports.UpdateInferenceComponentRuntimeConfigCommand = UpdateInferenceComponentRuntimeConfigCommand;
|
|
24211
24664
|
exports.UpdateInferenceExperimentCommand = UpdateInferenceExperimentCommand;
|
|
24665
|
+
exports.UpdateMlflowAppCommand = UpdateMlflowAppCommand;
|
|
24212
24666
|
exports.UpdateMlflowTrackingServerCommand = UpdateMlflowTrackingServerCommand;
|
|
24213
24667
|
exports.UpdateModelCardCommand = UpdateModelCardCommand;
|
|
24214
24668
|
exports.UpdateModelPackageCommand = UpdateModelPackageCommand;
|
|
@@ -24278,6 +24732,7 @@ exports.paginateListInferenceRecommendationsJobs = paginateListInferenceRecommen
|
|
|
24278
24732
|
exports.paginateListLabelingJobs = paginateListLabelingJobs;
|
|
24279
24733
|
exports.paginateListLabelingJobsForWorkteam = paginateListLabelingJobsForWorkteam;
|
|
24280
24734
|
exports.paginateListLineageGroups = paginateListLineageGroups;
|
|
24735
|
+
exports.paginateListMlflowApps = paginateListMlflowApps;
|
|
24281
24736
|
exports.paginateListMlflowTrackingServers = paginateListMlflowTrackingServers;
|
|
24282
24737
|
exports.paginateListModelBiasJobDefinitions = paginateListModelBiasJobDefinitions;
|
|
24283
24738
|
exports.paginateListModelCardExportJobs = paginateListModelCardExportJobs;
|