@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
|
@@ -2,10 +2,12 @@ const _A = "Alarm";
|
|
|
2
2
|
const _AA = "ActionArn";
|
|
3
3
|
const _AAR = "AddAssociationRequest";
|
|
4
4
|
const _AARd = "AddAssociationResponse";
|
|
5
|
+
const _AAc = "ActionArns";
|
|
5
6
|
const _AAd = "AddAssociation";
|
|
6
7
|
const _AAl = "AlgorithmArn";
|
|
7
8
|
const _AAp = "AppArn";
|
|
8
9
|
const _AAr = "ArtifactArn";
|
|
10
|
+
const _AArt = "ArtifactArns";
|
|
9
11
|
const _ABRA = "AmazonBedrockRoleArn";
|
|
10
12
|
const _AC = "AgentCount";
|
|
11
13
|
const _ACC = "AnnotationConsolidationConfig";
|
|
@@ -24,6 +26,7 @@ const _ACt = "AttemptCount";
|
|
|
24
26
|
const _AD = "AlarmDetails";
|
|
25
27
|
const _ADC = "ActiveDeviceCount";
|
|
26
28
|
const _ADD = "AthenaDatasetDefinition";
|
|
29
|
+
const _ADS = "AccountDefaultStatus";
|
|
27
30
|
const _ADl = "AlgorithmDescription";
|
|
28
31
|
const _ADp = "AppDetails";
|
|
29
32
|
const _ADpp = "ApprovalDescription";
|
|
@@ -34,6 +37,7 @@ const _AEu = "AuthorizationEndpoint";
|
|
|
34
37
|
const _AFRA = "AmazonForecastRoleArn";
|
|
35
38
|
const _AGEN = "AutoGenerateEndpointName";
|
|
36
39
|
const _AGP = "AssignedGroupPatterns";
|
|
40
|
+
const _AI = "AssociationInfo";
|
|
37
41
|
const _AIC = "AsyncInferenceConfig";
|
|
38
42
|
const _AICA = "AppImageConfigArn";
|
|
39
43
|
const _AICC = "AsyncInferenceClientConfig";
|
|
@@ -42,6 +46,7 @@ const _AICL = "AppImageConfigList";
|
|
|
42
46
|
const _AICN = "AppImageConfigName";
|
|
43
47
|
const _AICp = "AppImageConfigs";
|
|
44
48
|
const _AICv = "AvailableInstanceCount";
|
|
49
|
+
const _AIL = "AssociationInfoList";
|
|
45
50
|
const _AINC = "AsyncInferenceNotificationConfig";
|
|
46
51
|
const _AIOC = "AsyncInferenceOutputConfig";
|
|
47
52
|
const _AIS = "AdditionalInferenceSpecifications";
|
|
@@ -188,6 +193,7 @@ const _Ar = "Arn";
|
|
|
188
193
|
const _Arc = "Arch";
|
|
189
194
|
const _Arg = "Arguments";
|
|
190
195
|
const _Art = "Artifact";
|
|
196
|
+
const _As = "Associations";
|
|
191
197
|
const _Au = "Autotune";
|
|
192
198
|
const _Av = "Avg";
|
|
193
199
|
const _B = "Bias";
|
|
@@ -197,6 +203,10 @@ const _BACNEL = "BatchAddClusterNodesErrorList";
|
|
|
197
203
|
const _BACNR = "BatchAddClusterNodesRequest";
|
|
198
204
|
const _BACNRa = "BatchAddClusterNodesResponse";
|
|
199
205
|
const _BC = "BestCandidate";
|
|
206
|
+
const _BCM = "BedrockCustomModel";
|
|
207
|
+
const _BCMD = "BedrockCustomModelDeployment";
|
|
208
|
+
const _BCMDM = "BedrockCustomModelDeploymentMetadata";
|
|
209
|
+
const _BCMM = "BedrockCustomModelMetadata";
|
|
200
210
|
const _BCa = "BaselineConfig";
|
|
201
211
|
const _BDCC = "BatchDataCaptureConfig";
|
|
202
212
|
const _BDCN = "BatchDeleteClusterNodes";
|
|
@@ -218,8 +228,14 @@ const _BICN = "BaseInferenceComponentName";
|
|
|
218
228
|
const _BILCA = "BuiltInLifecycleConfigArn";
|
|
219
229
|
const _BJN = "BaseliningJobName";
|
|
220
230
|
const _BL = "BorrowLimit";
|
|
231
|
+
const _BM = "BaseModel";
|
|
232
|
+
const _BMA = "BaseModelArn";
|
|
233
|
+
const _BMI = "BedrockModelImport";
|
|
234
|
+
const _BMIM = "BedrockModelImportMetadata";
|
|
221
235
|
const _BMN = "BaseModelName";
|
|
222
236
|
const _BONI = "BestObjectiveNotImproving";
|
|
237
|
+
const _BPMT = "BedrockProvisionedModelThroughput";
|
|
238
|
+
const _BPMTM = "BedrockProvisionedModelThroughputMetadata";
|
|
223
239
|
const _BR = "BacktestResults";
|
|
224
240
|
const _BRCN = "BatchRebootClusterNodes";
|
|
225
241
|
const _BRCNE = "BatchRebootClusterNodesError";
|
|
@@ -237,6 +253,7 @@ const _BRCNRatc = "BatchReplaceClusterNodesResponse";
|
|
|
237
253
|
const _BRCNa = "BatchReplaceClusterNodes";
|
|
238
254
|
const _BRl = "BlockedReason";
|
|
239
255
|
const _BS = "BatchStrategy";
|
|
256
|
+
const _BTC = "BillableTokenCount";
|
|
240
257
|
const _BTI = "BatchTransformInput";
|
|
241
258
|
const _BTIS = "BillableTimeInSeconds";
|
|
242
259
|
const _BTJ = "BestTrainingJob";
|
|
@@ -272,6 +289,7 @@ const _CASC = "ClusterAutoScalingConfig";
|
|
|
272
289
|
const _CASCO = "ClusterAutoScalingConfigOutput";
|
|
273
290
|
const _CAl = "ClusterArn";
|
|
274
291
|
const _CAo = "ContextArn";
|
|
292
|
+
const _CAon = "ContextArns";
|
|
275
293
|
const _CAr = "CreatedAt";
|
|
276
294
|
const _CAre = "CreatedAfter";
|
|
277
295
|
const _CArea = "CreateAction";
|
|
@@ -367,6 +385,7 @@ const _CEo = "ConflictException";
|
|
|
367
385
|
const _CEr = "CreateEndpoint";
|
|
368
386
|
const _CEre = "CreateExperiment";
|
|
369
387
|
const _CEu = "CustomerEni";
|
|
388
|
+
const _CEur = "CurrentEpoch";
|
|
370
389
|
const _CF = "ConfigFile";
|
|
371
390
|
const _CFD = "CreateFlowDefinition";
|
|
372
391
|
const _CFDR = "CreateFlowDefinitionRequest";
|
|
@@ -446,6 +465,9 @@ const _CLJ = "CreateLabelingJob";
|
|
|
446
465
|
const _CLJR = "CreateLabelingJobRequest";
|
|
447
466
|
const _CLJRr = "CreateLabelingJobResponse";
|
|
448
467
|
const _CM = "CandidateMetrics";
|
|
468
|
+
const _CMA = "CreateMlflowApp";
|
|
469
|
+
const _CMAR = "CreateMlflowAppRequest";
|
|
470
|
+
const _CMARr = "CreateMlflowAppResponse";
|
|
449
471
|
const _CMBJD = "CreateModelBiasJobDefinition";
|
|
450
472
|
const _CMBJDR = "CreateModelBiasJobDefinitionRequest";
|
|
451
473
|
const _CMBJDRr = "CreateModelBiasJobDefinitionResponse";
|
|
@@ -525,6 +547,9 @@ const _CPIo = "CostPerInference";
|
|
|
525
547
|
const _CPJ = "CreateProcessingJob";
|
|
526
548
|
const _CPJR = "CreateProcessingJobRequest";
|
|
527
549
|
const _CPJRr = "CreateProcessingJobResponse";
|
|
550
|
+
const _CPMAU = "CreatePresignedMlflowAppUrl";
|
|
551
|
+
const _CPMAUR = "CreatePresignedMlflowAppUrlRequest";
|
|
552
|
+
const _CPMAURr = "CreatePresignedMlflowAppUrlResponse";
|
|
528
553
|
const _CPMTSU = "CreatePresignedMlflowTrackingServerUrl";
|
|
529
554
|
const _CPMTSUR = "CreatePresignedMlflowTrackingServerUrlRequest";
|
|
530
555
|
const _CPMTSURr = "CreatePresignedMlflowTrackingServerUrlResponse";
|
|
@@ -625,6 +650,7 @@ const _CSon = "ContextSummary";
|
|
|
625
650
|
const _CSont = "ContextSummaries";
|
|
626
651
|
const _CSonte = "ContentSha256";
|
|
627
652
|
const _CSr = "CreateSpace";
|
|
653
|
+
const _CSu = "CurrentStep";
|
|
628
654
|
const _CT = "CreationTime";
|
|
629
655
|
const _CTA = "CreationTimeAfter";
|
|
630
656
|
const _CTB = "CreationTimeBefore";
|
|
@@ -665,6 +691,7 @@ const _CTont = "ContentTemplate";
|
|
|
665
691
|
const _CTonte = "ContextType";
|
|
666
692
|
const _CTr = "CreateTrial";
|
|
667
693
|
const _CTu = "CurrentTaints";
|
|
694
|
+
const _CTus = "CustomizationTechnique";
|
|
668
695
|
const _CU = "ConfigUri";
|
|
669
696
|
const _CUP = "CreateUserProfile";
|
|
670
697
|
const _CUPR = "CreateUserProfileRequest";
|
|
@@ -729,7 +756,8 @@ const _DARescrib = "DescribeArtifactRequest";
|
|
|
729
756
|
const _DARescribe = "DescribeArtifactResponse";
|
|
730
757
|
const _DAST = "DataAnalysisStartTime";
|
|
731
758
|
const _DAT = "DisassociateAcceleratorTypes";
|
|
732
|
-
const _DAa = "
|
|
759
|
+
const _DAa = "DatasetArn";
|
|
760
|
+
const _DAat = "DataAttributes";
|
|
733
761
|
const _DAe = "DeviceArn";
|
|
734
762
|
const _DAel = "DeleteAction";
|
|
735
763
|
const _DAele = "DeleteAlgorithm";
|
|
@@ -806,6 +834,7 @@ const _DDFRe = "DescribeDeviceFleetRequest";
|
|
|
806
834
|
const _DDFRes = "DescribeDeviceFleetResponse";
|
|
807
835
|
const _DDFe = "DescribeDeviceFleet";
|
|
808
836
|
const _DDIC = "DerivedDataInputConfig";
|
|
837
|
+
const _DDIL = "DefaultDomainIdList";
|
|
809
838
|
const _DDQJD = "DeleteDataQualityJobDefinition";
|
|
810
839
|
const _DDQJDR = "DeleteDataQualityJobDefinitionRequest";
|
|
811
840
|
const _DDQJDRe = "DescribeDataQualityJobDefinitionRequest";
|
|
@@ -861,6 +890,7 @@ const _DEesc = "DescribeExperiment";
|
|
|
861
890
|
const _DF = "DatasetFormat";
|
|
862
891
|
const _DFA = "DeviceFleetArn";
|
|
863
892
|
const _DFD = "DeleteFlowDefinition";
|
|
893
|
+
const _DFDI = "DefaultForDomainId";
|
|
864
894
|
const _DFDR = "DeleteFlowDefinitionRequest";
|
|
865
895
|
const _DFDRe = "DeleteFlowDefinitionResponse";
|
|
866
896
|
const _DFDRes = "DescribeFlowDefinitionRequest";
|
|
@@ -953,6 +983,12 @@ const _DLJRe = "DescribeLabelingJobResponse";
|
|
|
953
983
|
const _DLU = "DefaultLandingUri";
|
|
954
984
|
const _DLo = "DomainList";
|
|
955
985
|
const _DM = "DurationMinutes";
|
|
986
|
+
const _DMA = "DeleteMlflowApp";
|
|
987
|
+
const _DMAR = "DeleteMlflowAppRequest";
|
|
988
|
+
const _DMARe = "DeleteMlflowAppResponse";
|
|
989
|
+
const _DMARes = "DescribeMlflowAppRequest";
|
|
990
|
+
const _DMAResc = "DescribeMlflowAppResponse";
|
|
991
|
+
const _DMAe = "DescribeMlflowApp";
|
|
956
992
|
const _DMBJD = "DeleteModelBiasJobDefinition";
|
|
957
993
|
const _DMBJDR = "DeleteModelBiasJobDefinitionRequest";
|
|
958
994
|
const _DMBJDRe = "DescribeModelBiasJobDefinitionRequest";
|
|
@@ -1106,6 +1142,7 @@ const _DSV = "DocumentSchemaVersion";
|
|
|
1106
1142
|
const _DSW = "DescribeSubscribedWorkteam";
|
|
1107
1143
|
const _DSWR = "DescribeSubscribedWorkteamRequest";
|
|
1108
1144
|
const _DSWRe = "DescribeSubscribedWorkteamResponse";
|
|
1145
|
+
const _DSa = "DatasetSource";
|
|
1109
1146
|
const _DSe = "DeploymentStage";
|
|
1110
1147
|
const _DSel = "DeleteSpace";
|
|
1111
1148
|
const _DSep = "DeploymentStatus";
|
|
@@ -1186,6 +1223,7 @@ const _Dom = "Domains";
|
|
|
1186
1223
|
const _E = "Environment";
|
|
1187
1224
|
const _EA = "EndpointArn";
|
|
1188
1225
|
const _EAMVU = "EnableAutoMinorVersionUpgrade";
|
|
1226
|
+
const _EAv = "EvaluatorArn";
|
|
1189
1227
|
const _EAx = "ExperimentArn";
|
|
1190
1228
|
const _EAxp = "ExportArtifacts";
|
|
1191
1229
|
const _EC = "ErrorCode";
|
|
@@ -1317,6 +1355,7 @@ const _ETO = "EndTimeOffset";
|
|
|
1317
1355
|
const _ETn = "EndTime";
|
|
1318
1356
|
const _ETr = "ErrorTopic";
|
|
1319
1357
|
const _ETv = "EventTime";
|
|
1358
|
+
const _ETva = "EvaluationType";
|
|
1320
1359
|
const _EVC = "EbsVolumeConfig";
|
|
1321
1360
|
const _EVSIG = "EbsVolumeSizeInGb";
|
|
1322
1361
|
const _Ed = "Edge";
|
|
@@ -1530,6 +1569,7 @@ const _ICDC = "InferenceComponentDeploymentConfig";
|
|
|
1530
1569
|
const _ICDCC = "InferenceComponentDataCacheConfig";
|
|
1531
1570
|
const _ICDCCS = "InferenceComponentDataCacheConfigSummary";
|
|
1532
1571
|
const _ICJC = "ImageClassificationJobConfig";
|
|
1572
|
+
const _ICM = "InferenceComponentMetadata";
|
|
1533
1573
|
const _ICN = "InferenceComponentName";
|
|
1534
1574
|
const _ICRC = "InferenceComponentRuntimeConfig";
|
|
1535
1575
|
const _ICRCS = "InferenceComponentRuntimeConfigSummary";
|
|
@@ -1543,10 +1583,12 @@ const _ICSnf = "InferenceComponentSummary";
|
|
|
1543
1583
|
const _ICm = "ImageConfig";
|
|
1544
1584
|
const _ICn = "InferenceConfig";
|
|
1545
1585
|
const _ICnf = "InferenceComponents";
|
|
1586
|
+
const _ICnfe = "InferenceComponent";
|
|
1546
1587
|
const _ICnfr = "InfrastructureConfig";
|
|
1547
1588
|
const _ICnp = "InputConfig";
|
|
1548
1589
|
const _ICns = "InstanceCount";
|
|
1549
1590
|
const _ICnst = "InstanceConfigs";
|
|
1591
|
+
const _ICs = "IsCheckpoint";
|
|
1550
1592
|
const _ID = "ImageDigest";
|
|
1551
1593
|
const _IDC = "InputDataConfig";
|
|
1552
1594
|
const _IE = "InferenceExperiments";
|
|
@@ -1844,9 +1886,12 @@ const _LMA = "LastModifiedAt";
|
|
|
1844
1886
|
const _LMAH = "ListMonitoringAlertHistory";
|
|
1845
1887
|
const _LMAHR = "ListMonitoringAlertHistoryRequest";
|
|
1846
1888
|
const _LMAHRi = "ListMonitoringAlertHistoryResponse";
|
|
1847
|
-
const _LMAR = "
|
|
1848
|
-
const _LMARi = "
|
|
1849
|
-
const
|
|
1889
|
+
const _LMAR = "ListMlflowAppsRequest";
|
|
1890
|
+
const _LMARi = "ListMlflowAppsResponse";
|
|
1891
|
+
const _LMARis = "ListMonitoringAlertsRequest";
|
|
1892
|
+
const _LMARist = "ListMonitoringAlertsResponse";
|
|
1893
|
+
const _LMAi = "ListMlflowApps";
|
|
1894
|
+
const _LMAis = "ListMonitoringAlerts";
|
|
1850
1895
|
const _LMB = "LastModifiedBy";
|
|
1851
1896
|
const _LMBJD = "ListModelBiasJobDefinitions";
|
|
1852
1897
|
const _LMBJDR = "ListModelBiasJobDefinitionsRequest";
|
|
@@ -1890,7 +1935,8 @@ const _LMTB = "LastModifiedTimeBefore";
|
|
|
1890
1935
|
const _LMTS = "ListMlflowTrackingServers";
|
|
1891
1936
|
const _LMTSR = "ListMlflowTrackingServersRequest";
|
|
1892
1937
|
const _LMTSRi = "ListMlflowTrackingServersResponse";
|
|
1893
|
-
const _LMi = "
|
|
1938
|
+
const _LMi = "LineageMetadata";
|
|
1939
|
+
const _LMis = "ListModels";
|
|
1894
1940
|
const _LNI = "ListNotebookInstances";
|
|
1895
1941
|
const _LNII = "ListNotebookInstancesInput";
|
|
1896
1942
|
const _LNILC = "ListNotebookInstanceLifecycleConfigs";
|
|
@@ -1989,6 +2035,7 @@ const _La = "Labels";
|
|
|
1989
2035
|
const _Lam = "Lambda";
|
|
1990
2036
|
const _Las = "Last";
|
|
1991
2037
|
const _Li = "Line";
|
|
2038
|
+
const _Lin = "Lineage";
|
|
1992
2039
|
const _M = "Mode";
|
|
1993
2040
|
const _MA = "ModelArn";
|
|
1994
2041
|
const _MAA = "MonitoringAlertActions";
|
|
@@ -2000,6 +2047,8 @@ const _MAMLJRIS = "MaxAutoMLJobRuntimeInSeconds";
|
|
|
2000
2047
|
const _MAN = "MonitoringAlertName";
|
|
2001
2048
|
const _MAS = "ModelApprovalStatus";
|
|
2002
2049
|
const _MASL = "MonitoringAlertSummaryList";
|
|
2050
|
+
const _MASl = "MlflowAppSummary";
|
|
2051
|
+
const _MASlf = "MlflowAppSummaries";
|
|
2003
2052
|
const _MASo = "MonitoringAlertSummaries";
|
|
2004
2053
|
const _MASon = "MonitoringAlertSummary";
|
|
2005
2054
|
const _MASoni = "MonitoringAppSpecification";
|
|
@@ -2049,6 +2098,7 @@ const _MCaxo = "MaxConcurrency";
|
|
|
2049
2098
|
const _MCe = "MetricsConfig";
|
|
2050
2099
|
const _MCi = "MinCount";
|
|
2051
2100
|
const _MCin = "MinCapacity";
|
|
2101
|
+
const _MCl = "MlflowConfig";
|
|
2052
2102
|
const _MCo = "ModelConfigs";
|
|
2053
2103
|
const _MCod = "ModelCard";
|
|
2054
2104
|
const _MCode = "ModelConfiguration";
|
|
@@ -2078,18 +2128,22 @@ const _MDem = "MemberDefinition";
|
|
|
2078
2128
|
const _MDet = "MetricData";
|
|
2079
2129
|
const _MDetr = "MetricDatum";
|
|
2080
2130
|
const _MDetri = "MetricDefinition";
|
|
2131
|
+
const _MDl = "MlflowDetails";
|
|
2081
2132
|
const _MDo = "ModelDigests";
|
|
2082
2133
|
const _ME = "ManifestEtag";
|
|
2083
2134
|
const _MEAS = "ModelExplainabilityAppSpecification";
|
|
2084
2135
|
const _MEBC = "ModelExplainabilityBaselineConfig";
|
|
2136
|
+
const _MEI = "MlflowExperimentId";
|
|
2085
2137
|
const _MEJI = "ModelExplainabilityJobInput";
|
|
2086
2138
|
const _MEJOC = "ModelExplainabilityJobOutputConfig";
|
|
2139
|
+
const _MEN = "MlflowExperimentName";
|
|
2087
2140
|
const _MES = "MonitoringExecutionSummaries";
|
|
2088
2141
|
const _MESL = "MonitoringExecutionSummaryList";
|
|
2089
2142
|
const _MESo = "MonitoringExecutionSummary";
|
|
2090
2143
|
const _MESon = "MonitoringExecutionStatus";
|
|
2091
2144
|
const _METIS = "MaximumExecutionTimeoutInSeconds";
|
|
2092
2145
|
const _MEVSIG = "MaximumEbsVolumeSizeInGb";
|
|
2146
|
+
const _MEa = "MaxEpoch";
|
|
2093
2147
|
const _MGTSI = "MonitoringGroundTruthS3Input";
|
|
2094
2148
|
const _MH = "ModelHandle";
|
|
2095
2149
|
const _MHLOC = "MaxHumanLabeledObjectCount";
|
|
@@ -2117,6 +2171,8 @@ const _MJDS = "MonitoringJobDefinitionSummary";
|
|
|
2117
2171
|
const _MJDSL = "MonitoringJobDefinitionSummaryList";
|
|
2118
2172
|
const _ML = "ModelLatency";
|
|
2119
2173
|
const _MLC = "ModelLifeCycle";
|
|
2174
|
+
const _MLCf = "MLflowConfig";
|
|
2175
|
+
const _MLCfl = "MLflowConfiguration";
|
|
2120
2176
|
const _MLF = "MLFramework";
|
|
2121
2177
|
const _MLT = "ModelLatencyThreshold";
|
|
2122
2178
|
const _MLTo = "ModelLatencyThresholds";
|
|
@@ -2145,6 +2201,7 @@ const _MOo = "MonitoringOutputs";
|
|
|
2145
2201
|
const _MP = "MetadataProperties";
|
|
2146
2202
|
const _MPA = "ModelPackageArn";
|
|
2147
2203
|
const _MPAL = "ModelPackageArnList";
|
|
2204
|
+
const _MPC = "ModelPackageConfig";
|
|
2148
2205
|
const _MPCD = "ModelPackageContainerDefinition";
|
|
2149
2206
|
const _MPCDL = "ModelPackageContainerDefinitionList";
|
|
2150
2207
|
const _MPD = "ModelPackageDescription";
|
|
@@ -2163,6 +2220,7 @@ const _MPMC = "ModelPackageModelCard";
|
|
|
2163
2220
|
const _MPN = "ModelPackageName";
|
|
2164
2221
|
const _MPOIDL = "MaxPercentageOfInputDatasetLabeled";
|
|
2165
2222
|
const _MPOT = "MaxParallelOfTests";
|
|
2223
|
+
const _MPRT = "ModelPackageRegistrationType";
|
|
2166
2224
|
const _MPS = "ModelPackageSummaries";
|
|
2167
2225
|
const _MPSC = "ModelPackageSecurityConfig";
|
|
2168
2226
|
const _MPSD = "ModelPackageStatusDetails";
|
|
@@ -2189,10 +2247,14 @@ const _MQC = "ModelQuantizationConfig";
|
|
|
2189
2247
|
const _MQJI = "ModelQualityJobInput";
|
|
2190
2248
|
const _MQJOC = "ModelQualityJobOutputConfig";
|
|
2191
2249
|
const _MR = "MaxResults";
|
|
2192
|
-
const _MRA = "
|
|
2250
|
+
const _MRA = "MlflowResourceArn";
|
|
2193
2251
|
const _MRAa = "MaximumRetryAttempts";
|
|
2252
|
+
const _MRAl = "MlReservationArn";
|
|
2194
2253
|
const _MRC = "MaxRecordCount";
|
|
2254
|
+
const _MRI = "MlflowRunId";
|
|
2195
2255
|
const _MRIS = "MaxRuntimeInSeconds";
|
|
2256
|
+
const _MRM = "ModelRegistrationMode";
|
|
2257
|
+
const _MRN = "MlflowRunName";
|
|
2196
2258
|
const _MRPTJIS = "MaxRuntimePerTrainingJobInSeconds";
|
|
2197
2259
|
const _MRS = "ModelRegisterSettings";
|
|
2198
2260
|
const _MRa = "MaxResource";
|
|
@@ -2219,6 +2281,7 @@ const _MSSon = "MonitoringScheduleSummary";
|
|
|
2219
2281
|
const _MST = "ModelSetupTime";
|
|
2220
2282
|
const _MSU = "ManifestS3Uri";
|
|
2221
2283
|
const _MSV = "MaxSchemaVersion";
|
|
2284
|
+
const _MSa = "MaintenanceStatus";
|
|
2222
2285
|
const _MSe = "MetricsSource";
|
|
2223
2286
|
const _MSet = "MetricSpecification";
|
|
2224
2287
|
const _MSo = "ModelSignature";
|
|
@@ -2335,6 +2398,7 @@ const _OJSpt = "OptimizationJobSummary";
|
|
|
2335
2398
|
const _OK = "ObjectKey";
|
|
2336
2399
|
const _OMAC = "OptimizationModelAccessConfig";
|
|
2337
2400
|
const _OMD = "OidcMemberDefinition";
|
|
2401
|
+
const _OMPA = "OutputModelPackageArn";
|
|
2338
2402
|
const _ON = "OutputName";
|
|
2339
2403
|
const _OO = "OptimizationOutput";
|
|
2340
2404
|
const _OP = "OutputParameters";
|
|
@@ -2426,6 +2490,7 @@ const _PIri = "PrincipalId";
|
|
|
2426
2490
|
const _PIro = "ProjectId";
|
|
2427
2491
|
const _PIroc = "ProcessingInput";
|
|
2428
2492
|
const _PIrod = "ProductId";
|
|
2493
|
+
const _PIrog = "ProgressInfo";
|
|
2429
2494
|
const _PJ = "ProcessingJob";
|
|
2430
2495
|
const _PJA = "ProcessingJobArn";
|
|
2431
2496
|
const _PJN = "ProcessingJobName";
|
|
@@ -2528,6 +2593,7 @@ const _Par = "Parameter";
|
|
|
2528
2593
|
const _Pare = "Parent";
|
|
2529
2594
|
const _Paren = "Parents";
|
|
2530
2595
|
const _Pe = "Percentage";
|
|
2596
|
+
const _Pef = "Peft";
|
|
2531
2597
|
const _Pen = "Pending";
|
|
2532
2598
|
const _Per = "Percentile";
|
|
2533
2599
|
const _Ph = "Phase";
|
|
@@ -2625,6 +2691,7 @@ const _RMec = "RecommendationMetrics";
|
|
|
2625
2691
|
const _RN = "ReleaseNotes";
|
|
2626
2692
|
const _RNB = "RegisterNewBaseline";
|
|
2627
2693
|
const _RNF = "ResourceNotFound";
|
|
2694
|
+
const _RNe = "RecipeName";
|
|
2628
2695
|
const _RNo = "RoleName";
|
|
2629
2696
|
const _RNu = "RunName";
|
|
2630
2697
|
const _ROSU = "ResolvedOutputS3Uri";
|
|
@@ -2777,6 +2844,7 @@ const _SIp = "SpecifiedImage";
|
|
|
2777
2844
|
const _SIt = "StepId";
|
|
2778
2845
|
const _SIu = "SubnetIds";
|
|
2779
2846
|
const _SIub = "SubnetId";
|
|
2847
|
+
const _SJC = "ServerlessJobConfig";
|
|
2780
2848
|
const _SJLAS = "SpaceJupyterLabAppSettings";
|
|
2781
2849
|
const _SKKI = "S3KmsKeyId";
|
|
2782
2850
|
const _SL = "SpaceList";
|
|
@@ -2800,6 +2868,7 @@ const _SMIVAa = "SageMakerImageVersionArn";
|
|
|
2800
2868
|
const _SMIVAag = "SageMakerImageVersionAlias";
|
|
2801
2869
|
const _SMM = "SageMakerModel";
|
|
2802
2870
|
const _SMN = "StandardMetricName";
|
|
2871
|
+
const _SMPA = "SourceModelPackageArn";
|
|
2803
2872
|
const _SMPHCA = "SageMakerPublicHubContentArn";
|
|
2804
2873
|
const _SMR = "SpaceManagedResources";
|
|
2805
2874
|
const _SMS = "StartMonitoringSchedule";
|
|
@@ -3068,6 +3137,7 @@ const _TPDL = "TemplateProviderDetailList";
|
|
|
3068
3137
|
const _TPDe = "TemplateProviderDetail";
|
|
3069
3138
|
const _TPF = "TrainingPlanFilter";
|
|
3070
3139
|
const _TPFr = "TrainingPlanFilters";
|
|
3140
|
+
const _TPI = "TrainingProgressInfo";
|
|
3071
3141
|
const _TPN = "TrainingPlanName";
|
|
3072
3142
|
const _TPO = "TrainingPlanOfferings";
|
|
3073
3143
|
const _TPOI = "TrainingPlanOfferingId";
|
|
@@ -3090,6 +3160,7 @@ const _TRa = "TargetResources";
|
|
|
3090
3160
|
const _TS = "TrainingSpecification";
|
|
3091
3161
|
const _TSA = "TrackingServerArn";
|
|
3092
3162
|
const _TSC = "TargetStateCount";
|
|
3163
|
+
const _TSCPE = "TotalStepCountPerEpoch";
|
|
3093
3164
|
const _TSCi = "TieredStorageConfig";
|
|
3094
3165
|
const _TSCim = "TimeSeriesConfig";
|
|
3095
3166
|
const _TSDS = "TransformS3DataSource";
|
|
@@ -3216,9 +3287,12 @@ const _UIV = "UpdateImageVersion";
|
|
|
3216
3287
|
const _UIVR = "UpdateImageVersionRequest";
|
|
3217
3288
|
const _UIVRp = "UpdateImageVersionResponse";
|
|
3218
3289
|
const _UL = "UseLogit";
|
|
3219
|
-
const _UMA = "
|
|
3220
|
-
const _UMAR = "
|
|
3221
|
-
const _UMARp = "
|
|
3290
|
+
const _UMA = "UpdateMlflowApp";
|
|
3291
|
+
const _UMAR = "UpdateMlflowAppRequest";
|
|
3292
|
+
const _UMARp = "UpdateMlflowAppResponse";
|
|
3293
|
+
const _UMARpd = "UpdateMonitoringAlertRequest";
|
|
3294
|
+
const _UMARpda = "UpdateMonitoringAlertResponse";
|
|
3295
|
+
const _UMAp = "UpdateMonitoringAlert";
|
|
3222
3296
|
const _UMC = "UpdateModelCard";
|
|
3223
3297
|
const _UMCR = "UpdateModelCardRequest";
|
|
3224
3298
|
const _UMCRp = "UpdateModelCardResponse";
|
|
@@ -3486,6 +3560,7 @@ export var ArtifactSummary = [
|
|
|
3486
3560
|
];
|
|
3487
3561
|
export var AssociateTrialComponentRequest = [3, n0, _ATCR, 0, [_TCN, _TN], [0, 0]];
|
|
3488
3562
|
export var AssociateTrialComponentResponse = [3, n0, _ATCRs, 0, [_TCA, _TA], [0, 0]];
|
|
3563
|
+
export var AssociationInfo = [3, n0, _AI, 0, [_SA, _DA], [0, 0]];
|
|
3489
3564
|
export var AssociationSummary = [
|
|
3490
3565
|
3,
|
|
3491
3566
|
n0,
|
|
@@ -3644,6 +3719,7 @@ export var AutoParameter = [3, n0, _AP, 0, [_N, _VH], [0, 0]];
|
|
|
3644
3719
|
export var AutoRollbackConfig = [3, n0, _ARC, 0, [_Al], [() => AlarmList]];
|
|
3645
3720
|
export var Autotune = [3, n0, _Au, 0, [_M], [0]];
|
|
3646
3721
|
export var AvailableUpgrade = [3, n0, _AUv, 0, [_V, _RN], [0, 64 | 0]];
|
|
3722
|
+
export var BaseModel = [3, n0, _BM, 0, [_HCN, _HCV, _RNe], [0, 0, 0]];
|
|
3647
3723
|
export var BatchAddClusterNodesError = [3, n0, _BACNE, 0, [_IGN, _EC, _FC, _Me], [0, 0, 1, 0]];
|
|
3648
3724
|
export var BatchAddClusterNodesRequest = [
|
|
3649
3725
|
3,
|
|
@@ -3702,8 +3778,8 @@ export var BatchDescribeModelPackageSummary = [
|
|
|
3702
3778
|
n0,
|
|
3703
3779
|
_BDMPS,
|
|
3704
3780
|
0,
|
|
3705
|
-
[_MPGN, _MPV, _MPA, _MPD, _CT, _ISn, _MPSo, _MAS],
|
|
3706
|
-
[0, 1, 0, 0, 4, () => InferenceSpecification, 0, 0],
|
|
3781
|
+
[_MPGN, _MPV, _MPA, _MPD, _CT, _ISn, _MPSo, _MAS, _MPRT],
|
|
3782
|
+
[0, 1, 0, 0, 4, () => InferenceSpecification, 0, 0, 0],
|
|
3707
3783
|
];
|
|
3708
3784
|
export var BatchRebootClusterNodeLogicalIdsError = [
|
|
3709
3785
|
3,
|
|
@@ -3763,6 +3839,10 @@ export var BatchTransformInput = [
|
|
|
3763
3839
|
[_DCDSU, _DF, _LP, _SIM, _SDDT, _FA, _IA, _PA, _PTA, _STO, _ETO, _EFA],
|
|
3764
3840
|
[0, () => MonitoringDatasetFormat, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0],
|
|
3765
3841
|
];
|
|
3842
|
+
export var BedrockCustomModelDeploymentMetadata = [3, n0, _BCMDM, 0, [_Ar], [0]];
|
|
3843
|
+
export var BedrockCustomModelMetadata = [3, n0, _BCMM, 0, [_Ar], [0]];
|
|
3844
|
+
export var BedrockModelImportMetadata = [3, n0, _BMIM, 0, [_Ar], [0]];
|
|
3845
|
+
export var BedrockProvisionedModelThroughputMetadata = [3, n0, _BPMTM, 0, [_Ar], [0]];
|
|
3766
3846
|
export var BestObjectiveNotImproving = [3, n0, _BONI, 0, [_MNOTJNI], [1]];
|
|
3767
3847
|
export var Bias = [
|
|
3768
3848
|
3,
|
|
@@ -4719,6 +4799,15 @@ export var CreateLabelingJobRequest = [
|
|
|
4719
4799
|
],
|
|
4720
4800
|
];
|
|
4721
4801
|
export var CreateLabelingJobResponse = [3, n0, _CLJRr, 0, [_LJA], [0]];
|
|
4802
|
+
export var CreateMlflowAppRequest = [
|
|
4803
|
+
3,
|
|
4804
|
+
n0,
|
|
4805
|
+
_CMAR,
|
|
4806
|
+
0,
|
|
4807
|
+
[_N, _ASU, _RAo, _MRM, _WMWS, _ADS, _DDIL, _Ta],
|
|
4808
|
+
[0, 0, 0, 0, 0, 0, 64 | 0, () => TagList],
|
|
4809
|
+
];
|
|
4810
|
+
export var CreateMlflowAppResponse = [3, n0, _CMARr, 0, [_Ar], [0]];
|
|
4722
4811
|
export var CreateMlflowTrackingServerRequest = [
|
|
4723
4812
|
3,
|
|
4724
4813
|
n0,
|
|
@@ -4822,6 +4911,7 @@ export var CreateModelPackageInput = [
|
|
|
4822
4911
|
_MPN,
|
|
4823
4912
|
_MPGN,
|
|
4824
4913
|
_MPD,
|
|
4914
|
+
_MPRT,
|
|
4825
4915
|
_ISn,
|
|
4826
4916
|
_VSa,
|
|
4827
4917
|
_SAS,
|
|
@@ -4847,6 +4937,7 @@ export var CreateModelPackageInput = [
|
|
|
4847
4937
|
0,
|
|
4848
4938
|
0,
|
|
4849
4939
|
0,
|
|
4940
|
+
0,
|
|
4850
4941
|
() => InferenceSpecification,
|
|
4851
4942
|
() => ModelPackageValidationSpecification,
|
|
4852
4943
|
() => SourceAlgorithmSpecification,
|
|
@@ -4992,6 +5083,15 @@ export var CreatePresignedDomainUrlRequest = [
|
|
|
4992
5083
|
[0, 0, 1, 1, 0, 0],
|
|
4993
5084
|
];
|
|
4994
5085
|
export var CreatePresignedDomainUrlResponse = [3, n0, _CPDURr, 0, [_AU], [0]];
|
|
5086
|
+
export var CreatePresignedMlflowAppUrlRequest = [
|
|
5087
|
+
3,
|
|
5088
|
+
n0,
|
|
5089
|
+
_CPMAUR,
|
|
5090
|
+
0,
|
|
5091
|
+
[_Ar, _EIS, _SEDIS],
|
|
5092
|
+
[0, 1, 1],
|
|
5093
|
+
];
|
|
5094
|
+
export var CreatePresignedMlflowAppUrlResponse = [3, n0, _CPMAURr, 0, [_AU], [0]];
|
|
4995
5095
|
export var CreatePresignedMlflowTrackingServerUrlRequest = [
|
|
4996
5096
|
3,
|
|
4997
5097
|
n0,
|
|
@@ -5083,6 +5183,9 @@ export var CreateTrainingJobRequest = [
|
|
|
5083
5183
|
_RDC,
|
|
5084
5184
|
_ICC,
|
|
5085
5185
|
_SCC,
|
|
5186
|
+
_SJC,
|
|
5187
|
+
_MCl,
|
|
5188
|
+
_MPC,
|
|
5086
5189
|
],
|
|
5087
5190
|
[
|
|
5088
5191
|
0,
|
|
@@ -5110,6 +5213,9 @@ export var CreateTrainingJobRequest = [
|
|
|
5110
5213
|
() => RemoteDebugConfig,
|
|
5111
5214
|
() => InfraCheckConfig,
|
|
5112
5215
|
() => SessionChainingConfig,
|
|
5216
|
+
() => ServerlessJobConfig,
|
|
5217
|
+
() => MlflowConfig,
|
|
5218
|
+
() => ModelPackageConfig,
|
|
5113
5219
|
],
|
|
5114
5220
|
];
|
|
5115
5221
|
export var CreateTrainingJobResponse = [3, n0, _CTJRr, 0, [_TJA], [0]];
|
|
@@ -5263,13 +5369,14 @@ export var DatasetDefinition = [
|
|
|
5263
5369
|
[_ADD, _RDD, _LP, _DDT, _IM],
|
|
5264
5370
|
[() => AthenaDatasetDefinition, () => RedshiftDatasetDefinition, 0, 0, 0],
|
|
5265
5371
|
];
|
|
5372
|
+
export var DatasetSource = [3, n0, _DSa, 0, [_DAa], [0]];
|
|
5266
5373
|
export var DataSource = [
|
|
5267
5374
|
3,
|
|
5268
5375
|
n0,
|
|
5269
5376
|
_DS,
|
|
5270
5377
|
0,
|
|
5271
|
-
[_SDS, _FSDS],
|
|
5272
|
-
[() => S3DataSource, () => FileSystemDataSource],
|
|
5378
|
+
[_SDS, _FSDS, _DSa],
|
|
5379
|
+
[() => S3DataSource, () => FileSystemDataSource, () => DatasetSource],
|
|
5273
5380
|
];
|
|
5274
5381
|
export var DebugHookConfig = [
|
|
5275
5382
|
3,
|
|
@@ -5363,6 +5470,8 @@ export var DeleteImageVersionResponse = [3, n0, _DIVRe, 0, [], []];
|
|
|
5363
5470
|
export var DeleteInferenceComponentInput = [3, n0, _DICI, 0, [_ICN], [0]];
|
|
5364
5471
|
export var DeleteInferenceExperimentRequest = [3, n0, _DIER, 0, [_N], [0]];
|
|
5365
5472
|
export var DeleteInferenceExperimentResponse = [3, n0, _DIERe, 0, [_IEA], [0]];
|
|
5473
|
+
export var DeleteMlflowAppRequest = [3, n0, _DMAR, 0, [_Ar], [0]];
|
|
5474
|
+
export var DeleteMlflowAppResponse = [3, n0, _DMARe, 0, [_Ar], [0]];
|
|
5366
5475
|
export var DeleteMlflowTrackingServerRequest = [3, n0, _DMTSR, 0, [_TSN], [0]];
|
|
5367
5476
|
export var DeleteMlflowTrackingServerResponse = [3, n0, _DMTSRe, 0, [_TSA], [0]];
|
|
5368
5477
|
export var DeleteModelBiasJobDefinitionRequest = [3, n0, _DMBJDR, 0, [_JDN], [0]];
|
|
@@ -6172,6 +6281,15 @@ export var DescribeLineageGroupResponse = [
|
|
|
6172
6281
|
[_LGN, _LGA, _DNi, _D, _CT, _CB, _LMT, _LMB],
|
|
6173
6282
|
[0, 0, 0, 0, 4, () => UserContext, 4, () => UserContext],
|
|
6174
6283
|
];
|
|
6284
|
+
export var DescribeMlflowAppRequest = [3, n0, _DMARes, 0, [_Ar], [0]];
|
|
6285
|
+
export var DescribeMlflowAppResponse = [
|
|
6286
|
+
3,
|
|
6287
|
+
n0,
|
|
6288
|
+
_DMAResc,
|
|
6289
|
+
0,
|
|
6290
|
+
[_Ar, _N, _ASU, _MVl, _RAo, _St, _MRM, _ADS, _DDIL, _CT, _CB, _LMT, _LMB, _WMWS, _MSa],
|
|
6291
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 4, () => UserContext, 4, () => UserContext, 0, 0],
|
|
6292
|
+
];
|
|
6175
6293
|
export var DescribeMlflowTrackingServerRequest = [3, n0, _DMTSRes, 0, [_TSN], [0]];
|
|
6176
6294
|
export var DescribeMlflowTrackingServerResponse = [
|
|
6177
6295
|
3,
|
|
@@ -6292,6 +6410,7 @@ export var DescribeModelPackageOutput = [
|
|
|
6292
6410
|
_MPN,
|
|
6293
6411
|
_MPGN,
|
|
6294
6412
|
_MPV,
|
|
6413
|
+
_MPRT,
|
|
6295
6414
|
_MPA,
|
|
6296
6415
|
_MPD,
|
|
6297
6416
|
_CT,
|
|
@@ -6326,6 +6445,7 @@ export var DescribeModelPackageOutput = [
|
|
|
6326
6445
|
1,
|
|
6327
6446
|
0,
|
|
6328
6447
|
0,
|
|
6448
|
+
0,
|
|
6329
6449
|
4,
|
|
6330
6450
|
() => InferenceSpecification,
|
|
6331
6451
|
() => SourceAlgorithmSpecification,
|
|
@@ -6521,7 +6641,7 @@ export var DescribePipelineExecutionResponse = [
|
|
|
6521
6641
|
n0,
|
|
6522
6642
|
_DPERe,
|
|
6523
6643
|
0,
|
|
6524
|
-
[_PAi, _PEA, _PEDN, _PES, _PED, _PEC, _FR, _CT, _LMT, _CB, _LMB, _PCa, _SEC, _PVI],
|
|
6644
|
+
[_PAi, _PEA, _PEDN, _PES, _PED, _PEC, _FR, _CT, _LMT, _CB, _LMB, _PCa, _SEC, _PVI, _MLCf],
|
|
6525
6645
|
[
|
|
6526
6646
|
0,
|
|
6527
6647
|
0,
|
|
@@ -6537,6 +6657,7 @@ export var DescribePipelineExecutionResponse = [
|
|
|
6537
6657
|
() => ParallelismConfiguration,
|
|
6538
6658
|
() => SelectiveExecutionConfig,
|
|
6539
6659
|
1,
|
|
6660
|
+
() => MLflowConfiguration,
|
|
6540
6661
|
],
|
|
6541
6662
|
];
|
|
6542
6663
|
export var DescribePipelineRequest = [3, n0, _DPRes, 0, [_PNi, _PVI], [0, 1]];
|
|
@@ -6696,6 +6817,7 @@ export var DescribeTrainingJobResponse = [
|
|
|
6696
6817
|
_CCh,
|
|
6697
6818
|
_TTIS,
|
|
6698
6819
|
_BTIS,
|
|
6820
|
+
_BTC,
|
|
6699
6821
|
_DHC,
|
|
6700
6822
|
_ECxp,
|
|
6701
6823
|
_DRC,
|
|
@@ -6709,6 +6831,12 @@ export var DescribeTrainingJobResponse = [
|
|
|
6709
6831
|
_RSe,
|
|
6710
6832
|
_RDC,
|
|
6711
6833
|
_ICC,
|
|
6834
|
+
_SJC,
|
|
6835
|
+
_MCl,
|
|
6836
|
+
_MPC,
|
|
6837
|
+
_MDl,
|
|
6838
|
+
_PIrog,
|
|
6839
|
+
_OMPA,
|
|
6712
6840
|
],
|
|
6713
6841
|
[
|
|
6714
6842
|
0,
|
|
@@ -6741,6 +6869,7 @@ export var DescribeTrainingJobResponse = [
|
|
|
6741
6869
|
() => CheckpointConfig,
|
|
6742
6870
|
1,
|
|
6743
6871
|
1,
|
|
6872
|
+
1,
|
|
6744
6873
|
() => DebugHookConfig,
|
|
6745
6874
|
() => ExperimentConfig,
|
|
6746
6875
|
() => DebugRuleConfigurations,
|
|
@@ -6754,6 +6883,12 @@ export var DescribeTrainingJobResponse = [
|
|
|
6754
6883
|
() => RetryStrategy,
|
|
6755
6884
|
() => RemoteDebugConfig,
|
|
6756
6885
|
() => InfraCheckConfig,
|
|
6886
|
+
() => ServerlessJobConfig,
|
|
6887
|
+
() => MlflowConfig,
|
|
6888
|
+
() => ModelPackageConfig,
|
|
6889
|
+
() => MlflowDetails,
|
|
6890
|
+
() => TrainingProgressInfo,
|
|
6891
|
+
0,
|
|
6757
6892
|
],
|
|
6758
6893
|
];
|
|
6759
6894
|
export var DescribeTrainingPlanRequest = [3, n0, _DTPR, 0, [_TPN], [0]];
|
|
@@ -7580,6 +7715,7 @@ export var InferenceComponentDeploymentConfig = [
|
|
|
7580
7715
|
[_RUP, _ARCu],
|
|
7581
7716
|
[() => InferenceComponentRollingUpdatePolicy, () => AutoRollbackConfig],
|
|
7582
7717
|
];
|
|
7718
|
+
export var InferenceComponentMetadata = [3, n0, _ICM, 0, [_Ar], [0]];
|
|
7583
7719
|
export var InferenceComponentRollingUpdatePolicy = [
|
|
7584
7720
|
3,
|
|
7585
7721
|
n0,
|
|
@@ -7801,7 +7937,7 @@ export var LabelingJobInputConfig = [
|
|
|
7801
7937
|
n0,
|
|
7802
7938
|
_LJIC,
|
|
7803
7939
|
0,
|
|
7804
|
-
[_DS,
|
|
7940
|
+
[_DS, _DAat],
|
|
7805
7941
|
[() => LabelingJobDataSource, () => LabelingJobDataAttributes],
|
|
7806
7942
|
];
|
|
7807
7943
|
export var LabelingJobOutput = [3, n0, _LJO, 0, [_ODSU, _FALMA], [0, 0]];
|
|
@@ -7828,6 +7964,14 @@ export var LineageGroupSummary = [
|
|
|
7828
7964
|
[_LGA, _LGN, _DNi, _CT, _LMT],
|
|
7829
7965
|
[0, 0, 0, 4, 4],
|
|
7830
7966
|
];
|
|
7967
|
+
export var LineageMetadata = [
|
|
7968
|
+
3,
|
|
7969
|
+
n0,
|
|
7970
|
+
_LMi,
|
|
7971
|
+
0,
|
|
7972
|
+
[_AAc, _AArt, _CAon, _As],
|
|
7973
|
+
[128 | 0, 128 | 0, 128 | 0, () => AssociationInfoList],
|
|
7974
|
+
];
|
|
7831
7975
|
export var ListActionsRequest = [
|
|
7832
7976
|
3,
|
|
7833
7977
|
n0,
|
|
@@ -8402,6 +8546,22 @@ export var ListLineageGroupsResponse = [
|
|
|
8402
8546
|
[_LGSi, _NT],
|
|
8403
8547
|
[() => LineageGroupSummaries, 0],
|
|
8404
8548
|
];
|
|
8549
|
+
export var ListMlflowAppsRequest = [
|
|
8550
|
+
3,
|
|
8551
|
+
n0,
|
|
8552
|
+
_LMAR,
|
|
8553
|
+
0,
|
|
8554
|
+
[_CAre, _CBr, _St, _MVl, _DFDI, _ADS, _SBo, _SO, _NT, _MR],
|
|
8555
|
+
[4, 4, 0, 0, 0, 0, 0, 0, 0, 1],
|
|
8556
|
+
];
|
|
8557
|
+
export var ListMlflowAppsResponse = [
|
|
8558
|
+
3,
|
|
8559
|
+
n0,
|
|
8560
|
+
_LMARi,
|
|
8561
|
+
0,
|
|
8562
|
+
[_Sum, _NT],
|
|
8563
|
+
[() => MlflowAppSummaries, 0],
|
|
8564
|
+
];
|
|
8405
8565
|
export var ListMlflowTrackingServersRequest = [
|
|
8406
8566
|
3,
|
|
8407
8567
|
n0,
|
|
@@ -8587,11 +8747,11 @@ export var ListMonitoringAlertHistoryResponse = [
|
|
|
8587
8747
|
[_MAH, _NT],
|
|
8588
8748
|
[() => MonitoringAlertHistoryList, 0],
|
|
8589
8749
|
];
|
|
8590
|
-
export var ListMonitoringAlertsRequest = [3, n0,
|
|
8750
|
+
export var ListMonitoringAlertsRequest = [3, n0, _LMARis, 0, [_MSN, _NT, _MR], [0, 0, 1]];
|
|
8591
8751
|
export var ListMonitoringAlertsResponse = [
|
|
8592
8752
|
3,
|
|
8593
8753
|
n0,
|
|
8594
|
-
|
|
8754
|
+
_LMARist,
|
|
8595
8755
|
0,
|
|
8596
8756
|
[_MASo, _NT],
|
|
8597
8757
|
[() => MonitoringAlertSummaryList, 0],
|
|
@@ -9011,6 +9171,17 @@ export var MetricDatum = [3, n0, _MDetr, 0, [_MN, _SMN, _Va, _Set], [0, 0, 1, 0]
|
|
|
9011
9171
|
export var MetricDefinition = [3, n0, _MDetri, 0, [_N, _Reg], [0, 0]];
|
|
9012
9172
|
export var MetricsConfig = [3, n0, _MCe, 0, [_EEM, _MPFIS], [2, 1]];
|
|
9013
9173
|
export var MetricsSource = [3, n0, _MSe, 0, [_CTon, _CDon, _SUr], [0, 0, 0]];
|
|
9174
|
+
export var MlflowAppSummary = [
|
|
9175
|
+
3,
|
|
9176
|
+
n0,
|
|
9177
|
+
_MASl,
|
|
9178
|
+
0,
|
|
9179
|
+
[_Ar, _N, _St, _CT, _LMT, _MVl],
|
|
9180
|
+
[0, 0, 0, 4, 4, 0],
|
|
9181
|
+
];
|
|
9182
|
+
export var MlflowConfig = [3, n0, _MCl, 0, [_MRA, _MEN, _MRN], [0, 0, 0]];
|
|
9183
|
+
export var MLflowConfiguration = [3, n0, _MLCfl, 0, [_MRA, _MEN], [0, 0]];
|
|
9184
|
+
export var MlflowDetails = [3, n0, _MDl, 0, [_MEI, _MRI], [0, 0]];
|
|
9014
9185
|
export var Model = [
|
|
9015
9186
|
3,
|
|
9016
9187
|
n0,
|
|
@@ -9236,6 +9407,7 @@ export var ModelPackage = [
|
|
|
9236
9407
|
_MPN,
|
|
9237
9408
|
_MPGN,
|
|
9238
9409
|
_MPV,
|
|
9410
|
+
_MPRT,
|
|
9239
9411
|
_MPA,
|
|
9240
9412
|
_MPD,
|
|
9241
9413
|
_CT,
|
|
@@ -9271,6 +9443,7 @@ export var ModelPackage = [
|
|
|
9271
9443
|
1,
|
|
9272
9444
|
0,
|
|
9273
9445
|
0,
|
|
9446
|
+
0,
|
|
9274
9447
|
4,
|
|
9275
9448
|
() => InferenceSpecification,
|
|
9276
9449
|
() => SourceAlgorithmSpecification,
|
|
@@ -9299,13 +9472,30 @@ export var ModelPackage = [
|
|
|
9299
9472
|
0,
|
|
9300
9473
|
],
|
|
9301
9474
|
];
|
|
9475
|
+
export var ModelPackageConfig = [3, n0, _MPC, 0, [_MPGA, _SMPA], [0, 0]];
|
|
9302
9476
|
export var ModelPackageContainerDefinition = [
|
|
9303
9477
|
3,
|
|
9304
9478
|
n0,
|
|
9305
9479
|
_MPCD,
|
|
9306
9480
|
0,
|
|
9307
|
-
[_CH, _I, _ID, _MDU, _MDS, _PIrod, _E, _MIod, _Fr, _FV, _NMN, _ASDS, _MDET],
|
|
9308
|
-
[
|
|
9481
|
+
[_CH, _I, _ID, _MDU, _MDS, _PIrod, _E, _MIod, _Fr, _FV, _NMN, _ASDS, _MDET, _ICs, _BM],
|
|
9482
|
+
[
|
|
9483
|
+
0,
|
|
9484
|
+
0,
|
|
9485
|
+
0,
|
|
9486
|
+
0,
|
|
9487
|
+
() => ModelDataSource,
|
|
9488
|
+
0,
|
|
9489
|
+
128 | 0,
|
|
9490
|
+
() => ModelInput,
|
|
9491
|
+
0,
|
|
9492
|
+
0,
|
|
9493
|
+
0,
|
|
9494
|
+
() => AdditionalS3DataSource,
|
|
9495
|
+
0,
|
|
9496
|
+
2,
|
|
9497
|
+
() => BaseModel,
|
|
9498
|
+
],
|
|
9309
9499
|
];
|
|
9310
9500
|
export var ModelPackageGroup = [
|
|
9311
9501
|
3,
|
|
@@ -9346,8 +9536,8 @@ export var ModelPackageSummary = [
|
|
|
9346
9536
|
n0,
|
|
9347
9537
|
_MPSod,
|
|
9348
9538
|
0,
|
|
9349
|
-
[_MPN, _MPGN, _MPV, _MPA, _MPD, _CT, _MPSo, _MAS, _MLC],
|
|
9350
|
-
[0, 0, 1, 0, 0, 4, 0, 0, () => ModelLifeCycle],
|
|
9539
|
+
[_MPN, _MPGN, _MPV, _MPA, _MPD, _CT, _MPSo, _MAS, _MLC, _MPRT],
|
|
9540
|
+
[0, 0, 1, 0, 0, 4, 0, 0, () => ModelLifeCycle, 0],
|
|
9351
9541
|
];
|
|
9352
9542
|
export var ModelPackageValidationProfile = [
|
|
9353
9543
|
3,
|
|
@@ -9800,7 +9990,30 @@ export var PipelineExecutionStepMetadata = [
|
|
|
9800
9990
|
n0,
|
|
9801
9991
|
_PESM,
|
|
9802
9992
|
0,
|
|
9803
|
-
[
|
|
9993
|
+
[
|
|
9994
|
+
_TJ,
|
|
9995
|
+
_PJ,
|
|
9996
|
+
_TJr,
|
|
9997
|
+
_TJu,
|
|
9998
|
+
_Mod,
|
|
9999
|
+
_RMe,
|
|
10000
|
+
_Cond,
|
|
10001
|
+
_Cal,
|
|
10002
|
+
_Lam,
|
|
10003
|
+
_EMR,
|
|
10004
|
+
_QC,
|
|
10005
|
+
_CCla,
|
|
10006
|
+
_Fa,
|
|
10007
|
+
_AMLJ,
|
|
10008
|
+
_En,
|
|
10009
|
+
_ECndpo,
|
|
10010
|
+
_BCM,
|
|
10011
|
+
_BCMD,
|
|
10012
|
+
_BPMT,
|
|
10013
|
+
_BMI,
|
|
10014
|
+
_ICnfe,
|
|
10015
|
+
_Lin,
|
|
10016
|
+
],
|
|
9804
10017
|
[
|
|
9805
10018
|
() => TrainingJobStepMetadata,
|
|
9806
10019
|
() => ProcessingJobStepMetadata,
|
|
@@ -9818,6 +10031,12 @@ export var PipelineExecutionStepMetadata = [
|
|
|
9818
10031
|
() => AutoMLJobStepMetadata,
|
|
9819
10032
|
() => EndpointStepMetadata,
|
|
9820
10033
|
() => EndpointConfigStepMetadata,
|
|
10034
|
+
() => BedrockCustomModelMetadata,
|
|
10035
|
+
() => BedrockCustomModelDeploymentMetadata,
|
|
10036
|
+
() => BedrockProvisionedModelThroughputMetadata,
|
|
10037
|
+
() => BedrockModelImportMetadata,
|
|
10038
|
+
() => InferenceComponentMetadata,
|
|
10039
|
+
() => LineageMetadata,
|
|
9821
10040
|
],
|
|
9822
10041
|
];
|
|
9823
10042
|
export var PipelineExecutionSummary = [
|
|
@@ -9975,13 +10194,20 @@ export var ProductionVariant = [
|
|
|
9975
10194
|
() => ProductionVariantCapacityReservationConfig,
|
|
9976
10195
|
],
|
|
9977
10196
|
];
|
|
9978
|
-
export var ProductionVariantCapacityReservationConfig = [
|
|
10197
|
+
export var ProductionVariantCapacityReservationConfig = [
|
|
10198
|
+
3,
|
|
10199
|
+
n0,
|
|
10200
|
+
_PVCRC,
|
|
10201
|
+
0,
|
|
10202
|
+
[_CRP, _MRAl],
|
|
10203
|
+
[0, 0],
|
|
10204
|
+
];
|
|
9979
10205
|
export var ProductionVariantCapacityReservationSummary = [
|
|
9980
10206
|
3,
|
|
9981
10207
|
n0,
|
|
9982
10208
|
_PVCRS,
|
|
9983
10209
|
0,
|
|
9984
|
-
[
|
|
10210
|
+
[_MRAl, _CRP, _TICo, _AICv, _UBCE, _ECRc],
|
|
9985
10211
|
[0, 0, 1, 1, 1, () => Ec2CapacityReservationsList],
|
|
9986
10212
|
];
|
|
9987
10213
|
export var ProductionVariantCoreDumpConfig = [3, n0, _PVCDC, 0, [_DSU, _KKI], [0, 0]];
|
|
@@ -10492,6 +10718,14 @@ export var SendPipelineExecutionStepSuccessRequest = [
|
|
|
10492
10718
|
[0, () => OutputParameterList, [0, 4]],
|
|
10493
10719
|
];
|
|
10494
10720
|
export var SendPipelineExecutionStepSuccessResponse = [3, n0, _SPESSRe, 0, [_PEA], [0]];
|
|
10721
|
+
export var ServerlessJobConfig = [
|
|
10722
|
+
3,
|
|
10723
|
+
n0,
|
|
10724
|
+
_SJC,
|
|
10725
|
+
0,
|
|
10726
|
+
[_BMA, _AEc, _JT, _CTus, _Pef, _ETva, _EAv],
|
|
10727
|
+
[0, 2, 0, 0, 0, 0, 0],
|
|
10728
|
+
];
|
|
10495
10729
|
export var ServiceCatalogProvisionedProductDetails = [3, n0, _SCPPD, 0, [_PPIro, _PPSM], [0, 0]];
|
|
10496
10730
|
export var ServiceCatalogProvisioningDetails = [
|
|
10497
10731
|
3,
|
|
@@ -10599,8 +10833,8 @@ export var StartPipelineExecutionRequest = [
|
|
|
10599
10833
|
n0,
|
|
10600
10834
|
_SPER,
|
|
10601
10835
|
0,
|
|
10602
|
-
[_PNi, _PEDN, _PP, _PED, _CRT, _PCa, _SEC, _PVI],
|
|
10603
|
-
[0, 0, () => ParameterList, 0, [0, 4], () => ParallelismConfiguration, () => SelectiveExecutionConfig, 1],
|
|
10836
|
+
[_PNi, _PEDN, _PP, _PED, _CRT, _PCa, _SEC, _PVI, _MEN],
|
|
10837
|
+
[0, 0, () => ParameterList, 0, [0, 4], () => ParallelismConfiguration, () => SelectiveExecutionConfig, 1, 0],
|
|
10604
10838
|
];
|
|
10605
10839
|
export var StartPipelineExecutionResponse = [3, n0, _SPERt, 0, [_PEA], [0]];
|
|
10606
10840
|
export var StartSessionRequest = [3, n0, _SSR, 0, [_RIes], [0]];
|
|
@@ -10807,6 +11041,8 @@ export var TrainingJob = [
|
|
|
10807
11041
|
_DRC,
|
|
10808
11042
|
_TBOC,
|
|
10809
11043
|
_DRESe,
|
|
11044
|
+
_OMPA,
|
|
11045
|
+
_MPC,
|
|
10810
11046
|
_PCr,
|
|
10811
11047
|
_E,
|
|
10812
11048
|
_RSe,
|
|
@@ -10847,6 +11083,8 @@ export var TrainingJob = [
|
|
|
10847
11083
|
() => DebugRuleConfigurations,
|
|
10848
11084
|
() => TensorBoardOutputConfig,
|
|
10849
11085
|
() => DebugRuleEvaluationStatuses,
|
|
11086
|
+
0,
|
|
11087
|
+
() => ModelPackageConfig,
|
|
10850
11088
|
() => ProfilerConfig,
|
|
10851
11089
|
128 | 0,
|
|
10852
11090
|
() => RetryStrategy,
|
|
@@ -10895,6 +11133,7 @@ export var TrainingPlanSummary = [
|
|
|
10895
11133
|
[_TPA, _TPN, _St, _SM, _DH, _DM, _STt, _ETn, _UF, _CCur, _TICo, _AICv, _IUIC, _TUSC, _TRa, _RCS],
|
|
10896
11134
|
[0, 0, 0, 0, 1, 1, 4, 4, 0, 0, 1, 1, 1, 1, 64 | 0, () => ReservedCapacitySummaries],
|
|
10897
11135
|
];
|
|
11136
|
+
export var TrainingProgressInfo = [3, n0, _TPI, 0, [_TSCPE, _CSu, _CEur, _MEa], [1, 1, 1, 1]];
|
|
10898
11137
|
export var TrainingRepositoryAuthConfig = [3, n0, _TRAC, 0, [_TRCPA], [0]];
|
|
10899
11138
|
export var TrainingSpecification = [
|
|
10900
11139
|
3,
|
|
@@ -11377,6 +11616,15 @@ export var UpdateInferenceExperimentRequest = [
|
|
|
11377
11616
|
],
|
|
11378
11617
|
];
|
|
11379
11618
|
export var UpdateInferenceExperimentResponse = [3, n0, _UIERp, 0, [_IEA], [0]];
|
|
11619
|
+
export var UpdateMlflowAppRequest = [
|
|
11620
|
+
3,
|
|
11621
|
+
n0,
|
|
11622
|
+
_UMAR,
|
|
11623
|
+
0,
|
|
11624
|
+
[_Ar, _N, _ASU, _MRM, _WMWS, _DDIL, _ADS],
|
|
11625
|
+
[0, 0, 0, 0, 0, 64 | 0, 0],
|
|
11626
|
+
];
|
|
11627
|
+
export var UpdateMlflowAppResponse = [3, n0, _UMARp, 0, [_Ar], [0]];
|
|
11380
11628
|
export var UpdateMlflowTrackingServerRequest = [
|
|
11381
11629
|
3,
|
|
11382
11630
|
n0,
|
|
@@ -11400,11 +11648,12 @@ export var UpdateModelPackageInput = [
|
|
|
11400
11648
|
n0,
|
|
11401
11649
|
_UMPI,
|
|
11402
11650
|
0,
|
|
11403
|
-
[_MPA, _MAS, _ADpp, _CMP, _CMPTR, _AISTA, _ISn, _SU, _MCod, _MLC, _CTl],
|
|
11651
|
+
[_MPA, _MAS, _MPRT, _ADpp, _CMP, _CMPTR, _AISTA, _ISn, _SU, _MCod, _MLC, _CTl],
|
|
11404
11652
|
[
|
|
11405
11653
|
0,
|
|
11406
11654
|
0,
|
|
11407
11655
|
0,
|
|
11656
|
+
0,
|
|
11408
11657
|
128 | 0,
|
|
11409
11658
|
64 | 0,
|
|
11410
11659
|
() => AdditionalInferenceSpecifications,
|
|
@@ -11419,12 +11668,12 @@ export var UpdateModelPackageOutput = [3, n0, _UMPO, 0, [_MPA], [0]];
|
|
|
11419
11668
|
export var UpdateMonitoringAlertRequest = [
|
|
11420
11669
|
3,
|
|
11421
11670
|
n0,
|
|
11422
|
-
|
|
11671
|
+
_UMARpd,
|
|
11423
11672
|
0,
|
|
11424
11673
|
[_MSN, _MAN, _DTA, _EPv],
|
|
11425
11674
|
[0, 0, 1, 1],
|
|
11426
11675
|
];
|
|
11427
|
-
export var UpdateMonitoringAlertResponse = [3, n0,
|
|
11676
|
+
export var UpdateMonitoringAlertResponse = [3, n0, _UMARpda, 0, [_MSA, _MAN], [0, 0]];
|
|
11428
11677
|
export var UpdateMonitoringScheduleRequest = [
|
|
11429
11678
|
3,
|
|
11430
11679
|
n0,
|
|
@@ -11710,6 +11959,7 @@ export var AppList = [1, n0, _ALp, 0, () => AppDetails];
|
|
|
11710
11959
|
export var ArtifactSourceTypes = [1, n0, _ASTr, 0, () => ArtifactSourceType];
|
|
11711
11960
|
export var ArtifactSummaries = [1, n0, _ASrti, 0, () => ArtifactSummary];
|
|
11712
11961
|
export var AssignedGroupPatternsList = 64 | 0;
|
|
11962
|
+
export var AssociationInfoList = [1, n0, _AIL, 0, () => AssociationInfo];
|
|
11713
11963
|
export var AssociationSummaries = [1, n0, _ASss, 0, () => AssociationSummary];
|
|
11714
11964
|
export var AssumableRoleArns = 64 | 0;
|
|
11715
11965
|
export var AsyncNotificationTopicTypeList = 64 | 0;
|
|
@@ -11830,6 +12080,7 @@ export var CustomImageContainerEntrypoint = 64 | 0;
|
|
|
11830
12080
|
export var CustomImages = [1, n0, _CI, 0, () => CustomImage];
|
|
11831
12081
|
export var DebugRuleConfigurations = [1, n0, _DRC, 0, () => DebugRuleConfiguration];
|
|
11832
12082
|
export var DebugRuleEvaluationStatuses = [1, n0, _DRESe, 0, () => DebugRuleEvaluationStatus];
|
|
12083
|
+
export var DefaultDomainIdList = 64 | 0;
|
|
11833
12084
|
export var DeployedImages = [1, n0, _DIep, 0, () => DeployedImage];
|
|
11834
12085
|
export var DeploymentStages = [1, n0, _DSepl, 0, () => DeploymentStage];
|
|
11835
12086
|
export var DeploymentStageStatusSummaries = [1, n0, _DSSSep, 0, () => DeploymentStageStatusSummary];
|
|
@@ -11957,6 +12208,7 @@ export var ListTrialComponentKey256 = 64 | 0;
|
|
|
11957
12208
|
export var MemberDefinitions = [1, n0, _MDe, 0, () => MemberDefinition];
|
|
11958
12209
|
export var MetricDataList = [1, n0, _MDL, 0, () => MetricDatum];
|
|
11959
12210
|
export var MetricDefinitionList = [1, n0, _MDLe, 0, () => MetricDefinition];
|
|
12211
|
+
export var MlflowAppSummaries = [1, n0, _MASlf, 0, () => MlflowAppSummary];
|
|
11960
12212
|
export var ModelCardExportJobSummaryList = [1, n0, _MCEJSL, 0, () => ModelCardExportJobSummary];
|
|
11961
12213
|
export var ModelCardSummaryList = [1, n0, _MCSL, 0, () => ModelCardSummary];
|
|
11962
12214
|
export var ModelCardVersionSummaryList = [1, n0, _MCVSL, 0, () => ModelCardVersionSummary];
|
|
@@ -12168,6 +12420,7 @@ export var HookParameters = 128 | 0;
|
|
|
12168
12420
|
export var HyperParameters = 128 | 0;
|
|
12169
12421
|
export var HyperParameterTrainingJobEnvironmentMap = 128 | 0;
|
|
12170
12422
|
export var LineageEntityParameters = 128 | 0;
|
|
12423
|
+
export var MapString2048 = 128 | 0;
|
|
12171
12424
|
export var ModelPackageSummaries = [2, n0, _MPS, 0, 0, () => BatchDescribeModelPackageSummary];
|
|
12172
12425
|
export var ModelVariantActionMap = 128 | 0;
|
|
12173
12426
|
export var MonitoringEnvironmentMap = 128 | 0;
|
|
@@ -12584,6 +12837,14 @@ export var CreateLabelingJob = [
|
|
|
12584
12837
|
() => CreateLabelingJobRequest,
|
|
12585
12838
|
() => CreateLabelingJobResponse,
|
|
12586
12839
|
];
|
|
12840
|
+
export var CreateMlflowApp = [
|
|
12841
|
+
9,
|
|
12842
|
+
n0,
|
|
12843
|
+
_CMA,
|
|
12844
|
+
0,
|
|
12845
|
+
() => CreateMlflowAppRequest,
|
|
12846
|
+
() => CreateMlflowAppResponse,
|
|
12847
|
+
];
|
|
12587
12848
|
export var CreateMlflowTrackingServer = [
|
|
12588
12849
|
9,
|
|
12589
12850
|
n0,
|
|
@@ -12713,6 +12974,14 @@ export var CreatePresignedDomainUrl = [
|
|
|
12713
12974
|
() => CreatePresignedDomainUrlRequest,
|
|
12714
12975
|
() => CreatePresignedDomainUrlResponse,
|
|
12715
12976
|
];
|
|
12977
|
+
export var CreatePresignedMlflowAppUrl = [
|
|
12978
|
+
9,
|
|
12979
|
+
n0,
|
|
12980
|
+
_CPMAU,
|
|
12981
|
+
0,
|
|
12982
|
+
() => CreatePresignedMlflowAppUrlRequest,
|
|
12983
|
+
() => CreatePresignedMlflowAppUrlResponse,
|
|
12984
|
+
];
|
|
12716
12985
|
export var CreatePresignedMlflowTrackingServerUrl = [
|
|
12717
12986
|
9,
|
|
12718
12987
|
n0,
|
|
@@ -12989,6 +13258,14 @@ export var DeleteInferenceExperiment = [
|
|
|
12989
13258
|
() => DeleteInferenceExperimentRequest,
|
|
12990
13259
|
() => DeleteInferenceExperimentResponse,
|
|
12991
13260
|
];
|
|
13261
|
+
export var DeleteMlflowApp = [
|
|
13262
|
+
9,
|
|
13263
|
+
n0,
|
|
13264
|
+
_DMA,
|
|
13265
|
+
0,
|
|
13266
|
+
() => DeleteMlflowAppRequest,
|
|
13267
|
+
() => DeleteMlflowAppResponse,
|
|
13268
|
+
];
|
|
12992
13269
|
export var DeleteMlflowTrackingServer = [
|
|
12993
13270
|
9,
|
|
12994
13271
|
n0,
|
|
@@ -13432,6 +13709,14 @@ export var DescribeLineageGroup = [
|
|
|
13432
13709
|
() => DescribeLineageGroupRequest,
|
|
13433
13710
|
() => DescribeLineageGroupResponse,
|
|
13434
13711
|
];
|
|
13712
|
+
export var DescribeMlflowApp = [
|
|
13713
|
+
9,
|
|
13714
|
+
n0,
|
|
13715
|
+
_DMAe,
|
|
13716
|
+
0,
|
|
13717
|
+
() => DescribeMlflowAppRequest,
|
|
13718
|
+
() => DescribeMlflowAppResponse,
|
|
13719
|
+
];
|
|
13435
13720
|
export var DescribeMlflowTrackingServer = [
|
|
13436
13721
|
9,
|
|
13437
13722
|
n0,
|
|
@@ -14048,6 +14333,14 @@ export var ListLineageGroups = [
|
|
|
14048
14333
|
() => ListLineageGroupsRequest,
|
|
14049
14334
|
() => ListLineageGroupsResponse,
|
|
14050
14335
|
];
|
|
14336
|
+
export var ListMlflowApps = [
|
|
14337
|
+
9,
|
|
14338
|
+
n0,
|
|
14339
|
+
_LMAi,
|
|
14340
|
+
0,
|
|
14341
|
+
() => ListMlflowAppsRequest,
|
|
14342
|
+
() => ListMlflowAppsResponse,
|
|
14343
|
+
];
|
|
14051
14344
|
export var ListMlflowTrackingServers = [
|
|
14052
14345
|
9,
|
|
14053
14346
|
n0,
|
|
@@ -14128,7 +14421,7 @@ export var ListModelQualityJobDefinitions = [
|
|
|
14128
14421
|
() => ListModelQualityJobDefinitionsRequest,
|
|
14129
14422
|
() => ListModelQualityJobDefinitionsResponse,
|
|
14130
14423
|
];
|
|
14131
|
-
export var ListModels = [9, n0,
|
|
14424
|
+
export var ListModels = [9, n0, _LMis, 0, () => ListModelsInput, () => ListModelsOutput];
|
|
14132
14425
|
export var ListMonitoringAlertHistory = [
|
|
14133
14426
|
9,
|
|
14134
14427
|
n0,
|
|
@@ -14140,7 +14433,7 @@ export var ListMonitoringAlertHistory = [
|
|
|
14140
14433
|
export var ListMonitoringAlerts = [
|
|
14141
14434
|
9,
|
|
14142
14435
|
n0,
|
|
14143
|
-
|
|
14436
|
+
_LMAis,
|
|
14144
14437
|
0,
|
|
14145
14438
|
() => ListMonitoringAlertsRequest,
|
|
14146
14439
|
() => ListMonitoringAlertsResponse,
|
|
@@ -14707,6 +15000,14 @@ export var UpdateInferenceExperiment = [
|
|
|
14707
15000
|
() => UpdateInferenceExperimentRequest,
|
|
14708
15001
|
() => UpdateInferenceExperimentResponse,
|
|
14709
15002
|
];
|
|
15003
|
+
export var UpdateMlflowApp = [
|
|
15004
|
+
9,
|
|
15005
|
+
n0,
|
|
15006
|
+
_UMA,
|
|
15007
|
+
0,
|
|
15008
|
+
() => UpdateMlflowAppRequest,
|
|
15009
|
+
() => UpdateMlflowAppResponse,
|
|
15010
|
+
];
|
|
14710
15011
|
export var UpdateMlflowTrackingServer = [
|
|
14711
15012
|
9,
|
|
14712
15013
|
n0,
|
|
@@ -14734,7 +15035,7 @@ export var UpdateModelPackage = [
|
|
|
14734
15035
|
export var UpdateMonitoringAlert = [
|
|
14735
15036
|
9,
|
|
14736
15037
|
n0,
|
|
14737
|
-
|
|
15038
|
+
_UMAp,
|
|
14738
15039
|
0,
|
|
14739
15040
|
() => UpdateMonitoringAlertRequest,
|
|
14740
15041
|
() => UpdateMonitoringAlertResponse,
|