@aws-sdk/client-sagemaker 3.806.0 → 3.808.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 +1 -16
- package/dist-cjs/index.js +26 -26
- package/dist-es/waiters/waitForEndpointDeleted.js +2 -2
- package/dist-es/waiters/waitForEndpointInService.js +2 -2
- package/dist-es/waiters/waitForImageCreated.js +2 -2
- package/dist-es/waiters/waitForImageDeleted.js +2 -2
- package/dist-es/waiters/waitForImageUpdated.js +2 -2
- package/dist-es/waiters/waitForImageVersionCreated.js +2 -2
- package/dist-es/waiters/waitForImageVersionDeleted.js +2 -2
- package/dist-es/waiters/waitForNotebookInstanceDeleted.js +2 -2
- package/dist-es/waiters/waitForNotebookInstanceInService.js +2 -2
- package/dist-es/waiters/waitForNotebookInstanceStopped.js +2 -2
- package/dist-es/waiters/waitForProcessingJobCompletedOrStopped.js +2 -2
- package/dist-es/waiters/waitForTrainingJobCompletedOrStopped.js +2 -2
- package/dist-es/waiters/waitForTransformJobCompletedOrStopped.js +2 -2
- package/dist-types/SageMaker.d.ts +1 -16
- package/dist-types/SageMakerClient.d.ts +1 -16
- package/dist-types/commands/AddAssociationCommand.d.ts +2 -7
- package/dist-types/commands/AddTagsCommand.d.ts +1 -26
- package/dist-types/commands/AssociateTrialComponentCommand.d.ts +2 -4
- package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +1 -17
- package/dist-types/commands/CreateActionCommand.d.ts +2 -7
- package/dist-types/commands/CreateAppCommand.d.ts +2 -6
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -3
- package/dist-types/commands/CreateArtifactCommand.d.ts +2 -7
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +2 -26
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +2 -33
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -6
- package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +3 -7
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -7
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +2 -33
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +3 -7
- package/dist-types/commands/CreateContextCommand.d.ts +2 -7
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +2 -5
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +1 -2
- package/dist-types/commands/CreateDomainCommand.d.ts +2 -46
- package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +2 -4
- package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +1 -2
- package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +1 -2
- package/dist-types/commands/CreateEndpointCommand.d.ts +2 -77
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +2 -33
- package/dist-types/commands/CreateExperimentCommand.d.ts +2 -22
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +2 -20
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -2
- package/dist-types/commands/CreateHubCommand.d.ts +1 -2
- package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +1 -2
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +1 -2
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +2 -18
- package/dist-types/commands/CreateImageCommand.d.ts +2 -5
- package/dist-types/commands/CreateImageVersionCommand.d.ts +2 -4
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +2 -10
- package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +2 -17
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +2 -4
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +2 -40
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +2 -5
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -2
- package/dist-types/commands/CreateModelCardCommand.d.ts +3 -6
- package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +2 -4
- package/dist-types/commands/CreateModelCommand.d.ts +2 -19
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -2
- package/dist-types/commands/CreateModelPackageCommand.d.ts +3 -24
- package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +1 -2
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +2 -5
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +2 -4
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +2 -38
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +2 -16
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +2 -8
- package/dist-types/commands/CreatePartnerAppCommand.d.ts +2 -4
- package/dist-types/commands/CreatePipelineCommand.d.ts +2 -4
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -26
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -2
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -18
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -2
- package/dist-types/commands/CreateProjectCommand.d.ts +2 -4
- package/dist-types/commands/CreateSpaceCommand.d.ts +1 -2
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -88
- package/dist-types/commands/CreateTrainingPlanCommand.d.ts +2 -63
- package/dist-types/commands/CreateTransformJobCommand.d.ts +2 -37
- package/dist-types/commands/CreateTrialCommand.d.ts +2 -13
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +2 -12
- package/dist-types/commands/CreateUserProfileCommand.d.ts +2 -9
- package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -18
- package/dist-types/commands/CreateWorkteamCommand.d.ts +2 -6
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -2
- package/dist-types/commands/DeleteArtifactCommand.d.ts +1 -2
- package/dist-types/commands/DeleteClusterCommand.d.ts +1 -2
- package/dist-types/commands/DeleteCompilationJobCommand.d.ts +1 -8
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -4
- package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +1 -2
- package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +1 -2
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -11
- package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -9
- package/dist-types/commands/DeleteExperimentCommand.d.ts +1 -3
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +1 -8
- package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +1 -5
- package/dist-types/commands/DeleteHyperParameterTuningJobCommand.d.ts +1 -4
- package/dist-types/commands/DeleteImageCommand.d.ts +1 -2
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +1 -2
- package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +2 -9
- package/dist-types/commands/DeleteModelCardCommand.d.ts +1 -2
- package/dist-types/commands/DeleteModelCommand.d.ts +1 -4
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +2 -6
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +1 -2
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +1 -2
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +1 -6
- package/dist-types/commands/DeletePartnerAppCommand.d.ts +1 -2
- package/dist-types/commands/DeletePipelineCommand.d.ts +2 -6
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -2
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -4
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -12
- package/dist-types/commands/DeleteTrialCommand.d.ts +1 -3
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +1 -3
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -2
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -12
- package/dist-types/commands/DeleteWorkteamCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +1 -5
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +1 -2
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -2
- package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +1 -3
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -3
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -2
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +1 -3
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -3
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -3
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -2
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -8
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -3
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -7
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -2
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -6
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -3
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -6
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -2
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +1 -4
- package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +1 -2
- package/dist-types/commands/GetScalingConfigurationRecommendationCommand.d.ts +1 -2
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -4
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -2
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +1 -3
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -2
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -3
- package/dist-types/commands/ListExperimentsCommand.d.ts +1 -3
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -3
- package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -2
- package/dist-types/commands/ListImagesCommand.d.ts +1 -2
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -2
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -3
- package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -2
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -2
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -2
- package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -2
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -2
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -3
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -22
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -2
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -20
- package/dist-types/commands/ListTrialsCommand.d.ts +1 -5
- package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -2
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -3
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +2 -6
- package/dist-types/commands/QueryLineageCommand.d.ts +1 -3
- package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -2
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +2 -4
- package/dist-types/commands/SearchCommand.d.ts +1 -10
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +2 -17
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +3 -7
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +3 -7
- package/dist-types/commands/StartInferenceExperimentCommand.d.ts +1 -2
- package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +1 -2
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -5
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +2 -6
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +2 -4
- package/dist-types/commands/StopCompilationJobCommand.d.ts +1 -7
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -7
- package/dist-types/commands/StopInferenceExperimentCommand.d.ts +1 -2
- package/dist-types/commands/StopLabelingJobCommand.d.ts +1 -2
- package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +1 -2
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -8
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -25
- package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -7
- package/dist-types/commands/StopTransformJobCommand.d.ts +1 -6
- package/dist-types/commands/UpdateActionCommand.d.ts +1 -2
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -2
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -4
- package/dist-types/commands/UpdateClusterSchedulerConfigCommand.d.ts +2 -4
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +2 -9
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -2
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +2 -4
- package/dist-types/commands/UpdateContextCommand.d.ts +1 -2
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -2
- package/dist-types/commands/UpdateEndpointCommand.d.ts +2 -22
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +2 -7
- package/dist-types/commands/UpdateExperimentCommand.d.ts +2 -4
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +2 -17
- package/dist-types/commands/UpdateHubContentCommand.d.ts +1 -36
- package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +1 -14
- package/dist-types/commands/UpdateImageCommand.d.ts +1 -2
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +1 -2
- package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -2
- package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +2 -7
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +2 -4
- package/dist-types/commands/UpdateModelCardCommand.d.ts +3 -8
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -2
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +1 -2
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -2
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +2 -5
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -2
- package/dist-types/commands/UpdatePartnerAppCommand.d.ts +2 -3
- package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -2
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -2
- package/dist-types/commands/UpdateProjectCommand.d.ts +2 -10
- package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -6
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +2 -4
- package/dist-types/commands/UpdateTrialCommand.d.ts +1 -2
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -2
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -2
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +2 -28
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -2
- package/dist-types/index.d.ts +1 -16
- package/dist-types/models/models_0.d.ts +370 -4018
- package/dist-types/models/models_1.d.ts +532 -5722
- package/dist-types/models/models_2.d.ts +328 -1436
- package/dist-types/models/models_3.d.ts +364 -2021
- package/dist-types/models/models_4.d.ts +462 -1693
- package/dist-types/models/models_5.d.ts +90 -441
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -6,22 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript SageMaker Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>Provides APIs for creating and managing SageMaker resources. </p>
|
|
10
|
-
<p>Other Resources:</p>
|
|
11
|
-
<ul>
|
|
12
|
-
<li>
|
|
13
|
-
<p>
|
|
14
|
-
<a href="https://docs.aws.amazon.com/sagemaker/latest/dg/whatis.html#first-time-user">SageMaker Developer
|
|
15
|
-
Guide</a>
|
|
16
|
-
</p>
|
|
17
|
-
</li>
|
|
18
|
-
<li>
|
|
19
|
-
<p>
|
|
20
|
-
<a href="https://docs.aws.amazon.com/augmented-ai/2019-11-07/APIReference/Welcome.html">Amazon Augmented AI
|
|
21
|
-
Runtime API Reference</a>
|
|
22
|
-
</p>
|
|
23
|
-
</li>
|
|
24
|
-
</ul>
|
|
9
|
+
<p>Provides APIs for creating and managing SageMaker resources. </p> <p>Other Resources:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/whatis.html#first-time-user">SageMaker Developer Guide</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/augmented-ai/2019-11-07/APIReference/Welcome.html">Amazon Augmented AI Runtime API Reference</a> </p> </li> </ul>
|
|
25
10
|
|
|
26
11
|
## Installing
|
|
27
12
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -27282,11 +27282,11 @@ var checkState = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
27282
27282
|
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
27283
27283
|
}, "checkState");
|
|
27284
27284
|
var waitForEndpointDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
27285
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
27285
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
27286
27286
|
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
|
|
27287
27287
|
}, "waitForEndpointDeleted");
|
|
27288
27288
|
var waitUntilEndpointDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
27289
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
27289
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
27290
27290
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
|
|
27291
27291
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
27292
27292
|
}, "waitUntilEndpointDeleted");
|
|
@@ -27325,11 +27325,11 @@ var checkState2 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
27325
27325
|
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
27326
27326
|
}, "checkState");
|
|
27327
27327
|
var waitForEndpointInService = /* @__PURE__ */ __name(async (params, input) => {
|
|
27328
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
27328
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 3600 };
|
|
27329
27329
|
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState2);
|
|
27330
27330
|
}, "waitForEndpointInService");
|
|
27331
27331
|
var waitUntilEndpointInService = /* @__PURE__ */ __name(async (params, input) => {
|
|
27332
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
27332
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 3600 };
|
|
27333
27333
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState2);
|
|
27334
27334
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
27335
27335
|
}, "waitUntilEndpointInService");
|
|
@@ -27368,11 +27368,11 @@ var checkState3 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
27368
27368
|
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
27369
27369
|
}, "checkState");
|
|
27370
27370
|
var waitForImageCreated = /* @__PURE__ */ __name(async (params, input) => {
|
|
27371
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
27371
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
27372
27372
|
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState3);
|
|
27373
27373
|
}, "waitForImageCreated");
|
|
27374
27374
|
var waitUntilImageCreated = /* @__PURE__ */ __name(async (params, input) => {
|
|
27375
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
27375
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
27376
27376
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState3);
|
|
27377
27377
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
27378
27378
|
}, "waitUntilImageCreated");
|
|
@@ -27405,11 +27405,11 @@ var checkState4 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
27405
27405
|
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
27406
27406
|
}, "checkState");
|
|
27407
27407
|
var waitForImageDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
27408
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
27408
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
27409
27409
|
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState4);
|
|
27410
27410
|
}, "waitForImageDeleted");
|
|
27411
27411
|
var waitUntilImageDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
27412
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
27412
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
27413
27413
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState4);
|
|
27414
27414
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
27415
27415
|
}, "waitUntilImageDeleted");
|
|
@@ -27448,11 +27448,11 @@ var checkState5 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
27448
27448
|
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
27449
27449
|
}, "checkState");
|
|
27450
27450
|
var waitForImageUpdated = /* @__PURE__ */ __name(async (params, input) => {
|
|
27451
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
27451
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
27452
27452
|
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState5);
|
|
27453
27453
|
}, "waitForImageUpdated");
|
|
27454
27454
|
var waitUntilImageUpdated = /* @__PURE__ */ __name(async (params, input) => {
|
|
27455
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
27455
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
27456
27456
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState5);
|
|
27457
27457
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
27458
27458
|
}, "waitUntilImageUpdated");
|
|
@@ -27491,11 +27491,11 @@ var checkState6 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
27491
27491
|
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
27492
27492
|
}, "checkState");
|
|
27493
27493
|
var waitForImageVersionCreated = /* @__PURE__ */ __name(async (params, input) => {
|
|
27494
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
27494
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
27495
27495
|
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState6);
|
|
27496
27496
|
}, "waitForImageVersionCreated");
|
|
27497
27497
|
var waitUntilImageVersionCreated = /* @__PURE__ */ __name(async (params, input) => {
|
|
27498
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
27498
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
27499
27499
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState6);
|
|
27500
27500
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
27501
27501
|
}, "waitUntilImageVersionCreated");
|
|
@@ -27528,11 +27528,11 @@ var checkState7 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
27528
27528
|
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
27529
27529
|
}, "checkState");
|
|
27530
27530
|
var waitForImageVersionDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
27531
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
27531
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
27532
27532
|
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState7);
|
|
27533
27533
|
}, "waitForImageVersionDeleted");
|
|
27534
27534
|
var waitUntilImageVersionDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
27535
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
27535
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
27536
27536
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState7);
|
|
27537
27537
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
27538
27538
|
}, "waitUntilImageVersionDeleted");
|
|
@@ -27562,11 +27562,11 @@ var checkState8 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
27562
27562
|
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
27563
27563
|
}, "checkState");
|
|
27564
27564
|
var waitForNotebookInstanceDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
27565
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
27565
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
27566
27566
|
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState8);
|
|
27567
27567
|
}, "waitForNotebookInstanceDeleted");
|
|
27568
27568
|
var waitUntilNotebookInstanceDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
27569
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
27569
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
27570
27570
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState8);
|
|
27571
27571
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
27572
27572
|
}, "waitUntilNotebookInstanceDeleted");
|
|
@@ -27602,11 +27602,11 @@ var checkState9 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
27602
27602
|
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
27603
27603
|
}, "checkState");
|
|
27604
27604
|
var waitForNotebookInstanceInService = /* @__PURE__ */ __name(async (params, input) => {
|
|
27605
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
27605
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
27606
27606
|
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState9);
|
|
27607
27607
|
}, "waitForNotebookInstanceInService");
|
|
27608
27608
|
var waitUntilNotebookInstanceInService = /* @__PURE__ */ __name(async (params, input) => {
|
|
27609
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
27609
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
27610
27610
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState9);
|
|
27611
27611
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
27612
27612
|
}, "waitUntilNotebookInstanceInService");
|
|
@@ -27642,11 +27642,11 @@ var checkState10 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
27642
27642
|
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
27643
27643
|
}, "checkState");
|
|
27644
27644
|
var waitForNotebookInstanceStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
27645
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
27645
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
27646
27646
|
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState10);
|
|
27647
27647
|
}, "waitForNotebookInstanceStopped");
|
|
27648
27648
|
var waitUntilNotebookInstanceStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
27649
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
27649
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
27650
27650
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState10);
|
|
27651
27651
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
27652
27652
|
}, "waitUntilNotebookInstanceStopped");
|
|
@@ -27694,11 +27694,11 @@ var checkState11 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
27694
27694
|
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
27695
27695
|
}, "checkState");
|
|
27696
27696
|
var waitForProcessingJobCompletedOrStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
27697
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
27697
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
27698
27698
|
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState11);
|
|
27699
27699
|
}, "waitForProcessingJobCompletedOrStopped");
|
|
27700
27700
|
var waitUntilProcessingJobCompletedOrStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
27701
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
27701
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
27702
27702
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState11);
|
|
27703
27703
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
27704
27704
|
}, "waitUntilProcessingJobCompletedOrStopped");
|
|
@@ -27746,11 +27746,11 @@ var checkState12 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
27746
27746
|
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
27747
27747
|
}, "checkState");
|
|
27748
27748
|
var waitForTrainingJobCompletedOrStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
27749
|
-
const serviceDefaults = { minDelay: 120, maxDelay:
|
|
27749
|
+
const serviceDefaults = { minDelay: 120, maxDelay: 21600 };
|
|
27750
27750
|
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState12);
|
|
27751
27751
|
}, "waitForTrainingJobCompletedOrStopped");
|
|
27752
27752
|
var waitUntilTrainingJobCompletedOrStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
27753
|
-
const serviceDefaults = { minDelay: 120, maxDelay:
|
|
27753
|
+
const serviceDefaults = { minDelay: 120, maxDelay: 21600 };
|
|
27754
27754
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState12);
|
|
27755
27755
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
27756
27756
|
}, "waitUntilTrainingJobCompletedOrStopped");
|
|
@@ -27798,11 +27798,11 @@ var checkState13 = /* @__PURE__ */ __name(async (client, input) => {
|
|
|
27798
27798
|
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
27799
27799
|
}, "checkState");
|
|
27800
27800
|
var waitForTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
27801
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
27801
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
27802
27802
|
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState13);
|
|
27803
27803
|
}, "waitForTransformJobCompletedOrStopped");
|
|
27804
27804
|
var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
27805
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
27805
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
27806
27806
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState13);
|
|
27807
27807
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
27808
27808
|
}, "waitUntilTransformJobCompletedOrStopped");
|
|
@@ -24,11 +24,11 @@ const checkState = async (client, input) => {
|
|
|
24
24
|
return { state: WaiterState.RETRY, reason };
|
|
25
25
|
};
|
|
26
26
|
export const waitForEndpointDeleted = async (params, input) => {
|
|
27
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
27
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
28
28
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
29
29
|
};
|
|
30
30
|
export const waitUntilEndpointDeleted = async (params, input) => {
|
|
31
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
31
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
32
32
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
33
33
|
return checkExceptions(result);
|
|
34
34
|
};
|
|
@@ -33,11 +33,11 @@ const checkState = async (client, input) => {
|
|
|
33
33
|
return { state: WaiterState.RETRY, reason };
|
|
34
34
|
};
|
|
35
35
|
export const waitForEndpointInService = async (params, input) => {
|
|
36
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
36
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 3600 };
|
|
37
37
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
38
38
|
};
|
|
39
39
|
export const waitUntilEndpointInService = async (params, input) => {
|
|
40
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
40
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 3600 };
|
|
41
41
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
42
42
|
return checkExceptions(result);
|
|
43
43
|
};
|
|
@@ -33,11 +33,11 @@ const checkState = async (client, input) => {
|
|
|
33
33
|
return { state: WaiterState.RETRY, reason };
|
|
34
34
|
};
|
|
35
35
|
export const waitForImageCreated = async (params, input) => {
|
|
36
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
36
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
37
37
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
38
38
|
};
|
|
39
39
|
export const waitUntilImageCreated = async (params, input) => {
|
|
40
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
40
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
41
41
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
42
42
|
return checkExceptions(result);
|
|
43
43
|
};
|
|
@@ -27,11 +27,11 @@ const checkState = async (client, input) => {
|
|
|
27
27
|
return { state: WaiterState.RETRY, reason };
|
|
28
28
|
};
|
|
29
29
|
export const waitForImageDeleted = async (params, input) => {
|
|
30
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
30
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
31
31
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
32
32
|
};
|
|
33
33
|
export const waitUntilImageDeleted = async (params, input) => {
|
|
34
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
34
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
35
35
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
36
36
|
return checkExceptions(result);
|
|
37
37
|
};
|
|
@@ -33,11 +33,11 @@ const checkState = async (client, input) => {
|
|
|
33
33
|
return { state: WaiterState.RETRY, reason };
|
|
34
34
|
};
|
|
35
35
|
export const waitForImageUpdated = async (params, input) => {
|
|
36
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
36
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
37
37
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
38
38
|
};
|
|
39
39
|
export const waitUntilImageUpdated = async (params, input) => {
|
|
40
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
40
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
41
41
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
42
42
|
return checkExceptions(result);
|
|
43
43
|
};
|
|
@@ -33,11 +33,11 @@ const checkState = async (client, input) => {
|
|
|
33
33
|
return { state: WaiterState.RETRY, reason };
|
|
34
34
|
};
|
|
35
35
|
export const waitForImageVersionCreated = async (params, input) => {
|
|
36
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
36
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
37
37
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
38
38
|
};
|
|
39
39
|
export const waitUntilImageVersionCreated = async (params, input) => {
|
|
40
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
40
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
41
41
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
42
42
|
return checkExceptions(result);
|
|
43
43
|
};
|
|
@@ -27,11 +27,11 @@ const checkState = async (client, input) => {
|
|
|
27
27
|
return { state: WaiterState.RETRY, reason };
|
|
28
28
|
};
|
|
29
29
|
export const waitForImageVersionDeleted = async (params, input) => {
|
|
30
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
30
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
31
31
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
32
32
|
};
|
|
33
33
|
export const waitUntilImageVersionDeleted = async (params, input) => {
|
|
34
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
34
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
35
35
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
36
36
|
return checkExceptions(result);
|
|
37
37
|
};
|
|
@@ -24,11 +24,11 @@ const checkState = async (client, input) => {
|
|
|
24
24
|
return { state: WaiterState.RETRY, reason };
|
|
25
25
|
};
|
|
26
26
|
export const waitForNotebookInstanceDeleted = async (params, input) => {
|
|
27
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
27
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
28
28
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
29
29
|
};
|
|
30
30
|
export const waitUntilNotebookInstanceDeleted = async (params, input) => {
|
|
31
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
31
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
32
32
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
33
33
|
return checkExceptions(result);
|
|
34
34
|
};
|
|
@@ -30,11 +30,11 @@ const checkState = async (client, input) => {
|
|
|
30
30
|
return { state: WaiterState.RETRY, reason };
|
|
31
31
|
};
|
|
32
32
|
export const waitForNotebookInstanceInService = async (params, input) => {
|
|
33
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
33
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
34
34
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
35
35
|
};
|
|
36
36
|
export const waitUntilNotebookInstanceInService = async (params, input) => {
|
|
37
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
37
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
38
38
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
39
39
|
return checkExceptions(result);
|
|
40
40
|
};
|
|
@@ -30,11 +30,11 @@ const checkState = async (client, input) => {
|
|
|
30
30
|
return { state: WaiterState.RETRY, reason };
|
|
31
31
|
};
|
|
32
32
|
export const waitForNotebookInstanceStopped = async (params, input) => {
|
|
33
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
33
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
34
34
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
35
35
|
};
|
|
36
36
|
export const waitUntilNotebookInstanceStopped = async (params, input) => {
|
|
37
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
37
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
38
38
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
39
39
|
return checkExceptions(result);
|
|
40
40
|
};
|
|
@@ -42,11 +42,11 @@ const checkState = async (client, input) => {
|
|
|
42
42
|
return { state: WaiterState.RETRY, reason };
|
|
43
43
|
};
|
|
44
44
|
export const waitForProcessingJobCompletedOrStopped = async (params, input) => {
|
|
45
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
45
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
46
46
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
47
47
|
};
|
|
48
48
|
export const waitUntilProcessingJobCompletedOrStopped = async (params, input) => {
|
|
49
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
49
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
50
50
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
51
51
|
return checkExceptions(result);
|
|
52
52
|
};
|
|
@@ -42,11 +42,11 @@ const checkState = async (client, input) => {
|
|
|
42
42
|
return { state: WaiterState.RETRY, reason };
|
|
43
43
|
};
|
|
44
44
|
export const waitForTrainingJobCompletedOrStopped = async (params, input) => {
|
|
45
|
-
const serviceDefaults = { minDelay: 120, maxDelay:
|
|
45
|
+
const serviceDefaults = { minDelay: 120, maxDelay: 21600 };
|
|
46
46
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
47
47
|
};
|
|
48
48
|
export const waitUntilTrainingJobCompletedOrStopped = async (params, input) => {
|
|
49
|
-
const serviceDefaults = { minDelay: 120, maxDelay:
|
|
49
|
+
const serviceDefaults = { minDelay: 120, maxDelay: 21600 };
|
|
50
50
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
51
51
|
return checkExceptions(result);
|
|
52
52
|
};
|
|
@@ -42,11 +42,11 @@ const checkState = async (client, input) => {
|
|
|
42
42
|
return { state: WaiterState.RETRY, reason };
|
|
43
43
|
};
|
|
44
44
|
export const waitForTransformJobCompletedOrStopped = async (params, input) => {
|
|
45
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
45
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
46
46
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
47
47
|
};
|
|
48
48
|
export const waitUntilTransformJobCompletedOrStopped = async (params, input) => {
|
|
49
|
-
const serviceDefaults = { minDelay: 60, maxDelay:
|
|
49
|
+
const serviceDefaults = { minDelay: 60, maxDelay: 3600 };
|
|
50
50
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
51
51
|
return checkExceptions(result);
|
|
52
52
|
};
|
|
@@ -2580,22 +2580,7 @@ export interface SageMaker {
|
|
|
2580
2580
|
updateWorkteam(args: UpdateWorkteamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkteamCommandOutput) => void): void;
|
|
2581
2581
|
}
|
|
2582
2582
|
/**
|
|
2583
|
-
* <p>Provides APIs for creating and managing SageMaker resources. </p>
|
|
2584
|
-
* <p>Other Resources:</p>
|
|
2585
|
-
* <ul>
|
|
2586
|
-
* <li>
|
|
2587
|
-
* <p>
|
|
2588
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/whatis.html#first-time-user">SageMaker Developer
|
|
2589
|
-
* Guide</a>
|
|
2590
|
-
* </p>
|
|
2591
|
-
* </li>
|
|
2592
|
-
* <li>
|
|
2593
|
-
* <p>
|
|
2594
|
-
* <a href="https://docs.aws.amazon.com/augmented-ai/2019-11-07/APIReference/Welcome.html">Amazon Augmented AI
|
|
2595
|
-
* Runtime API Reference</a>
|
|
2596
|
-
* </p>
|
|
2597
|
-
* </li>
|
|
2598
|
-
* </ul>
|
|
2583
|
+
* <p>Provides APIs for creating and managing SageMaker resources. </p> <p>Other Resources:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/whatis.html#first-time-user">SageMaker Developer Guide</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/augmented-ai/2019-11-07/APIReference/Welcome.html">Amazon Augmented AI Runtime API Reference</a> </p> </li> </ul>
|
|
2599
2584
|
* @public
|
|
2600
2585
|
*/
|
|
2601
2586
|
export declare class SageMaker extends SageMakerClient implements SageMaker {
|
|
@@ -527,22 +527,7 @@ export type SageMakerClientResolvedConfigType = __SmithyResolvedConfiguration<__
|
|
|
527
527
|
export interface SageMakerClientResolvedConfig extends SageMakerClientResolvedConfigType {
|
|
528
528
|
}
|
|
529
529
|
/**
|
|
530
|
-
* <p>Provides APIs for creating and managing SageMaker resources. </p>
|
|
531
|
-
* <p>Other Resources:</p>
|
|
532
|
-
* <ul>
|
|
533
|
-
* <li>
|
|
534
|
-
* <p>
|
|
535
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/whatis.html#first-time-user">SageMaker Developer
|
|
536
|
-
* Guide</a>
|
|
537
|
-
* </p>
|
|
538
|
-
* </li>
|
|
539
|
-
* <li>
|
|
540
|
-
* <p>
|
|
541
|
-
* <a href="https://docs.aws.amazon.com/augmented-ai/2019-11-07/APIReference/Welcome.html">Amazon Augmented AI
|
|
542
|
-
* Runtime API Reference</a>
|
|
543
|
-
* </p>
|
|
544
|
-
* </li>
|
|
545
|
-
* </ul>
|
|
530
|
+
* <p>Provides APIs for creating and managing SageMaker resources. </p> <p>Other Resources:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/whatis.html#first-time-user">SageMaker Developer Guide</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/augmented-ai/2019-11-07/APIReference/Welcome.html">Amazon Augmented AI Runtime API Reference</a> </p> </li> </ul>
|
|
546
531
|
* @public
|
|
547
532
|
*/
|
|
548
533
|
export declare class SageMakerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SageMakerClientResolvedConfig> {
|
|
@@ -27,11 +27,7 @@ declare const AddAssociationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an <i>association</i> between the source and the destination. A
|
|
31
|
-
* source can be associated with multiple destinations, and a destination can be associated
|
|
32
|
-
* with multiple sources. An association is a lineage tracking entity. For more information, see
|
|
33
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html">Amazon SageMaker
|
|
34
|
-
* ML Lineage Tracking</a>.</p>
|
|
30
|
+
* <p>Creates an <i>association</i> between the source and the destination. A source can be associated with multiple destinations, and a destination can be associated with multiple sources. An association is a lineage tracking entity. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html">Amazon SageMaker ML Lineage Tracking</a>.</p>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -59,8 +55,7 @@ declare const AddAssociationCommand_base: {
|
|
|
59
55
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
60
56
|
*
|
|
61
57
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
62
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
63
|
-
* training jobs created. </p>
|
|
58
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
64
59
|
*
|
|
65
60
|
* @throws {@link ResourceNotFound} (client fault)
|
|
66
61
|
* <p>Resource being access is not found.</p>
|
|
@@ -27,32 +27,7 @@ declare const AddTagsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Adds or overwrites one or more tags for the specified SageMaker resource. You can add
|
|
31
|
-
* tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform
|
|
32
|
-
* jobs, models, labeling jobs, work teams, endpoint configurations, and
|
|
33
|
-
* endpoints.</p>
|
|
34
|
-
* <p>Each tag consists of a key and an optional value. Tag keys must be unique per
|
|
35
|
-
* resource. For more information about tags, see For more information, see <a href="https://aws.amazon.com/answers/account-management/aws-tagging-strategies/">Amazon Web Services Tagging Strategies</a>.</p>
|
|
36
|
-
* <note>
|
|
37
|
-
* <p>Tags that you add to a hyperparameter tuning job by calling this API are also
|
|
38
|
-
* added to any training jobs that the hyperparameter tuning job launches after you
|
|
39
|
-
* call this API, but not to training jobs that the hyperparameter tuning job launched
|
|
40
|
-
* before you called this API. To make sure that the tags associated with a
|
|
41
|
-
* hyperparameter tuning job are also added to all training jobs that the
|
|
42
|
-
* hyperparameter tuning job launches, add the tags when you first create the tuning
|
|
43
|
-
* job by specifying them in the <code>Tags</code> parameter of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateHyperParameterTuningJob.html">CreateHyperParameterTuningJob</a>
|
|
44
|
-
* </p>
|
|
45
|
-
* </note>
|
|
46
|
-
* <note>
|
|
47
|
-
* <p>Tags that you add to a SageMaker Domain or User Profile by calling this API are
|
|
48
|
-
* also added to any Apps that the Domain or User Profile launches after you call this
|
|
49
|
-
* API, but not to Apps that the Domain or User Profile launched before you called this
|
|
50
|
-
* API. To make sure that the tags associated with a Domain or User Profile are also
|
|
51
|
-
* added to all Apps that the Domain or User Profile launches, add the tags when you
|
|
52
|
-
* first create the Domain or User Profile by specifying them in the <code>Tags</code>
|
|
53
|
-
* parameter of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateDomain.html">CreateDomain</a>
|
|
54
|
-
* or <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateUserProfile.html">CreateUserProfile</a>.</p>
|
|
55
|
-
* </note>
|
|
30
|
+
* <p>Adds or overwrites one or more tags for the specified SageMaker resource. You can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints.</p> <p>Each tag consists of a key and an optional value. Tag keys must be unique per resource. For more information about tags, see For more information, see <a href="https://aws.amazon.com/answers/account-management/aws-tagging-strategies/">Amazon Web Services Tagging Strategies</a>.</p> <note> <p>Tags that you add to a hyperparameter tuning job by calling this API are also added to any training jobs that the hyperparameter tuning job launches after you call this API, but not to training jobs that the hyperparameter tuning job launched before you called this API. To make sure that the tags associated with a hyperparameter tuning job are also added to all training jobs that the hyperparameter tuning job launches, add the tags when you first create the tuning job by specifying them in the <code>Tags</code> parameter of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateHyperParameterTuningJob.html">CreateHyperParameterTuningJob</a> </p> </note> <note> <p>Tags that you add to a SageMaker Domain or User Profile by calling this API are also added to any Apps that the Domain or User Profile launches after you call this API, but not to Apps that the Domain or User Profile launched before you called this API. To make sure that the tags associated with a Domain or User Profile are also added to all Apps that the Domain or User Profile launches, add the tags when you first create the Domain or User Profile by specifying them in the <code>Tags</code> parameter of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateDomain.html">CreateDomain</a> or <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateUserProfile.html">CreateUserProfile</a>.</p> </note>
|
|
56
31
|
* @example
|
|
57
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
58
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const AssociateTrialComponentCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Associates a trial component with a trial. A trial component can be associated with
|
|
31
|
-
* multiple trials. To disassociate a trial component from a trial, call the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DisassociateTrialComponent.html">DisassociateTrialComponent</a> API.</p>
|
|
30
|
+
* <p>Associates a trial component with a trial. A trial component can be associated with multiple trials. To disassociate a trial component from a trial, call the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DisassociateTrialComponent.html">DisassociateTrialComponent</a> API.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -55,8 +54,7 @@ declare const AssociateTrialComponentCommand_base: {
|
|
|
55
54
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
56
55
|
*
|
|
57
56
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
58
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
59
|
-
* training jobs created. </p>
|
|
57
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
60
58
|
*
|
|
61
59
|
* @throws {@link ResourceNotFound} (client fault)
|
|
62
60
|
* <p>Resource being access is not found.</p>
|
|
@@ -27,23 +27,7 @@ declare const BatchDeleteClusterNodesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes specific nodes within a SageMaker HyperPod cluster. <code>BatchDeleteClusterNodes</code>
|
|
31
|
-
* accepts a cluster name and a list of node IDs.</p>
|
|
32
|
-
* <important>
|
|
33
|
-
* <ul>
|
|
34
|
-
* <li>
|
|
35
|
-
* <p>To safeguard your work, back up your data to Amazon S3 or an FSx for
|
|
36
|
-
* Lustre file system before invoking the API on a worker node group. This will help
|
|
37
|
-
* prevent any potential data loss from the instance root volume. For more
|
|
38
|
-
* information about backup, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-operate-cli-command.html#sagemaker-hyperpod-operate-cli-command-update-cluster-software-backup">Use the backup script provided by SageMaker HyperPod</a>. </p>
|
|
39
|
-
* </li>
|
|
40
|
-
* <li>
|
|
41
|
-
* <p>If you want to invoke this API on an existing cluster, you'll first need to
|
|
42
|
-
* patch the cluster by running the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateClusterSoftware.html">UpdateClusterSoftware API</a>. For more information about patching a
|
|
43
|
-
* cluster, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-operate-cli-command.html#sagemaker-hyperpod-operate-cli-command-update-cluster-software">Update the SageMaker HyperPod platform software of a cluster</a>.</p>
|
|
44
|
-
* </li>
|
|
45
|
-
* </ul>
|
|
46
|
-
* </important>
|
|
30
|
+
* <p>Deletes specific nodes within a SageMaker HyperPod cluster. <code>BatchDeleteClusterNodes</code> accepts a cluster name and a list of node IDs.</p> <important> <ul> <li> <p>To safeguard your work, back up your data to Amazon S3 or an FSx for Lustre file system before invoking the API on a worker node group. This will help prevent any potential data loss from the instance root volume. For more information about backup, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-operate-cli-command.html#sagemaker-hyperpod-operate-cli-command-update-cluster-software-backup">Use the backup script provided by SageMaker HyperPod</a>. </p> </li> <li> <p>If you want to invoke this API on an existing cluster, you'll first need to patch the cluster by running the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateClusterSoftware.html">UpdateClusterSoftware API</a>. For more information about patching a cluster, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-operate-cli-command.html#sagemaker-hyperpod-operate-cli-command-update-cluster-software">Update the SageMaker HyperPod platform software of a cluster</a>.</p> </li> </ul> </important>
|
|
47
31
|
* @example
|
|
48
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
49
33
|
* ```javascript
|
|
@@ -27,11 +27,7 @@ declare const CreateActionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an <i>action</i>. An action is a lineage tracking entity that
|
|
31
|
-
* represents an action or activity. For example, a model deployment or an HPO job.
|
|
32
|
-
* Generally, an action involves at least one input or output artifact. For more information, see
|
|
33
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html">Amazon SageMaker
|
|
34
|
-
* ML Lineage Tracking</a>.</p>
|
|
30
|
+
* <p>Creates an <i>action</i>. An action is a lineage tracking entity that represents an action or activity. For example, a model deployment or an HPO job. Generally, an action involves at least one input or output artifact. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html">Amazon SageMaker ML Lineage Tracking</a>.</p>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -79,8 +75,7 @@ declare const CreateActionCommand_base: {
|
|
|
79
75
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
80
76
|
*
|
|
81
77
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
82
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
83
|
-
* training jobs created. </p>
|
|
78
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
84
79
|
*
|
|
85
80
|
* @throws {@link SageMakerServiceException}
|
|
86
81
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -27,10 +27,7 @@ declare const CreateAppCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a running app for the specified UserProfile. This operation is automatically
|
|
31
|
-
* invoked by Amazon SageMaker AI upon access to the associated Domain, and when new kernel
|
|
32
|
-
* configurations are selected by the user. A user may have multiple Apps active
|
|
33
|
-
* simultaneously.</p>
|
|
30
|
+
* <p>Creates a running app for the specified UserProfile. This operation is automatically invoked by Amazon SageMaker AI upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -76,8 +73,7 @@ declare const CreateAppCommand_base: {
|
|
|
76
73
|
* <p>Resource being accessed is in use.</p>
|
|
77
74
|
*
|
|
78
75
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
79
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
80
|
-
* training jobs created. </p>
|
|
76
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
81
77
|
*
|
|
82
78
|
* @throws {@link SageMakerServiceException}
|
|
83
79
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|