@aws-sdk/client-sagemaker 3.1033.0 → 3.1035.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 +98 -0
- package/dist-cjs/index.js +317 -8
- package/dist-cjs/schemas/schemas_0.js +718 -214
- package/dist-es/SageMaker.js +34 -0
- package/dist-es/commands/CreateAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/CreateAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/CreateAIWorkloadConfigCommand.js +16 -0
- package/dist-es/commands/DeleteAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/DeleteAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/DeleteAIWorkloadConfigCommand.js +16 -0
- package/dist-es/commands/DescribeAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/DescribeAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/DescribeAIWorkloadConfigCommand.js +16 -0
- package/dist-es/commands/ListAIBenchmarkJobsCommand.js +16 -0
- package/dist-es/commands/ListAIRecommendationJobsCommand.js +16 -0
- package/dist-es/commands/ListAIWorkloadConfigsCommand.js +16 -0
- package/dist-es/commands/StopAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/StopAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/index.js +14 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +99 -8
- package/dist-es/models/models_5.js +1 -0
- package/dist-es/pagination/ListAIBenchmarkJobsPaginator.js +4 -0
- package/dist-es/pagination/ListAIRecommendationJobsPaginator.js +4 -0
- package/dist-es/pagination/ListAIWorkloadConfigsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +679 -177
- package/dist-types/SageMaker.d.ts +122 -0
- package/dist-types/SageMakerClient.d.ts +16 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +19 -0
- package/dist-types/commands/CreateAIBenchmarkJobCommand.d.ts +115 -0
- package/dist-types/commands/CreateAIRecommendationJobCommand.d.ts +122 -0
- package/dist-types/commands/CreateAIWorkloadConfigCommand.d.ts +103 -0
- package/dist-types/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +21 -4
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +1 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +1 -2
- package/dist-types/commands/CreateModelPackageCommand.d.ts +25 -0
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartnerAppCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAIBenchmarkJobCommand.d.ts +77 -0
- package/dist-types/commands/DeleteAIRecommendationJobCommand.d.ts +77 -0
- package/dist-types/commands/DeleteAIWorkloadConfigCommand.d.ts +80 -0
- package/dist-types/commands/DescribeAIBenchmarkJobCommand.d.ts +121 -0
- package/dist-types/commands/DescribeAIRecommendationJobCommand.d.ts +170 -0
- package/dist-types/commands/DescribeAIWorkloadConfigCommand.d.ts +102 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +20 -3
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMlflowAppCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +26 -1
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribePartnerAppCommand.d.ts +1 -2
- package/dist-types/commands/ListAIBenchmarkJobsCommand.d.ts +91 -0
- package/dist-types/commands/ListAIRecommendationJobsCommand.d.ts +90 -0
- package/dist-types/commands/ListAIWorkloadConfigsCommand.d.ts +87 -0
- package/dist-types/commands/ListModelCardVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListOptimizationJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListPartnerAppsCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -2
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +27 -35
- package/dist-types/commands/StopAIBenchmarkJobCommand.d.ts +77 -0
- package/dist-types/commands/StopAIRecommendationJobCommand.d.ts +77 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +26 -14
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +187 -16
- package/dist-types/models/models_0.d.ts +3225 -3460
- package/dist-types/models/models_1.d.ts +3498 -3293
- package/dist-types/models/models_2.d.ts +3410 -4095
- package/dist-types/models/models_3.d.ts +4524 -4193
- package/dist-types/models/models_4.d.ts +1679 -76
- package/dist-types/models/models_5.d.ts +74 -0
- package/dist-types/pagination/ListAIBenchmarkJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAIRecommendationJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAIWorkloadConfigsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +74 -0
- package/dist-types/ts3.4/SageMaker.d.ts +262 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +84 -0
- package/dist-types/ts3.4/commands/CreateAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAIWorkloadConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAutoMLJobV2Command.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterSchedulerConfigCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreatePartnerAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAIWorkloadConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAIWorkloadConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOptimizationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePartnerAppCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListAIBenchmarkJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAIRecommendationJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAIWorkloadConfigsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListModelCardVersionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOptimizationJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPartnerAppsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +123 -12
- package/dist-types/ts3.4/models/models_0.d.ts +218 -242
- package/dist-types/ts3.4/models/models_1.d.ts +296 -217
- package/dist-types/ts3.4/models/models_2.d.ts +303 -488
- package/dist-types/ts3.4/models/models_3.d.ts +535 -426
- package/dist-types/ts3.4/models/models_4.d.ts +431 -42
- package/dist-types/ts3.4/models/models_5.d.ts +24 -0
- package/dist-types/ts3.4/pagination/ListAIBenchmarkJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAIRecommendationJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAIWorkloadConfigsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +74 -0
- package/package.json +19 -19
|
@@ -40,21 +40,74 @@ const _AFRA = "AmazonForecastRoleArn";
|
|
|
40
40
|
const _AGEN = "AutoGenerateEndpointName";
|
|
41
41
|
const _AGP = "AssignedGroupPatterns";
|
|
42
42
|
const _AI = "AssociationInfo";
|
|
43
|
+
const _AIBE = "AIBenchmarkEndpoint";
|
|
44
|
+
const _AIBIC = "AIBenchmarkInferenceComponent";
|
|
45
|
+
const _AIBICL = "AIBenchmarkInferenceComponentList";
|
|
46
|
+
const _AIBJ = "AIBenchmarkJobs";
|
|
47
|
+
const _AIBJA = "AIBenchmarkJobArn";
|
|
48
|
+
const _AIBJN = "AIBenchmarkJobName";
|
|
49
|
+
const _AIBJS = "AIBenchmarkJobSummary";
|
|
50
|
+
const _AIBJSL = "AIBenchmarkJobSummaryList";
|
|
51
|
+
const _AIBJSe = "AIBenchmarkJobStatus";
|
|
52
|
+
const _AIBNC = "AIBenchmarkNetworkConfig";
|
|
53
|
+
const _AIBOC = "AIBenchmarkOutputConfig";
|
|
54
|
+
const _AIBOR = "AIBenchmarkOutputResult";
|
|
55
|
+
const _AIBT = "AIBenchmarkTarget";
|
|
43
56
|
const _AIC = "AsyncInferenceConfig";
|
|
44
57
|
const _AICA = "AppImageConfigArn";
|
|
45
58
|
const _AICC = "AsyncInferenceClientConfig";
|
|
46
59
|
const _AICD = "AppImageConfigDetails";
|
|
47
60
|
const _AICL = "AppImageConfigList";
|
|
48
61
|
const _AICN = "AppImageConfigName";
|
|
62
|
+
const _AICRC = "AICapacityReservationConfig";
|
|
63
|
+
const _AICWL = "AICloudWatchLogs";
|
|
64
|
+
const _AICWLL = "AICloudWatchLogsList";
|
|
49
65
|
const _AICp = "AppImageConfigs";
|
|
50
66
|
const _AICv = "AvailableInstanceCount";
|
|
67
|
+
const _AIDC = "AIDatasetConfig";
|
|
51
68
|
const _AIL = "AssociationInfoList";
|
|
69
|
+
const _AIMS = "AIModelSource";
|
|
70
|
+
const _AIMSS = "AIModelSourceS3";
|
|
52
71
|
const _AINC = "AsyncInferenceNotificationConfig";
|
|
53
72
|
const _AIOC = "AsyncInferenceOutputConfig";
|
|
73
|
+
const _AIR = "AIRecommendation";
|
|
74
|
+
const _AIRC = "AIRecommendationConstraint";
|
|
75
|
+
const _AIRCL = "AIRecommendationConstraintList";
|
|
76
|
+
const _AIRCS = "AIRecommendationComputeSpec";
|
|
77
|
+
const _AIRDC = "AIRecommendationDeploymentConfiguration";
|
|
78
|
+
const _AIRDSC = "AIRecommendationDeploymentS3Channel";
|
|
79
|
+
const _AIRDSCL = "AIRecommendationDeploymentS3ChannelList";
|
|
80
|
+
const _AIRID = "AIRecommendationInstanceDetail";
|
|
81
|
+
const _AIRIDL = "AIRecommendationInstanceDetailList";
|
|
82
|
+
const _AIRIS = "AIRecommendationInferenceSpecification";
|
|
83
|
+
const _AIRJ = "AIRecommendationJobs";
|
|
84
|
+
const _AIRJA = "AIRecommendationJobArn";
|
|
85
|
+
const _AIRJN = "AIRecommendationJobName";
|
|
86
|
+
const _AIRJS = "AIRecommendationJobSummary";
|
|
87
|
+
const _AIRJSL = "AIRecommendationJobSummaryList";
|
|
88
|
+
const _AIRJSe = "AIRecommendationJobStatus";
|
|
89
|
+
const _AIRL = "AIRecommendationList";
|
|
90
|
+
const _AIRMD = "AIRecommendationModelDetails";
|
|
91
|
+
const _AIROC = "AIRecommendationOutputConfig";
|
|
92
|
+
const _AIROD = "AIRecommendationOptimizationDetail";
|
|
93
|
+
const _AIRODL = "AIRecommendationOptimizationDetailList";
|
|
94
|
+
const _AIROR = "AIRecommendationOutputResult";
|
|
95
|
+
const _AIRPM = "AIRecommendationPerformanceMetric";
|
|
96
|
+
const _AIRPT = "AIRecommendationPerformanceTarget";
|
|
54
97
|
const _AIS = "AdditionalInferenceSpecifications";
|
|
55
98
|
const _AISD = "AdditionalInferenceSpecificationDefinition";
|
|
56
99
|
const _AISTA = "AdditionalInferenceSpecificationsToAdd";
|
|
57
100
|
const _AIU = "AmountInUsd";
|
|
101
|
+
const _AIWC = "AIWorkloadConfigs";
|
|
102
|
+
const _AIWCA = "AIWorkloadConfigArn";
|
|
103
|
+
const _AIWCI = "AIWorkloadConfigIdentifier";
|
|
104
|
+
const _AIWCN = "AIWorkloadConfigName";
|
|
105
|
+
const _AIWCS = "AIWorkloadConfigSummary";
|
|
106
|
+
const _AIWCSL = "AIWorkloadConfigSummaryList";
|
|
107
|
+
const _AIWDS = "AIWorkloadDataSource";
|
|
108
|
+
const _AIWIDC = "AIWorkloadInputDataConfig";
|
|
109
|
+
const _AIWIDCL = "AIWorkloadInputDataConfigList";
|
|
110
|
+
const _AIWSDS = "AIWorkloadS3DataSource";
|
|
58
111
|
const _AL = "AlarmList";
|
|
59
112
|
const _ALM = "AppLifecycleManagement";
|
|
60
113
|
const _ALp = "AppList";
|
|
@@ -257,6 +310,7 @@ const _BRCNRatc = "BatchReplaceClusterNodesResponse";
|
|
|
257
310
|
const _BRCNa = "BatchReplaceClusterNodes";
|
|
258
311
|
const _BRl = "BlockedReason";
|
|
259
312
|
const _BS = "BatchStrategy";
|
|
313
|
+
const _BT = "BenchmarkTarget";
|
|
260
314
|
const _BTC = "BillableTokenCount";
|
|
261
315
|
const _BTI = "BatchTransformInput";
|
|
262
316
|
const _BTIS = "BillableTimeInSeconds";
|
|
@@ -270,9 +324,18 @@ const _C = "Count";
|
|
|
270
324
|
const _CA = "ContainerArguments";
|
|
271
325
|
const _CAFO = "CrossAccountFilterOption";
|
|
272
326
|
const _CAI = "CreateAlgorithmInput";
|
|
327
|
+
const _CAIBJ = "CreateAIBenchmarkJob";
|
|
328
|
+
const _CAIBJR = "CreateAIBenchmarkJobRequest";
|
|
329
|
+
const _CAIBJRr = "CreateAIBenchmarkJobResponse";
|
|
273
330
|
const _CAIC = "CreateAppImageConfig";
|
|
274
331
|
const _CAICR = "CreateAppImageConfigRequest";
|
|
275
332
|
const _CAICRr = "CreateAppImageConfigResponse";
|
|
333
|
+
const _CAIRJ = "CreateAIRecommendationJob";
|
|
334
|
+
const _CAIRJR = "CreateAIRecommendationJobRequest";
|
|
335
|
+
const _CAIRJRr = "CreateAIRecommendationJobResponse";
|
|
336
|
+
const _CAIWC = "CreateAIWorkloadConfig";
|
|
337
|
+
const _CAIWCR = "CreateAIWorkloadConfigRequest";
|
|
338
|
+
const _CAIWCRr = "CreateAIWorkloadConfigResponse";
|
|
276
339
|
const _CAL = "CandidateArtifactLocations";
|
|
277
340
|
const _CAMLJ = "CreateAutoMLJob";
|
|
278
341
|
const _CAMLJR = "CreateAutoMLJobRequest";
|
|
@@ -309,6 +372,7 @@ const _CCC = "CurrentCopyCount";
|
|
|
309
372
|
const _CCJ = "CreateCompilationJob";
|
|
310
373
|
const _CCJR = "CreateCompilationJobRequest";
|
|
311
374
|
const _CCJRr = "CreateCompilationJobResponse";
|
|
375
|
+
const _CCPI = "CopyCountPerInstance";
|
|
312
376
|
const _CCQ = "CreateComputeQuota";
|
|
313
377
|
const _CCQR = "CreateComputeQuotaRequest";
|
|
314
378
|
const _CCQRr = "CreateComputeQuotaResponse";
|
|
@@ -663,6 +727,7 @@ const _CSl = "ClusterSummary";
|
|
|
663
727
|
const _CSlu = "ClusterStatus";
|
|
664
728
|
const _CSlus = "ClusterSummaries";
|
|
665
729
|
const _CSo = "ContextSource";
|
|
730
|
+
const _CSom = "ComputeSpec";
|
|
666
731
|
const _CSon = "ContextSummary";
|
|
667
732
|
const _CSont = "ContextSummaries";
|
|
668
733
|
const _CSonte = "ContentSha256";
|
|
@@ -717,6 +782,7 @@ const _CUTP = "CfnUpdateTemplateProvider";
|
|
|
717
782
|
const _CUp = "CpuUtilization";
|
|
718
783
|
const _CVED = "CurrentVersionEolDate";
|
|
719
784
|
const _CW = "CurrentWeight";
|
|
785
|
+
const _CWL = "CloudWatchLogs";
|
|
720
786
|
const _CWR = "CreateWorkforceRequest";
|
|
721
787
|
const _CWRr = "CreateWorkforceResponse";
|
|
722
788
|
const _CWRre = "CreateWorkteamRequest";
|
|
@@ -733,10 +799,10 @@ const _Cl = "Cluster";
|
|
|
733
799
|
const _Co = "Containers";
|
|
734
800
|
const _Cod = "Code";
|
|
735
801
|
const _Com = "Completed";
|
|
736
|
-
const _Con = "
|
|
802
|
+
const _Con = "Constraints";
|
|
737
803
|
const _Cond = "Condition";
|
|
738
|
-
const
|
|
739
|
-
const
|
|
804
|
+
const _Cont = "Content";
|
|
805
|
+
const _Conta = "Container";
|
|
740
806
|
const _Cs = "Csv";
|
|
741
807
|
const _Cu = "Customized";
|
|
742
808
|
const _D = "Description";
|
|
@@ -744,11 +810,29 @@ const _DA = "DestinationArn";
|
|
|
744
810
|
const _DACR = "DisassociateAdditionalCodeRepositories";
|
|
745
811
|
const _DAET = "DataAnalysisEndTime";
|
|
746
812
|
const _DAI = "DeleteAlgorithmInput";
|
|
813
|
+
const _DAIBJ = "DeleteAIBenchmarkJob";
|
|
814
|
+
const _DAIBJR = "DeleteAIBenchmarkJobRequest";
|
|
815
|
+
const _DAIBJRe = "DeleteAIBenchmarkJobResponse";
|
|
816
|
+
const _DAIBJRes = "DescribeAIBenchmarkJobRequest";
|
|
817
|
+
const _DAIBJResc = "DescribeAIBenchmarkJobResponse";
|
|
818
|
+
const _DAIBJe = "DescribeAIBenchmarkJob";
|
|
747
819
|
const _DAIC = "DeleteAppImageConfig";
|
|
748
820
|
const _DAICR = "DeleteAppImageConfigRequest";
|
|
749
821
|
const _DAICRe = "DescribeAppImageConfigRequest";
|
|
750
822
|
const _DAICRes = "DescribeAppImageConfigResponse";
|
|
751
823
|
const _DAICe = "DescribeAppImageConfig";
|
|
824
|
+
const _DAIRJ = "DeleteAIRecommendationJob";
|
|
825
|
+
const _DAIRJR = "DeleteAIRecommendationJobRequest";
|
|
826
|
+
const _DAIRJRe = "DeleteAIRecommendationJobResponse";
|
|
827
|
+
const _DAIRJRes = "DescribeAIRecommendationJobRequest";
|
|
828
|
+
const _DAIRJResc = "DescribeAIRecommendationJobResponse";
|
|
829
|
+
const _DAIRJe = "DescribeAIRecommendationJob";
|
|
830
|
+
const _DAIWC = "DeleteAIWorkloadConfig";
|
|
831
|
+
const _DAIWCR = "DeleteAIWorkloadConfigRequest";
|
|
832
|
+
const _DAIWCRe = "DeleteAIWorkloadConfigResponse";
|
|
833
|
+
const _DAIWCRes = "DescribeAIWorkloadConfigRequest";
|
|
834
|
+
const _DAIWCResc = "DescribeAIWorkloadConfigResponse";
|
|
835
|
+
const _DAIWCe = "DescribeAIWorkloadConfig";
|
|
752
836
|
const _DAIe = "DescribeAlgorithmInput";
|
|
753
837
|
const _DAIo = "DomainAccountId";
|
|
754
838
|
const _DAMLJ = "DescribeAutoMLJob";
|
|
@@ -786,7 +870,7 @@ const _DAesc = "DescribeAlgorithm";
|
|
|
786
870
|
const _DAescr = "DescribeApp";
|
|
787
871
|
const _DAescri = "DescribeArtifact";
|
|
788
872
|
const _DAo = "DomainArn";
|
|
789
|
-
const _DC = "
|
|
873
|
+
const _DC = "DeploymentConfiguration";
|
|
790
874
|
const _DCB = "DriftCheckBaselines";
|
|
791
875
|
const _DCBr = "DriftCheckBias";
|
|
792
876
|
const _DCC = "DataCaptureConfig";
|
|
@@ -838,7 +922,8 @@ const _DCSCR = "DeleteClusterSchedulerConfigRequest";
|
|
|
838
922
|
const _DCSCRe = "DescribeClusterSchedulerConfigRequest";
|
|
839
923
|
const _DCSCRes = "DescribeClusterSchedulerConfigResponse";
|
|
840
924
|
const _DCSCe = "DescribeClusterSchedulerConfig";
|
|
841
|
-
const
|
|
925
|
+
const _DCa = "DatasetConfig";
|
|
926
|
+
const _DCe = "DeploymentConfig";
|
|
842
927
|
const _DCel = "DeleteCluster";
|
|
843
928
|
const _DCele = "DeleteContext";
|
|
844
929
|
const _DCes = "DescribeCluster";
|
|
@@ -1333,7 +1418,7 @@ const _ENx = "ExperimentName";
|
|
|
1333
1418
|
const _EOC = "EdgeOutputConfig";
|
|
1334
1419
|
const _EOCn = "EndpointOutputConfiguration";
|
|
1335
1420
|
const _EOS = "EnableOnlineStore";
|
|
1336
|
-
const _EP = "
|
|
1421
|
+
const _EP = "ExpectedPerformance";
|
|
1337
1422
|
const _EPDO = "EdgePresetDeploymentOutput";
|
|
1338
1423
|
const _EPJA = "EdgePackagingJobArn";
|
|
1339
1424
|
const _EPJN = "EdgePackagingJobName";
|
|
@@ -1341,8 +1426,10 @@ const _EPJS = "EdgePackagingJobStatus";
|
|
|
1341
1426
|
const _EPJSM = "EdgePackagingJobStatusMessage";
|
|
1342
1427
|
const _EPJSd = "EdgePackagingJobSummary";
|
|
1343
1428
|
const _EPJSdg = "EdgePackagingJobSummaries";
|
|
1429
|
+
const _EPL = "ExpectedPerformanceList";
|
|
1344
1430
|
const _EPR = "EnvironmentParameterRanges";
|
|
1345
|
-
const _EPn = "
|
|
1431
|
+
const _EPn = "EndpointPerformances";
|
|
1432
|
+
const _EPnd = "EndpointPerformance";
|
|
1346
1433
|
const _EPnv = "EnvironmentParameter";
|
|
1347
1434
|
const _EPnvi = "EnvironmentParameters";
|
|
1348
1435
|
const _EPv = "EvaluationPeriod";
|
|
@@ -1388,6 +1475,7 @@ const _ETn = "EndTime";
|
|
|
1388
1475
|
const _ETr = "ErrorTopic";
|
|
1389
1476
|
const _ETv = "EventTime";
|
|
1390
1477
|
const _ETva = "EvaluationType";
|
|
1478
|
+
const _EV = "EnvironmentVariables";
|
|
1391
1479
|
const _EVC = "EbsVolumeConfig";
|
|
1392
1480
|
const _EVSIG = "EbsVolumeSizeInGb";
|
|
1393
1481
|
const _Ed = "Edge";
|
|
@@ -1402,7 +1490,7 @@ const _Err = "Errors";
|
|
|
1402
1490
|
const _Ev = "Events";
|
|
1403
1491
|
const _Ex = "Explainability";
|
|
1404
1492
|
const _Exp = "Experiment";
|
|
1405
|
-
const _F = "
|
|
1493
|
+
const _F = "Framework";
|
|
1406
1494
|
const _FA = "FeaturesAttribute";
|
|
1407
1495
|
const _FALMA = "FinalActiveLearningModelArn";
|
|
1408
1496
|
const _FAMLJOM = "FinalAutoMLJobObjectiveMetric";
|
|
@@ -1462,11 +1550,11 @@ const _FT = "FeatureTypes";
|
|
|
1462
1550
|
const _FTe = "FeatureType";
|
|
1463
1551
|
const _FTi = "FillingTransformations";
|
|
1464
1552
|
const _FV = "FrameworkVersion";
|
|
1465
|
-
const _Fa = "
|
|
1553
|
+
const _Fa = "Failed";
|
|
1554
|
+
const _Fai = "Fail";
|
|
1466
1555
|
const _Fi = "Filter";
|
|
1467
1556
|
const _Fil = "Filters";
|
|
1468
1557
|
const _Fill = "Filling";
|
|
1469
|
-
const _Fr = "Framework";
|
|
1470
1558
|
const _G = "Granularity";
|
|
1471
1559
|
const _GAN = "GroupingAttributeNames";
|
|
1472
1560
|
const _GAS = "GenerativeAiSettings";
|
|
@@ -1580,7 +1668,7 @@ const _HTUS = "HumanTaskUiStatus";
|
|
|
1580
1668
|
const _HTUSu = "HumanTaskUiSummary";
|
|
1581
1669
|
const _HTUSum = "HumanTaskUiSummaries";
|
|
1582
1670
|
const _He = "Header";
|
|
1583
|
-
const _I = "
|
|
1671
|
+
const _I = "Identifier";
|
|
1584
1672
|
const _IA = "InferenceAttribute";
|
|
1585
1673
|
const _IALMA = "InitialActiveLearningModelArn";
|
|
1586
1674
|
const _IAT = "IpAddressType";
|
|
@@ -1591,7 +1679,7 @@ const _IAm = "ImageArn";
|
|
|
1591
1679
|
const _IAn = "InputArtifacts";
|
|
1592
1680
|
const _IAs = "IsActive";
|
|
1593
1681
|
const _IB = "InferenceBenchmark";
|
|
1594
|
-
const _IC = "
|
|
1682
|
+
const _IC = "InferenceComponents";
|
|
1595
1683
|
const _ICA = "InferenceComponentArn";
|
|
1596
1684
|
const _ICAZB = "InferenceComponentAvailabilityZoneBalance";
|
|
1597
1685
|
const _ICC = "InfraCheckConfig";
|
|
@@ -1617,16 +1705,17 @@ const _ICSS = "InferenceComponentSpecificationSummary";
|
|
|
1617
1705
|
const _ICSn = "InferenceComponentSpecification";
|
|
1618
1706
|
const _ICSnf = "InferenceComponentSummary";
|
|
1619
1707
|
const _ICm = "ImageConfig";
|
|
1620
|
-
const _ICn = "
|
|
1621
|
-
const _ICnf = "
|
|
1622
|
-
const _ICnfe = "
|
|
1708
|
+
const _ICn = "InstanceCount";
|
|
1709
|
+
const _ICnf = "InferenceContainers";
|
|
1710
|
+
const _ICnfe = "InferenceConfig";
|
|
1711
|
+
const _ICnfer = "InferenceComponent";
|
|
1623
1712
|
const _ICnfr = "InfrastructureConfig";
|
|
1624
1713
|
const _ICnp = "InputConfig";
|
|
1625
|
-
const _ICns = "
|
|
1626
|
-
const _ICnst = "InstanceConfigs";
|
|
1714
|
+
const _ICns = "InstanceConfigs";
|
|
1627
1715
|
const _ICs = "IsCheckpoint";
|
|
1628
|
-
const _ID = "
|
|
1716
|
+
const _ID = "InstanceDetails";
|
|
1629
1717
|
const _IDC = "InputDataConfig";
|
|
1718
|
+
const _IDm = "ImageDigest";
|
|
1630
1719
|
const _IE = "InferenceExperiments";
|
|
1631
1720
|
const _IEA = "InferenceExperimentArn";
|
|
1632
1721
|
const _IEC = "InferenceExecutionConfig";
|
|
@@ -1717,8 +1806,10 @@ const _IVS = "ImageVersionStatus";
|
|
|
1717
1806
|
const _IVW = "InitialVariantWeight";
|
|
1718
1807
|
const _IVm = "ImageVersions";
|
|
1719
1808
|
const _Id = "Id";
|
|
1720
|
-
const _Im = "
|
|
1809
|
+
const _Im = "Image";
|
|
1810
|
+
const _Ima = "Images";
|
|
1721
1811
|
const _In = "Input";
|
|
1812
|
+
const _Inl = "Inline";
|
|
1722
1813
|
const _Ins = "Instance";
|
|
1723
1814
|
const _Is = "Issuer";
|
|
1724
1815
|
const _J = "Json";
|
|
@@ -1752,9 +1843,18 @@ const _KSer = "KernelSpec";
|
|
|
1752
1843
|
const _L = "Language";
|
|
1753
1844
|
const _LA = "LabelAttribute";
|
|
1754
1845
|
const _LAI = "ListAlgorithmsInput";
|
|
1846
|
+
const _LAIBJ = "ListAIBenchmarkJobs";
|
|
1847
|
+
const _LAIBJR = "ListAIBenchmarkJobsRequest";
|
|
1848
|
+
const _LAIBJRi = "ListAIBenchmarkJobsResponse";
|
|
1755
1849
|
const _LAIC = "ListAppImageConfigs";
|
|
1756
1850
|
const _LAICR = "ListAppImageConfigsRequest";
|
|
1757
1851
|
const _LAICRi = "ListAppImageConfigsResponse";
|
|
1852
|
+
const _LAIRJ = "ListAIRecommendationJobs";
|
|
1853
|
+
const _LAIRJR = "ListAIRecommendationJobsRequest";
|
|
1854
|
+
const _LAIRJRi = "ListAIRecommendationJobsResponse";
|
|
1855
|
+
const _LAIWC = "ListAIWorkloadConfigs";
|
|
1856
|
+
const _LAIWCR = "ListAIWorkloadConfigsRequest";
|
|
1857
|
+
const _LAIWCRi = "ListAIWorkloadConfigsResponse";
|
|
1758
1858
|
const _LAMLJ = "ListAutoMLJobs";
|
|
1759
1859
|
const _LAMLJR = "ListAutoMLJobsRequest";
|
|
1760
1860
|
const _LAMLJRi = "ListAutoMLJobsResponse";
|
|
@@ -1853,7 +1953,8 @@ const _LFG = "ListFeatureGroups";
|
|
|
1853
1953
|
const _LFGR = "ListFeatureGroupsRequest";
|
|
1854
1954
|
const _LFGRi = "ListFeatureGroupsResponse";
|
|
1855
1955
|
const _LFP = "LogFilePath";
|
|
1856
|
-
const _LGA = "
|
|
1956
|
+
const _LGA = "LogGroupArn";
|
|
1957
|
+
const _LGAi = "LineageGroupArn";
|
|
1857
1958
|
const _LGN = "LineageGroupName";
|
|
1858
1959
|
const _LGS = "LineageGroupSummary";
|
|
1859
1960
|
const _LGSi = "LineageGroupSummaries";
|
|
@@ -2026,6 +2127,7 @@ const _LSLC = "ListStudioLifecycleConfigs";
|
|
|
2026
2127
|
const _LSLCR = "ListStudioLifecycleConfigsRequest";
|
|
2027
2128
|
const _LSLCRi = "ListStudioLifecycleConfigsResponse";
|
|
2028
2129
|
const _LSM = "LambdaStepMetadata";
|
|
2130
|
+
const _LSN = "LogStreamName";
|
|
2029
2131
|
const _LSR = "ListSpacesRequest";
|
|
2030
2132
|
const _LSRi = "ListSpacesResponse";
|
|
2031
2133
|
const _LSS = "LinearStepSize";
|
|
@@ -2145,7 +2247,7 @@ const _MCl = "MlflowConfig";
|
|
|
2145
2247
|
const _MCo = "ModelConfigs";
|
|
2146
2248
|
const _MCod = "ModelCard";
|
|
2147
2249
|
const _MCode = "ModelConfiguration";
|
|
2148
|
-
const _MD = "
|
|
2250
|
+
const _MD = "ModelDetails";
|
|
2149
2251
|
const _MDC = "ModelDeployConfig";
|
|
2150
2252
|
const _MDDTIS = "ModelDataDownloadTimeoutInSeconds";
|
|
2151
2253
|
const _MDE = "ModelDashboardEndpoint";
|
|
@@ -2166,8 +2268,9 @@ const _MDS = "ModelDataSource";
|
|
|
2166
2268
|
const _MDU = "ModelDataUrl";
|
|
2167
2269
|
const _MDa = "MaxDepth";
|
|
2168
2270
|
const _MDar = "MarketplaceDescription";
|
|
2169
|
-
const _MDe = "
|
|
2170
|
-
const _MDem = "
|
|
2271
|
+
const _MDe = "MetricDefinitions";
|
|
2272
|
+
const _MDem = "MemberDefinitions";
|
|
2273
|
+
const _MDemb = "MemberDefinition";
|
|
2171
2274
|
const _MDet = "MetricData";
|
|
2172
2275
|
const _MDetr = "MetricDatum";
|
|
2173
2276
|
const _MDetri = "MetricDefinition";
|
|
@@ -2256,6 +2359,7 @@ const _MPFIS = "MetricPublishFrequencyInSeconds";
|
|
|
2256
2359
|
const _MPG = "ModelPackageGroup";
|
|
2257
2360
|
const _MPGA = "ModelPackageGroupArn";
|
|
2258
2361
|
const _MPGD = "ModelPackageGroupDescription";
|
|
2362
|
+
const _MPGI = "ModelPackageGroupIdentifier";
|
|
2259
2363
|
const _MPGN = "ModelPackageGroupName";
|
|
2260
2364
|
const _MPGS = "ModelPackageGroupStatus";
|
|
2261
2365
|
const _MPGSL = "ModelPackageGroupSummaryList";
|
|
@@ -2292,9 +2396,10 @@ const _MQC = "ModelQuantizationConfig";
|
|
|
2292
2396
|
const _MQJI = "ModelQualityJobInput";
|
|
2293
2397
|
const _MQJOC = "ModelQualityJobOutputConfig";
|
|
2294
2398
|
const _MR = "MaxResults";
|
|
2295
|
-
const _MRA = "
|
|
2399
|
+
const _MRA = "MlReservationArns";
|
|
2296
2400
|
const _MRAa = "MaximumRetryAttempts";
|
|
2297
|
-
const _MRAl = "
|
|
2401
|
+
const _MRAl = "MlflowResourceArn";
|
|
2402
|
+
const _MRAle = "MlReservationArn";
|
|
2298
2403
|
const _MRC = "MaxRecordCount";
|
|
2299
2404
|
const _MRI = "MlflowRunId";
|
|
2300
2405
|
const _MRIS = "MaxRuntimeInSeconds";
|
|
@@ -2357,8 +2462,8 @@ const _MVod = "ModelVariants";
|
|
|
2357
2462
|
const _MWS = "MaintenanceWindowStart";
|
|
2358
2463
|
const _MWTIS = "MaxWaitTimeInSeconds";
|
|
2359
2464
|
const _Ma = "Max";
|
|
2360
|
-
const _Me = "
|
|
2361
|
-
const _Met = "
|
|
2465
|
+
const _Me = "Metric";
|
|
2466
|
+
const _Met = "Metrics";
|
|
2362
2467
|
const _Meta = "Metadata";
|
|
2363
2468
|
const _Mi = "Min";
|
|
2364
2469
|
const _Mo = "Mode";
|
|
@@ -2417,19 +2522,20 @@ const _O = "Outcome";
|
|
|
2417
2522
|
const _OA = "OutputArtifacts";
|
|
2418
2523
|
const _OATR = "OutputArtifactsToRemove";
|
|
2419
2524
|
const _OBTJ = "OverallBestTrainingJob";
|
|
2420
|
-
const _OC = "
|
|
2525
|
+
const _OC = "OptimizationConfig";
|
|
2421
2526
|
const _OCFR = "OidcConfigForResponse";
|
|
2422
2527
|
const _OCT = "OriginalCreationTime";
|
|
2423
2528
|
const _OCi = "OidcConfig";
|
|
2424
2529
|
const _OCn = "OnCreate";
|
|
2425
2530
|
const _OCp = "OptimizationConfigs";
|
|
2426
2531
|
const _OCpt = "OptimizationContains";
|
|
2427
|
-
const
|
|
2428
|
-
const
|
|
2429
|
-
const _OD = "
|
|
2532
|
+
const _OCu = "OutputConfig";
|
|
2533
|
+
const _OCut = "OutputCompression";
|
|
2534
|
+
const _OD = "OptimizationDetails";
|
|
2430
2535
|
const _ODC = "OutputDataConfig";
|
|
2431
2536
|
const _ODCf = "OfflineDeviceCount";
|
|
2432
2537
|
const _ODSU = "OutputDatasetS3Uri";
|
|
2538
|
+
const _ODn = "OnDemand";
|
|
2433
2539
|
const _OE = "OptimizationEnvironment";
|
|
2434
2540
|
const _OET = "OptimizationEndTime";
|
|
2435
2541
|
const _OEv = "OverrideEnvironment";
|
|
@@ -2445,6 +2551,7 @@ const _OJS = "OptimizationJobStatus";
|
|
|
2445
2551
|
const _OJSp = "OptimizationJobSummaries";
|
|
2446
2552
|
const _OJSpt = "OptimizationJobSummary";
|
|
2447
2553
|
const _OK = "ObjectKey";
|
|
2554
|
+
const _OM = "OptimizeModel";
|
|
2448
2555
|
const _OMAC = "OptimizationModelAccessConfig";
|
|
2449
2556
|
const _OMD = "OidcMemberDefinition";
|
|
2450
2557
|
const _OMPA = "OutputModelPackageArn";
|
|
@@ -2469,7 +2576,8 @@ const _OSTSB = "OnlineStoreTotalSizeBytes";
|
|
|
2469
2576
|
const _OSU = "OutputS3Uri";
|
|
2470
2577
|
const _OSn = "OnStart";
|
|
2471
2578
|
const _OSw = "OwnershipSettings";
|
|
2472
|
-
const _OT = "
|
|
2579
|
+
const _OT = "OptimizationType";
|
|
2580
|
+
const _OTp = "OptimizationTypes";
|
|
2473
2581
|
const _OUPN = "OwnerUserProfileName";
|
|
2474
2582
|
const _OVC = "OverrideVpcConfig";
|
|
2475
2583
|
const _OVCp = "OptimizationVpcConfig";
|
|
@@ -2606,7 +2714,7 @@ const _PSr = "ProjectStatus";
|
|
|
2606
2714
|
const _PSri = "PrimaryStatus";
|
|
2607
2715
|
const _PSro = "ProfilingStatus";
|
|
2608
2716
|
const _PSroj = "ProjectSummary";
|
|
2609
|
-
const _PT = "
|
|
2717
|
+
const _PT = "PerformanceTarget";
|
|
2610
2718
|
const _PTA = "ProbabilityThresholdAttribute";
|
|
2611
2719
|
const _PTC = "PreTrainingConstraints";
|
|
2612
2720
|
const _PTCo = "PostTrainingConstraints";
|
|
@@ -2615,6 +2723,7 @@ const _PTRa = "ParametersToRemove";
|
|
|
2615
2723
|
const _PTRo = "PostTrainingReport";
|
|
2616
2724
|
const _PTRr = "PropertiesToRemove";
|
|
2617
2725
|
const _PTT = "PreemptTeamTasks";
|
|
2726
|
+
const _PTr = "ProblemType";
|
|
2618
2727
|
const _PUAC = "PresignedUrlAccessConfig";
|
|
2619
2728
|
const _PUST = "PerUnitStorageThroughput";
|
|
2620
2729
|
const _PV = "ProductionVariants";
|
|
@@ -2694,7 +2803,7 @@ const _RCen = "RenderedContent";
|
|
|
2694
2803
|
const _RCes = "ResourceCatalogs";
|
|
2695
2804
|
const _RCeso = "ResourceCatalog";
|
|
2696
2805
|
const _RCo = "RoutingConfig";
|
|
2697
|
-
const _RD = "
|
|
2806
|
+
const _RD = "RecommendationDescription";
|
|
2698
2807
|
const _RDC = "RemoteDebugConfig";
|
|
2699
2808
|
const _RDCFU = "RemoteDebugConfigForUpdate";
|
|
2700
2809
|
const _RDCe = "RegisteredDeviceCount";
|
|
@@ -2703,6 +2812,7 @@ const _RDD = "RedshiftDatasetDefinition";
|
|
|
2703
2812
|
const _RDP = "RollingDeploymentPolicy";
|
|
2704
2813
|
const _RDR = "RegisterDevicesRequest";
|
|
2705
2814
|
const _RDe = "RegisterDevices";
|
|
2815
|
+
const _RDo = "RootlessDocker";
|
|
2706
2816
|
const _RE = "RenderingError";
|
|
2707
2817
|
const _REI = "RuleEvaluatorImage";
|
|
2708
2818
|
const _REJA = "RuleEvaluationJobArn";
|
|
@@ -2785,7 +2895,8 @@ const _RUTRe = "RenderUiTemplateResponse";
|
|
|
2785
2895
|
const _RV = "RootVolume";
|
|
2786
2896
|
const _RWT = "RecordWrapperType";
|
|
2787
2897
|
const _Ra = "Range";
|
|
2788
|
-
const _Re = "
|
|
2898
|
+
const _Re = "Recommendations";
|
|
2899
|
+
const _Rea = "Reason";
|
|
2789
2900
|
const _Reg = "Regex";
|
|
2790
2901
|
const _Rel = "Relation";
|
|
2791
2902
|
const _Rep = "Repository";
|
|
@@ -2794,6 +2905,12 @@ const _Resu = "Results";
|
|
|
2794
2905
|
const _S = "Source";
|
|
2795
2906
|
const _SA = "SourceArn";
|
|
2796
2907
|
const _SAE = "SlrAccessEntry";
|
|
2908
|
+
const _SAIBJ = "StopAIBenchmarkJob";
|
|
2909
|
+
const _SAIBJR = "StopAIBenchmarkJobRequest";
|
|
2910
|
+
const _SAIBJRt = "StopAIBenchmarkJobResponse";
|
|
2911
|
+
const _SAIRJ = "StopAIRecommendationJob";
|
|
2912
|
+
const _SAIRJR = "StopAIRecommendationJobRequest";
|
|
2913
|
+
const _SAIRJRt = "StopAIRecommendationJobResponse";
|
|
2797
2914
|
const _SAL = "SourceAlgorithmList";
|
|
2798
2915
|
const _SALM = "SpaceAppLifecycleManagement";
|
|
2799
2916
|
const _SAMLJ = "StopAutoMLJob";
|
|
@@ -3081,8 +3198,9 @@ const _Sp = "Spot";
|
|
|
3081
3198
|
const _Spa = "Spaces";
|
|
3082
3199
|
const _Spe = "Specification";
|
|
3083
3200
|
const _St = "Status";
|
|
3084
|
-
const _Sta = "
|
|
3085
|
-
const _Stag = "
|
|
3201
|
+
const _Sta = "Stat";
|
|
3202
|
+
const _Stag = "Stages";
|
|
3203
|
+
const _Stage = "Stage";
|
|
3086
3204
|
const _Stai = "Stairs";
|
|
3087
3205
|
const _Stat = "Statistic";
|
|
3088
3206
|
const _Stati = "Statistics";
|
|
@@ -3108,6 +3226,7 @@ const _TCAr = "TrialComponentArtifact";
|
|
|
3108
3226
|
const _TCAri = "TrialComponentArtifacts";
|
|
3109
3227
|
const _TCD = "ThroughputConfigDescription";
|
|
3110
3228
|
const _TCDN = "TrialComponentDisplayName";
|
|
3229
|
+
const _TCH = "TargetContainerHostname";
|
|
3111
3230
|
const _TCJC = "TextClassificationJobConfig";
|
|
3112
3231
|
const _TCMS = "TrialComponentMetricSummary";
|
|
3113
3232
|
const _TCMSr = "TrialComponentMetricSummaries";
|
|
@@ -3273,7 +3392,7 @@ const _To = "Total";
|
|
|
3273
3392
|
const _Tr = "Trial";
|
|
3274
3393
|
const _Tra = "Transformations";
|
|
3275
3394
|
const _Ty = "Types";
|
|
3276
|
-
const _U = "
|
|
3395
|
+
const _U = "Uri";
|
|
3277
3396
|
const _UA = "UpdateAction";
|
|
3278
3397
|
const _UAIC = "UpdateAppImageConfig";
|
|
3279
3398
|
const _UAICR = "UpdateAppImageConfigRequest";
|
|
@@ -3441,8 +3560,9 @@ const _UWRpd = "UpdateWorkteamRequest";
|
|
|
3441
3560
|
const _UWRpda = "UpdateWorkteamResponse";
|
|
3442
3561
|
const _UWp = "UpdateWorkteam";
|
|
3443
3562
|
const _Ui = "Uid";
|
|
3444
|
-
const _Un = "
|
|
3445
|
-
const
|
|
3563
|
+
const _Un = "Unit";
|
|
3564
|
+
const _Unl = "Unlabeled";
|
|
3565
|
+
const _Ur = "Url";
|
|
3446
3566
|
const _V = "Version";
|
|
3447
3567
|
const _VA = "VersionAliases";
|
|
3448
3568
|
const _VC = "VpcConfig";
|
|
@@ -3490,9 +3610,10 @@ const _WNo = "WorkteamName";
|
|
|
3490
3610
|
const _WPS = "WarmPoolStatus";
|
|
3491
3611
|
const _WPSE = "WarmPoolStatusEquals";
|
|
3492
3612
|
const _WRAI = "WorkRequesterAccountId";
|
|
3493
|
-
const _WS = "
|
|
3613
|
+
const _WS = "WorkloadSpec";
|
|
3494
3614
|
const _WSC = "WarmStartConfig";
|
|
3495
3615
|
const _WST = "WarmStartType";
|
|
3616
|
+
const _WSo = "WorkspaceSettings";
|
|
3496
3617
|
const _WVC = "WorkforceVpcConfig";
|
|
3497
3618
|
const _WVCR = "WorkforceVpcConfigRequest";
|
|
3498
3619
|
const _WVCRo = "WorkforceVpcConfigResponse";
|
|
@@ -3609,6 +3730,146 @@ export var AgentVersion$ = [3, n0, _AV,
|
|
|
3609
3730
|
[_V, _AC],
|
|
3610
3731
|
[0, 1], 2
|
|
3611
3732
|
];
|
|
3733
|
+
export var AIBenchmarkEndpoint$ = [3, n0, _AIBE,
|
|
3734
|
+
0,
|
|
3735
|
+
[_I, _TCH, _IC],
|
|
3736
|
+
[0, 0, () => AIBenchmarkInferenceComponentList], 1
|
|
3737
|
+
];
|
|
3738
|
+
export var AIBenchmarkInferenceComponent$ = [3, n0, _AIBIC,
|
|
3739
|
+
0,
|
|
3740
|
+
[_I],
|
|
3741
|
+
[0], 1
|
|
3742
|
+
];
|
|
3743
|
+
export var AIBenchmarkJobSummary$ = [3, n0, _AIBJS,
|
|
3744
|
+
0,
|
|
3745
|
+
[_AIBJN, _AIBJA, _AIBJSe, _CT, _ETn, _AIWCN],
|
|
3746
|
+
[0, 0, 0, 4, 4, 0], 4
|
|
3747
|
+
];
|
|
3748
|
+
export var AIBenchmarkNetworkConfig$ = [3, n0, _AIBNC,
|
|
3749
|
+
0,
|
|
3750
|
+
[_VC],
|
|
3751
|
+
[() => VpcConfig$]
|
|
3752
|
+
];
|
|
3753
|
+
export var AIBenchmarkOutputConfig$ = [3, n0, _AIBOC,
|
|
3754
|
+
0,
|
|
3755
|
+
[_SOL],
|
|
3756
|
+
[0], 1
|
|
3757
|
+
];
|
|
3758
|
+
export var AIBenchmarkOutputResult$ = [3, n0, _AIBOR,
|
|
3759
|
+
0,
|
|
3760
|
+
[_SOL, _CWL],
|
|
3761
|
+
[0, () => AICloudWatchLogsList], 1
|
|
3762
|
+
];
|
|
3763
|
+
export var AICapacityReservationConfig$ = [3, n0, _AICRC,
|
|
3764
|
+
0,
|
|
3765
|
+
[_CRP, _MRA],
|
|
3766
|
+
[0, 64 | 0]
|
|
3767
|
+
];
|
|
3768
|
+
export var AICloudWatchLogs$ = [3, n0, _AICWL,
|
|
3769
|
+
0,
|
|
3770
|
+
[_LGA, _LSN],
|
|
3771
|
+
[0, 0]
|
|
3772
|
+
];
|
|
3773
|
+
export var AIModelSourceS3$ = [3, n0, _AIMSS,
|
|
3774
|
+
0,
|
|
3775
|
+
[_SUr],
|
|
3776
|
+
[0]
|
|
3777
|
+
];
|
|
3778
|
+
export var AIRecommendation$ = [3, n0, _AIR,
|
|
3779
|
+
0,
|
|
3780
|
+
[_RD, _OD, _MD, _DC, _AIBJA, _EP],
|
|
3781
|
+
[0, () => AIRecommendationOptimizationDetailList, () => AIRecommendationModelDetails$, () => AIRecommendationDeploymentConfiguration$, 0, () => ExpectedPerformanceList]
|
|
3782
|
+
];
|
|
3783
|
+
export var AIRecommendationComputeSpec$ = [3, n0, _AIRCS,
|
|
3784
|
+
0,
|
|
3785
|
+
[_IT, _CRC],
|
|
3786
|
+
[64 | 0, () => AICapacityReservationConfig$]
|
|
3787
|
+
];
|
|
3788
|
+
export var AIRecommendationConstraint$ = [3, n0, _AIRC,
|
|
3789
|
+
0,
|
|
3790
|
+
[_Me],
|
|
3791
|
+
[0], 1
|
|
3792
|
+
];
|
|
3793
|
+
export var AIRecommendationDeploymentConfiguration$ = [3, n0, _AIRDC,
|
|
3794
|
+
0,
|
|
3795
|
+
[_S_, _IU, _ITn, _ICn, _CCPI, _EV],
|
|
3796
|
+
[() => AIRecommendationDeploymentS3ChannelList, 0, 0, 1, 1, 128 | 0]
|
|
3797
|
+
];
|
|
3798
|
+
export var AIRecommendationDeploymentS3Channel$ = [3, n0, _AIRDSC,
|
|
3799
|
+
0,
|
|
3800
|
+
[_CN, _U],
|
|
3801
|
+
[0, 0]
|
|
3802
|
+
];
|
|
3803
|
+
export var AIRecommendationInferenceSpecification$ = [3, n0, _AIRIS,
|
|
3804
|
+
0,
|
|
3805
|
+
[_F],
|
|
3806
|
+
[0]
|
|
3807
|
+
];
|
|
3808
|
+
export var AIRecommendationInstanceDetail$ = [3, n0, _AIRID,
|
|
3809
|
+
0,
|
|
3810
|
+
[_ITn, _ICn, _CCPI],
|
|
3811
|
+
[0, 1, 1]
|
|
3812
|
+
];
|
|
3813
|
+
export var AIRecommendationJobSummary$ = [3, n0, _AIRJS,
|
|
3814
|
+
0,
|
|
3815
|
+
[_AIRJN, _AIRJA, _AIRJSe, _CT, _ETn],
|
|
3816
|
+
[0, 0, 0, 4, 4], 4
|
|
3817
|
+
];
|
|
3818
|
+
export var AIRecommendationModelDetails$ = [3, n0, _AIRMD,
|
|
3819
|
+
0,
|
|
3820
|
+
[_MPA, _ISN, _ID],
|
|
3821
|
+
[0, 0, () => AIRecommendationInstanceDetailList]
|
|
3822
|
+
];
|
|
3823
|
+
export var AIRecommendationOptimizationDetail$ = [3, n0, _AIROD,
|
|
3824
|
+
0,
|
|
3825
|
+
[_OT, _OC],
|
|
3826
|
+
[0, 128 | 0], 1
|
|
3827
|
+
];
|
|
3828
|
+
export var AIRecommendationOutputConfig$ = [3, n0, _AIROC,
|
|
3829
|
+
0,
|
|
3830
|
+
[_SOL, _MPGI],
|
|
3831
|
+
[0, 0]
|
|
3832
|
+
];
|
|
3833
|
+
export var AIRecommendationOutputResult$ = [3, n0, _AIROR,
|
|
3834
|
+
0,
|
|
3835
|
+
[_SOL, _MPGI],
|
|
3836
|
+
[0, 0], 1
|
|
3837
|
+
];
|
|
3838
|
+
export var AIRecommendationPerformanceMetric$ = [3, n0, _AIRPM,
|
|
3839
|
+
0,
|
|
3840
|
+
[_Me, _Va, _Sta, _Un],
|
|
3841
|
+
[0, 0, 0, 0], 2
|
|
3842
|
+
];
|
|
3843
|
+
export var AIRecommendationPerformanceTarget$ = [3, n0, _AIRPT,
|
|
3844
|
+
0,
|
|
3845
|
+
[_Con],
|
|
3846
|
+
[() => AIRecommendationConstraintList], 1
|
|
3847
|
+
];
|
|
3848
|
+
export var AIWorkloadConfigs$ = [3, n0, _AIWC,
|
|
3849
|
+
0,
|
|
3850
|
+
[_WS],
|
|
3851
|
+
[() => WorkloadSpec$], 1
|
|
3852
|
+
];
|
|
3853
|
+
export var AIWorkloadConfigSummary$ = [3, n0, _AIWCS,
|
|
3854
|
+
0,
|
|
3855
|
+
[_AIWCN, _AIWCA, _CT],
|
|
3856
|
+
[0, 0, 4], 3
|
|
3857
|
+
];
|
|
3858
|
+
export var AIWorkloadDataSource$ = [3, n0, _AIWDS,
|
|
3859
|
+
0,
|
|
3860
|
+
[_SDS],
|
|
3861
|
+
[() => AIWorkloadS3DataSource$]
|
|
3862
|
+
];
|
|
3863
|
+
export var AIWorkloadInputDataConfig$ = [3, n0, _AIWIDC,
|
|
3864
|
+
0,
|
|
3865
|
+
[_CN, _DS],
|
|
3866
|
+
[0, () => AIWorkloadDataSource$], 2
|
|
3867
|
+
];
|
|
3868
|
+
export var AIWorkloadS3DataSource$ = [3, n0, _AIWSDS,
|
|
3869
|
+
0,
|
|
3870
|
+
[_SUr],
|
|
3871
|
+
[0], 1
|
|
3872
|
+
];
|
|
3612
3873
|
export var Alarm$ = [3, n0, _A,
|
|
3613
3874
|
0,
|
|
3614
3875
|
[_ANl],
|
|
@@ -3621,7 +3882,7 @@ export var AlarmDetails$ = [3, n0, _AD,
|
|
|
3621
3882
|
];
|
|
3622
3883
|
export var AlgorithmSpecification$ = [3, n0, _ASl,
|
|
3623
3884
|
0,
|
|
3624
|
-
[_TIM, _TI, _ANlg,
|
|
3885
|
+
[_TIM, _TI, _ANlg, _MDe, _ESMMTS, _CEo, _CA, _TIC],
|
|
3625
3886
|
[0, 0, 0, () => MetricDefinitionList, 2, 64 | 0, 64 | 0, () => TrainingImageConfig$], 1
|
|
3626
3887
|
];
|
|
3627
3888
|
export var AlgorithmStatusDetails$ = [3, n0, _ASD,
|
|
@@ -3721,7 +3982,7 @@ export var AsyncInferenceClientConfig$ = [3, n0, _AICC,
|
|
|
3721
3982
|
];
|
|
3722
3983
|
export var AsyncInferenceConfig$ = [3, n0, _AIC,
|
|
3723
3984
|
0,
|
|
3724
|
-
[
|
|
3985
|
+
[_OCu, _CC],
|
|
3725
3986
|
[() => AsyncInferenceOutputConfig$, () => AsyncInferenceClientConfig$], 1
|
|
3726
3987
|
];
|
|
3727
3988
|
export var AsyncInferenceNotificationConfig$ = [3, n0, _AINC,
|
|
@@ -3736,7 +3997,7 @@ export var AsyncInferenceOutputConfig$ = [3, n0, _AIOC,
|
|
|
3736
3997
|
];
|
|
3737
3998
|
export var AthenaDatasetDefinition$ = [3, n0, _ADD,
|
|
3738
3999
|
0,
|
|
3739
|
-
[_Ca, _Da, _QS, _OSU, _OF, _WG, _KKI,
|
|
4000
|
+
[_Ca, _Da, _QS, _OSU, _OF, _WG, _KKI, _OCut],
|
|
3740
4001
|
[0, 0, 0, 0, 0, 0, 0, 0], 5
|
|
3741
4002
|
];
|
|
3742
4003
|
export var AttachClusterNodeVolumeRequest$ = [3, n0, _ACNVR,
|
|
@@ -3751,7 +4012,7 @@ export var AttachClusterNodeVolumeResponse$ = [3, n0, _ACNVRt,
|
|
|
3751
4012
|
];
|
|
3752
4013
|
export var AuthorizedUrl$ = [3, n0, _AU,
|
|
3753
4014
|
0,
|
|
3754
|
-
[
|
|
4015
|
+
[_Ur, _LP],
|
|
3755
4016
|
[0, 0]
|
|
3756
4017
|
];
|
|
3757
4018
|
export var AutoMLAlgorithmConfig$ = [3, n0, _AMLAC,
|
|
@@ -3761,7 +4022,7 @@ export var AutoMLAlgorithmConfig$ = [3, n0, _AMLAC,
|
|
|
3761
4022
|
];
|
|
3762
4023
|
export var AutoMLCandidate$ = [3, n0, _AMLC,
|
|
3763
4024
|
0,
|
|
3764
|
-
[_CNa, _OS, _CSa, _CSan, _CT, _LMT, _FAMLJOM,
|
|
4025
|
+
[_CNa, _OS, _CSa, _CSan, _CT, _LMT, _FAMLJOM, _ICnf, _ETn, _FR, _CP, _ICD],
|
|
3765
4026
|
[0, 0, () => CandidateSteps, 0, 4, 4, () => FinalAutoMLJobObjectiveMetric$, () => AutoMLContainerDefinitions, 4, 0, () => CandidateProperties$, () => AutoMLInferenceContainerDefinitions], 6
|
|
3766
4027
|
];
|
|
3767
4028
|
export var AutoMLCandidateGenerationConfig$ = [3, n0, _AMLCGC,
|
|
@@ -3786,7 +4047,7 @@ export var AutoMLComputeConfig$ = [3, n0, _AMLCC,
|
|
|
3786
4047
|
];
|
|
3787
4048
|
export var AutoMLContainerDefinition$ = [3, n0, _AMLCD,
|
|
3788
4049
|
0,
|
|
3789
|
-
[
|
|
4050
|
+
[_Im, _MDU, _E],
|
|
3790
4051
|
[0, 0, 128 | 0], 2
|
|
3791
4052
|
];
|
|
3792
4053
|
export var AutoMLDataSource$ = [3, n0, _AMLDS,
|
|
@@ -3896,7 +4157,7 @@ export var BatchAddClusterNodesRequest$ = [3, n0, _BACNR,
|
|
|
3896
4157
|
];
|
|
3897
4158
|
export var BatchAddClusterNodesResponse$ = [3, n0, _BACNRa,
|
|
3898
4159
|
0,
|
|
3899
|
-
[_Su,
|
|
4160
|
+
[_Su, _Fa],
|
|
3900
4161
|
[() => NodeAdditionResultList, () => BatchAddClusterNodesErrorList], 2
|
|
3901
4162
|
];
|
|
3902
4163
|
export var BatchDataCaptureConfig$ = [3, n0, _BDCC,
|
|
@@ -3921,7 +4182,7 @@ export var BatchDeleteClusterNodesRequest$ = [3, n0, _BDCNR,
|
|
|
3921
4182
|
];
|
|
3922
4183
|
export var BatchDeleteClusterNodesResponse$ = [3, n0, _BDCNRa,
|
|
3923
4184
|
0,
|
|
3924
|
-
[
|
|
4185
|
+
[_Fa, _Su, _FNLI, _SNLI],
|
|
3925
4186
|
[() => BatchDeleteClusterNodesErrorList, 64 | 0, () => BatchDeleteClusterNodeLogicalIdsErrorList, 64 | 0]
|
|
3926
4187
|
];
|
|
3927
4188
|
export var BatchDescribeModelPackageError$ = [3, n0, _BDMPE,
|
|
@@ -3961,7 +4222,7 @@ export var BatchRebootClusterNodesRequest$ = [3, n0, _BRCNR,
|
|
|
3961
4222
|
];
|
|
3962
4223
|
export var BatchRebootClusterNodesResponse$ = [3, n0, _BRCNRa,
|
|
3963
4224
|
0,
|
|
3964
|
-
[_Su,
|
|
4225
|
+
[_Su, _Fa, _FNLI, _SNLI],
|
|
3965
4226
|
[64 | 0, () => BatchRebootClusterNodesErrors, () => BatchRebootClusterNodeLogicalIdsErrors, 64 | 0]
|
|
3966
4227
|
];
|
|
3967
4228
|
export var BatchReplaceClusterNodeLogicalIdsError$ = [3, n0, _BRCNLIEa,
|
|
@@ -3981,7 +4242,7 @@ export var BatchReplaceClusterNodesRequest$ = [3, n0, _BRCNRat,
|
|
|
3981
4242
|
];
|
|
3982
4243
|
export var BatchReplaceClusterNodesResponse$ = [3, n0, _BRCNRatc,
|
|
3983
4244
|
0,
|
|
3984
|
-
[_Su,
|
|
4245
|
+
[_Su, _Fa, _FNLI, _SNLI],
|
|
3985
4246
|
[64 | 0, () => BatchReplaceClusterNodesErrors, () => BatchReplaceClusterNodeLogicalIdsErrors, 64 | 0]
|
|
3986
4247
|
];
|
|
3987
4248
|
export var BatchTransformInput$ = [3, n0, _BTI,
|
|
@@ -4051,7 +4312,7 @@ export var CandidateProperties$ = [3, n0, _CP,
|
|
|
4051
4312
|
];
|
|
4052
4313
|
export var CanvasAppSettings$ = [3, n0, _CAS,
|
|
4053
4314
|
0,
|
|
4054
|
-
[_TSFS, _MRS,
|
|
4315
|
+
[_TSFS, _MRS, _WSo, _IPOAS, _DDS, _KS, _GAS, _ESS],
|
|
4055
4316
|
[() => TimeSeriesForecastingSettings$, () => ModelRegisterSettings$, () => WorkspaceSettings$, () => IdentityProviderOAuthSettings, () => DirectDeploySettings$, () => KendraSettings$, () => GenerativeAiSettings$, () => EmrServerlessSettings$]
|
|
4056
4317
|
];
|
|
4057
4318
|
export var CapacityReservation$ = [3, n0, _CR,
|
|
@@ -4151,7 +4412,7 @@ export var ClarifyCheckStepMetadata$ = [3, n0, _CCSM,
|
|
|
4151
4412
|
];
|
|
4152
4413
|
export var ClarifyExplainerConfig$ = [3, n0, _CEC,
|
|
4153
4414
|
0,
|
|
4154
|
-
[_SCha, _EEn,
|
|
4415
|
+
[_SCha, _EEn, _ICnfe],
|
|
4155
4416
|
[() => ClarifyShapConfig$, 0, () => ClarifyInferenceConfig$], 1
|
|
4156
4417
|
];
|
|
4157
4418
|
export var ClarifyInferenceConfig$ = [3, n0, _CIC,
|
|
@@ -4186,7 +4447,7 @@ export var ClusterAutoScalingConfigOutput$ = [3, n0, _CASCO,
|
|
|
4186
4447
|
];
|
|
4187
4448
|
export var ClusterCapacityRequirements$ = [3, n0, _CCR,
|
|
4188
4449
|
0,
|
|
4189
|
-
[_Sp,
|
|
4450
|
+
[_Sp, _ODn],
|
|
4190
4451
|
[() => ClusterSpotOptions$, () => ClusterOnDemandOptions$]
|
|
4191
4452
|
];
|
|
4192
4453
|
export var ClusterEbsVolumeConfig$ = [3, n0, _CEVC,
|
|
@@ -4221,7 +4482,7 @@ export var ClusterInstanceGroupDetails$ = [3, n0, _CIGD,
|
|
|
4221
4482
|
];
|
|
4222
4483
|
export var ClusterInstanceGroupSpecification$ = [3, n0, _CIGS,
|
|
4223
4484
|
0,
|
|
4224
|
-
[
|
|
4485
|
+
[_ICn, _IGN, _ERx, _MIC, _ITn, _IRn, _LCC, _TPC, _ISC, _OSDHC, _TPA, _OVC, _SUC, _IIm, _KC, _SCl, _CRa, _NIe],
|
|
4225
4486
|
[1, 0, 0, 1, 0, () => ClusterInstanceRequirements$, () => ClusterLifeCycleConfig$, 1, () => ClusterInstanceStorageConfigs, 64 | 0, 0, () => VpcConfig$, () => ScheduledUpdateConfig$, 0, () => ClusterKubernetesConfig$, () => ClusterSlurmConfig$, () => ClusterCapacityRequirements$, () => ClusterNetworkInterface$], 3
|
|
4226
4487
|
];
|
|
4227
4488
|
export var ClusterInstancePlacement$ = [3, n0, _CIP,
|
|
@@ -4326,7 +4587,7 @@ export var ClusterRestrictedInstanceGroupDetails$ = [3, n0, _CRIGD,
|
|
|
4326
4587
|
];
|
|
4327
4588
|
export var ClusterRestrictedInstanceGroupSpecification$ = [3, n0, _CRIGS,
|
|
4328
4589
|
0,
|
|
4329
|
-
[
|
|
4590
|
+
[_ICn, _IGN, _ITn, _ERx, _ECn, _TPC, _ISC, _OSDHC, _TPA, _OVC, _SUC],
|
|
4330
4591
|
[1, 0, 0, 0, () => EnvironmentConfig$, 1, () => ClusterInstanceStorageConfigs, 64 | 0, 0, () => VpcConfig$, () => ScheduledUpdateConfig$], 5
|
|
4331
4592
|
];
|
|
4332
4593
|
export var ClusterSchedulerConfigSummary$ = [3, n0, _CSCS,
|
|
@@ -4431,7 +4692,7 @@ export var ContainerConfig$ = [3, n0, _CCon,
|
|
|
4431
4692
|
];
|
|
4432
4693
|
export var ContainerDefinition$ = [3, n0, _CD,
|
|
4433
4694
|
0,
|
|
4434
|
-
[_CH,
|
|
4695
|
+
[_CH, _Im, _ICm, _Mo, _MDU, _MDS, _AMDSd, _E, _MPN, _ISN, _MMC],
|
|
4435
4696
|
[0, 0, () => ImageConfig$, 0, 0, () => ModelDataSource$, () => AdditionalModelDataSources, 128 | 0, 0, 0, () => MultiModelConfig$]
|
|
4436
4697
|
];
|
|
4437
4698
|
export var ContextSource$ = [3, n0, _CSo,
|
|
@@ -4469,6 +4730,36 @@ export var CreateActionResponse$ = [3, n0, _CARr,
|
|
|
4469
4730
|
[_AA],
|
|
4470
4731
|
[0]
|
|
4471
4732
|
];
|
|
4733
|
+
export var CreateAIBenchmarkJobRequest$ = [3, n0, _CAIBJR,
|
|
4734
|
+
0,
|
|
4735
|
+
[_AIBJN, _BT, _OCu, _AIWCI, _RAo, _NCe, _Ta],
|
|
4736
|
+
[0, () => AIBenchmarkTarget$, () => AIBenchmarkOutputConfig$, 0, 0, () => AIBenchmarkNetworkConfig$, () => TagList], 5
|
|
4737
|
+
];
|
|
4738
|
+
export var CreateAIBenchmarkJobResponse$ = [3, n0, _CAIBJRr,
|
|
4739
|
+
0,
|
|
4740
|
+
[_AIBJA],
|
|
4741
|
+
[0], 1
|
|
4742
|
+
];
|
|
4743
|
+
export var CreateAIRecommendationJobRequest$ = [3, n0, _CAIRJR,
|
|
4744
|
+
0,
|
|
4745
|
+
[_AIRJN, _MS, _OCu, _AIWCI, _PT, _RAo, _ISn, _OM, _CSom, _Ta],
|
|
4746
|
+
[0, () => AIModelSource$, () => AIRecommendationOutputConfig$, 0, () => AIRecommendationPerformanceTarget$, 0, () => AIRecommendationInferenceSpecification$, 2, () => AIRecommendationComputeSpec$, () => TagList], 6
|
|
4747
|
+
];
|
|
4748
|
+
export var CreateAIRecommendationJobResponse$ = [3, n0, _CAIRJRr,
|
|
4749
|
+
0,
|
|
4750
|
+
[_AIRJA],
|
|
4751
|
+
[0], 1
|
|
4752
|
+
];
|
|
4753
|
+
export var CreateAIWorkloadConfigRequest$ = [3, n0, _CAIWCR,
|
|
4754
|
+
0,
|
|
4755
|
+
[_AIWCN, _DCa, _AIWC, _Ta],
|
|
4756
|
+
[0, () => AIDatasetConfig$, () => AIWorkloadConfigs$, () => TagList], 1
|
|
4757
|
+
];
|
|
4758
|
+
export var CreateAIWorkloadConfigResponse$ = [3, n0, _CAIWCRr,
|
|
4759
|
+
0,
|
|
4760
|
+
[_AIWCA],
|
|
4761
|
+
[0], 1
|
|
4762
|
+
];
|
|
4472
4763
|
export var CreateAlgorithmInput$ = [3, n0, _CAI,
|
|
4473
4764
|
0,
|
|
4474
4765
|
[_ANlg, _TS, _ADl, _ISn, _VSa, _CFM, _Ta],
|
|
@@ -4511,7 +4802,7 @@ export var CreateArtifactResponse$ = [3, n0, _CARreate,
|
|
|
4511
4802
|
];
|
|
4512
4803
|
export var CreateAutoMLJobRequest$ = [3, n0, _CAMLJR,
|
|
4513
4804
|
0,
|
|
4514
|
-
[_AMLJN, _IDC, _ODC, _RAo,
|
|
4805
|
+
[_AMLJN, _IDC, _ODC, _RAo, _PTr, _AMLJO, _AMLJCu, _GCDO, _Ta, _MDC],
|
|
4515
4806
|
[0, () => AutoMLInputDataConfig, () => AutoMLOutputDataConfig$, 0, 0, () => AutoMLJobObjective$, () => AutoMLJobConfig$, 2, () => TagList, () => ModelDeployConfig$], 4
|
|
4516
4807
|
];
|
|
4517
4808
|
export var CreateAutoMLJobResponse$ = [3, n0, _CAMLJRr,
|
|
@@ -4561,7 +4852,7 @@ export var CreateCodeRepositoryOutput$ = [3, n0, _CCRO,
|
|
|
4561
4852
|
];
|
|
4562
4853
|
export var CreateCompilationJobRequest$ = [3, n0, _CCJR,
|
|
4563
4854
|
0,
|
|
4564
|
-
[_CJN, _RAo,
|
|
4855
|
+
[_CJN, _RAo, _OCu, _SCt, _MPVA, _ICnp, _VC, _Ta],
|
|
4565
4856
|
[0, 0, () => OutputConfig$, () => StoppingCondition$, 0, () => InputConfig$, () => NeoVpcConfig$, () => TagList], 4
|
|
4566
4857
|
];
|
|
4567
4858
|
export var CreateCompilationJobResponse$ = [3, n0, _CCJRr,
|
|
@@ -4601,7 +4892,7 @@ export var CreateDataQualityJobDefinitionResponse$ = [3, n0, _CDQJDRr,
|
|
|
4601
4892
|
];
|
|
4602
4893
|
export var CreateDeviceFleetRequest$ = [3, n0, _CDFR,
|
|
4603
4894
|
0,
|
|
4604
|
-
[_DFN,
|
|
4895
|
+
[_DFN, _OCu, _RAo, _D, _Ta, _EIRA],
|
|
4605
4896
|
[0, () => EdgeOutputConfig$, 0, 0, () => TagList, 2], 2
|
|
4606
4897
|
];
|
|
4607
4898
|
export var CreateDomainRequest$ = [3, n0, _CDR,
|
|
@@ -4611,12 +4902,12 @@ export var CreateDomainRequest$ = [3, n0, _CDR,
|
|
|
4611
4902
|
];
|
|
4612
4903
|
export var CreateDomainResponse$ = [3, n0, _CDRr,
|
|
4613
4904
|
0,
|
|
4614
|
-
[_DAo, _DI,
|
|
4905
|
+
[_DAo, _DI, _Ur],
|
|
4615
4906
|
[0, 0, 0]
|
|
4616
4907
|
];
|
|
4617
4908
|
export var CreateEdgeDeploymentPlanRequest$ = [3, n0, _CEDPR,
|
|
4618
4909
|
0,
|
|
4619
|
-
[_EDPN, _MCo, _DFN,
|
|
4910
|
+
[_EDPN, _MCo, _DFN, _Stag, _Ta],
|
|
4620
4911
|
[0, () => EdgeDeploymentModelConfigs, 0, () => DeploymentStages, () => TagList], 3
|
|
4621
4912
|
];
|
|
4622
4913
|
export var CreateEdgeDeploymentPlanResponse$ = [3, n0, _CEDPRr,
|
|
@@ -4626,12 +4917,12 @@ export var CreateEdgeDeploymentPlanResponse$ = [3, n0, _CEDPRr,
|
|
|
4626
4917
|
];
|
|
4627
4918
|
export var CreateEdgeDeploymentStageRequest$ = [3, n0, _CEDSR,
|
|
4628
4919
|
0,
|
|
4629
|
-
[_EDPN,
|
|
4920
|
+
[_EDPN, _Stag],
|
|
4630
4921
|
[0, () => DeploymentStages], 2
|
|
4631
4922
|
];
|
|
4632
4923
|
export var CreateEdgePackagingJobRequest$ = [3, n0, _CEPJR,
|
|
4633
4924
|
0,
|
|
4634
|
-
[_EPJN, _CJN, _MNod, _MVo, _RAo,
|
|
4925
|
+
[_EPJN, _CJN, _MNod, _MVo, _RAo, _OCu, _RK, _Ta],
|
|
4635
4926
|
[0, 0, 0, 0, 0, () => EdgeOutputConfig$, 0, () => TagList], 6
|
|
4636
4927
|
];
|
|
4637
4928
|
export var CreateEndpointConfigInput$ = [3, n0, _CECI,
|
|
@@ -4646,7 +4937,7 @@ export var CreateEndpointConfigOutput$ = [3, n0, _CECO,
|
|
|
4646
4937
|
];
|
|
4647
4938
|
export var CreateEndpointInput$ = [3, n0, _CEI,
|
|
4648
4939
|
0,
|
|
4649
|
-
[_EN, _ECN,
|
|
4940
|
+
[_EN, _ECN, _DCe, _Ta],
|
|
4650
4941
|
[0, 0, () => DeploymentConfig$, () => TagList], 2
|
|
4651
4942
|
];
|
|
4652
4943
|
export var CreateEndpointOutput$ = [3, n0, _CEO,
|
|
@@ -4676,7 +4967,7 @@ export var CreateFeatureGroupResponse$ = [3, n0, _CFGRr,
|
|
|
4676
4967
|
];
|
|
4677
4968
|
export var CreateFlowDefinitionRequest$ = [3, n0, _CFDR,
|
|
4678
4969
|
0,
|
|
4679
|
-
[_FDN,
|
|
4970
|
+
[_FDN, _OCu, _RAo, _HLRS, _HLACu, _HLC, _Ta],
|
|
4680
4971
|
[0, () => FlowDefinitionOutputConfig$, 0, () => HumanLoopRequestSource$, [() => HumanLoopActivationConfig$, 0], () => HumanLoopConfig$, () => TagList], 3
|
|
4681
4972
|
];
|
|
4682
4973
|
export var CreateFlowDefinitionResponse$ = [3, n0, _CFDRr,
|
|
@@ -4776,7 +5067,7 @@ export var CreateInferenceExperimentResponse$ = [3, n0, _CIERr,
|
|
|
4776
5067
|
];
|
|
4777
5068
|
export var CreateInferenceRecommendationsJobRequest$ = [3, n0, _CIRJR,
|
|
4778
5069
|
0,
|
|
4779
|
-
[_JN, _JT, _RAo, _ICnp, _JD, _SCto,
|
|
5070
|
+
[_JN, _JT, _RAo, _ICnp, _JD, _SCto, _OCu, _Ta],
|
|
4780
5071
|
[0, 0, 0, () => RecommendationJobInputConfig$, 0, () => RecommendationJobStoppingConditions$, () => RecommendationJobOutputConfig$, () => TagList], 4
|
|
4781
5072
|
];
|
|
4782
5073
|
export var CreateInferenceRecommendationsJobResponse$ = [3, n0, _CIRJRr,
|
|
@@ -4786,7 +5077,7 @@ export var CreateInferenceRecommendationsJobResponse$ = [3, n0, _CIRJRr,
|
|
|
4786
5077
|
];
|
|
4787
5078
|
export var CreateLabelingJobRequest$ = [3, n0, _CLJR,
|
|
4788
5079
|
0,
|
|
4789
|
-
[_LJN, _LAN, _ICnp,
|
|
5080
|
+
[_LJN, _LAN, _ICnp, _OCu, _RAo, _HTC, _LCCSU, _SCto, _LJAC, _Ta],
|
|
4790
5081
|
[0, 0, () => LabelingJobInputConfig$, () => LabelingJobOutputConfig$, 0, () => HumanTaskConfig$, 0, () => LabelingJobStoppingConditions$, () => LabelingJobAlgorithmsConfig$, () => TagList], 6
|
|
4791
5082
|
];
|
|
4792
5083
|
export var CreateLabelingJobResponse$ = [3, n0, _CLJRr,
|
|
@@ -4826,7 +5117,7 @@ export var CreateModelBiasJobDefinitionResponse$ = [3, n0, _CMBJDRr,
|
|
|
4826
5117
|
];
|
|
4827
5118
|
export var CreateModelCardExportJobRequest$ = [3, n0, _CMCEJR,
|
|
4828
5119
|
0,
|
|
4829
|
-
[_MCN, _MCEJN,
|
|
5120
|
+
[_MCN, _MCEJN, _OCu, _MCV],
|
|
4830
5121
|
[0, 0, () => ModelCardExportOutputConfig$, 1], 3
|
|
4831
5122
|
];
|
|
4832
5123
|
export var CreateModelCardExportJobResponse$ = [3, n0, _CMCEJRr,
|
|
@@ -4836,7 +5127,7 @@ export var CreateModelCardExportJobResponse$ = [3, n0, _CMCEJRr,
|
|
|
4836
5127
|
];
|
|
4837
5128
|
export var CreateModelCardRequest$ = [3, n0, _CMCR,
|
|
4838
5129
|
0,
|
|
4839
|
-
[_MCN,
|
|
5130
|
+
[_MCN, _Cont, _MCS, _SC, _Ta],
|
|
4840
5131
|
[0, [() => ModelCardContent, 0], 0, () => ModelCardSecurityConfig$, () => TagList], 3
|
|
4841
5132
|
];
|
|
4842
5133
|
export var CreateModelCardResponse$ = [3, n0, _CMCRr,
|
|
@@ -4926,7 +5217,7 @@ export var CreateNotebookInstanceOutput$ = [3, n0, _CNIO,
|
|
|
4926
5217
|
];
|
|
4927
5218
|
export var CreateOptimizationJobRequest$ = [3, n0, _COJR,
|
|
4928
5219
|
0,
|
|
4929
|
-
[_OJN, _RAo, _MS, _DITe, _OCp,
|
|
5220
|
+
[_OJN, _RAo, _MS, _DITe, _OCp, _OCu, _SCt, _MICa, _OE, _Ta, _VC],
|
|
4930
5221
|
[0, 0, () => OptimizationJobModelSource$, 0, () => OptimizationConfigs, () => OptimizationJobOutputConfig$, () => StoppingCondition$, 1, 128 | 0, () => TagList, () => OptimizationVpcConfig$], 7
|
|
4931
5222
|
];
|
|
4932
5223
|
export var CreateOptimizationJobResponse$ = [3, n0, _COJRr,
|
|
@@ -4941,7 +5232,7 @@ export var CreatePartnerAppPresignedUrlRequest$ = [3, n0, _CPAPUR,
|
|
|
4941
5232
|
];
|
|
4942
5233
|
export var CreatePartnerAppPresignedUrlResponse$ = [3, n0, _CPAPURr,
|
|
4943
5234
|
0,
|
|
4944
|
-
[
|
|
5235
|
+
[_Ur],
|
|
4945
5236
|
[0]
|
|
4946
5237
|
];
|
|
4947
5238
|
export var CreatePartnerAppRequest$ = [3, n0, _CPAR,
|
|
@@ -5121,7 +5412,7 @@ export var CreateWorkforceResponse$ = [3, n0, _CWRr,
|
|
|
5121
5412
|
];
|
|
5122
5413
|
export var CreateWorkteamRequest$ = [3, n0, _CWRre,
|
|
5123
5414
|
0,
|
|
5124
|
-
[_WNo,
|
|
5415
|
+
[_WNo, _MDem, _D, _WN, _NCo, _WAC, _Ta],
|
|
5125
5416
|
[0, () => MemberDefinitions, 0, 0, () => NotificationConfiguration$, () => WorkerAccessConfiguration$, () => TagList], 3
|
|
5126
5417
|
];
|
|
5127
5418
|
export var CreateWorkteamResponse$ = [3, n0, _CWRrea,
|
|
@@ -5234,6 +5525,36 @@ export var DeleteActionResponse$ = [3, n0, _DARe,
|
|
|
5234
5525
|
[_AA],
|
|
5235
5526
|
[0]
|
|
5236
5527
|
];
|
|
5528
|
+
export var DeleteAIBenchmarkJobRequest$ = [3, n0, _DAIBJR,
|
|
5529
|
+
0,
|
|
5530
|
+
[_AIBJN],
|
|
5531
|
+
[0], 1
|
|
5532
|
+
];
|
|
5533
|
+
export var DeleteAIBenchmarkJobResponse$ = [3, n0, _DAIBJRe,
|
|
5534
|
+
0,
|
|
5535
|
+
[_AIBJA],
|
|
5536
|
+
[0]
|
|
5537
|
+
];
|
|
5538
|
+
export var DeleteAIRecommendationJobRequest$ = [3, n0, _DAIRJR,
|
|
5539
|
+
0,
|
|
5540
|
+
[_AIRJN],
|
|
5541
|
+
[0], 1
|
|
5542
|
+
];
|
|
5543
|
+
export var DeleteAIRecommendationJobResponse$ = [3, n0, _DAIRJRe,
|
|
5544
|
+
0,
|
|
5545
|
+
[_AIRJA],
|
|
5546
|
+
[0]
|
|
5547
|
+
];
|
|
5548
|
+
export var DeleteAIWorkloadConfigRequest$ = [3, n0, _DAIWCR,
|
|
5549
|
+
0,
|
|
5550
|
+
[_AIWCN],
|
|
5551
|
+
[0], 1
|
|
5552
|
+
];
|
|
5553
|
+
export var DeleteAIWorkloadConfigResponse$ = [3, n0, _DAIWCRe,
|
|
5554
|
+
0,
|
|
5555
|
+
[_AIWCA],
|
|
5556
|
+
[0]
|
|
5557
|
+
];
|
|
5237
5558
|
export var DeleteAlgorithmInput$ = [3, n0, _DAI,
|
|
5238
5559
|
0,
|
|
5239
5560
|
[_ANlg],
|
|
@@ -5619,12 +5940,12 @@ export var DeployedImage$ = [3, n0, _DIe,
|
|
|
5619
5940
|
[_SIp, _RI, _RTe],
|
|
5620
5941
|
[0, 0, 4]
|
|
5621
5942
|
];
|
|
5622
|
-
export var DeploymentConfig$ = [3, n0,
|
|
5943
|
+
export var DeploymentConfig$ = [3, n0, _DCe,
|
|
5623
5944
|
0,
|
|
5624
5945
|
[_BGUP, _RUP, _ARCu],
|
|
5625
5946
|
[() => BlueGreenUpdatePolicy$, () => RollingUpdatePolicy$, () => AutoRollbackConfig$]
|
|
5626
5947
|
];
|
|
5627
|
-
export var DeploymentConfiguration$ = [3, n0,
|
|
5948
|
+
export var DeploymentConfiguration$ = [3, n0, _DC,
|
|
5628
5949
|
0,
|
|
5629
5950
|
[_RUP, _WIIS, _ARCu],
|
|
5630
5951
|
[() => RollingDeploymentPolicy$, 1, () => AutoRollbackAlarms]
|
|
@@ -5636,12 +5957,12 @@ export var DeploymentRecommendation$ = [3, n0, _DR,
|
|
|
5636
5957
|
];
|
|
5637
5958
|
export var DeploymentStage$ = [3, n0, _DSe,
|
|
5638
5959
|
0,
|
|
5639
|
-
[_SNt, _DSCe,
|
|
5960
|
+
[_SNt, _DSCe, _DCe],
|
|
5640
5961
|
[0, () => DeviceSelectionConfig$, () => EdgeDeploymentConfig$], 2
|
|
5641
5962
|
];
|
|
5642
5963
|
export var DeploymentStageStatusSummary$ = [3, n0, _DSSSe,
|
|
5643
5964
|
0,
|
|
5644
|
-
[_SNt, _DSCe,
|
|
5965
|
+
[_SNt, _DSCe, _DCe, _DSep],
|
|
5645
5966
|
[0, () => DeviceSelectionConfig$, () => EdgeDeploymentConfig$, () => EdgeDeploymentStatus$], 4
|
|
5646
5967
|
];
|
|
5647
5968
|
export var DeregisterDevicesRequest$ = [3, n0, _DDRe,
|
|
@@ -5661,9 +5982,39 @@ export var DescribeActionRequest$ = [3, n0, _DARes,
|
|
|
5661
5982
|
];
|
|
5662
5983
|
export var DescribeActionResponse$ = [3, n0, _DAResc,
|
|
5663
5984
|
0,
|
|
5664
|
-
[_AN, _AA, _S, _AT, _D, _St, _Pr, _CT, _CB, _LMT, _LMB, _MPe,
|
|
5985
|
+
[_AN, _AA, _S, _AT, _D, _St, _Pr, _CT, _CB, _LMT, _LMB, _MPe, _LGAi],
|
|
5665
5986
|
[0, 0, () => ActionSource$, 0, 0, 0, 128 | 0, 4, () => UserContext$, 4, () => UserContext$, () => MetadataProperties$, 0]
|
|
5666
5987
|
];
|
|
5988
|
+
export var DescribeAIBenchmarkJobRequest$ = [3, n0, _DAIBJRes,
|
|
5989
|
+
0,
|
|
5990
|
+
[_AIBJN],
|
|
5991
|
+
[0], 1
|
|
5992
|
+
];
|
|
5993
|
+
export var DescribeAIBenchmarkJobResponse$ = [3, n0, _DAIBJResc,
|
|
5994
|
+
0,
|
|
5995
|
+
[_AIBJN, _AIBJA, _AIBJSe, _BT, _OCu, _AIWCI, _RAo, _CT, _FR, _NCe, _STt, _ETn, _Ta],
|
|
5996
|
+
[0, 0, 0, () => AIBenchmarkTarget$, () => AIBenchmarkOutputResult$, 0, 0, 4, 0, () => AIBenchmarkNetworkConfig$, 4, 4, () => TagList], 8
|
|
5997
|
+
];
|
|
5998
|
+
export var DescribeAIRecommendationJobRequest$ = [3, n0, _DAIRJRes,
|
|
5999
|
+
0,
|
|
6000
|
+
[_AIRJN],
|
|
6001
|
+
[0], 1
|
|
6002
|
+
];
|
|
6003
|
+
export var DescribeAIRecommendationJobResponse$ = [3, n0, _DAIRJResc,
|
|
6004
|
+
0,
|
|
6005
|
+
[_AIRJN, _AIRJA, _AIRJSe, _MS, _OCu, _AIWCI, _RAo, _CT, _FR, _ISn, _OM, _PT, _Re, _CSom, _STt, _ETn, _Ta],
|
|
6006
|
+
[0, 0, 0, () => AIModelSource$, () => AIRecommendationOutputResult$, 0, 0, 4, 0, () => AIRecommendationInferenceSpecification$, 2, () => AIRecommendationPerformanceTarget$, () => AIRecommendationList, () => AIRecommendationComputeSpec$, 4, 4, () => TagList], 8
|
|
6007
|
+
];
|
|
6008
|
+
export var DescribeAIWorkloadConfigRequest$ = [3, n0, _DAIWCRes,
|
|
6009
|
+
0,
|
|
6010
|
+
[_AIWCN],
|
|
6011
|
+
[0], 1
|
|
6012
|
+
];
|
|
6013
|
+
export var DescribeAIWorkloadConfigResponse$ = [3, n0, _DAIWCResc,
|
|
6014
|
+
0,
|
|
6015
|
+
[_AIWCN, _AIWCA, _CT, _DCa, _AIWC, _Ta],
|
|
6016
|
+
[0, 0, 4, () => AIDatasetConfig$, () => AIWorkloadConfigs$, () => TagList], 3
|
|
6017
|
+
];
|
|
5667
6018
|
export var DescribeAlgorithmInput$ = [3, n0, _DAIe,
|
|
5668
6019
|
0,
|
|
5669
6020
|
[_ANlg],
|
|
@@ -5701,7 +6052,7 @@ export var DescribeArtifactRequest$ = [3, n0, _DARescrib,
|
|
|
5701
6052
|
];
|
|
5702
6053
|
export var DescribeArtifactResponse$ = [3, n0, _DARescribe,
|
|
5703
6054
|
0,
|
|
5704
|
-
[_ANr, _AAr, _S, _ATr, _Pr, _CT, _CB, _LMT, _LMB, _MPe,
|
|
6055
|
+
[_ANr, _AAr, _S, _ATr, _Pr, _CT, _CB, _LMT, _LMB, _MPe, _LGAi],
|
|
5705
6056
|
[0, 0, () => ArtifactSource$, 0, 128 | 0, 4, () => UserContext$, 4, () => UserContext$, () => MetadataProperties$, 0]
|
|
5706
6057
|
];
|
|
5707
6058
|
export var DescribeAutoMLJobRequest$ = [3, n0, _DAMLJR,
|
|
@@ -5711,7 +6062,7 @@ export var DescribeAutoMLJobRequest$ = [3, n0, _DAMLJR,
|
|
|
5711
6062
|
];
|
|
5712
6063
|
export var DescribeAutoMLJobResponse$ = [3, n0, _DAMLJRe,
|
|
5713
6064
|
0,
|
|
5714
|
-
[_AMLJN, _AMLJAu, _IDC, _ODC, _RAo, _CT, _LMT, _AMLJSu, _AMLJSS, _AMLJO,
|
|
6065
|
+
[_AMLJN, _AMLJAu, _IDC, _ODC, _RAo, _CT, _LMT, _AMLJSu, _AMLJSS, _AMLJO, _PTr, _AMLJCu, _ETn, _FR, _PFR, _BC, _GCDO, _AMLJA, _RAe, _MDC, _MDR],
|
|
5715
6066
|
[0, 0, () => AutoMLInputDataConfig, () => AutoMLOutputDataConfig$, 0, 4, 4, 0, 0, () => AutoMLJobObjective$, 0, () => AutoMLJobConfig$, 4, 0, () => AutoMLPartialFailureReasons, () => AutoMLCandidate$, 2, () => AutoMLJobArtifacts$, () => ResolvedAttributes$, () => ModelDeployConfig$, () => ModelDeployResult$], 9
|
|
5716
6067
|
];
|
|
5717
6068
|
export var DescribeAutoMLJobV2Request$ = [3, n0, _DAMLJVR,
|
|
@@ -5781,7 +6132,7 @@ export var DescribeCompilationJobRequest$ = [3, n0, _DCJRe,
|
|
|
5781
6132
|
];
|
|
5782
6133
|
export var DescribeCompilationJobResponse$ = [3, n0, _DCJRes,
|
|
5783
6134
|
0,
|
|
5784
|
-
[_CJN, _CJAo, _CJSo, _SCt, _CT, _LMT, _FR, _MAo, _RAo, _ICnp,
|
|
6135
|
+
[_CJN, _CJAo, _CJSo, _SCt, _CT, _LMT, _FR, _MAo, _RAo, _ICnp, _OCu, _CSTo, _CET, _IIn, _MPVA, _MDo, _VC, _DIer],
|
|
5785
6136
|
[0, 0, 0, () => StoppingCondition$, 4, 4, 0, () => ModelArtifacts$, 0, () => InputConfig$, () => OutputConfig$, 4, 4, 0, 0, () => ModelDigests$, () => NeoVpcConfig$, () => DerivedInformation$], 11
|
|
5786
6137
|
];
|
|
5787
6138
|
export var DescribeComputeQuotaRequest$ = [3, n0, _DCQRe,
|
|
@@ -5801,7 +6152,7 @@ export var DescribeContextRequest$ = [3, n0, _DCRescr,
|
|
|
5801
6152
|
];
|
|
5802
6153
|
export var DescribeContextResponse$ = [3, n0, _DCRescri,
|
|
5803
6154
|
0,
|
|
5804
|
-
[_CNon, _CAo, _S, _CTonte, _D, _Pr, _CT, _CB, _LMT, _LMB,
|
|
6155
|
+
[_CNon, _CAo, _S, _CTonte, _D, _Pr, _CT, _CB, _LMT, _LMB, _LGAi],
|
|
5805
6156
|
[0, 0, () => ContextSource$, 0, 0, 128 | 0, 4, () => UserContext$, 4, () => UserContext$, 0]
|
|
5806
6157
|
];
|
|
5807
6158
|
export var DescribeDataQualityJobDefinitionRequest$ = [3, n0, _DDQJDRe,
|
|
@@ -5821,7 +6172,7 @@ export var DescribeDeviceFleetRequest$ = [3, n0, _DDFRe,
|
|
|
5821
6172
|
];
|
|
5822
6173
|
export var DescribeDeviceFleetResponse$ = [3, n0, _DDFRes,
|
|
5823
6174
|
0,
|
|
5824
|
-
[_DFN, _DFA,
|
|
6175
|
+
[_DFN, _DFA, _OCu, _CT, _LMT, _D, _RAo, _IRA],
|
|
5825
6176
|
[0, 0, () => EdgeOutputConfig$, 4, 4, 0, 0, 0], 5
|
|
5826
6177
|
];
|
|
5827
6178
|
export var DescribeDeviceRequest$ = [3, n0, _DDRes,
|
|
@@ -5841,7 +6192,7 @@ export var DescribeDomainRequest$ = [3, n0, _DDRescr,
|
|
|
5841
6192
|
];
|
|
5842
6193
|
export var DescribeDomainResponse$ = [3, n0, _DDRescri,
|
|
5843
6194
|
0,
|
|
5844
|
-
[_DAo, _DI, _DNo, _HEFSI, _SSOMAII, _SSOAA, _St, _CT, _LMT, _FR, _SGIFDB, _AM, _DUS, _DSo, _ANAT, _HEFSKKI, _SIu,
|
|
6195
|
+
[_DAo, _DI, _DNo, _HEFSI, _SSOMAII, _SSOAA, _St, _CT, _LMT, _FR, _SGIFDB, _AM, _DUS, _DSo, _ANAT, _HEFSKKI, _SIu, _Ur, _VIp, _KKI, _ASGM, _TP, _DSS],
|
|
5845
6196
|
[0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 0, () => UserSettings$, () => DomainSettings$, 0, 0, 64 | 0, 0, 0, 0, 0, 0, () => DefaultSpaceSettings$]
|
|
5846
6197
|
];
|
|
5847
6198
|
export var DescribeEdgeDeploymentPlanRequest$ = [3, n0, _DEDPRe,
|
|
@@ -5851,7 +6202,7 @@ export var DescribeEdgeDeploymentPlanRequest$ = [3, n0, _DEDPRe,
|
|
|
5851
6202
|
];
|
|
5852
6203
|
export var DescribeEdgeDeploymentPlanResponse$ = [3, n0, _DEDPRes,
|
|
5853
6204
|
0,
|
|
5854
|
-
[_EDPA, _EDPN, _MCo, _DFN,
|
|
6205
|
+
[_EDPA, _EDPN, _MCo, _DFN, _Stag, _EDS, _EDP, _EDF, _NTe, _CT, _LMT],
|
|
5855
6206
|
[0, 0, () => EdgeDeploymentModelConfigs, 0, () => DeploymentStageStatusSummaries, 1, 1, 1, 0, 4, 4], 5
|
|
5856
6207
|
];
|
|
5857
6208
|
export var DescribeEdgePackagingJobRequest$ = [3, n0, _DEPJR,
|
|
@@ -5861,7 +6212,7 @@ export var DescribeEdgePackagingJobRequest$ = [3, n0, _DEPJR,
|
|
|
5861
6212
|
];
|
|
5862
6213
|
export var DescribeEdgePackagingJobResponse$ = [3, n0, _DEPJRe,
|
|
5863
6214
|
0,
|
|
5864
|
-
[_EPJA, _EPJN, _EPJS, _CJN, _MNod, _MVo, _RAo,
|
|
6215
|
+
[_EPJA, _EPJN, _EPJS, _CJN, _MNod, _MVo, _RAo, _OCu, _RK, _EPJSM, _CT, _LMT, _MAod, _MSo, _PDO],
|
|
5865
6216
|
[0, 0, 0, 0, 0, 0, 0, () => EdgeOutputConfig$, 0, 0, 4, 4, 0, 0, () => EdgePresetDeploymentOutput$], 3
|
|
5866
6217
|
];
|
|
5867
6218
|
export var DescribeEndpointConfigInput$ = [3, n0, _DECIe,
|
|
@@ -5921,7 +6272,7 @@ export var DescribeFlowDefinitionRequest$ = [3, n0, _DFDRes,
|
|
|
5921
6272
|
];
|
|
5922
6273
|
export var DescribeFlowDefinitionResponse$ = [3, n0, _DFDResc,
|
|
5923
6274
|
0,
|
|
5924
|
-
[_FDA, _FDN, _FDS, _CT,
|
|
6275
|
+
[_FDA, _FDN, _FDS, _CT, _OCu, _RAo, _HLRS, _HLACu, _HLC, _FR],
|
|
5925
6276
|
[0, 0, 0, 4, () => FlowDefinitionOutputConfig$, 0, () => HumanLoopRequestSource$, [() => HumanLoopActivationConfig$, 0], () => HumanLoopConfig$, 0], 6
|
|
5926
6277
|
];
|
|
5927
6278
|
export var DescribeHubContentRequest$ = [3, n0, _DHCRe,
|
|
@@ -6011,7 +6362,7 @@ export var DescribeInferenceRecommendationsJobRequest$ = [3, n0, _DIRJR,
|
|
|
6011
6362
|
];
|
|
6012
6363
|
export var DescribeInferenceRecommendationsJobResponse$ = [3, n0, _DIRJRe,
|
|
6013
6364
|
0,
|
|
6014
|
-
[_JN, _JT, _JA, _RAo, _St, _CT, _LMT, _ICnp, _JD, _CTom, _FR, _SCto, _IRnf,
|
|
6365
|
+
[_JN, _JT, _JA, _RAo, _St, _CT, _LMT, _ICnp, _JD, _CTom, _FR, _SCto, _IRnf, _EPn],
|
|
6015
6366
|
[0, 0, 0, 0, 0, 4, 4, () => RecommendationJobInputConfig$, 0, 4, 0, () => RecommendationJobStoppingConditions$, () => InferenceRecommendations, () => EndpointPerformances], 8
|
|
6016
6367
|
];
|
|
6017
6368
|
export var DescribeLabelingJobRequest$ = [3, n0, _DLJR,
|
|
@@ -6021,7 +6372,7 @@ export var DescribeLabelingJobRequest$ = [3, n0, _DLJR,
|
|
|
6021
6372
|
];
|
|
6022
6373
|
export var DescribeLabelingJobResponse$ = [3, n0, _DLJRe,
|
|
6023
6374
|
0,
|
|
6024
|
-
[_LJS, _LC, _CT, _LMT, _JRC, _LJN, _LJA, _ICnp,
|
|
6375
|
+
[_LJS, _LC, _CT, _LMT, _JRC, _LJN, _LJA, _ICnp, _OCu, _RAo, _HTC, _FR, _LAN, _LCCSU, _SCto, _LJAC, _Ta, _LJO],
|
|
6025
6376
|
[0, () => LabelCounters$, 4, 4, 0, 0, 0, () => LabelingJobInputConfig$, () => LabelingJobOutputConfig$, 0, () => HumanTaskConfig$, 0, 0, 0, () => LabelingJobStoppingConditions$, () => LabelingJobAlgorithmsConfig$, () => TagList, () => LabelingJobOutput$], 11
|
|
6026
6377
|
];
|
|
6027
6378
|
export var DescribeLineageGroupRequest$ = [3, n0, _DLGR,
|
|
@@ -6031,7 +6382,7 @@ export var DescribeLineageGroupRequest$ = [3, n0, _DLGR,
|
|
|
6031
6382
|
];
|
|
6032
6383
|
export var DescribeLineageGroupResponse$ = [3, n0, _DLGRe,
|
|
6033
6384
|
0,
|
|
6034
|
-
[_LGN,
|
|
6385
|
+
[_LGN, _LGAi, _DNi, _D, _CT, _CB, _LMT, _LMB],
|
|
6035
6386
|
[0, 0, 0, 0, 4, () => UserContext$, 4, () => UserContext$]
|
|
6036
6387
|
];
|
|
6037
6388
|
export var DescribeMlflowAppRequest$ = [3, n0, _DMARes,
|
|
@@ -6071,7 +6422,7 @@ export var DescribeModelCardExportJobRequest$ = [3, n0, _DMCEJR,
|
|
|
6071
6422
|
];
|
|
6072
6423
|
export var DescribeModelCardExportJobResponse$ = [3, n0, _DMCEJRe,
|
|
6073
6424
|
0,
|
|
6074
|
-
[_MCEJN, _MCEJA, _St, _MCN, _MCV,
|
|
6425
|
+
[_MCEJN, _MCEJA, _St, _MCN, _MCV, _OCu, _CAr, _LMA, _FR, _EAxp],
|
|
6075
6426
|
[0, 0, 0, 0, 1, () => ModelCardExportOutputConfig$, 4, 4, 0, () => ModelCardExportArtifacts$], 8
|
|
6076
6427
|
];
|
|
6077
6428
|
export var DescribeModelCardRequest$ = [3, n0, _DMCRe,
|
|
@@ -6081,7 +6432,7 @@ export var DescribeModelCardRequest$ = [3, n0, _DMCRe,
|
|
|
6081
6432
|
];
|
|
6082
6433
|
export var DescribeModelCardResponse$ = [3, n0, _DMCRes,
|
|
6083
6434
|
0,
|
|
6084
|
-
[_MCA, _MCN, _MCV,
|
|
6435
|
+
[_MCA, _MCN, _MCV, _Cont, _MCS, _CT, _CB, _SC, _LMT, _LMB, _MCPS],
|
|
6085
6436
|
[0, 0, 1, [() => ModelCardContent, 0], 0, 4, () => UserContext$, () => ModelCardSecurityConfig$, 4, () => UserContext$, 0], 7
|
|
6086
6437
|
];
|
|
6087
6438
|
export var DescribeModelExplainabilityJobDefinitionRequest$ = [3, n0, _DMEJDRe,
|
|
@@ -6161,7 +6512,7 @@ export var DescribeNotebookInstanceLifecycleConfigOutput$ = [3, n0, _DNILCO,
|
|
|
6161
6512
|
];
|
|
6162
6513
|
export var DescribeNotebookInstanceOutput$ = [3, n0, _DNIO,
|
|
6163
6514
|
0,
|
|
6164
|
-
[_NIA, _NIN, _NIS, _FR,
|
|
6515
|
+
[_NIA, _NIN, _NIS, _FR, _Ur, _ITn, _IAT, _SIub, _SG, _RAo, _KKI, _NII, _LMT, _CT, _NILCN, _DIA, _VSIGB, _ATc, _DCR, _ACR, _RAoo, _PIl, _IMSC],
|
|
6165
6516
|
[0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 4, 4, 0, 0, 1, 64 | 0, 0, 64 | 0, 0, 0, () => InstanceMetadataServiceConfiguration$]
|
|
6166
6517
|
];
|
|
6167
6518
|
export var DescribeOptimizationJobRequest$ = [3, n0, _DOJRe,
|
|
@@ -6171,7 +6522,7 @@ export var DescribeOptimizationJobRequest$ = [3, n0, _DOJRe,
|
|
|
6171
6522
|
];
|
|
6172
6523
|
export var DescribeOptimizationJobResponse$ = [3, n0, _DOJRes,
|
|
6173
6524
|
0,
|
|
6174
|
-
[_OJA, _OJS, _CT, _LMT, _OJN, _MS, _DITe, _OCp,
|
|
6525
|
+
[_OJA, _OJS, _CT, _LMT, _OJN, _MS, _DITe, _OCp, _OCu, _RAo, _SCt, _OST, _OET, _FR, _OE, _MICa, _OO, _VC],
|
|
6175
6526
|
[0, 0, 4, 4, 0, () => OptimizationJobModelSource$, 0, () => OptimizationConfigs, () => OptimizationJobOutputConfig$, 0, () => StoppingCondition$, 4, 4, 0, 128 | 0, 1, () => OptimizationOutput$, () => OptimizationVpcConfig$], 11
|
|
6176
6527
|
];
|
|
6177
6528
|
export var DescribePartnerAppRequest$ = [3, n0, _DPARes,
|
|
@@ -6251,7 +6602,7 @@ export var DescribeSpaceRequest$ = [3, n0, _DSRe,
|
|
|
6251
6602
|
];
|
|
6252
6603
|
export var DescribeSpaceResponse$ = [3, n0, _DSRes,
|
|
6253
6604
|
0,
|
|
6254
|
-
[_DI, _SAp, _SN, _HEFSU, _St, _LMT, _CT, _FR, _SS, _OSw, _SSS, _SDN,
|
|
6605
|
+
[_DI, _SAp, _SN, _HEFSU, _St, _LMT, _CT, _FR, _SS, _OSw, _SSS, _SDN, _Ur],
|
|
6255
6606
|
[0, 0, 0, 0, 0, 4, 4, 0, () => SpaceSettings$, () => OwnershipSettings$, () => SpaceSharingSettings$, 0, 0]
|
|
6256
6607
|
];
|
|
6257
6608
|
export var DescribeStudioLifecycleConfigRequest$ = [3, n0, _DSLCRe,
|
|
@@ -6321,7 +6672,7 @@ export var DescribeTrialComponentRequest$ = [3, n0, _DTCRes,
|
|
|
6321
6672
|
];
|
|
6322
6673
|
export var DescribeTrialComponentResponse$ = [3, n0, _DTCResc,
|
|
6323
6674
|
0,
|
|
6324
|
-
[_TCN, _TCA, _DNi, _S, _St, _STt, _ETn, _CT, _CB, _LMT, _LMB, _P, _IAn, _OA, _MPe,
|
|
6675
|
+
[_TCN, _TCA, _DNi, _S, _St, _STt, _ETn, _CT, _CB, _LMT, _LMB, _P, _IAn, _OA, _MPe, _Met, _LGAi, _So],
|
|
6325
6676
|
[0, 0, 0, () => TrialComponentSource$, () => TrialComponentStatus$, 4, 4, 4, () => UserContext$, 4, () => UserContext$, () => TrialComponentParameters, () => TrialComponentArtifacts, () => TrialComponentArtifacts, () => MetadataProperties$, () => TrialComponentMetricSummaries, 0, () => TrialComponentSources]
|
|
6326
6677
|
];
|
|
6327
6678
|
export var DescribeTrialRequest$ = [3, n0, _DTRes,
|
|
@@ -6436,12 +6787,12 @@ export var DisassociateTrialComponentResponse$ = [3, n0, _DTCRis,
|
|
|
6436
6787
|
];
|
|
6437
6788
|
export var DockerSettings$ = [3, n0, _DSoc,
|
|
6438
6789
|
0,
|
|
6439
|
-
[_EDA, _VOTA,
|
|
6790
|
+
[_EDA, _VOTA, _RDo],
|
|
6440
6791
|
[0, 64 | 0, 0]
|
|
6441
6792
|
];
|
|
6442
6793
|
export var DomainDetails$ = [3, n0, _DDo,
|
|
6443
6794
|
0,
|
|
6444
|
-
[_DAo, _DI, _DNo, _St, _CT, _LMT,
|
|
6795
|
+
[_DAo, _DI, _DNo, _St, _CT, _LMT, _Ur],
|
|
6445
6796
|
[0, 0, 0, 0, 4, 4, 0]
|
|
6446
6797
|
];
|
|
6447
6798
|
export var DomainSettings$ = [3, n0, _DSo,
|
|
@@ -6466,17 +6817,17 @@ export var DriftCheckBias$ = [3, n0, _DCBr,
|
|
|
6466
6817
|
];
|
|
6467
6818
|
export var DriftCheckExplainability$ = [3, n0, _DCE,
|
|
6468
6819
|
0,
|
|
6469
|
-
[
|
|
6820
|
+
[_Con, _CF],
|
|
6470
6821
|
[() => MetricsSource$, () => FileSource$]
|
|
6471
6822
|
];
|
|
6472
6823
|
export var DriftCheckModelDataQuality$ = [3, n0, _DCMDQ,
|
|
6473
6824
|
0,
|
|
6474
|
-
[_Stati,
|
|
6825
|
+
[_Stati, _Con],
|
|
6475
6826
|
[() => MetricsSource$, () => MetricsSource$]
|
|
6476
6827
|
];
|
|
6477
6828
|
export var DriftCheckModelQuality$ = [3, n0, _DCMQ,
|
|
6478
6829
|
0,
|
|
6479
|
-
[_Stati,
|
|
6830
|
+
[_Stati, _Con],
|
|
6480
6831
|
[() => MetricsSource$, () => MetricsSource$]
|
|
6481
6832
|
];
|
|
6482
6833
|
export var DynamicScalingConfiguration$ = [3, n0, _DSCy,
|
|
@@ -6629,9 +6980,9 @@ export var EndpointOutputConfiguration$ = [3, n0, _EOCn,
|
|
|
6629
6980
|
[_EN, _VN, _ITn, _IIC, _SCe],
|
|
6630
6981
|
[0, 0, 0, 1, () => ProductionVariantServerlessConfig$], 2
|
|
6631
6982
|
];
|
|
6632
|
-
export var EndpointPerformance$ = [3, n0,
|
|
6983
|
+
export var EndpointPerformance$ = [3, n0, _EPnd,
|
|
6633
6984
|
0,
|
|
6634
|
-
[
|
|
6985
|
+
[_Met, _EInd],
|
|
6635
6986
|
[() => InferenceMetrics$, () => EndpointInfo$], 2
|
|
6636
6987
|
];
|
|
6637
6988
|
export var EndpointStepMetadata$ = [3, n0, _ESM,
|
|
@@ -6666,7 +7017,7 @@ export var EnvironmentParameterRanges$ = [3, n0, _EPR,
|
|
|
6666
7017
|
];
|
|
6667
7018
|
export var ErrorInfo$ = [3, n0, _EIr,
|
|
6668
7019
|
0,
|
|
6669
|
-
[_Cod,
|
|
7020
|
+
[_Cod, _Rea],
|
|
6670
7021
|
[0, 0]
|
|
6671
7022
|
];
|
|
6672
7023
|
export var EventDetails$ = [3, n0, _ED,
|
|
@@ -6811,7 +7162,7 @@ export var GetDeviceFleetReportRequest$ = [3, n0, _GDFRR,
|
|
|
6811
7162
|
];
|
|
6812
7163
|
export var GetDeviceFleetReportResponse$ = [3, n0, _GDFRRe,
|
|
6813
7164
|
0,
|
|
6814
|
-
[_DFA, _DFN,
|
|
7165
|
+
[_DFA, _DFN, _OCu, _D, _RG, _DSev, _AVg, _MSod],
|
|
6815
7166
|
[0, 0, () => EdgeOutputConfig$, 0, 4, () => DeviceStats$, () => AgentVersions, () => EdgeModelStats], 2
|
|
6816
7167
|
];
|
|
6817
7168
|
export var GetLineageGroupPolicyRequest$ = [3, n0, _GLGPR,
|
|
@@ -6821,7 +7172,7 @@ export var GetLineageGroupPolicyRequest$ = [3, n0, _GLGPR,
|
|
|
6821
7172
|
];
|
|
6822
7173
|
export var GetLineageGroupPolicyResponse$ = [3, n0, _GLGPRe,
|
|
6823
7174
|
0,
|
|
6824
|
-
[
|
|
7175
|
+
[_LGAi, _RPes],
|
|
6825
7176
|
[0, 0]
|
|
6826
7177
|
];
|
|
6827
7178
|
export var GetModelPackageGroupPolicyInput$ = [3, n0, _GMPGPI,
|
|
@@ -6851,7 +7202,7 @@ export var GetScalingConfigurationRecommendationRequest$ = [3, n0, _GSCRR,
|
|
|
6851
7202
|
];
|
|
6852
7203
|
export var GetScalingConfigurationRecommendationResponse$ = [3, n0, _GSCRRe,
|
|
6853
7204
|
0,
|
|
6854
|
-
[_IRJN, _RIe, _EN, _TCUPC, _SPO,
|
|
7205
|
+
[_IRJN, _RIe, _EN, _TCUPC, _SPO, _Me, _DSCy],
|
|
6855
7206
|
[0, 0, 0, 1, () => ScalingPolicyObjective$, () => ScalingPolicyMetric$, () => DynamicScalingConfiguration$]
|
|
6856
7207
|
];
|
|
6857
7208
|
export var GetSearchSuggestionsRequest$ = [3, n0, _GSSR,
|
|
@@ -6946,7 +7297,7 @@ export var HyperbandStrategyConfig$ = [3, n0, _HSC,
|
|
|
6946
7297
|
];
|
|
6947
7298
|
export var HyperParameterAlgorithmSpecification$ = [3, n0, _HPAS,
|
|
6948
7299
|
0,
|
|
6949
|
-
[_TIM, _TI, _ANlg,
|
|
7300
|
+
[_TIM, _TI, _ANlg, _MDe],
|
|
6950
7301
|
[0, 0, 0, () => MetricDefinitionList], 1
|
|
6951
7302
|
];
|
|
6952
7303
|
export var HyperParameterSpecification$ = [3, n0, _HPS,
|
|
@@ -6966,7 +7317,7 @@ export var HyperParameterTrainingJobSummary$ = [3, n0, _HPTJSy,
|
|
|
6966
7317
|
];
|
|
6967
7318
|
export var HyperParameterTuningInstanceConfig$ = [3, n0, _HPTIC,
|
|
6968
7319
|
0,
|
|
6969
|
-
[_ITn,
|
|
7320
|
+
[_ITn, _ICn, _VSIGB],
|
|
6970
7321
|
[0, 1, 1], 3
|
|
6971
7322
|
];
|
|
6972
7323
|
export var HyperParameterTuningJobCompletionDetails$ = [3, n0, _HPTJCD,
|
|
@@ -7011,7 +7362,7 @@ export var HyperParameterTuningJobWarmStartConfig$ = [3, n0, _HPTJWSC,
|
|
|
7011
7362
|
];
|
|
7012
7363
|
export var HyperParameterTuningResourceConfig$ = [3, n0, _HPTRC,
|
|
7013
7364
|
0,
|
|
7014
|
-
[_ITn,
|
|
7365
|
+
[_ITn, _ICn, _VSIGB, _VKKI, _ASll, _ICns],
|
|
7015
7366
|
[0, 1, 1, 0, 0, () => HyperParameterTuningInstanceConfigs]
|
|
7016
7367
|
];
|
|
7017
7368
|
export var IamIdentity$ = [3, n0, _IIa,
|
|
@@ -7034,7 +7385,7 @@ export var IdleSettings$ = [3, n0, _IS,
|
|
|
7034
7385
|
[_LM, _ITIM, _MITIM, _MITIMa],
|
|
7035
7386
|
[0, 1, 1, 1]
|
|
7036
7387
|
];
|
|
7037
|
-
export var Image$ = [3, n0,
|
|
7388
|
+
export var Image$ = [3, n0, _Im,
|
|
7038
7389
|
0,
|
|
7039
7390
|
[_CT, _IAm, _IN, _ISm, _LMT, _D, _DNi, _FR],
|
|
7040
7391
|
[4, 0, 0, 0, 4, 0, 0, 0], 5
|
|
@@ -7081,7 +7432,7 @@ export var InferenceComponentComputeResourceRequirements$ = [3, n0, _ICCRR,
|
|
|
7081
7432
|
];
|
|
7082
7433
|
export var InferenceComponentContainerSpecification$ = [3, n0, _ICCSn,
|
|
7083
7434
|
0,
|
|
7084
|
-
[
|
|
7435
|
+
[_Im, _AUr, _E],
|
|
7085
7436
|
[0, 0, 128 | 0]
|
|
7086
7437
|
];
|
|
7087
7438
|
export var InferenceComponentContainerSpecificationSummary$ = [3, n0, _ICCSS,
|
|
@@ -7131,12 +7482,12 @@ export var InferenceComponentSchedulingConfig$ = [3, n0, _ICSC,
|
|
|
7131
7482
|
];
|
|
7132
7483
|
export var InferenceComponentSpecification$ = [3, n0, _ICSn,
|
|
7133
7484
|
0,
|
|
7134
|
-
[_MNod,
|
|
7485
|
+
[_MNod, _Conta, _SPt, _CRR, _BICN, _DCCat, _SCch],
|
|
7135
7486
|
[0, () => InferenceComponentContainerSpecification$, () => InferenceComponentStartupParameters$, () => InferenceComponentComputeResourceRequirements$, 0, () => InferenceComponentDataCacheConfig$, () => InferenceComponentSchedulingConfig$]
|
|
7136
7487
|
];
|
|
7137
7488
|
export var InferenceComponentSpecificationSummary$ = [3, n0, _ICSS,
|
|
7138
7489
|
0,
|
|
7139
|
-
[_MNod,
|
|
7490
|
+
[_MNod, _Conta, _SPt, _CRR, _BICN, _DCCat, _SCch],
|
|
7140
7491
|
[0, () => InferenceComponentContainerSpecificationSummary$, () => InferenceComponentStartupParameters$, () => InferenceComponentComputeResourceRequirements$, 0, () => InferenceComponentDataCacheConfigSummary$, () => InferenceComponentSchedulingConfig$]
|
|
7141
7492
|
];
|
|
7142
7493
|
export var InferenceComponentStartupParameters$ = [3, n0, _ICSP,
|
|
@@ -7181,7 +7532,7 @@ export var InferenceMetrics$ = [3, n0, _IMn,
|
|
|
7181
7532
|
];
|
|
7182
7533
|
export var InferenceRecommendation$ = [3, n0, _IRnfe,
|
|
7183
7534
|
0,
|
|
7184
|
-
[_ECnd, _MCode, _RIe,
|
|
7535
|
+
[_ECnd, _MCode, _RIe, _Met, _IET, _IST],
|
|
7185
7536
|
[() => EndpointOutputConfiguration$, () => ModelConfiguration$, 0, () => RecommendationMetrics$, 4, 4], 2
|
|
7186
7537
|
];
|
|
7187
7538
|
export var InferenceRecommendationsJob$ = [3, n0, _IRJ,
|
|
@@ -7206,12 +7557,12 @@ export var InfraCheckConfig$ = [3, n0, _ICC,
|
|
|
7206
7557
|
];
|
|
7207
7558
|
export var InputConfig$ = [3, n0, _ICnp,
|
|
7208
7559
|
0,
|
|
7209
|
-
[_SUr,
|
|
7560
|
+
[_SUr, _F, _DICa, _FV],
|
|
7210
7561
|
[0, 0, 0, 0], 2
|
|
7211
7562
|
];
|
|
7212
7563
|
export var InstanceGroup$ = [3, n0, _IGn,
|
|
7213
7564
|
0,
|
|
7214
|
-
[_ITn,
|
|
7565
|
+
[_ITn, _ICn, _IGN],
|
|
7215
7566
|
[0, 1, 0], 3
|
|
7216
7567
|
];
|
|
7217
7568
|
export var InstanceGroupHealthCheckConfiguration$ = [3, n0, _IGHCC,
|
|
@@ -7226,7 +7577,7 @@ export var InstanceGroupMetadata$ = [3, n0, _IGM,
|
|
|
7226
7577
|
];
|
|
7227
7578
|
export var InstanceGroupScalingMetadata$ = [3, n0, _IGSM,
|
|
7228
7579
|
0,
|
|
7229
|
-
[
|
|
7580
|
+
[_ICn, _TCa, _MCi, _FM],
|
|
7230
7581
|
[1, 1, 1, 0]
|
|
7231
7582
|
];
|
|
7232
7583
|
export var InstanceMetadata$ = [3, n0, _IMns,
|
|
@@ -7291,7 +7642,7 @@ export var KernelSpec$ = [3, n0, _KSer,
|
|
|
7291
7642
|
];
|
|
7292
7643
|
export var LabelCounters$ = [3, n0, _LC,
|
|
7293
7644
|
0,
|
|
7294
|
-
[_TL, _HL, _MLa, _FNRE,
|
|
7645
|
+
[_TL, _HL, _MLa, _FNRE, _Unl],
|
|
7295
7646
|
[1, 1, 1, 1, 1]
|
|
7296
7647
|
];
|
|
7297
7648
|
export var LabelCountersForWorkteam$ = [3, n0, _LCFW,
|
|
@@ -7371,7 +7722,7 @@ export var LastUpdateStatus$ = [3, n0, _LUS,
|
|
|
7371
7722
|
];
|
|
7372
7723
|
export var LineageGroupSummary$ = [3, n0, _LGS,
|
|
7373
7724
|
0,
|
|
7374
|
-
[
|
|
7725
|
+
[_LGAi, _LGN, _DNi, _CT, _LMT],
|
|
7375
7726
|
[0, 0, 0, 4, 4]
|
|
7376
7727
|
];
|
|
7377
7728
|
export var LineageMetadata$ = [3, n0, _LMi,
|
|
@@ -7389,6 +7740,36 @@ export var ListActionsResponse$ = [3, n0, _LARi,
|
|
|
7389
7740
|
[_AScti, _NTe],
|
|
7390
7741
|
[() => ActionSummaries, 0]
|
|
7391
7742
|
];
|
|
7743
|
+
export var ListAIBenchmarkJobsRequest$ = [3, n0, _LAIBJR,
|
|
7744
|
+
0,
|
|
7745
|
+
[_MR, _NTe, _NCa, _SE, _CTA, _CTB, _SBo, _SO],
|
|
7746
|
+
[1, 0, 0, 0, 4, 4, 0, 0]
|
|
7747
|
+
];
|
|
7748
|
+
export var ListAIBenchmarkJobsResponse$ = [3, n0, _LAIBJRi,
|
|
7749
|
+
0,
|
|
7750
|
+
[_AIBJ, _NTe],
|
|
7751
|
+
[() => AIBenchmarkJobSummaryList, 0], 1
|
|
7752
|
+
];
|
|
7753
|
+
export var ListAIRecommendationJobsRequest$ = [3, n0, _LAIRJR,
|
|
7754
|
+
0,
|
|
7755
|
+
[_MR, _NTe, _NCa, _SE, _CTA, _CTB, _SBo, _SO],
|
|
7756
|
+
[1, 0, 0, 0, 4, 4, 0, 0]
|
|
7757
|
+
];
|
|
7758
|
+
export var ListAIRecommendationJobsResponse$ = [3, n0, _LAIRJRi,
|
|
7759
|
+
0,
|
|
7760
|
+
[_AIRJ, _NTe],
|
|
7761
|
+
[() => AIRecommendationJobSummaryList, 0], 1
|
|
7762
|
+
];
|
|
7763
|
+
export var ListAIWorkloadConfigsRequest$ = [3, n0, _LAIWCR,
|
|
7764
|
+
0,
|
|
7765
|
+
[_MR, _NTe, _NCa, _CTA, _CTB, _SBo, _SO],
|
|
7766
|
+
[1, 0, 0, 4, 4, 0, 0]
|
|
7767
|
+
];
|
|
7768
|
+
export var ListAIWorkloadConfigsResponse$ = [3, n0, _LAIWCRi,
|
|
7769
|
+
0,
|
|
7770
|
+
[_AIWC, _NTe],
|
|
7771
|
+
[() => AIWorkloadConfigSummaryList, 0], 1
|
|
7772
|
+
];
|
|
7392
7773
|
export var ListAlgorithmsInput$ = [3, n0, _LAI,
|
|
7393
7774
|
0,
|
|
7394
7775
|
[_CTA, _CTB, _MR, _NCa, _NTe, _SBo, _SO],
|
|
@@ -7716,7 +8097,7 @@ export var ListImagesRequest$ = [3, n0, _LIR,
|
|
|
7716
8097
|
];
|
|
7717
8098
|
export var ListImagesResponse$ = [3, n0, _LIRi,
|
|
7718
8099
|
0,
|
|
7719
|
-
[
|
|
8100
|
+
[_Ima, _NTe],
|
|
7720
8101
|
[() => Images, 0]
|
|
7721
8102
|
];
|
|
7722
8103
|
export var ListImageVersionsRequest$ = [3, n0, _LIVR,
|
|
@@ -7736,7 +8117,7 @@ export var ListInferenceComponentsInput$ = [3, n0, _LICI,
|
|
|
7736
8117
|
];
|
|
7737
8118
|
export var ListInferenceComponentsOutput$ = [3, n0, _LICO,
|
|
7738
8119
|
0,
|
|
7739
|
-
[
|
|
8120
|
+
[_IC, _NTe],
|
|
7740
8121
|
[() => InferenceComponentSummaryList, 0], 1
|
|
7741
8122
|
];
|
|
7742
8123
|
export var ListInferenceExperimentsRequest$ = [3, n0, _LIER,
|
|
@@ -8229,7 +8610,7 @@ export var ListWorkteamsResponse$ = [3, n0, _LWRist,
|
|
|
8229
8610
|
[_Work, _NTe],
|
|
8230
8611
|
[() => Workteams, 0], 1
|
|
8231
8612
|
];
|
|
8232
|
-
export var MemberDefinition$ = [3, n0,
|
|
8613
|
+
export var MemberDefinition$ = [3, n0, _MDemb,
|
|
8233
8614
|
0,
|
|
8234
8615
|
[_CMD, _OMD],
|
|
8235
8616
|
[() => CognitoMemberDefinition$, () => OidcMemberDefinition$]
|
|
@@ -8271,12 +8652,12 @@ export var MlflowAppSummary$ = [3, n0, _MASl,
|
|
|
8271
8652
|
];
|
|
8272
8653
|
export var MlflowConfig$ = [3, n0, _MCl,
|
|
8273
8654
|
0,
|
|
8274
|
-
[
|
|
8655
|
+
[_MRAl, _MEN, _MRN],
|
|
8275
8656
|
[0, 0, 0], 1
|
|
8276
8657
|
];
|
|
8277
8658
|
export var MLflowConfiguration$ = [3, n0, _MLCfl,
|
|
8278
8659
|
0,
|
|
8279
|
-
[
|
|
8660
|
+
[_MRAl, _MEN],
|
|
8280
8661
|
[0, 0]
|
|
8281
8662
|
];
|
|
8282
8663
|
export var MlflowDetails$ = [3, n0, _MDl,
|
|
@@ -8316,7 +8697,7 @@ export var ModelBiasJobInput$ = [3, n0, _MBJI,
|
|
|
8316
8697
|
];
|
|
8317
8698
|
export var ModelCard$ = [3, n0, _MCod,
|
|
8318
8699
|
0,
|
|
8319
|
-
[_MCA, _MCN, _MCV,
|
|
8700
|
+
[_MCA, _MCN, _MCV, _Cont, _MCS, _SC, _CT, _CB, _LMT, _LMB, _Ta, _MIo, _RR, _MPGN],
|
|
8320
8701
|
[0, 0, 1, [() => ModelCardContent, 0], 0, () => ModelCardSecurityConfig$, 4, () => UserContext$, 4, () => UserContext$, () => TagList, 0, 0, 0]
|
|
8321
8702
|
];
|
|
8322
8703
|
export var ModelCardExportArtifacts$ = [3, n0, _MCEA,
|
|
@@ -8356,7 +8737,7 @@ export var ModelClientConfig$ = [3, n0, _MCCo,
|
|
|
8356
8737
|
];
|
|
8357
8738
|
export var ModelCompilationConfig$ = [3, n0, _MCCod,
|
|
8358
8739
|
0,
|
|
8359
|
-
[
|
|
8740
|
+
[_Im, _OEv],
|
|
8360
8741
|
[0, 128 | 0]
|
|
8361
8742
|
];
|
|
8362
8743
|
export var ModelConfiguration$ = [3, n0, _MCode,
|
|
@@ -8391,7 +8772,7 @@ export var ModelDashboardMonitoringSchedule$ = [3, n0, _MDMS,
|
|
|
8391
8772
|
];
|
|
8392
8773
|
export var ModelDataQuality$ = [3, n0, _MDQ,
|
|
8393
8774
|
0,
|
|
8394
|
-
[_Stati,
|
|
8775
|
+
[_Stati, _Con],
|
|
8395
8776
|
[() => MetricsSource$, () => MetricsSource$]
|
|
8396
8777
|
];
|
|
8397
8778
|
export var ModelDataSource$ = [3, n0, _MDS,
|
|
@@ -8446,7 +8827,7 @@ export var ModelLatencyThreshold$ = [3, n0, _MLT,
|
|
|
8446
8827
|
];
|
|
8447
8828
|
export var ModelLifeCycle$ = [3, n0, _MLC,
|
|
8448
8829
|
0,
|
|
8449
|
-
[
|
|
8830
|
+
[_Stage, _SSt, _SDta],
|
|
8450
8831
|
[0, 0, 0], 2
|
|
8451
8832
|
];
|
|
8452
8833
|
export var ModelMetadataFilter$ = [3, n0, _MMF,
|
|
@@ -8461,7 +8842,7 @@ export var ModelMetadataSearchExpression$ = [3, n0, _MMSE,
|
|
|
8461
8842
|
];
|
|
8462
8843
|
export var ModelMetadataSummary$ = [3, n0, _MMSo,
|
|
8463
8844
|
0,
|
|
8464
|
-
[_Do,
|
|
8845
|
+
[_Do, _F, _Tas, _Mode, _FV],
|
|
8465
8846
|
[0, 0, 0, 0, 0], 5
|
|
8466
8847
|
];
|
|
8467
8848
|
export var ModelMetrics$ = [3, n0, _MM,
|
|
@@ -8481,8 +8862,8 @@ export var ModelPackageConfig$ = [3, n0, _MPC,
|
|
|
8481
8862
|
];
|
|
8482
8863
|
export var ModelPackageContainerDefinition$ = [3, n0, _MPCD,
|
|
8483
8864
|
0,
|
|
8484
|
-
[_CH,
|
|
8485
|
-
[0, 0, 0, 0, () => ModelDataSource$, 0, 128 | 0, () => ModelInput$, 0, 0, 0, () => AdditionalS3DataSource$, 0, 2, () => BaseModel$]
|
|
8865
|
+
[_CH, _Im, _IDm, _MDU, _MDS, _PIrod, _E, _MIod, _F, _FV, _NMN, _AMDSd, _ASDS, _MDET, _ICs, _BM],
|
|
8866
|
+
[0, 0, 0, 0, () => ModelDataSource$, 0, 128 | 0, () => ModelInput$, 0, 0, 0, () => AdditionalModelDataSources, () => AdditionalS3DataSource$, 0, 2, () => BaseModel$]
|
|
8486
8867
|
];
|
|
8487
8868
|
export var ModelPackageGroup$ = [3, n0, _MPG,
|
|
8488
8869
|
0,
|
|
@@ -8531,12 +8912,12 @@ export var ModelPackageValidationSpecification$ = [3, n0, _MPVS,
|
|
|
8531
8912
|
];
|
|
8532
8913
|
export var ModelQuality$ = [3, n0, _MQ,
|
|
8533
8914
|
0,
|
|
8534
|
-
[_Stati,
|
|
8915
|
+
[_Stati, _Con],
|
|
8535
8916
|
[() => MetricsSource$, () => MetricsSource$]
|
|
8536
8917
|
];
|
|
8537
8918
|
export var ModelQualityAppSpecification$ = [3, n0, _MQAS,
|
|
8538
8919
|
0,
|
|
8539
|
-
[_IU, _CEo, _CA, _RPSU, _PAPSU,
|
|
8920
|
+
[_IU, _CEo, _CA, _RPSU, _PAPSU, _PTr, _E],
|
|
8540
8921
|
[0, 64 | 0, 64 | 0, 0, 0, 0, 128 | 0], 1
|
|
8541
8922
|
];
|
|
8542
8923
|
export var ModelQualityBaselineConfig$ = [3, n0, _MQBC,
|
|
@@ -8551,7 +8932,7 @@ export var ModelQualityJobInput$ = [3, n0, _MQJI,
|
|
|
8551
8932
|
];
|
|
8552
8933
|
export var ModelQuantizationConfig$ = [3, n0, _MQC,
|
|
8553
8934
|
0,
|
|
8554
|
-
[
|
|
8935
|
+
[_Im, _OEv],
|
|
8555
8936
|
[0, 128 | 0]
|
|
8556
8937
|
];
|
|
8557
8938
|
export var ModelRegisterSettings$ = [3, n0, _MRS,
|
|
@@ -8561,7 +8942,7 @@ export var ModelRegisterSettings$ = [3, n0, _MRS,
|
|
|
8561
8942
|
];
|
|
8562
8943
|
export var ModelShardingConfig$ = [3, n0, _MSCo,
|
|
8563
8944
|
0,
|
|
8564
|
-
[
|
|
8945
|
+
[_Im, _OEv],
|
|
8565
8946
|
[0, 128 | 0]
|
|
8566
8947
|
];
|
|
8567
8948
|
export var ModelSpeculativeDecodingConfig$ = [3, n0, _MSDC,
|
|
@@ -8621,7 +9002,7 @@ export var MonitoringBaselineConfig$ = [3, n0, _MBC,
|
|
|
8621
9002
|
];
|
|
8622
9003
|
export var MonitoringClusterConfig$ = [3, n0, _MCCon,
|
|
8623
9004
|
0,
|
|
8624
|
-
[
|
|
9005
|
+
[_ICn, _ITn, _VSIGB, _VKKI],
|
|
8625
9006
|
[1, 0, 1, 0], 3
|
|
8626
9007
|
];
|
|
8627
9008
|
export var MonitoringConstraintsResource$ = [3, n0, _MCR,
|
|
@@ -8756,12 +9137,12 @@ export var NotebookInstanceLifecycleConfigSummary$ = [3, n0, _NILCS,
|
|
|
8756
9137
|
];
|
|
8757
9138
|
export var NotebookInstanceLifecycleHook$ = [3, n0, _NILH,
|
|
8758
9139
|
0,
|
|
8759
|
-
[
|
|
9140
|
+
[_Cont],
|
|
8760
9141
|
[0]
|
|
8761
9142
|
];
|
|
8762
9143
|
export var NotebookInstanceSummary$ = [3, n0, _NISo,
|
|
8763
9144
|
0,
|
|
8764
|
-
[_NIN, _NIA, _NIS,
|
|
9145
|
+
[_NIN, _NIA, _NIS, _Ur, _ITn, _CT, _LMT, _NILCN, _DCR, _ACR],
|
|
8765
9146
|
[0, 0, 0, 0, 0, 4, 4, 0, 0, 64 | 0], 2
|
|
8766
9147
|
];
|
|
8767
9148
|
export var NotificationConfiguration$ = [3, n0, _NCo,
|
|
@@ -8771,7 +9152,7 @@ export var NotificationConfiguration$ = [3, n0, _NCo,
|
|
|
8771
9152
|
];
|
|
8772
9153
|
export var ObjectiveStatusCounters$ = [3, n0, _OSCb,
|
|
8773
9154
|
0,
|
|
8774
|
-
[_Succ, _Pen,
|
|
9155
|
+
[_Succ, _Pen, _Fa],
|
|
8775
9156
|
[1, 1, 1]
|
|
8776
9157
|
];
|
|
8777
9158
|
export var OfflineStoreConfig$ = [3, n0, _OSCf,
|
|
@@ -8831,7 +9212,7 @@ export var OptimizationJobOutputConfig$ = [3, n0, _OJOC,
|
|
|
8831
9212
|
];
|
|
8832
9213
|
export var OptimizationJobSummary$ = [3, n0, _OJSpt,
|
|
8833
9214
|
0,
|
|
8834
|
-
[_OJN, _OJA, _CT, _OJS, _DITe,
|
|
9215
|
+
[_OJN, _OJA, _CT, _OJS, _DITe, _OTp, _OST, _OET, _LMT, _MICa],
|
|
8835
9216
|
[0, 0, 4, 0, 0, 64 | 0, 4, 4, 4, 1], 6
|
|
8836
9217
|
];
|
|
8837
9218
|
export var OptimizationModelAccessConfig$ = [3, n0, _OMAC,
|
|
@@ -8854,7 +9235,7 @@ export var OptimizationVpcConfig$ = [3, n0, _OVCp,
|
|
|
8854
9235
|
[_SGI, _Sub],
|
|
8855
9236
|
[64 | 0, 64 | 0], 2
|
|
8856
9237
|
];
|
|
8857
|
-
export var OutputConfig$ = [3, n0,
|
|
9238
|
+
export var OutputConfig$ = [3, n0, _OCu,
|
|
8858
9239
|
0,
|
|
8859
9240
|
[_SOL, _TDa, _TPa, _COo, _KKI],
|
|
8860
9241
|
[0, 0, () => TargetPlatform$, 0, 0], 1
|
|
@@ -8961,7 +9342,7 @@ export var PipelineExecutionStep$ = [3, n0, _PESipe,
|
|
|
8961
9342
|
];
|
|
8962
9343
|
export var PipelineExecutionStepMetadata$ = [3, n0, _PESM,
|
|
8963
9344
|
0,
|
|
8964
|
-
[_TJ, _PJ, _TJr, _TJu, _Mode, _RMe, _Cond, _Cal, _Lam, _EMR, _QC, _CCla,
|
|
9345
|
+
[_TJ, _PJ, _TJr, _TJu, _Mode, _RMe, _Cond, _Cal, _Lam, _EMR, _QC, _CCla, _Fai, _AMLJ, _En, _ECndpo, _BCM, _BCMD, _BPMT, _BMI, _ICnfer, _Lin],
|
|
8965
9346
|
[() => TrainingJobStepMetadata$, () => ProcessingJobStepMetadata$, () => TransformJobStepMetadata$, () => TuningJobStepMetaData$, () => ModelStepMetadata$, () => RegisterModelStepMetadata$, () => ConditionStepMetadata$, () => CallbackStepMetadata$, () => LambdaStepMetadata$, () => EMRStepMetadata$, () => QualityCheckStepMetadata$, () => ClarifyCheckStepMetadata$, () => FailStepMetadata$, () => AutoMLJobStepMetadata$, () => EndpointStepMetadata$, () => EndpointConfigStepMetadata$, () => BedrockCustomModelMetadata$, () => BedrockCustomModelDeploymentMetadata$, () => BedrockProvisionedModelThroughputMetadata$, () => BedrockModelImportMetadata$, () => InferenceComponentMetadata$, () => LineageMetadata$]
|
|
8966
9347
|
];
|
|
8967
9348
|
export var PipelineExecutionSummary$ = [3, n0, _PESipel,
|
|
@@ -8991,7 +9372,7 @@ export var PipelineVersionSummary$ = [3, n0, _PVSi,
|
|
|
8991
9372
|
];
|
|
8992
9373
|
export var PlacementSpecification$ = [3, n0, _PSlac,
|
|
8993
9374
|
0,
|
|
8994
|
-
[
|
|
9375
|
+
[_ICn, _USIl],
|
|
8995
9376
|
[1, 0], 1
|
|
8996
9377
|
];
|
|
8997
9378
|
export var PredefinedMetricSpecification$ = [3, n0, _PMS,
|
|
@@ -9011,7 +9392,7 @@ export var PriorityClass$ = [3, n0, _PCri,
|
|
|
9011
9392
|
];
|
|
9012
9393
|
export var ProcessingClusterConfig$ = [3, n0, _PCC,
|
|
9013
9394
|
0,
|
|
9014
|
-
[
|
|
9395
|
+
[_ICn, _ITn, _VSIGB, _VKKI],
|
|
9015
9396
|
[1, 0, 1, 0], 3
|
|
9016
9397
|
];
|
|
9017
9398
|
export var ProcessingFeatureStoreOutput$ = [3, n0, _PFSO,
|
|
@@ -9076,12 +9457,12 @@ export var ProductionVariant$ = [3, n0, _PVr,
|
|
|
9076
9457
|
];
|
|
9077
9458
|
export var ProductionVariantCapacityReservationConfig$ = [3, n0, _PVCRC,
|
|
9078
9459
|
0,
|
|
9079
|
-
[_CRP,
|
|
9460
|
+
[_CRP, _MRAle],
|
|
9080
9461
|
[0, 0]
|
|
9081
9462
|
];
|
|
9082
9463
|
export var ProductionVariantCapacityReservationSummary$ = [3, n0, _PVCRS,
|
|
9083
9464
|
0,
|
|
9084
|
-
[
|
|
9465
|
+
[_MRAle, _CRP, _TICo, _AICv, _UBCE, _ECRc],
|
|
9085
9466
|
[0, 0, 1, 1, 1, () => Ec2CapacityReservationsList]
|
|
9086
9467
|
];
|
|
9087
9468
|
export var ProductionVariantCoreDumpConfig$ = [3, n0, _PVCDC,
|
|
@@ -9206,7 +9587,7 @@ export var QueryLineageResponse$ = [3, n0, _QLRu,
|
|
|
9206
9587
|
];
|
|
9207
9588
|
export var RealTimeInferenceConfig$ = [3, n0, _RTIC,
|
|
9208
9589
|
0,
|
|
9209
|
-
[_ITn,
|
|
9590
|
+
[_ITn, _ICn],
|
|
9210
9591
|
[0, 1], 2
|
|
9211
9592
|
];
|
|
9212
9593
|
export var RealTimeInferenceRecommendation$ = [3, n0, _RTIRe,
|
|
@@ -9221,12 +9602,12 @@ export var RecommendationJobCompiledOutputConfig$ = [3, n0, _RJCOC,
|
|
|
9221
9602
|
];
|
|
9222
9603
|
export var RecommendationJobContainerConfig$ = [3, n0, _RJCC,
|
|
9223
9604
|
0,
|
|
9224
|
-
[_Do, _Tas,
|
|
9605
|
+
[_Do, _Tas, _F, _FV, _PCay, _NMN, _SITu, _SET, _DICa, _SRMIMET],
|
|
9225
9606
|
[0, 0, 0, 0, () => RecommendationJobPayloadConfig$, 0, 64 | 0, 0, 0, 64 | 0]
|
|
9226
9607
|
];
|
|
9227
9608
|
export var RecommendationJobInferenceBenchmark$ = [3, n0, _RJIB,
|
|
9228
9609
|
0,
|
|
9229
|
-
[_MCode,
|
|
9610
|
+
[_MCode, _Met, _EMnd, _ECnd, _FR, _IET, _IST],
|
|
9230
9611
|
[() => ModelConfiguration$, () => RecommendationMetrics$, () => InferenceMetrics$, () => EndpointOutputConfiguration$, 0, 4, 4], 1
|
|
9231
9612
|
];
|
|
9232
9613
|
export var RecommendationJobInputConfig$ = [3, n0, _RJIC,
|
|
@@ -9266,7 +9647,7 @@ export var RecommendationMetrics$ = [3, n0, _RMec,
|
|
|
9266
9647
|
];
|
|
9267
9648
|
export var RedshiftDatasetDefinition$ = [3, n0, _RDD,
|
|
9268
9649
|
0,
|
|
9269
|
-
[_CIlu, _Da, _DUb, _QS, _CRAl, _OSU, _OF, _KKI,
|
|
9650
|
+
[_CIlu, _Da, _DUb, _QS, _CRAl, _OSU, _OF, _KKI, _OCut],
|
|
9270
9651
|
[0, 0, 0, 0, 0, 0, 0, 0, 0], 7
|
|
9271
9652
|
];
|
|
9272
9653
|
export var RegisterDevicesRequest$ = [3, n0, _RDR,
|
|
@@ -9316,7 +9697,7 @@ export var RepositoryAuthConfig$ = [3, n0, _RAC,
|
|
|
9316
9697
|
];
|
|
9317
9698
|
export var ReservedCapacityOffering$ = [3, n0, _RCO,
|
|
9318
9699
|
0,
|
|
9319
|
-
[_ITn,
|
|
9700
|
+
[_ITn, _ICn, _RCT, _UST, _USC, _AZv, _DH, _DM, _STt, _ETn, _EST, _EET],
|
|
9320
9701
|
[0, 1, 0, 0, 1, 0, 1, 1, 4, 4, 4, 4], 2
|
|
9321
9702
|
];
|
|
9322
9703
|
export var ReservedCapacitySummary$ = [3, n0, _RCSe,
|
|
@@ -9326,7 +9707,7 @@ export var ReservedCapacitySummary$ = [3, n0, _RCSe,
|
|
|
9326
9707
|
];
|
|
9327
9708
|
export var ResolvedAttributes$ = [3, n0, _RAe,
|
|
9328
9709
|
0,
|
|
9329
|
-
[_AMLJO,
|
|
9710
|
+
[_AMLJO, _PTr, _CCo],
|
|
9330
9711
|
[() => AutoMLJobObjective$, 0, () => AutoMLJobCompletionCriteria$]
|
|
9331
9712
|
];
|
|
9332
9713
|
export var ResourceCatalog$ = [3, n0, _RCeso,
|
|
@@ -9336,7 +9717,7 @@ export var ResourceCatalog$ = [3, n0, _RCeso,
|
|
|
9336
9717
|
];
|
|
9337
9718
|
export var ResourceConfig$ = [3, n0, _RCe,
|
|
9338
9719
|
0,
|
|
9339
|
-
[_ITn,
|
|
9720
|
+
[_ITn, _ICn, _VSIGB, _VKKI, _KAPIS, _IG, _TPA, _IPCn],
|
|
9340
9721
|
[0, 1, 1, 0, 1, () => InstanceGroups, 0, () => InstancePlacementConfig$]
|
|
9341
9722
|
];
|
|
9342
9723
|
export var ResourceConfigForUpdate$ = [3, n0, _RCFU,
|
|
@@ -9461,7 +9842,7 @@ export var ScheduleConfig$ = [3, n0, _SCche,
|
|
|
9461
9842
|
];
|
|
9462
9843
|
export var ScheduledUpdateConfig$ = [3, n0, _SUC,
|
|
9463
9844
|
0,
|
|
9464
|
-
[_SEc,
|
|
9845
|
+
[_SEc, _DCe],
|
|
9465
9846
|
[0, () => DeploymentConfiguration$], 1
|
|
9466
9847
|
];
|
|
9467
9848
|
export var SchedulerConfig$ = [3, n0, _SCc,
|
|
@@ -9491,7 +9872,7 @@ export var SearchResponse$ = [3, n0, _SRear,
|
|
|
9491
9872
|
];
|
|
9492
9873
|
export var SearchTrainingPlanOfferingsRequest$ = [3, n0, _STPOR,
|
|
9493
9874
|
0,
|
|
9494
|
-
[_ITn,
|
|
9875
|
+
[_ITn, _ICn, _UST, _USC, _STAt, _ETBn, _DH, _TRa, _TPA],
|
|
9495
9876
|
[0, 1, 0, 1, 4, 4, 1, 64 | 0, 0]
|
|
9496
9877
|
];
|
|
9497
9878
|
export var SearchTrainingPlanOfferingsResponse$ = [3, n0, _STPORe,
|
|
@@ -9719,6 +10100,26 @@ export var StartSessionResponse$ = [3, n0, _SSRt,
|
|
|
9719
10100
|
[_SIe, _SUt, _TV],
|
|
9720
10101
|
[0, 0, 0]
|
|
9721
10102
|
];
|
|
10103
|
+
export var StopAIBenchmarkJobRequest$ = [3, n0, _SAIBJR,
|
|
10104
|
+
0,
|
|
10105
|
+
[_AIBJN],
|
|
10106
|
+
[0], 1
|
|
10107
|
+
];
|
|
10108
|
+
export var StopAIBenchmarkJobResponse$ = [3, n0, _SAIBJRt,
|
|
10109
|
+
0,
|
|
10110
|
+
[_AIBJA],
|
|
10111
|
+
[0], 1
|
|
10112
|
+
];
|
|
10113
|
+
export var StopAIRecommendationJobRequest$ = [3, n0, _SAIRJR,
|
|
10114
|
+
0,
|
|
10115
|
+
[_AIRJN],
|
|
10116
|
+
[0], 1
|
|
10117
|
+
];
|
|
10118
|
+
export var StopAIRecommendationJobResponse$ = [3, n0, _SAIRJRt,
|
|
10119
|
+
0,
|
|
10120
|
+
[_AIRJA],
|
|
10121
|
+
[0], 1
|
|
10122
|
+
];
|
|
9722
10123
|
export var StopAutoMLJobRequest$ = [3, n0, _SAMLJR,
|
|
9723
10124
|
0,
|
|
9724
10125
|
[_AMLJN],
|
|
@@ -9746,7 +10147,7 @@ export var StopHyperParameterTuningJobRequest$ = [3, n0, _SHPTJR,
|
|
|
9746
10147
|
];
|
|
9747
10148
|
export var StopInferenceExperimentRequest$ = [3, n0, _SIERto,
|
|
9748
10149
|
0,
|
|
9749
|
-
[_N, _MVA, _DMV, _DSes,
|
|
10150
|
+
[_N, _MVA, _DMV, _DSes, _Rea],
|
|
9750
10151
|
[0, 128 | 0, () => ModelVariantConfigList, 0, 0], 2
|
|
9751
10152
|
];
|
|
9752
10153
|
export var StopInferenceExperimentResponse$ = [3, n0, _SIERtop,
|
|
@@ -9841,12 +10242,12 @@ export var SuggestionQuery$ = [3, n0, _SQ,
|
|
|
9841
10242
|
];
|
|
9842
10243
|
export var TabularJobConfig$ = [3, n0, _TJC,
|
|
9843
10244
|
0,
|
|
9844
|
-
[_TAN, _CGC, _CCo, _FSSU, _Mo, _GCDO,
|
|
10245
|
+
[_TAN, _CGC, _CCo, _FSSU, _Mo, _GCDO, _PTr, _SWAN],
|
|
9845
10246
|
[0, () => CandidateGenerationConfig$, () => AutoMLJobCompletionCriteria$, 0, 0, 2, 0, 0], 1
|
|
9846
10247
|
];
|
|
9847
10248
|
export var TabularResolvedAttributes$ = [3, n0, _TRA,
|
|
9848
10249
|
0,
|
|
9849
|
-
[
|
|
10250
|
+
[_PTr],
|
|
9850
10251
|
[0]
|
|
9851
10252
|
];
|
|
9852
10253
|
export var Tag$ = [3, n0, _Tag,
|
|
@@ -10016,7 +10417,7 @@ export var TrainingRepositoryAuthConfig$ = [3, n0, _TRAC,
|
|
|
10016
10417
|
];
|
|
10017
10418
|
export var TrainingSpecification$ = [3, n0, _TS,
|
|
10018
10419
|
0,
|
|
10019
|
-
[_TI, _STITu, _TCra, _TID, _SHPu, _SDTu,
|
|
10420
|
+
[_TI, _STITu, _TCra, _TID, _SHPu, _SDTu, _MDe, _STJOM, _ASDS],
|
|
10020
10421
|
[0, 64 | 0, () => ChannelSpecifications, 0, () => HyperParameterSpecifications, 2, () => MetricDefinitionList, () => HyperParameterTuningJobObjectives, () => AdditionalS3DataSource$], 3
|
|
10021
10422
|
];
|
|
10022
10423
|
export var TransformDataSource$ = [3, n0, _TDSr,
|
|
@@ -10056,7 +10457,7 @@ export var TransformOutput$ = [3, n0, _TO,
|
|
|
10056
10457
|
];
|
|
10057
10458
|
export var TransformResources$ = [3, n0, _TR,
|
|
10058
10459
|
0,
|
|
10059
|
-
[_ITn,
|
|
10460
|
+
[_ITn, _ICn, _VKKI, _TAV],
|
|
10060
10461
|
[0, 1, 0, 0], 2
|
|
10061
10462
|
];
|
|
10062
10463
|
export var TransformS3DataSource$ = [3, n0, _TSDS,
|
|
@@ -10071,7 +10472,7 @@ export var Trial$ = [3, n0, _Tr,
|
|
|
10071
10472
|
];
|
|
10072
10473
|
export var TrialComponent$ = [3, n0, _TCr,
|
|
10073
10474
|
0,
|
|
10074
|
-
[_TCN, _DNi, _TCA, _S, _St, _STt, _ETn, _CT, _CB, _LMT, _LMB, _P, _IAn, _OA,
|
|
10475
|
+
[_TCN, _DNi, _TCA, _S, _St, _STt, _ETn, _CT, _CB, _LMT, _LMB, _P, _IAn, _OA, _Met, _MPe, _SDo, _LGAi, _Ta, _Paren, _RNu],
|
|
10075
10476
|
[0, 0, 0, () => TrialComponentSource$, () => TrialComponentStatus$, 4, 4, 4, () => UserContext$, 4, () => UserContext$, () => TrialComponentParameters, () => TrialComponentArtifacts, () => TrialComponentArtifacts, () => TrialComponentMetricSummaries, () => MetadataProperties$, () => TrialComponentSourceDetail$, 0, () => TagList, () => Parents, 0]
|
|
10076
10477
|
];
|
|
10077
10478
|
export var TrialComponentArtifact$ = [3, n0, _TCAr,
|
|
@@ -10126,7 +10527,7 @@ export var TrustedIdentityPropagationSettings$ = [3, n0, _TIPS,
|
|
|
10126
10527
|
];
|
|
10127
10528
|
export var TtlDuration$ = [3, n0, _TDt,
|
|
10128
10529
|
0,
|
|
10129
|
-
[
|
|
10530
|
+
[_Un, _Va],
|
|
10130
10531
|
[0, 1]
|
|
10131
10532
|
];
|
|
10132
10533
|
export var TuningJobCompletionCriteria$ = [3, n0, _TJCC,
|
|
@@ -10146,12 +10547,12 @@ export var UiConfig$ = [3, n0, _UC,
|
|
|
10146
10547
|
];
|
|
10147
10548
|
export var UiTemplate$ = [3, n0, _UT,
|
|
10148
10549
|
0,
|
|
10149
|
-
[
|
|
10550
|
+
[_Cont],
|
|
10150
10551
|
[0], 1
|
|
10151
10552
|
];
|
|
10152
10553
|
export var UiTemplateInfo$ = [3, n0, _UTI,
|
|
10153
10554
|
0,
|
|
10154
|
-
[
|
|
10555
|
+
[_Ur, _CSonte],
|
|
10155
10556
|
[0, 0]
|
|
10156
10557
|
];
|
|
10157
10558
|
export var UltraServer$ = [3, n0, _USlt,
|
|
@@ -10231,7 +10632,7 @@ export var UpdateClusterSoftwareInstanceGroupSpecification$ = [3, n0, _UCSIGS,
|
|
|
10231
10632
|
];
|
|
10232
10633
|
export var UpdateClusterSoftwareRequest$ = [3, n0, _UCSR,
|
|
10233
10634
|
0,
|
|
10234
|
-
[_CNl, _IG,
|
|
10635
|
+
[_CNl, _IG, _DCe, _IIm],
|
|
10235
10636
|
[0, () => UpdateClusterSoftwareInstanceGroups, () => DeploymentConfiguration$, 0], 1
|
|
10236
10637
|
];
|
|
10237
10638
|
export var UpdateClusterSoftwareResponse$ = [3, n0, _UCSRp,
|
|
@@ -10271,7 +10672,7 @@ export var UpdateContextResponse$ = [3, n0, _UCRpda,
|
|
|
10271
10672
|
];
|
|
10272
10673
|
export var UpdateDeviceFleetRequest$ = [3, n0, _UDFR,
|
|
10273
10674
|
0,
|
|
10274
|
-
[_DFN,
|
|
10675
|
+
[_DFN, _OCu, _RAo, _D, _EIRA],
|
|
10275
10676
|
[0, () => EdgeOutputConfig$, 0, 0, 2], 2
|
|
10276
10677
|
];
|
|
10277
10678
|
export var UpdateDevicesRequest$ = [3, n0, _UDR,
|
|
@@ -10291,7 +10692,7 @@ export var UpdateDomainResponse$ = [3, n0, _UDRpd,
|
|
|
10291
10692
|
];
|
|
10292
10693
|
export var UpdateEndpointInput$ = [3, n0, _UEI,
|
|
10293
10694
|
0,
|
|
10294
|
-
[_EN, _ECN, _RAVP, _ERVP,
|
|
10695
|
+
[_EN, _ECN, _RAVP, _ERVP, _DCe, _RDCet],
|
|
10295
10696
|
[0, 0, 2, () => VariantPropertyList, () => DeploymentConfig$, 2], 2
|
|
10296
10697
|
];
|
|
10297
10698
|
export var UpdateEndpointOutput$ = [3, n0, _UEO,
|
|
@@ -10386,7 +10787,7 @@ export var UpdateImageVersionResponse$ = [3, n0, _UIVRp,
|
|
|
10386
10787
|
];
|
|
10387
10788
|
export var UpdateInferenceComponentInput$ = [3, n0, _UICI,
|
|
10388
10789
|
0,
|
|
10389
|
-
[_ICN, _Spe, _RC,
|
|
10790
|
+
[_ICN, _Spe, _RC, _DCe],
|
|
10390
10791
|
[0, () => InferenceComponentSpecification$, () => InferenceComponentRuntimeConfig$, () => InferenceComponentDeploymentConfig$], 1
|
|
10391
10792
|
];
|
|
10392
10793
|
export var UpdateInferenceComponentOutput$ = [3, n0, _UICO,
|
|
@@ -10436,7 +10837,7 @@ export var UpdateMlflowTrackingServerResponse$ = [3, n0, _UMTSRp,
|
|
|
10436
10837
|
];
|
|
10437
10838
|
export var UpdateModelCardRequest$ = [3, n0, _UMCR,
|
|
10438
10839
|
0,
|
|
10439
|
-
[_MCN,
|
|
10840
|
+
[_MCN, _Cont, _MCS],
|
|
10440
10841
|
[0, [() => ModelCardContent, 0], 0], 1
|
|
10441
10842
|
];
|
|
10442
10843
|
export var UpdateModelCardResponse$ = [3, n0, _UMCRp,
|
|
@@ -10611,7 +11012,7 @@ export var UpdateWorkforceResponse$ = [3, n0, _UWRp,
|
|
|
10611
11012
|
];
|
|
10612
11013
|
export var UpdateWorkteamRequest$ = [3, n0, _UWRpd,
|
|
10613
11014
|
0,
|
|
10614
|
-
[_WNo,
|
|
11015
|
+
[_WNo, _MDem, _D, _NCo, _WAC],
|
|
10615
11016
|
[0, () => MemberDefinitions, 0, () => NotificationConfiguration$, () => WorkerAccessConfiguration$], 1
|
|
10616
11017
|
];
|
|
10617
11018
|
export var UpdateWorkteamResponse$ = [3, n0, _UWRpda,
|
|
@@ -10689,14 +11090,14 @@ export var WorkforceVpcConfigResponse$ = [3, n0, _WVCRo,
|
|
|
10689
11090
|
[_VIp, _SGI, _Sub, _VEI],
|
|
10690
11091
|
[0, 64 | 0, 64 | 0, 0], 3
|
|
10691
11092
|
];
|
|
10692
|
-
export var WorkspaceSettings$ = [3, n0,
|
|
11093
|
+
export var WorkspaceSettings$ = [3, n0, _WSo,
|
|
10693
11094
|
0,
|
|
10694
11095
|
[_SAP, _SKKI],
|
|
10695
11096
|
[0, 0]
|
|
10696
11097
|
];
|
|
10697
11098
|
export var Workteam$ = [3, n0, _Wo,
|
|
10698
11099
|
0,
|
|
10699
|
-
[_WNo,
|
|
11100
|
+
[_WNo, _MDem, _WAo, _D, _WA, _PLI, _SDu, _CDr, _LUD, _NCo, _WAC],
|
|
10700
11101
|
[0, () => MemberDefinitions, 0, 0, 0, 64 | 0, 0, 4, 4, () => NotificationConfiguration$, () => WorkerAccessConfiguration$], 4
|
|
10701
11102
|
];
|
|
10702
11103
|
var __Unit = "unit";
|
|
@@ -10719,6 +11120,41 @@ var AdditionalModelDataSources = [1, n0, _AMDSd,
|
|
|
10719
11120
|
var AgentVersions = [1, n0, _AVg,
|
|
10720
11121
|
0, () => AgentVersion$
|
|
10721
11122
|
];
|
|
11123
|
+
var AIBenchmarkInferenceComponentList = [1, n0, _AIBICL,
|
|
11124
|
+
0, () => AIBenchmarkInferenceComponent$
|
|
11125
|
+
];
|
|
11126
|
+
var AIBenchmarkJobSummaryList = [1, n0, _AIBJSL,
|
|
11127
|
+
0, () => AIBenchmarkJobSummary$
|
|
11128
|
+
];
|
|
11129
|
+
var AICloudWatchLogsList = [1, n0, _AICWLL,
|
|
11130
|
+
0, () => AICloudWatchLogs$
|
|
11131
|
+
];
|
|
11132
|
+
var AIMlReservationArnList = 64 | 0;
|
|
11133
|
+
var AIRecommendationConstraintList = [1, n0, _AIRCL,
|
|
11134
|
+
0, () => AIRecommendationConstraint$
|
|
11135
|
+
];
|
|
11136
|
+
var AIRecommendationDeploymentS3ChannelList = [1, n0, _AIRDSCL,
|
|
11137
|
+
0, () => AIRecommendationDeploymentS3Channel$
|
|
11138
|
+
];
|
|
11139
|
+
var AIRecommendationInstanceDetailList = [1, n0, _AIRIDL,
|
|
11140
|
+
0, () => AIRecommendationInstanceDetail$
|
|
11141
|
+
];
|
|
11142
|
+
var AIRecommendationInstanceTypeList = 64 | 0;
|
|
11143
|
+
var AIRecommendationJobSummaryList = [1, n0, _AIRJSL,
|
|
11144
|
+
0, () => AIRecommendationJobSummary$
|
|
11145
|
+
];
|
|
11146
|
+
var AIRecommendationList = [1, n0, _AIRL,
|
|
11147
|
+
0, () => AIRecommendation$
|
|
11148
|
+
];
|
|
11149
|
+
var AIRecommendationOptimizationDetailList = [1, n0, _AIRODL,
|
|
11150
|
+
0, () => AIRecommendationOptimizationDetail$
|
|
11151
|
+
];
|
|
11152
|
+
var AIWorkloadConfigSummaryList = [1, n0, _AIWCSL,
|
|
11153
|
+
0, () => AIWorkloadConfigSummary$
|
|
11154
|
+
];
|
|
11155
|
+
var AIWorkloadInputDataConfigList = [1, n0, _AIWIDCL,
|
|
11156
|
+
0, () => AIWorkloadInputDataConfig$
|
|
11157
|
+
];
|
|
10722
11158
|
var AlarmList = [1, n0, _AL,
|
|
10723
11159
|
0, () => Alarm$
|
|
10724
11160
|
];
|
|
@@ -10993,7 +11429,7 @@ var EndpointConfigSummaryList = [1, n0, _ECSL,
|
|
|
10993
11429
|
var EndpointInputConfigurations = [1, n0, _EICnd,
|
|
10994
11430
|
0, () => EndpointInputConfiguration$
|
|
10995
11431
|
];
|
|
10996
|
-
var EndpointPerformances = [1, n0,
|
|
11432
|
+
var EndpointPerformances = [1, n0, _EPn,
|
|
10997
11433
|
0, () => EndpointPerformance$
|
|
10998
11434
|
];
|
|
10999
11435
|
var Endpoints = [1, n0, _End,
|
|
@@ -11006,6 +11442,9 @@ var EnvironmentParameters = [1, n0, _EPnvi,
|
|
|
11006
11442
|
0, () => EnvironmentParameter$
|
|
11007
11443
|
];
|
|
11008
11444
|
var ExecutionRoleArns = 64 | 0;
|
|
11445
|
+
var ExpectedPerformanceList = [1, n0, _EPL,
|
|
11446
|
+
0, () => AIRecommendationPerformanceMetric$
|
|
11447
|
+
];
|
|
11009
11448
|
var ExperimentSummaries = [1, n0, _ESxpe,
|
|
11010
11449
|
0, () => ExperimentSummary$
|
|
11011
11450
|
];
|
|
@@ -11084,7 +11523,7 @@ var IdentityProviderOAuthSettings = [1, n0, _IPOAS,
|
|
|
11084
11523
|
0, () => IdentityProviderOAuthSetting$
|
|
11085
11524
|
];
|
|
11086
11525
|
var ImageDeletePropertyList = 64 | 0;
|
|
11087
|
-
var Images = [1, n0,
|
|
11526
|
+
var Images = [1, n0, _Ima,
|
|
11088
11527
|
0, () => Image$
|
|
11089
11528
|
];
|
|
11090
11529
|
var ImageVersions = [1, n0, _IVm,
|
|
@@ -11133,7 +11572,7 @@ var LineageGroupSummaries = [1, n0, _LGSi,
|
|
|
11133
11572
|
];
|
|
11134
11573
|
var ListLineageEntityParameterKey = 64 | 0;
|
|
11135
11574
|
var ListTrialComponentKey256 = 64 | 0;
|
|
11136
|
-
var MemberDefinitions = [1, n0,
|
|
11575
|
+
var MemberDefinitions = [1, n0, _MDem,
|
|
11137
11576
|
0, () => MemberDefinition$
|
|
11138
11577
|
];
|
|
11139
11578
|
var MetricDataList = [1, n0, _MDL,
|
|
@@ -11472,6 +11911,7 @@ var Workteams = [1, n0, _Work,
|
|
|
11472
11911
|
];
|
|
11473
11912
|
var ActiveOperations = 128 | 1;
|
|
11474
11913
|
var AggregationTransformations = 128 | 0;
|
|
11914
|
+
var AIRecommendationOptimizationConfigMap = 128 | 0;
|
|
11475
11915
|
var ArtifactProperties = 128 | 0;
|
|
11476
11916
|
var AuthenticationRequestExtraParams = 128 | 0;
|
|
11477
11917
|
var AutoMLInferenceContainerDefinitions = [2, n0, _AMLICD,
|
|
@@ -11515,6 +11955,21 @@ var TrialComponentArtifacts = [2, n0, _TCAri,
|
|
|
11515
11955
|
var TrialComponentParameters = [2, n0, _TCP,
|
|
11516
11956
|
0, 0, () => TrialComponentParameterValue$
|
|
11517
11957
|
];
|
|
11958
|
+
export var AIBenchmarkTarget$ = [4, n0, _AIBT,
|
|
11959
|
+
0,
|
|
11960
|
+
[_En],
|
|
11961
|
+
[() => AIBenchmarkEndpoint$]
|
|
11962
|
+
];
|
|
11963
|
+
export var AIDatasetConfig$ = [4, n0, _AIDC,
|
|
11964
|
+
0,
|
|
11965
|
+
[_IDC],
|
|
11966
|
+
[() => AIWorkloadInputDataConfigList]
|
|
11967
|
+
];
|
|
11968
|
+
export var AIModelSource$ = [4, n0, _AIMS,
|
|
11969
|
+
0,
|
|
11970
|
+
[_S_],
|
|
11971
|
+
[() => AIModelSourceS3$]
|
|
11972
|
+
];
|
|
11518
11973
|
export var AutoMLProblemTypeConfig$ = [4, n0, _AMLPTC,
|
|
11519
11974
|
0,
|
|
11520
11975
|
[_ICJC, _TCJC, _TSFJC, _TJC, _TGJC],
|
|
@@ -11555,7 +12010,7 @@ export var MetricSpecification$ = [4, n0, _MSet,
|
|
|
11555
12010
|
[_Pre, _Cu],
|
|
11556
12011
|
[() => PredefinedMetricSpecification$, () => CustomizedMetricSpecification$]
|
|
11557
12012
|
];
|
|
11558
|
-
export var OptimizationConfig$ = [4, n0,
|
|
12013
|
+
export var OptimizationConfig$ = [4, n0, _OC,
|
|
11559
12014
|
0,
|
|
11560
12015
|
[_MQC, _MCCod, _MSCo, _MSDC],
|
|
11561
12016
|
[() => ModelQuantizationConfig$, () => ModelCompilationConfig$, () => ModelShardingConfig$, () => ModelSpeculativeDecodingConfig$]
|
|
@@ -11570,6 +12025,11 @@ export var TrialComponentParameterValue$ = [4, n0, _TCPV,
|
|
|
11570
12025
|
[_SV, _NV],
|
|
11571
12026
|
[0, 1]
|
|
11572
12027
|
];
|
|
12028
|
+
export var WorkloadSpec$ = [4, n0, _WS,
|
|
12029
|
+
0,
|
|
12030
|
+
[_Inl],
|
|
12031
|
+
[0]
|
|
12032
|
+
];
|
|
11573
12033
|
export var AddAssociation$ = [9, n0, _AAd,
|
|
11574
12034
|
0, () => AddAssociationRequest$, () => AddAssociationResponse$
|
|
11575
12035
|
];
|
|
@@ -11600,6 +12060,15 @@ export var BatchReplaceClusterNodes$ = [9, n0, _BRCNa,
|
|
|
11600
12060
|
export var CreateAction$ = [9, n0, _CArea,
|
|
11601
12061
|
0, () => CreateActionRequest$, () => CreateActionResponse$
|
|
11602
12062
|
];
|
|
12063
|
+
export var CreateAIBenchmarkJob$ = [9, n0, _CAIBJ,
|
|
12064
|
+
0, () => CreateAIBenchmarkJobRequest$, () => CreateAIBenchmarkJobResponse$
|
|
12065
|
+
];
|
|
12066
|
+
export var CreateAIRecommendationJob$ = [9, n0, _CAIRJ,
|
|
12067
|
+
0, () => CreateAIRecommendationJobRequest$, () => CreateAIRecommendationJobResponse$
|
|
12068
|
+
];
|
|
12069
|
+
export var CreateAIWorkloadConfig$ = [9, n0, _CAIWC,
|
|
12070
|
+
0, () => CreateAIWorkloadConfigRequest$, () => CreateAIWorkloadConfigResponse$
|
|
12071
|
+
];
|
|
11603
12072
|
export var CreateAlgorithm$ = [9, n0, _CAreat,
|
|
11604
12073
|
0, () => CreateAlgorithmInput$, () => CreateAlgorithmOutput$
|
|
11605
12074
|
];
|
|
@@ -11804,6 +12273,15 @@ export var CreateWorkteam$ = [9, n0, _CWre,
|
|
|
11804
12273
|
export var DeleteAction$ = [9, n0, _DAel,
|
|
11805
12274
|
0, () => DeleteActionRequest$, () => DeleteActionResponse$
|
|
11806
12275
|
];
|
|
12276
|
+
export var DeleteAIBenchmarkJob$ = [9, n0, _DAIBJ,
|
|
12277
|
+
0, () => DeleteAIBenchmarkJobRequest$, () => DeleteAIBenchmarkJobResponse$
|
|
12278
|
+
];
|
|
12279
|
+
export var DeleteAIRecommendationJob$ = [9, n0, _DAIRJ,
|
|
12280
|
+
0, () => DeleteAIRecommendationJobRequest$, () => DeleteAIRecommendationJobResponse$
|
|
12281
|
+
];
|
|
12282
|
+
export var DeleteAIWorkloadConfig$ = [9, n0, _DAIWC,
|
|
12283
|
+
0, () => DeleteAIWorkloadConfigRequest$, () => DeleteAIWorkloadConfigResponse$
|
|
12284
|
+
];
|
|
11807
12285
|
export var DeleteAlgorithm$ = [9, n0, _DAele,
|
|
11808
12286
|
0, () => DeleteAlgorithmInput$, () => __Unit
|
|
11809
12287
|
];
|
|
@@ -11981,6 +12459,15 @@ export var DeregisterDevices$ = [9, n0, _DDer,
|
|
|
11981
12459
|
export var DescribeAction$ = [9, n0, _DAes,
|
|
11982
12460
|
0, () => DescribeActionRequest$, () => DescribeActionResponse$
|
|
11983
12461
|
];
|
|
12462
|
+
export var DescribeAIBenchmarkJob$ = [9, n0, _DAIBJe,
|
|
12463
|
+
0, () => DescribeAIBenchmarkJobRequest$, () => DescribeAIBenchmarkJobResponse$
|
|
12464
|
+
];
|
|
12465
|
+
export var DescribeAIRecommendationJob$ = [9, n0, _DAIRJe,
|
|
12466
|
+
0, () => DescribeAIRecommendationJobRequest$, () => DescribeAIRecommendationJobResponse$
|
|
12467
|
+
];
|
|
12468
|
+
export var DescribeAIWorkloadConfig$ = [9, n0, _DAIWCe,
|
|
12469
|
+
0, () => DescribeAIWorkloadConfigRequest$, () => DescribeAIWorkloadConfigResponse$
|
|
12470
|
+
];
|
|
11984
12471
|
export var DescribeAlgorithm$ = [9, n0, _DAesc,
|
|
11985
12472
|
0, () => DescribeAlgorithmInput$, () => DescribeAlgorithmOutput$
|
|
11986
12473
|
];
|
|
@@ -12230,6 +12717,15 @@ export var ImportHubContent$ = [9, n0, _IHC,
|
|
|
12230
12717
|
export var ListActions$ = [9, n0, _LAi,
|
|
12231
12718
|
0, () => ListActionsRequest$, () => ListActionsResponse$
|
|
12232
12719
|
];
|
|
12720
|
+
export var ListAIBenchmarkJobs$ = [9, n0, _LAIBJ,
|
|
12721
|
+
0, () => ListAIBenchmarkJobsRequest$, () => ListAIBenchmarkJobsResponse$
|
|
12722
|
+
];
|
|
12723
|
+
export var ListAIRecommendationJobs$ = [9, n0, _LAIRJ,
|
|
12724
|
+
0, () => ListAIRecommendationJobsRequest$, () => ListAIRecommendationJobsResponse$
|
|
12725
|
+
];
|
|
12726
|
+
export var ListAIWorkloadConfigs$ = [9, n0, _LAIWC,
|
|
12727
|
+
0, () => ListAIWorkloadConfigsRequest$, () => ListAIWorkloadConfigsResponse$
|
|
12728
|
+
];
|
|
12233
12729
|
export var ListAlgorithms$ = [9, n0, _LAis,
|
|
12234
12730
|
0, () => ListAlgorithmsInput$, () => ListAlgorithmsOutput$
|
|
12235
12731
|
];
|
|
@@ -12533,6 +13029,12 @@ export var StartPipelineExecution$ = [9, n0, _SPE,
|
|
|
12533
13029
|
export var StartSession$ = [9, n0, _SSta,
|
|
12534
13030
|
0, () => StartSessionRequest$, () => StartSessionResponse$
|
|
12535
13031
|
];
|
|
13032
|
+
export var StopAIBenchmarkJob$ = [9, n0, _SAIBJ,
|
|
13033
|
+
0, () => StopAIBenchmarkJobRequest$, () => StopAIBenchmarkJobResponse$
|
|
13034
|
+
];
|
|
13035
|
+
export var StopAIRecommendationJob$ = [9, n0, _SAIRJ,
|
|
13036
|
+
0, () => StopAIRecommendationJobRequest$, () => StopAIRecommendationJobResponse$
|
|
13037
|
+
];
|
|
12536
13038
|
export var StopAutoMLJob$ = [9, n0, _SAMLJ,
|
|
12537
13039
|
0, () => StopAutoMLJobRequest$, () => __Unit
|
|
12538
13040
|
];
|