@aws-sdk/client-sagemaker 3.977.0 → 3.980.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +497 -395
- package/dist-es/SageMaker.js +201 -1
- package/dist-types/SageMaker.d.ts +675 -1
- package/dist-types/ts3.4/SageMaker.d.ts +719 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -17115,391 +17115,6 @@ class UpdateWorkteamCommand extends smithyClient.Command
|
|
|
17115
17115
|
.build() {
|
|
17116
17116
|
}
|
|
17117
17117
|
|
|
17118
|
-
const commands = {
|
|
17119
|
-
AddAssociationCommand,
|
|
17120
|
-
AddTagsCommand,
|
|
17121
|
-
AssociateTrialComponentCommand,
|
|
17122
|
-
AttachClusterNodeVolumeCommand,
|
|
17123
|
-
BatchAddClusterNodesCommand,
|
|
17124
|
-
BatchDeleteClusterNodesCommand,
|
|
17125
|
-
BatchDescribeModelPackageCommand,
|
|
17126
|
-
BatchRebootClusterNodesCommand,
|
|
17127
|
-
BatchReplaceClusterNodesCommand,
|
|
17128
|
-
CreateActionCommand,
|
|
17129
|
-
CreateAlgorithmCommand,
|
|
17130
|
-
CreateAppCommand,
|
|
17131
|
-
CreateAppImageConfigCommand,
|
|
17132
|
-
CreateArtifactCommand,
|
|
17133
|
-
CreateAutoMLJobCommand,
|
|
17134
|
-
CreateAutoMLJobV2Command,
|
|
17135
|
-
CreateClusterCommand,
|
|
17136
|
-
CreateClusterSchedulerConfigCommand,
|
|
17137
|
-
CreateCodeRepositoryCommand,
|
|
17138
|
-
CreateCompilationJobCommand,
|
|
17139
|
-
CreateComputeQuotaCommand,
|
|
17140
|
-
CreateContextCommand,
|
|
17141
|
-
CreateDataQualityJobDefinitionCommand,
|
|
17142
|
-
CreateDeviceFleetCommand,
|
|
17143
|
-
CreateDomainCommand,
|
|
17144
|
-
CreateEdgeDeploymentPlanCommand,
|
|
17145
|
-
CreateEdgeDeploymentStageCommand,
|
|
17146
|
-
CreateEdgePackagingJobCommand,
|
|
17147
|
-
CreateEndpointCommand,
|
|
17148
|
-
CreateEndpointConfigCommand,
|
|
17149
|
-
CreateExperimentCommand,
|
|
17150
|
-
CreateFeatureGroupCommand,
|
|
17151
|
-
CreateFlowDefinitionCommand,
|
|
17152
|
-
CreateHubCommand,
|
|
17153
|
-
CreateHubContentPresignedUrlsCommand,
|
|
17154
|
-
CreateHubContentReferenceCommand,
|
|
17155
|
-
CreateHumanTaskUiCommand,
|
|
17156
|
-
CreateHyperParameterTuningJobCommand,
|
|
17157
|
-
CreateImageCommand,
|
|
17158
|
-
CreateImageVersionCommand,
|
|
17159
|
-
CreateInferenceComponentCommand,
|
|
17160
|
-
CreateInferenceExperimentCommand,
|
|
17161
|
-
CreateInferenceRecommendationsJobCommand,
|
|
17162
|
-
CreateLabelingJobCommand,
|
|
17163
|
-
CreateMlflowAppCommand,
|
|
17164
|
-
CreateMlflowTrackingServerCommand,
|
|
17165
|
-
CreateModelCommand,
|
|
17166
|
-
CreateModelBiasJobDefinitionCommand,
|
|
17167
|
-
CreateModelCardCommand,
|
|
17168
|
-
CreateModelCardExportJobCommand,
|
|
17169
|
-
CreateModelExplainabilityJobDefinitionCommand,
|
|
17170
|
-
CreateModelPackageCommand,
|
|
17171
|
-
CreateModelPackageGroupCommand,
|
|
17172
|
-
CreateModelQualityJobDefinitionCommand,
|
|
17173
|
-
CreateMonitoringScheduleCommand,
|
|
17174
|
-
CreateNotebookInstanceCommand,
|
|
17175
|
-
CreateNotebookInstanceLifecycleConfigCommand,
|
|
17176
|
-
CreateOptimizationJobCommand,
|
|
17177
|
-
CreatePartnerAppCommand,
|
|
17178
|
-
CreatePartnerAppPresignedUrlCommand,
|
|
17179
|
-
CreatePipelineCommand,
|
|
17180
|
-
CreatePresignedDomainUrlCommand,
|
|
17181
|
-
CreatePresignedMlflowAppUrlCommand,
|
|
17182
|
-
CreatePresignedMlflowTrackingServerUrlCommand,
|
|
17183
|
-
CreatePresignedNotebookInstanceUrlCommand,
|
|
17184
|
-
CreateProcessingJobCommand,
|
|
17185
|
-
CreateProjectCommand,
|
|
17186
|
-
CreateSpaceCommand,
|
|
17187
|
-
CreateStudioLifecycleConfigCommand,
|
|
17188
|
-
CreateTrainingJobCommand,
|
|
17189
|
-
CreateTrainingPlanCommand,
|
|
17190
|
-
CreateTransformJobCommand,
|
|
17191
|
-
CreateTrialCommand,
|
|
17192
|
-
CreateTrialComponentCommand,
|
|
17193
|
-
CreateUserProfileCommand,
|
|
17194
|
-
CreateWorkforceCommand,
|
|
17195
|
-
CreateWorkteamCommand,
|
|
17196
|
-
DeleteActionCommand,
|
|
17197
|
-
DeleteAlgorithmCommand,
|
|
17198
|
-
DeleteAppCommand,
|
|
17199
|
-
DeleteAppImageConfigCommand,
|
|
17200
|
-
DeleteArtifactCommand,
|
|
17201
|
-
DeleteAssociationCommand,
|
|
17202
|
-
DeleteClusterCommand,
|
|
17203
|
-
DeleteClusterSchedulerConfigCommand,
|
|
17204
|
-
DeleteCodeRepositoryCommand,
|
|
17205
|
-
DeleteCompilationJobCommand,
|
|
17206
|
-
DeleteComputeQuotaCommand,
|
|
17207
|
-
DeleteContextCommand,
|
|
17208
|
-
DeleteDataQualityJobDefinitionCommand,
|
|
17209
|
-
DeleteDeviceFleetCommand,
|
|
17210
|
-
DeleteDomainCommand,
|
|
17211
|
-
DeleteEdgeDeploymentPlanCommand,
|
|
17212
|
-
DeleteEdgeDeploymentStageCommand,
|
|
17213
|
-
DeleteEndpointCommand,
|
|
17214
|
-
DeleteEndpointConfigCommand,
|
|
17215
|
-
DeleteExperimentCommand,
|
|
17216
|
-
DeleteFeatureGroupCommand,
|
|
17217
|
-
DeleteFlowDefinitionCommand,
|
|
17218
|
-
DeleteHubCommand,
|
|
17219
|
-
DeleteHubContentCommand,
|
|
17220
|
-
DeleteHubContentReferenceCommand,
|
|
17221
|
-
DeleteHumanTaskUiCommand,
|
|
17222
|
-
DeleteHyperParameterTuningJobCommand,
|
|
17223
|
-
DeleteImageCommand,
|
|
17224
|
-
DeleteImageVersionCommand,
|
|
17225
|
-
DeleteInferenceComponentCommand,
|
|
17226
|
-
DeleteInferenceExperimentCommand,
|
|
17227
|
-
DeleteMlflowAppCommand,
|
|
17228
|
-
DeleteMlflowTrackingServerCommand,
|
|
17229
|
-
DeleteModelCommand,
|
|
17230
|
-
DeleteModelBiasJobDefinitionCommand,
|
|
17231
|
-
DeleteModelCardCommand,
|
|
17232
|
-
DeleteModelExplainabilityJobDefinitionCommand,
|
|
17233
|
-
DeleteModelPackageCommand,
|
|
17234
|
-
DeleteModelPackageGroupCommand,
|
|
17235
|
-
DeleteModelPackageGroupPolicyCommand,
|
|
17236
|
-
DeleteModelQualityJobDefinitionCommand,
|
|
17237
|
-
DeleteMonitoringScheduleCommand,
|
|
17238
|
-
DeleteNotebookInstanceCommand,
|
|
17239
|
-
DeleteNotebookInstanceLifecycleConfigCommand,
|
|
17240
|
-
DeleteOptimizationJobCommand,
|
|
17241
|
-
DeletePartnerAppCommand,
|
|
17242
|
-
DeletePipelineCommand,
|
|
17243
|
-
DeleteProcessingJobCommand,
|
|
17244
|
-
DeleteProjectCommand,
|
|
17245
|
-
DeleteSpaceCommand,
|
|
17246
|
-
DeleteStudioLifecycleConfigCommand,
|
|
17247
|
-
DeleteTagsCommand,
|
|
17248
|
-
DeleteTrainingJobCommand,
|
|
17249
|
-
DeleteTrialCommand,
|
|
17250
|
-
DeleteTrialComponentCommand,
|
|
17251
|
-
DeleteUserProfileCommand,
|
|
17252
|
-
DeleteWorkforceCommand,
|
|
17253
|
-
DeleteWorkteamCommand,
|
|
17254
|
-
DeregisterDevicesCommand,
|
|
17255
|
-
DescribeActionCommand,
|
|
17256
|
-
DescribeAlgorithmCommand,
|
|
17257
|
-
DescribeAppCommand,
|
|
17258
|
-
DescribeAppImageConfigCommand,
|
|
17259
|
-
DescribeArtifactCommand,
|
|
17260
|
-
DescribeAutoMLJobCommand,
|
|
17261
|
-
DescribeAutoMLJobV2Command,
|
|
17262
|
-
DescribeClusterCommand,
|
|
17263
|
-
DescribeClusterEventCommand,
|
|
17264
|
-
DescribeClusterNodeCommand,
|
|
17265
|
-
DescribeClusterSchedulerConfigCommand,
|
|
17266
|
-
DescribeCodeRepositoryCommand,
|
|
17267
|
-
DescribeCompilationJobCommand,
|
|
17268
|
-
DescribeComputeQuotaCommand,
|
|
17269
|
-
DescribeContextCommand,
|
|
17270
|
-
DescribeDataQualityJobDefinitionCommand,
|
|
17271
|
-
DescribeDeviceCommand,
|
|
17272
|
-
DescribeDeviceFleetCommand,
|
|
17273
|
-
DescribeDomainCommand,
|
|
17274
|
-
DescribeEdgeDeploymentPlanCommand,
|
|
17275
|
-
DescribeEdgePackagingJobCommand,
|
|
17276
|
-
DescribeEndpointCommand,
|
|
17277
|
-
DescribeEndpointConfigCommand,
|
|
17278
|
-
DescribeExperimentCommand,
|
|
17279
|
-
DescribeFeatureGroupCommand,
|
|
17280
|
-
DescribeFeatureMetadataCommand,
|
|
17281
|
-
DescribeFlowDefinitionCommand,
|
|
17282
|
-
DescribeHubCommand,
|
|
17283
|
-
DescribeHubContentCommand,
|
|
17284
|
-
DescribeHumanTaskUiCommand,
|
|
17285
|
-
DescribeHyperParameterTuningJobCommand,
|
|
17286
|
-
DescribeImageCommand,
|
|
17287
|
-
DescribeImageVersionCommand,
|
|
17288
|
-
DescribeInferenceComponentCommand,
|
|
17289
|
-
DescribeInferenceExperimentCommand,
|
|
17290
|
-
DescribeInferenceRecommendationsJobCommand,
|
|
17291
|
-
DescribeLabelingJobCommand,
|
|
17292
|
-
DescribeLineageGroupCommand,
|
|
17293
|
-
DescribeMlflowAppCommand,
|
|
17294
|
-
DescribeMlflowTrackingServerCommand,
|
|
17295
|
-
DescribeModelCommand,
|
|
17296
|
-
DescribeModelBiasJobDefinitionCommand,
|
|
17297
|
-
DescribeModelCardCommand,
|
|
17298
|
-
DescribeModelCardExportJobCommand,
|
|
17299
|
-
DescribeModelExplainabilityJobDefinitionCommand,
|
|
17300
|
-
DescribeModelPackageCommand,
|
|
17301
|
-
DescribeModelPackageGroupCommand,
|
|
17302
|
-
DescribeModelQualityJobDefinitionCommand,
|
|
17303
|
-
DescribeMonitoringScheduleCommand,
|
|
17304
|
-
DescribeNotebookInstanceCommand,
|
|
17305
|
-
DescribeNotebookInstanceLifecycleConfigCommand,
|
|
17306
|
-
DescribeOptimizationJobCommand,
|
|
17307
|
-
DescribePartnerAppCommand,
|
|
17308
|
-
DescribePipelineCommand,
|
|
17309
|
-
DescribePipelineDefinitionForExecutionCommand,
|
|
17310
|
-
DescribePipelineExecutionCommand,
|
|
17311
|
-
DescribeProcessingJobCommand,
|
|
17312
|
-
DescribeProjectCommand,
|
|
17313
|
-
DescribeReservedCapacityCommand,
|
|
17314
|
-
DescribeSpaceCommand,
|
|
17315
|
-
DescribeStudioLifecycleConfigCommand,
|
|
17316
|
-
DescribeSubscribedWorkteamCommand,
|
|
17317
|
-
DescribeTrainingJobCommand,
|
|
17318
|
-
DescribeTrainingPlanCommand,
|
|
17319
|
-
DescribeTransformJobCommand,
|
|
17320
|
-
DescribeTrialCommand,
|
|
17321
|
-
DescribeTrialComponentCommand,
|
|
17322
|
-
DescribeUserProfileCommand,
|
|
17323
|
-
DescribeWorkforceCommand,
|
|
17324
|
-
DescribeWorkteamCommand,
|
|
17325
|
-
DetachClusterNodeVolumeCommand,
|
|
17326
|
-
DisableSagemakerServicecatalogPortfolioCommand,
|
|
17327
|
-
DisassociateTrialComponentCommand,
|
|
17328
|
-
EnableSagemakerServicecatalogPortfolioCommand,
|
|
17329
|
-
GetDeviceFleetReportCommand,
|
|
17330
|
-
GetLineageGroupPolicyCommand,
|
|
17331
|
-
GetModelPackageGroupPolicyCommand,
|
|
17332
|
-
GetSagemakerServicecatalogPortfolioStatusCommand,
|
|
17333
|
-
GetScalingConfigurationRecommendationCommand,
|
|
17334
|
-
GetSearchSuggestionsCommand,
|
|
17335
|
-
ImportHubContentCommand,
|
|
17336
|
-
ListActionsCommand,
|
|
17337
|
-
ListAlgorithmsCommand,
|
|
17338
|
-
ListAliasesCommand,
|
|
17339
|
-
ListAppImageConfigsCommand,
|
|
17340
|
-
ListAppsCommand,
|
|
17341
|
-
ListArtifactsCommand,
|
|
17342
|
-
ListAssociationsCommand,
|
|
17343
|
-
ListAutoMLJobsCommand,
|
|
17344
|
-
ListCandidatesForAutoMLJobCommand,
|
|
17345
|
-
ListClusterEventsCommand,
|
|
17346
|
-
ListClusterNodesCommand,
|
|
17347
|
-
ListClustersCommand,
|
|
17348
|
-
ListClusterSchedulerConfigsCommand,
|
|
17349
|
-
ListCodeRepositoriesCommand,
|
|
17350
|
-
ListCompilationJobsCommand,
|
|
17351
|
-
ListComputeQuotasCommand,
|
|
17352
|
-
ListContextsCommand,
|
|
17353
|
-
ListDataQualityJobDefinitionsCommand,
|
|
17354
|
-
ListDeviceFleetsCommand,
|
|
17355
|
-
ListDevicesCommand,
|
|
17356
|
-
ListDomainsCommand,
|
|
17357
|
-
ListEdgeDeploymentPlansCommand,
|
|
17358
|
-
ListEdgePackagingJobsCommand,
|
|
17359
|
-
ListEndpointConfigsCommand,
|
|
17360
|
-
ListEndpointsCommand,
|
|
17361
|
-
ListExperimentsCommand,
|
|
17362
|
-
ListFeatureGroupsCommand,
|
|
17363
|
-
ListFlowDefinitionsCommand,
|
|
17364
|
-
ListHubContentsCommand,
|
|
17365
|
-
ListHubContentVersionsCommand,
|
|
17366
|
-
ListHubsCommand,
|
|
17367
|
-
ListHumanTaskUisCommand,
|
|
17368
|
-
ListHyperParameterTuningJobsCommand,
|
|
17369
|
-
ListImagesCommand,
|
|
17370
|
-
ListImageVersionsCommand,
|
|
17371
|
-
ListInferenceComponentsCommand,
|
|
17372
|
-
ListInferenceExperimentsCommand,
|
|
17373
|
-
ListInferenceRecommendationsJobsCommand,
|
|
17374
|
-
ListInferenceRecommendationsJobStepsCommand,
|
|
17375
|
-
ListLabelingJobsCommand,
|
|
17376
|
-
ListLabelingJobsForWorkteamCommand,
|
|
17377
|
-
ListLineageGroupsCommand,
|
|
17378
|
-
ListMlflowAppsCommand,
|
|
17379
|
-
ListMlflowTrackingServersCommand,
|
|
17380
|
-
ListModelBiasJobDefinitionsCommand,
|
|
17381
|
-
ListModelCardExportJobsCommand,
|
|
17382
|
-
ListModelCardsCommand,
|
|
17383
|
-
ListModelCardVersionsCommand,
|
|
17384
|
-
ListModelExplainabilityJobDefinitionsCommand,
|
|
17385
|
-
ListModelMetadataCommand,
|
|
17386
|
-
ListModelPackageGroupsCommand,
|
|
17387
|
-
ListModelPackagesCommand,
|
|
17388
|
-
ListModelQualityJobDefinitionsCommand,
|
|
17389
|
-
ListModelsCommand,
|
|
17390
|
-
ListMonitoringAlertHistoryCommand,
|
|
17391
|
-
ListMonitoringAlertsCommand,
|
|
17392
|
-
ListMonitoringExecutionsCommand,
|
|
17393
|
-
ListMonitoringSchedulesCommand,
|
|
17394
|
-
ListNotebookInstanceLifecycleConfigsCommand,
|
|
17395
|
-
ListNotebookInstancesCommand,
|
|
17396
|
-
ListOptimizationJobsCommand,
|
|
17397
|
-
ListPartnerAppsCommand,
|
|
17398
|
-
ListPipelineExecutionsCommand,
|
|
17399
|
-
ListPipelineExecutionStepsCommand,
|
|
17400
|
-
ListPipelineParametersForExecutionCommand,
|
|
17401
|
-
ListPipelinesCommand,
|
|
17402
|
-
ListPipelineVersionsCommand,
|
|
17403
|
-
ListProcessingJobsCommand,
|
|
17404
|
-
ListProjectsCommand,
|
|
17405
|
-
ListResourceCatalogsCommand,
|
|
17406
|
-
ListSpacesCommand,
|
|
17407
|
-
ListStageDevicesCommand,
|
|
17408
|
-
ListStudioLifecycleConfigsCommand,
|
|
17409
|
-
ListSubscribedWorkteamsCommand,
|
|
17410
|
-
ListTagsCommand,
|
|
17411
|
-
ListTrainingJobsCommand,
|
|
17412
|
-
ListTrainingJobsForHyperParameterTuningJobCommand,
|
|
17413
|
-
ListTrainingPlansCommand,
|
|
17414
|
-
ListTransformJobsCommand,
|
|
17415
|
-
ListTrialComponentsCommand,
|
|
17416
|
-
ListTrialsCommand,
|
|
17417
|
-
ListUltraServersByReservedCapacityCommand,
|
|
17418
|
-
ListUserProfilesCommand,
|
|
17419
|
-
ListWorkforcesCommand,
|
|
17420
|
-
ListWorkteamsCommand,
|
|
17421
|
-
PutModelPackageGroupPolicyCommand,
|
|
17422
|
-
QueryLineageCommand,
|
|
17423
|
-
RegisterDevicesCommand,
|
|
17424
|
-
RenderUiTemplateCommand,
|
|
17425
|
-
RetryPipelineExecutionCommand,
|
|
17426
|
-
SearchCommand,
|
|
17427
|
-
SearchTrainingPlanOfferingsCommand,
|
|
17428
|
-
SendPipelineExecutionStepFailureCommand,
|
|
17429
|
-
SendPipelineExecutionStepSuccessCommand,
|
|
17430
|
-
StartEdgeDeploymentStageCommand,
|
|
17431
|
-
StartInferenceExperimentCommand,
|
|
17432
|
-
StartMlflowTrackingServerCommand,
|
|
17433
|
-
StartMonitoringScheduleCommand,
|
|
17434
|
-
StartNotebookInstanceCommand,
|
|
17435
|
-
StartPipelineExecutionCommand,
|
|
17436
|
-
StartSessionCommand,
|
|
17437
|
-
StopAutoMLJobCommand,
|
|
17438
|
-
StopCompilationJobCommand,
|
|
17439
|
-
StopEdgeDeploymentStageCommand,
|
|
17440
|
-
StopEdgePackagingJobCommand,
|
|
17441
|
-
StopHyperParameterTuningJobCommand,
|
|
17442
|
-
StopInferenceExperimentCommand,
|
|
17443
|
-
StopInferenceRecommendationsJobCommand,
|
|
17444
|
-
StopLabelingJobCommand,
|
|
17445
|
-
StopMlflowTrackingServerCommand,
|
|
17446
|
-
StopMonitoringScheduleCommand,
|
|
17447
|
-
StopNotebookInstanceCommand,
|
|
17448
|
-
StopOptimizationJobCommand,
|
|
17449
|
-
StopPipelineExecutionCommand,
|
|
17450
|
-
StopProcessingJobCommand,
|
|
17451
|
-
StopTrainingJobCommand,
|
|
17452
|
-
StopTransformJobCommand,
|
|
17453
|
-
UpdateActionCommand,
|
|
17454
|
-
UpdateAppImageConfigCommand,
|
|
17455
|
-
UpdateArtifactCommand,
|
|
17456
|
-
UpdateClusterCommand,
|
|
17457
|
-
UpdateClusterSchedulerConfigCommand,
|
|
17458
|
-
UpdateClusterSoftwareCommand,
|
|
17459
|
-
UpdateCodeRepositoryCommand,
|
|
17460
|
-
UpdateComputeQuotaCommand,
|
|
17461
|
-
UpdateContextCommand,
|
|
17462
|
-
UpdateDeviceFleetCommand,
|
|
17463
|
-
UpdateDevicesCommand,
|
|
17464
|
-
UpdateDomainCommand,
|
|
17465
|
-
UpdateEndpointCommand,
|
|
17466
|
-
UpdateEndpointWeightsAndCapacitiesCommand,
|
|
17467
|
-
UpdateExperimentCommand,
|
|
17468
|
-
UpdateFeatureGroupCommand,
|
|
17469
|
-
UpdateFeatureMetadataCommand,
|
|
17470
|
-
UpdateHubCommand,
|
|
17471
|
-
UpdateHubContentCommand,
|
|
17472
|
-
UpdateHubContentReferenceCommand,
|
|
17473
|
-
UpdateImageCommand,
|
|
17474
|
-
UpdateImageVersionCommand,
|
|
17475
|
-
UpdateInferenceComponentCommand,
|
|
17476
|
-
UpdateInferenceComponentRuntimeConfigCommand,
|
|
17477
|
-
UpdateInferenceExperimentCommand,
|
|
17478
|
-
UpdateMlflowAppCommand,
|
|
17479
|
-
UpdateMlflowTrackingServerCommand,
|
|
17480
|
-
UpdateModelCardCommand,
|
|
17481
|
-
UpdateModelPackageCommand,
|
|
17482
|
-
UpdateMonitoringAlertCommand,
|
|
17483
|
-
UpdateMonitoringScheduleCommand,
|
|
17484
|
-
UpdateNotebookInstanceCommand,
|
|
17485
|
-
UpdateNotebookInstanceLifecycleConfigCommand,
|
|
17486
|
-
UpdatePartnerAppCommand,
|
|
17487
|
-
UpdatePipelineCommand,
|
|
17488
|
-
UpdatePipelineExecutionCommand,
|
|
17489
|
-
UpdatePipelineVersionCommand,
|
|
17490
|
-
UpdateProjectCommand,
|
|
17491
|
-
UpdateSpaceCommand,
|
|
17492
|
-
UpdateTrainingJobCommand,
|
|
17493
|
-
UpdateTrialCommand,
|
|
17494
|
-
UpdateTrialComponentCommand,
|
|
17495
|
-
UpdateUserProfileCommand,
|
|
17496
|
-
UpdateWorkforceCommand,
|
|
17497
|
-
UpdateWorkteamCommand,
|
|
17498
|
-
};
|
|
17499
|
-
class SageMaker extends SageMakerClient {
|
|
17500
|
-
}
|
|
17501
|
-
smithyClient.createAggregatedClient(commands, SageMaker);
|
|
17502
|
-
|
|
17503
17118
|
const paginateCreateHubContentPresignedUrls = core.createPaginator(SageMakerClient, CreateHubContentPresignedUrlsCommand, "NextToken", "NextToken", "MaxResults");
|
|
17504
17119
|
|
|
17505
17120
|
const paginateListActions = core.createPaginator(SageMakerClient, ListActionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -17524,10 +17139,10 @@ const paginateListClusterEvents = core.createPaginator(SageMakerClient, ListClus
|
|
|
17524
17139
|
|
|
17525
17140
|
const paginateListClusterNodes = core.createPaginator(SageMakerClient, ListClusterNodesCommand, "NextToken", "NextToken", "MaxResults");
|
|
17526
17141
|
|
|
17527
|
-
const paginateListClusters = core.createPaginator(SageMakerClient, ListClustersCommand, "NextToken", "NextToken", "MaxResults");
|
|
17528
|
-
|
|
17529
17142
|
const paginateListClusterSchedulerConfigs = core.createPaginator(SageMakerClient, ListClusterSchedulerConfigsCommand, "NextToken", "NextToken", "MaxResults");
|
|
17530
17143
|
|
|
17144
|
+
const paginateListClusters = core.createPaginator(SageMakerClient, ListClustersCommand, "NextToken", "NextToken", "MaxResults");
|
|
17145
|
+
|
|
17531
17146
|
const paginateListCodeRepositories = core.createPaginator(SageMakerClient, ListCodeRepositoriesCommand, "NextToken", "NextToken", "MaxResults");
|
|
17532
17147
|
|
|
17533
17148
|
const paginateListCompilationJobs = core.createPaginator(SageMakerClient, ListCompilationJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -17574,10 +17189,10 @@ const paginateListInferenceRecommendationsJobs = core.createPaginator(SageMakerC
|
|
|
17574
17189
|
|
|
17575
17190
|
const paginateListInferenceRecommendationsJobSteps = core.createPaginator(SageMakerClient, ListInferenceRecommendationsJobStepsCommand, "NextToken", "NextToken", "MaxResults");
|
|
17576
17191
|
|
|
17577
|
-
const paginateListLabelingJobs = core.createPaginator(SageMakerClient, ListLabelingJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
17578
|
-
|
|
17579
17192
|
const paginateListLabelingJobsForWorkteam = core.createPaginator(SageMakerClient, ListLabelingJobsForWorkteamCommand, "NextToken", "NextToken", "MaxResults");
|
|
17580
17193
|
|
|
17194
|
+
const paginateListLabelingJobs = core.createPaginator(SageMakerClient, ListLabelingJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
17195
|
+
|
|
17581
17196
|
const paginateListLineageGroups = core.createPaginator(SageMakerClient, ListLineageGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
17582
17197
|
|
|
17583
17198
|
const paginateListMlflowApps = core.createPaginator(SageMakerClient, ListMlflowAppsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -17646,10 +17261,10 @@ const paginateListSubscribedWorkteams = core.createPaginator(SageMakerClient, Li
|
|
|
17646
17261
|
|
|
17647
17262
|
const paginateListTags = core.createPaginator(SageMakerClient, ListTagsCommand, "NextToken", "NextToken", "MaxResults");
|
|
17648
17263
|
|
|
17649
|
-
const paginateListTrainingJobs = core.createPaginator(SageMakerClient, ListTrainingJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
17650
|
-
|
|
17651
17264
|
const paginateListTrainingJobsForHyperParameterTuningJob = core.createPaginator(SageMakerClient, ListTrainingJobsForHyperParameterTuningJobCommand, "NextToken", "NextToken", "MaxResults");
|
|
17652
17265
|
|
|
17266
|
+
const paginateListTrainingJobs = core.createPaginator(SageMakerClient, ListTrainingJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
17267
|
+
|
|
17653
17268
|
const paginateListTrainingPlans = core.createPaginator(SageMakerClient, ListTrainingPlansCommand, "NextToken", "NextToken", "MaxResults");
|
|
17654
17269
|
|
|
17655
17270
|
const paginateListTransformJobs = core.createPaginator(SageMakerClient, ListTransformJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -18201,11 +17816,498 @@ const waitForTransformJobCompletedOrStopped = async (params, input) => {
|
|
|
18201
17816
|
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
18202
17817
|
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
18203
17818
|
};
|
|
18204
|
-
const waitUntilTransformJobCompletedOrStopped = async (params, input) => {
|
|
18205
|
-
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
18206
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
18207
|
-
return utilWaiter.checkExceptions(result);
|
|
17819
|
+
const waitUntilTransformJobCompletedOrStopped = async (params, input) => {
|
|
17820
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
17821
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
17822
|
+
return utilWaiter.checkExceptions(result);
|
|
17823
|
+
};
|
|
17824
|
+
|
|
17825
|
+
const commands = {
|
|
17826
|
+
AddAssociationCommand,
|
|
17827
|
+
AddTagsCommand,
|
|
17828
|
+
AssociateTrialComponentCommand,
|
|
17829
|
+
AttachClusterNodeVolumeCommand,
|
|
17830
|
+
BatchAddClusterNodesCommand,
|
|
17831
|
+
BatchDeleteClusterNodesCommand,
|
|
17832
|
+
BatchDescribeModelPackageCommand,
|
|
17833
|
+
BatchRebootClusterNodesCommand,
|
|
17834
|
+
BatchReplaceClusterNodesCommand,
|
|
17835
|
+
CreateActionCommand,
|
|
17836
|
+
CreateAlgorithmCommand,
|
|
17837
|
+
CreateAppCommand,
|
|
17838
|
+
CreateAppImageConfigCommand,
|
|
17839
|
+
CreateArtifactCommand,
|
|
17840
|
+
CreateAutoMLJobCommand,
|
|
17841
|
+
CreateAutoMLJobV2Command,
|
|
17842
|
+
CreateClusterCommand,
|
|
17843
|
+
CreateClusterSchedulerConfigCommand,
|
|
17844
|
+
CreateCodeRepositoryCommand,
|
|
17845
|
+
CreateCompilationJobCommand,
|
|
17846
|
+
CreateComputeQuotaCommand,
|
|
17847
|
+
CreateContextCommand,
|
|
17848
|
+
CreateDataQualityJobDefinitionCommand,
|
|
17849
|
+
CreateDeviceFleetCommand,
|
|
17850
|
+
CreateDomainCommand,
|
|
17851
|
+
CreateEdgeDeploymentPlanCommand,
|
|
17852
|
+
CreateEdgeDeploymentStageCommand,
|
|
17853
|
+
CreateEdgePackagingJobCommand,
|
|
17854
|
+
CreateEndpointCommand,
|
|
17855
|
+
CreateEndpointConfigCommand,
|
|
17856
|
+
CreateExperimentCommand,
|
|
17857
|
+
CreateFeatureGroupCommand,
|
|
17858
|
+
CreateFlowDefinitionCommand,
|
|
17859
|
+
CreateHubCommand,
|
|
17860
|
+
CreateHubContentPresignedUrlsCommand,
|
|
17861
|
+
CreateHubContentReferenceCommand,
|
|
17862
|
+
CreateHumanTaskUiCommand,
|
|
17863
|
+
CreateHyperParameterTuningJobCommand,
|
|
17864
|
+
CreateImageCommand,
|
|
17865
|
+
CreateImageVersionCommand,
|
|
17866
|
+
CreateInferenceComponentCommand,
|
|
17867
|
+
CreateInferenceExperimentCommand,
|
|
17868
|
+
CreateInferenceRecommendationsJobCommand,
|
|
17869
|
+
CreateLabelingJobCommand,
|
|
17870
|
+
CreateMlflowAppCommand,
|
|
17871
|
+
CreateMlflowTrackingServerCommand,
|
|
17872
|
+
CreateModelCommand,
|
|
17873
|
+
CreateModelBiasJobDefinitionCommand,
|
|
17874
|
+
CreateModelCardCommand,
|
|
17875
|
+
CreateModelCardExportJobCommand,
|
|
17876
|
+
CreateModelExplainabilityJobDefinitionCommand,
|
|
17877
|
+
CreateModelPackageCommand,
|
|
17878
|
+
CreateModelPackageGroupCommand,
|
|
17879
|
+
CreateModelQualityJobDefinitionCommand,
|
|
17880
|
+
CreateMonitoringScheduleCommand,
|
|
17881
|
+
CreateNotebookInstanceCommand,
|
|
17882
|
+
CreateNotebookInstanceLifecycleConfigCommand,
|
|
17883
|
+
CreateOptimizationJobCommand,
|
|
17884
|
+
CreatePartnerAppCommand,
|
|
17885
|
+
CreatePartnerAppPresignedUrlCommand,
|
|
17886
|
+
CreatePipelineCommand,
|
|
17887
|
+
CreatePresignedDomainUrlCommand,
|
|
17888
|
+
CreatePresignedMlflowAppUrlCommand,
|
|
17889
|
+
CreatePresignedMlflowTrackingServerUrlCommand,
|
|
17890
|
+
CreatePresignedNotebookInstanceUrlCommand,
|
|
17891
|
+
CreateProcessingJobCommand,
|
|
17892
|
+
CreateProjectCommand,
|
|
17893
|
+
CreateSpaceCommand,
|
|
17894
|
+
CreateStudioLifecycleConfigCommand,
|
|
17895
|
+
CreateTrainingJobCommand,
|
|
17896
|
+
CreateTrainingPlanCommand,
|
|
17897
|
+
CreateTransformJobCommand,
|
|
17898
|
+
CreateTrialCommand,
|
|
17899
|
+
CreateTrialComponentCommand,
|
|
17900
|
+
CreateUserProfileCommand,
|
|
17901
|
+
CreateWorkforceCommand,
|
|
17902
|
+
CreateWorkteamCommand,
|
|
17903
|
+
DeleteActionCommand,
|
|
17904
|
+
DeleteAlgorithmCommand,
|
|
17905
|
+
DeleteAppCommand,
|
|
17906
|
+
DeleteAppImageConfigCommand,
|
|
17907
|
+
DeleteArtifactCommand,
|
|
17908
|
+
DeleteAssociationCommand,
|
|
17909
|
+
DeleteClusterCommand,
|
|
17910
|
+
DeleteClusterSchedulerConfigCommand,
|
|
17911
|
+
DeleteCodeRepositoryCommand,
|
|
17912
|
+
DeleteCompilationJobCommand,
|
|
17913
|
+
DeleteComputeQuotaCommand,
|
|
17914
|
+
DeleteContextCommand,
|
|
17915
|
+
DeleteDataQualityJobDefinitionCommand,
|
|
17916
|
+
DeleteDeviceFleetCommand,
|
|
17917
|
+
DeleteDomainCommand,
|
|
17918
|
+
DeleteEdgeDeploymentPlanCommand,
|
|
17919
|
+
DeleteEdgeDeploymentStageCommand,
|
|
17920
|
+
DeleteEndpointCommand,
|
|
17921
|
+
DeleteEndpointConfigCommand,
|
|
17922
|
+
DeleteExperimentCommand,
|
|
17923
|
+
DeleteFeatureGroupCommand,
|
|
17924
|
+
DeleteFlowDefinitionCommand,
|
|
17925
|
+
DeleteHubCommand,
|
|
17926
|
+
DeleteHubContentCommand,
|
|
17927
|
+
DeleteHubContentReferenceCommand,
|
|
17928
|
+
DeleteHumanTaskUiCommand,
|
|
17929
|
+
DeleteHyperParameterTuningJobCommand,
|
|
17930
|
+
DeleteImageCommand,
|
|
17931
|
+
DeleteImageVersionCommand,
|
|
17932
|
+
DeleteInferenceComponentCommand,
|
|
17933
|
+
DeleteInferenceExperimentCommand,
|
|
17934
|
+
DeleteMlflowAppCommand,
|
|
17935
|
+
DeleteMlflowTrackingServerCommand,
|
|
17936
|
+
DeleteModelCommand,
|
|
17937
|
+
DeleteModelBiasJobDefinitionCommand,
|
|
17938
|
+
DeleteModelCardCommand,
|
|
17939
|
+
DeleteModelExplainabilityJobDefinitionCommand,
|
|
17940
|
+
DeleteModelPackageCommand,
|
|
17941
|
+
DeleteModelPackageGroupCommand,
|
|
17942
|
+
DeleteModelPackageGroupPolicyCommand,
|
|
17943
|
+
DeleteModelQualityJobDefinitionCommand,
|
|
17944
|
+
DeleteMonitoringScheduleCommand,
|
|
17945
|
+
DeleteNotebookInstanceCommand,
|
|
17946
|
+
DeleteNotebookInstanceLifecycleConfigCommand,
|
|
17947
|
+
DeleteOptimizationJobCommand,
|
|
17948
|
+
DeletePartnerAppCommand,
|
|
17949
|
+
DeletePipelineCommand,
|
|
17950
|
+
DeleteProcessingJobCommand,
|
|
17951
|
+
DeleteProjectCommand,
|
|
17952
|
+
DeleteSpaceCommand,
|
|
17953
|
+
DeleteStudioLifecycleConfigCommand,
|
|
17954
|
+
DeleteTagsCommand,
|
|
17955
|
+
DeleteTrainingJobCommand,
|
|
17956
|
+
DeleteTrialCommand,
|
|
17957
|
+
DeleteTrialComponentCommand,
|
|
17958
|
+
DeleteUserProfileCommand,
|
|
17959
|
+
DeleteWorkforceCommand,
|
|
17960
|
+
DeleteWorkteamCommand,
|
|
17961
|
+
DeregisterDevicesCommand,
|
|
17962
|
+
DescribeActionCommand,
|
|
17963
|
+
DescribeAlgorithmCommand,
|
|
17964
|
+
DescribeAppCommand,
|
|
17965
|
+
DescribeAppImageConfigCommand,
|
|
17966
|
+
DescribeArtifactCommand,
|
|
17967
|
+
DescribeAutoMLJobCommand,
|
|
17968
|
+
DescribeAutoMLJobV2Command,
|
|
17969
|
+
DescribeClusterCommand,
|
|
17970
|
+
DescribeClusterEventCommand,
|
|
17971
|
+
DescribeClusterNodeCommand,
|
|
17972
|
+
DescribeClusterSchedulerConfigCommand,
|
|
17973
|
+
DescribeCodeRepositoryCommand,
|
|
17974
|
+
DescribeCompilationJobCommand,
|
|
17975
|
+
DescribeComputeQuotaCommand,
|
|
17976
|
+
DescribeContextCommand,
|
|
17977
|
+
DescribeDataQualityJobDefinitionCommand,
|
|
17978
|
+
DescribeDeviceCommand,
|
|
17979
|
+
DescribeDeviceFleetCommand,
|
|
17980
|
+
DescribeDomainCommand,
|
|
17981
|
+
DescribeEdgeDeploymentPlanCommand,
|
|
17982
|
+
DescribeEdgePackagingJobCommand,
|
|
17983
|
+
DescribeEndpointCommand,
|
|
17984
|
+
DescribeEndpointConfigCommand,
|
|
17985
|
+
DescribeExperimentCommand,
|
|
17986
|
+
DescribeFeatureGroupCommand,
|
|
17987
|
+
DescribeFeatureMetadataCommand,
|
|
17988
|
+
DescribeFlowDefinitionCommand,
|
|
17989
|
+
DescribeHubCommand,
|
|
17990
|
+
DescribeHubContentCommand,
|
|
17991
|
+
DescribeHumanTaskUiCommand,
|
|
17992
|
+
DescribeHyperParameterTuningJobCommand,
|
|
17993
|
+
DescribeImageCommand,
|
|
17994
|
+
DescribeImageVersionCommand,
|
|
17995
|
+
DescribeInferenceComponentCommand,
|
|
17996
|
+
DescribeInferenceExperimentCommand,
|
|
17997
|
+
DescribeInferenceRecommendationsJobCommand,
|
|
17998
|
+
DescribeLabelingJobCommand,
|
|
17999
|
+
DescribeLineageGroupCommand,
|
|
18000
|
+
DescribeMlflowAppCommand,
|
|
18001
|
+
DescribeMlflowTrackingServerCommand,
|
|
18002
|
+
DescribeModelCommand,
|
|
18003
|
+
DescribeModelBiasJobDefinitionCommand,
|
|
18004
|
+
DescribeModelCardCommand,
|
|
18005
|
+
DescribeModelCardExportJobCommand,
|
|
18006
|
+
DescribeModelExplainabilityJobDefinitionCommand,
|
|
18007
|
+
DescribeModelPackageCommand,
|
|
18008
|
+
DescribeModelPackageGroupCommand,
|
|
18009
|
+
DescribeModelQualityJobDefinitionCommand,
|
|
18010
|
+
DescribeMonitoringScheduleCommand,
|
|
18011
|
+
DescribeNotebookInstanceCommand,
|
|
18012
|
+
DescribeNotebookInstanceLifecycleConfigCommand,
|
|
18013
|
+
DescribeOptimizationJobCommand,
|
|
18014
|
+
DescribePartnerAppCommand,
|
|
18015
|
+
DescribePipelineCommand,
|
|
18016
|
+
DescribePipelineDefinitionForExecutionCommand,
|
|
18017
|
+
DescribePipelineExecutionCommand,
|
|
18018
|
+
DescribeProcessingJobCommand,
|
|
18019
|
+
DescribeProjectCommand,
|
|
18020
|
+
DescribeReservedCapacityCommand,
|
|
18021
|
+
DescribeSpaceCommand,
|
|
18022
|
+
DescribeStudioLifecycleConfigCommand,
|
|
18023
|
+
DescribeSubscribedWorkteamCommand,
|
|
18024
|
+
DescribeTrainingJobCommand,
|
|
18025
|
+
DescribeTrainingPlanCommand,
|
|
18026
|
+
DescribeTransformJobCommand,
|
|
18027
|
+
DescribeTrialCommand,
|
|
18028
|
+
DescribeTrialComponentCommand,
|
|
18029
|
+
DescribeUserProfileCommand,
|
|
18030
|
+
DescribeWorkforceCommand,
|
|
18031
|
+
DescribeWorkteamCommand,
|
|
18032
|
+
DetachClusterNodeVolumeCommand,
|
|
18033
|
+
DisableSagemakerServicecatalogPortfolioCommand,
|
|
18034
|
+
DisassociateTrialComponentCommand,
|
|
18035
|
+
EnableSagemakerServicecatalogPortfolioCommand,
|
|
18036
|
+
GetDeviceFleetReportCommand,
|
|
18037
|
+
GetLineageGroupPolicyCommand,
|
|
18038
|
+
GetModelPackageGroupPolicyCommand,
|
|
18039
|
+
GetSagemakerServicecatalogPortfolioStatusCommand,
|
|
18040
|
+
GetScalingConfigurationRecommendationCommand,
|
|
18041
|
+
GetSearchSuggestionsCommand,
|
|
18042
|
+
ImportHubContentCommand,
|
|
18043
|
+
ListActionsCommand,
|
|
18044
|
+
ListAlgorithmsCommand,
|
|
18045
|
+
ListAliasesCommand,
|
|
18046
|
+
ListAppImageConfigsCommand,
|
|
18047
|
+
ListAppsCommand,
|
|
18048
|
+
ListArtifactsCommand,
|
|
18049
|
+
ListAssociationsCommand,
|
|
18050
|
+
ListAutoMLJobsCommand,
|
|
18051
|
+
ListCandidatesForAutoMLJobCommand,
|
|
18052
|
+
ListClusterEventsCommand,
|
|
18053
|
+
ListClusterNodesCommand,
|
|
18054
|
+
ListClustersCommand,
|
|
18055
|
+
ListClusterSchedulerConfigsCommand,
|
|
18056
|
+
ListCodeRepositoriesCommand,
|
|
18057
|
+
ListCompilationJobsCommand,
|
|
18058
|
+
ListComputeQuotasCommand,
|
|
18059
|
+
ListContextsCommand,
|
|
18060
|
+
ListDataQualityJobDefinitionsCommand,
|
|
18061
|
+
ListDeviceFleetsCommand,
|
|
18062
|
+
ListDevicesCommand,
|
|
18063
|
+
ListDomainsCommand,
|
|
18064
|
+
ListEdgeDeploymentPlansCommand,
|
|
18065
|
+
ListEdgePackagingJobsCommand,
|
|
18066
|
+
ListEndpointConfigsCommand,
|
|
18067
|
+
ListEndpointsCommand,
|
|
18068
|
+
ListExperimentsCommand,
|
|
18069
|
+
ListFeatureGroupsCommand,
|
|
18070
|
+
ListFlowDefinitionsCommand,
|
|
18071
|
+
ListHubContentsCommand,
|
|
18072
|
+
ListHubContentVersionsCommand,
|
|
18073
|
+
ListHubsCommand,
|
|
18074
|
+
ListHumanTaskUisCommand,
|
|
18075
|
+
ListHyperParameterTuningJobsCommand,
|
|
18076
|
+
ListImagesCommand,
|
|
18077
|
+
ListImageVersionsCommand,
|
|
18078
|
+
ListInferenceComponentsCommand,
|
|
18079
|
+
ListInferenceExperimentsCommand,
|
|
18080
|
+
ListInferenceRecommendationsJobsCommand,
|
|
18081
|
+
ListInferenceRecommendationsJobStepsCommand,
|
|
18082
|
+
ListLabelingJobsCommand,
|
|
18083
|
+
ListLabelingJobsForWorkteamCommand,
|
|
18084
|
+
ListLineageGroupsCommand,
|
|
18085
|
+
ListMlflowAppsCommand,
|
|
18086
|
+
ListMlflowTrackingServersCommand,
|
|
18087
|
+
ListModelBiasJobDefinitionsCommand,
|
|
18088
|
+
ListModelCardExportJobsCommand,
|
|
18089
|
+
ListModelCardsCommand,
|
|
18090
|
+
ListModelCardVersionsCommand,
|
|
18091
|
+
ListModelExplainabilityJobDefinitionsCommand,
|
|
18092
|
+
ListModelMetadataCommand,
|
|
18093
|
+
ListModelPackageGroupsCommand,
|
|
18094
|
+
ListModelPackagesCommand,
|
|
18095
|
+
ListModelQualityJobDefinitionsCommand,
|
|
18096
|
+
ListModelsCommand,
|
|
18097
|
+
ListMonitoringAlertHistoryCommand,
|
|
18098
|
+
ListMonitoringAlertsCommand,
|
|
18099
|
+
ListMonitoringExecutionsCommand,
|
|
18100
|
+
ListMonitoringSchedulesCommand,
|
|
18101
|
+
ListNotebookInstanceLifecycleConfigsCommand,
|
|
18102
|
+
ListNotebookInstancesCommand,
|
|
18103
|
+
ListOptimizationJobsCommand,
|
|
18104
|
+
ListPartnerAppsCommand,
|
|
18105
|
+
ListPipelineExecutionsCommand,
|
|
18106
|
+
ListPipelineExecutionStepsCommand,
|
|
18107
|
+
ListPipelineParametersForExecutionCommand,
|
|
18108
|
+
ListPipelinesCommand,
|
|
18109
|
+
ListPipelineVersionsCommand,
|
|
18110
|
+
ListProcessingJobsCommand,
|
|
18111
|
+
ListProjectsCommand,
|
|
18112
|
+
ListResourceCatalogsCommand,
|
|
18113
|
+
ListSpacesCommand,
|
|
18114
|
+
ListStageDevicesCommand,
|
|
18115
|
+
ListStudioLifecycleConfigsCommand,
|
|
18116
|
+
ListSubscribedWorkteamsCommand,
|
|
18117
|
+
ListTagsCommand,
|
|
18118
|
+
ListTrainingJobsCommand,
|
|
18119
|
+
ListTrainingJobsForHyperParameterTuningJobCommand,
|
|
18120
|
+
ListTrainingPlansCommand,
|
|
18121
|
+
ListTransformJobsCommand,
|
|
18122
|
+
ListTrialComponentsCommand,
|
|
18123
|
+
ListTrialsCommand,
|
|
18124
|
+
ListUltraServersByReservedCapacityCommand,
|
|
18125
|
+
ListUserProfilesCommand,
|
|
18126
|
+
ListWorkforcesCommand,
|
|
18127
|
+
ListWorkteamsCommand,
|
|
18128
|
+
PutModelPackageGroupPolicyCommand,
|
|
18129
|
+
QueryLineageCommand,
|
|
18130
|
+
RegisterDevicesCommand,
|
|
18131
|
+
RenderUiTemplateCommand,
|
|
18132
|
+
RetryPipelineExecutionCommand,
|
|
18133
|
+
SearchCommand,
|
|
18134
|
+
SearchTrainingPlanOfferingsCommand,
|
|
18135
|
+
SendPipelineExecutionStepFailureCommand,
|
|
18136
|
+
SendPipelineExecutionStepSuccessCommand,
|
|
18137
|
+
StartEdgeDeploymentStageCommand,
|
|
18138
|
+
StartInferenceExperimentCommand,
|
|
18139
|
+
StartMlflowTrackingServerCommand,
|
|
18140
|
+
StartMonitoringScheduleCommand,
|
|
18141
|
+
StartNotebookInstanceCommand,
|
|
18142
|
+
StartPipelineExecutionCommand,
|
|
18143
|
+
StartSessionCommand,
|
|
18144
|
+
StopAutoMLJobCommand,
|
|
18145
|
+
StopCompilationJobCommand,
|
|
18146
|
+
StopEdgeDeploymentStageCommand,
|
|
18147
|
+
StopEdgePackagingJobCommand,
|
|
18148
|
+
StopHyperParameterTuningJobCommand,
|
|
18149
|
+
StopInferenceExperimentCommand,
|
|
18150
|
+
StopInferenceRecommendationsJobCommand,
|
|
18151
|
+
StopLabelingJobCommand,
|
|
18152
|
+
StopMlflowTrackingServerCommand,
|
|
18153
|
+
StopMonitoringScheduleCommand,
|
|
18154
|
+
StopNotebookInstanceCommand,
|
|
18155
|
+
StopOptimizationJobCommand,
|
|
18156
|
+
StopPipelineExecutionCommand,
|
|
18157
|
+
StopProcessingJobCommand,
|
|
18158
|
+
StopTrainingJobCommand,
|
|
18159
|
+
StopTransformJobCommand,
|
|
18160
|
+
UpdateActionCommand,
|
|
18161
|
+
UpdateAppImageConfigCommand,
|
|
18162
|
+
UpdateArtifactCommand,
|
|
18163
|
+
UpdateClusterCommand,
|
|
18164
|
+
UpdateClusterSchedulerConfigCommand,
|
|
18165
|
+
UpdateClusterSoftwareCommand,
|
|
18166
|
+
UpdateCodeRepositoryCommand,
|
|
18167
|
+
UpdateComputeQuotaCommand,
|
|
18168
|
+
UpdateContextCommand,
|
|
18169
|
+
UpdateDeviceFleetCommand,
|
|
18170
|
+
UpdateDevicesCommand,
|
|
18171
|
+
UpdateDomainCommand,
|
|
18172
|
+
UpdateEndpointCommand,
|
|
18173
|
+
UpdateEndpointWeightsAndCapacitiesCommand,
|
|
18174
|
+
UpdateExperimentCommand,
|
|
18175
|
+
UpdateFeatureGroupCommand,
|
|
18176
|
+
UpdateFeatureMetadataCommand,
|
|
18177
|
+
UpdateHubCommand,
|
|
18178
|
+
UpdateHubContentCommand,
|
|
18179
|
+
UpdateHubContentReferenceCommand,
|
|
18180
|
+
UpdateImageCommand,
|
|
18181
|
+
UpdateImageVersionCommand,
|
|
18182
|
+
UpdateInferenceComponentCommand,
|
|
18183
|
+
UpdateInferenceComponentRuntimeConfigCommand,
|
|
18184
|
+
UpdateInferenceExperimentCommand,
|
|
18185
|
+
UpdateMlflowAppCommand,
|
|
18186
|
+
UpdateMlflowTrackingServerCommand,
|
|
18187
|
+
UpdateModelCardCommand,
|
|
18188
|
+
UpdateModelPackageCommand,
|
|
18189
|
+
UpdateMonitoringAlertCommand,
|
|
18190
|
+
UpdateMonitoringScheduleCommand,
|
|
18191
|
+
UpdateNotebookInstanceCommand,
|
|
18192
|
+
UpdateNotebookInstanceLifecycleConfigCommand,
|
|
18193
|
+
UpdatePartnerAppCommand,
|
|
18194
|
+
UpdatePipelineCommand,
|
|
18195
|
+
UpdatePipelineExecutionCommand,
|
|
18196
|
+
UpdatePipelineVersionCommand,
|
|
18197
|
+
UpdateProjectCommand,
|
|
18198
|
+
UpdateSpaceCommand,
|
|
18199
|
+
UpdateTrainingJobCommand,
|
|
18200
|
+
UpdateTrialCommand,
|
|
18201
|
+
UpdateTrialComponentCommand,
|
|
18202
|
+
UpdateUserProfileCommand,
|
|
18203
|
+
UpdateWorkforceCommand,
|
|
18204
|
+
UpdateWorkteamCommand,
|
|
18205
|
+
};
|
|
18206
|
+
const paginators = {
|
|
18207
|
+
paginateCreateHubContentPresignedUrls,
|
|
18208
|
+
paginateListActions,
|
|
18209
|
+
paginateListAlgorithms,
|
|
18210
|
+
paginateListAliases,
|
|
18211
|
+
paginateListAppImageConfigs,
|
|
18212
|
+
paginateListApps,
|
|
18213
|
+
paginateListArtifacts,
|
|
18214
|
+
paginateListAssociations,
|
|
18215
|
+
paginateListAutoMLJobs,
|
|
18216
|
+
paginateListCandidatesForAutoMLJob,
|
|
18217
|
+
paginateListClusterEvents,
|
|
18218
|
+
paginateListClusterNodes,
|
|
18219
|
+
paginateListClusters,
|
|
18220
|
+
paginateListClusterSchedulerConfigs,
|
|
18221
|
+
paginateListCodeRepositories,
|
|
18222
|
+
paginateListCompilationJobs,
|
|
18223
|
+
paginateListComputeQuotas,
|
|
18224
|
+
paginateListContexts,
|
|
18225
|
+
paginateListDataQualityJobDefinitions,
|
|
18226
|
+
paginateListDeviceFleets,
|
|
18227
|
+
paginateListDevices,
|
|
18228
|
+
paginateListDomains,
|
|
18229
|
+
paginateListEdgeDeploymentPlans,
|
|
18230
|
+
paginateListEdgePackagingJobs,
|
|
18231
|
+
paginateListEndpointConfigs,
|
|
18232
|
+
paginateListEndpoints,
|
|
18233
|
+
paginateListExperiments,
|
|
18234
|
+
paginateListFeatureGroups,
|
|
18235
|
+
paginateListFlowDefinitions,
|
|
18236
|
+
paginateListHumanTaskUis,
|
|
18237
|
+
paginateListHyperParameterTuningJobs,
|
|
18238
|
+
paginateListImages,
|
|
18239
|
+
paginateListImageVersions,
|
|
18240
|
+
paginateListInferenceComponents,
|
|
18241
|
+
paginateListInferenceExperiments,
|
|
18242
|
+
paginateListInferenceRecommendationsJobs,
|
|
18243
|
+
paginateListInferenceRecommendationsJobSteps,
|
|
18244
|
+
paginateListLabelingJobs,
|
|
18245
|
+
paginateListLabelingJobsForWorkteam,
|
|
18246
|
+
paginateListLineageGroups,
|
|
18247
|
+
paginateListMlflowApps,
|
|
18248
|
+
paginateListMlflowTrackingServers,
|
|
18249
|
+
paginateListModelBiasJobDefinitions,
|
|
18250
|
+
paginateListModelCardExportJobs,
|
|
18251
|
+
paginateListModelCards,
|
|
18252
|
+
paginateListModelCardVersions,
|
|
18253
|
+
paginateListModelExplainabilityJobDefinitions,
|
|
18254
|
+
paginateListModelMetadata,
|
|
18255
|
+
paginateListModelPackageGroups,
|
|
18256
|
+
paginateListModelPackages,
|
|
18257
|
+
paginateListModelQualityJobDefinitions,
|
|
18258
|
+
paginateListModels,
|
|
18259
|
+
paginateListMonitoringAlertHistory,
|
|
18260
|
+
paginateListMonitoringAlerts,
|
|
18261
|
+
paginateListMonitoringExecutions,
|
|
18262
|
+
paginateListMonitoringSchedules,
|
|
18263
|
+
paginateListNotebookInstanceLifecycleConfigs,
|
|
18264
|
+
paginateListNotebookInstances,
|
|
18265
|
+
paginateListOptimizationJobs,
|
|
18266
|
+
paginateListPartnerApps,
|
|
18267
|
+
paginateListPipelineExecutions,
|
|
18268
|
+
paginateListPipelineExecutionSteps,
|
|
18269
|
+
paginateListPipelineParametersForExecution,
|
|
18270
|
+
paginateListPipelines,
|
|
18271
|
+
paginateListPipelineVersions,
|
|
18272
|
+
paginateListProcessingJobs,
|
|
18273
|
+
paginateListProjects,
|
|
18274
|
+
paginateListResourceCatalogs,
|
|
18275
|
+
paginateListSpaces,
|
|
18276
|
+
paginateListStageDevices,
|
|
18277
|
+
paginateListStudioLifecycleConfigs,
|
|
18278
|
+
paginateListSubscribedWorkteams,
|
|
18279
|
+
paginateListTags,
|
|
18280
|
+
paginateListTrainingJobs,
|
|
18281
|
+
paginateListTrainingJobsForHyperParameterTuningJob,
|
|
18282
|
+
paginateListTrainingPlans,
|
|
18283
|
+
paginateListTransformJobs,
|
|
18284
|
+
paginateListTrialComponents,
|
|
18285
|
+
paginateListTrials,
|
|
18286
|
+
paginateListUltraServersByReservedCapacity,
|
|
18287
|
+
paginateListUserProfiles,
|
|
18288
|
+
paginateListWorkforces,
|
|
18289
|
+
paginateListWorkteams,
|
|
18290
|
+
paginateQueryLineage,
|
|
18291
|
+
paginateSearch,
|
|
18292
|
+
};
|
|
18293
|
+
const waiters = {
|
|
18294
|
+
waitUntilEndpointDeleted,
|
|
18295
|
+
waitUntilEndpointInService,
|
|
18296
|
+
waitUntilImageCreated,
|
|
18297
|
+
waitUntilImageDeleted,
|
|
18298
|
+
waitUntilImageUpdated,
|
|
18299
|
+
waitUntilImageVersionCreated,
|
|
18300
|
+
waitUntilImageVersionDeleted,
|
|
18301
|
+
waitUntilNotebookInstanceDeleted,
|
|
18302
|
+
waitUntilNotebookInstanceInService,
|
|
18303
|
+
waitUntilNotebookInstanceStopped,
|
|
18304
|
+
waitUntilProcessingJobCompletedOrStopped,
|
|
18305
|
+
waitUntilTrainingJobCompletedOrStopped,
|
|
18306
|
+
waitUntilTransformJobCompletedOrStopped,
|
|
18208
18307
|
};
|
|
18308
|
+
class SageMaker extends SageMakerClient {
|
|
18309
|
+
}
|
|
18310
|
+
smithyClient.createAggregatedClient(commands, SageMaker, { paginators, waiters });
|
|
18209
18311
|
|
|
18210
18312
|
const MIGProfileType = {
|
|
18211
18313
|
MIG_1G_10GB: "mig-1g.10gb",
|