@aws-sdk/client-sagemaker 3.325.0 → 3.327.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/models/models_0.js +6 -0
- package/dist-es/models/models_0.js +6 -0
- package/dist-types/commands/AddAssociationCommand.d.ts +7 -0
- package/dist-types/commands/AddTagsCommand.d.ts +11 -0
- package/dist-types/commands/AssociateTrialComponentCommand.d.ts +7 -0
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +54 -0
- package/dist-types/commands/CreateActionCommand.d.ts +6 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +7 -1
- package/dist-types/commands/CreateAppCommand.d.ts +6 -0
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +6 -0
- package/dist-types/commands/CreateArtifactCommand.d.ts +6 -0
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +6 -0
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +6 -0
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateContextCommand.d.ts +6 -0
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +4 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +7 -0
- package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +6 -0
- package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +4 -0
- package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +6 -0
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +8 -2
- package/dist-types/commands/CreateExperimentCommand.d.ts +6 -0
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +6 -0
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateHubCommand.d.ts +6 -0
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +6 -0
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateImageCommand.d.ts +6 -0
- package/dist-types/commands/CreateImageVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +6 -0
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +7 -1
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelCardCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +8 -2
- package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +6 -0
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +6 -0
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +6 -0
- package/dist-types/commands/CreatePipelineCommand.d.ts +6 -0
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +6 -0
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +6 -0
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +7 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +6 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +6 -0
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateTransformJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateTrialCommand.d.ts +6 -0
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +6 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +6 -0
- package/dist-types/commands/CreateWorkforceCommand.d.ts +6 -0
- package/dist-types/commands/CreateWorkteamCommand.d.ts +6 -0
- package/dist-types/commands/DeleteActionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteArtifactCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAssociationCommand.d.ts +7 -0
- package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +4 -0
- package/dist-types/commands/DeleteContextCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteExperimentCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHubCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHubContentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +4 -0
- package/dist-types/commands/DeleteImageCommand.d.ts +4 -0
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +6 -0
- package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelCardCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +4 -0
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeletePipelineCommand.d.ts +6 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSpaceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTrialCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +6 -0
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkteamCommand.d.ts +6 -0
- package/dist-types/commands/DeregisterDevicesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeActionCommand.d.ts +47 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +218 -0
- package/dist-types/commands/DescribeAppCommand.d.ts +22 -0
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +22 -0
- package/dist-types/commands/DescribeArtifactCommand.d.ts +49 -0
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +154 -0
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +135 -0
- package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +14 -0
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +51 -0
- package/dist-types/commands/DescribeContextCommand.d.ts +40 -0
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +102 -0
- package/dist-types/commands/DescribeDeviceCommand.d.ts +23 -0
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +18 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +154 -0
- package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +44 -0
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +30 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +222 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +127 -0
- package/dist-types/commands/DescribeExperimentCommand.d.ts +35 -0
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +51 -0
- package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +18 -0
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +42 -0
- package/dist-types/commands/DescribeHubCommand.d.ts +19 -0
- package/dist-types/commands/DescribeHubContentCommand.d.ts +28 -0
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +13 -0
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +408 -0
- package/dist-types/commands/DescribeImageCommand.d.ts +14 -0
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +21 -0
- package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +61 -0
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +131 -0
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +98 -0
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +31 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +95 -0
- package/dist-types/commands/DescribeModelCardCommand.d.ts +36 -0
- package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +19 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +63 -0
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +92 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +243 -0
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +20 -0
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +103 -0
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +130 -0
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +35 -0
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +19 -0
- package/dist-types/commands/DescribePipelineCommand.d.ts +38 -0
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +7 -0
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +40 -0
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +116 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +47 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +49 -0
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +12 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +222 -0
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +63 -0
- package/dist-types/commands/DescribeTrialCommand.d.ts +41 -0
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +84 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +97 -0
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +42 -0
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +34 -0
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +7 -0
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +4 -0
- package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +35 -0
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +7 -0
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +6 -0
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +10 -0
- package/dist-types/commands/ImportHubContentCommand.d.ts +7 -0
- package/dist-types/commands/ListActionsCommand.d.ts +21 -0
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +15 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +9 -0
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +27 -0
- package/dist-types/commands/ListAppsCommand.d.ts +17 -0
- package/dist-types/commands/ListArtifactsCommand.d.ts +24 -0
- package/dist-types/commands/ListAssociationsCommand.d.ts +28 -0
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +23 -0
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +64 -0
- package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +19 -0
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +21 -0
- package/dist-types/commands/ListContextsCommand.d.ts +20 -0
- package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +14 -0
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +14 -0
- package/dist-types/commands/ListDevicesCommand.d.ts +24 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +17 -0
- package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +18 -0
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +18 -0
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +13 -0
- package/dist-types/commands/ListEndpointsCommand.d.ts +15 -0
- package/dist-types/commands/ListExperimentsCommand.d.ts +19 -0
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +18 -0
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +15 -0
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +22 -0
- package/dist-types/commands/ListHubContentsCommand.d.ts +22 -0
- package/dist-types/commands/ListHubsCommand.d.ts +20 -0
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +13 -0
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +34 -0
- package/dist-types/commands/ListImageVersionsCommand.d.ts +17 -0
- package/dist-types/commands/ListImagesCommand.d.ts +18 -0
- package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +23 -0
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +45 -0
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +20 -0
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +45 -0
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +20 -0
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +15 -0
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +14 -0
- package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +17 -0
- package/dist-types/commands/ListModelCardVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelCardsCommand.d.ts +15 -0
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +14 -0
- package/dist-types/commands/ListModelMetadataCommand.d.ts +15 -0
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +15 -0
- package/dist-types/commands/ListModelPackagesCommand.d.ts +18 -0
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +14 -0
- package/dist-types/commands/ListModelsCommand.d.ts +13 -0
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +14 -0
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +21 -0
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +20 -0
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +18 -0
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +14 -0
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +22 -0
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +97 -0
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +12 -0
- package/dist-types/commands/ListPipelinesCommand.d.ts +18 -0
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +18 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +15 -0
- package/dist-types/commands/ListStageDevicesCommand.d.ts +21 -0
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +15 -0
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +15 -0
- package/dist-types/commands/ListTagsCommand.d.ts +12 -0
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +21 -0
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +28 -0
- package/dist-types/commands/ListTransformJobsCommand.d.ts +17 -0
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +45 -0
- package/dist-types/commands/ListTrialsCommand.d.ts +19 -0
- package/dist-types/commands/ListUserProfilesCommand.d.ts +15 -0
- package/dist-types/commands/ListWorkforcesCommand.d.ts +45 -0
- package/dist-types/commands/ListWorkteamsCommand.d.ts +37 -0
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +6 -0
- package/dist-types/commands/QueryLineageCommand.d.ts +20 -0
- package/dist-types/commands/RegisterDevicesCommand.d.ts +4 -0
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +12 -0
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +6 -0
- package/dist-types/commands/SearchCommand.d.ts +1819 -0
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +6 -0
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +6 -0
- package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +4 -0
- package/dist-types/commands/StartInferenceExperimentCommand.d.ts +6 -0
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +4 -0
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +4 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +6 -0
- package/dist-types/commands/StopAutoMLJobCommand.d.ts +4 -0
- package/dist-types/commands/StopCompilationJobCommand.d.ts +4 -0
- package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +4 -0
- package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +4 -0
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +4 -0
- package/dist-types/commands/StopInferenceExperimentCommand.d.ts +6 -0
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +4 -0
- package/dist-types/commands/StopLabelingJobCommand.d.ts +4 -0
- package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +4 -0
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +4 -0
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +6 -0
- package/dist-types/commands/StopProcessingJobCommand.d.ts +4 -0
- package/dist-types/commands/StopTrainingJobCommand.d.ts +4 -0
- package/dist-types/commands/StopTransformJobCommand.d.ts +4 -0
- package/dist-types/commands/UpdateActionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +6 -0
- package/dist-types/commands/UpdateArtifactCommand.d.ts +6 -0
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +6 -0
- package/dist-types/commands/UpdateContextCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDevicesCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +6 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +6 -0
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +6 -0
- package/dist-types/commands/UpdateExperimentCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +4 -0
- package/dist-types/commands/UpdateHubCommand.d.ts +6 -0
- package/dist-types/commands/UpdateImageCommand.d.ts +6 -0
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +6 -0
- package/dist-types/commands/UpdateModelCardCommand.d.ts +6 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +7 -1
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +7 -0
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +6 -0
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePipelineCommand.d.ts +6 -0
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTrialCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +6 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +6 -0
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +42 -0
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +34 -0
- package/dist-types/models/models_0.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -0
- package/package.json +7 -7
|
@@ -50,6 +50,11 @@ export interface CreateProjectCommandOutput extends CreateProjectOutput, __Metad
|
|
|
50
50
|
* };
|
|
51
51
|
* const command = new CreateProjectCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
|
+
* // { // CreateProjectOutput
|
|
54
|
+
* // ProjectArn: "STRING_VALUE", // required
|
|
55
|
+
* // ProjectId: "STRING_VALUE", // required
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
53
58
|
* ```
|
|
54
59
|
*
|
|
55
60
|
* @param CreateProjectCommandInput - {@link CreateProjectCommandInput}
|
|
@@ -62,6 +67,8 @@ export interface CreateProjectCommandOutput extends CreateProjectOutput, __Metad
|
|
|
62
67
|
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
63
68
|
* training jobs created. </p>
|
|
64
69
|
*
|
|
70
|
+
* @throws {@link SageMakerServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
65
72
|
*
|
|
66
73
|
*/
|
|
67
74
|
export declare class CreateProjectCommand extends $Command<CreateProjectCommandInput, CreateProjectCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -74,6 +74,10 @@ export interface CreateSpaceCommandOutput extends CreateSpaceResponse, __Metadat
|
|
|
74
74
|
* };
|
|
75
75
|
* const command = new CreateSpaceCommand(input);
|
|
76
76
|
* const response = await client.send(command);
|
|
77
|
+
* // { // CreateSpaceResponse
|
|
78
|
+
* // SpaceArn: "STRING_VALUE",
|
|
79
|
+
* // };
|
|
80
|
+
*
|
|
77
81
|
* ```
|
|
78
82
|
*
|
|
79
83
|
* @param CreateSpaceCommandInput - {@link CreateSpaceCommandInput}
|
|
@@ -89,6 +93,8 @@ export interface CreateSpaceCommandOutput extends CreateSpaceResponse, __Metadat
|
|
|
89
93
|
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
90
94
|
* training jobs created. </p>
|
|
91
95
|
*
|
|
96
|
+
* @throws {@link SageMakerServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
92
98
|
*
|
|
93
99
|
*/
|
|
94
100
|
export declare class CreateSpaceCommand extends $Command<CreateSpaceCommandInput, CreateSpaceCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -39,6 +39,10 @@ export interface CreateStudioLifecycleConfigCommandOutput extends CreateStudioLi
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new CreateStudioLifecycleConfigCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // CreateStudioLifecycleConfigResponse
|
|
43
|
+
* // StudioLifecycleConfigArn: "STRING_VALUE",
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
42
46
|
* ```
|
|
43
47
|
*
|
|
44
48
|
* @param CreateStudioLifecycleConfigCommandInput - {@link CreateStudioLifecycleConfigCommandInput}
|
|
@@ -50,6 +54,8 @@ export interface CreateStudioLifecycleConfigCommandOutput extends CreateStudioLi
|
|
|
50
54
|
* @throws {@link ResourceInUse} (client fault)
|
|
51
55
|
* <p>Resource being accessed is in use.</p>
|
|
52
56
|
*
|
|
57
|
+
* @throws {@link SageMakerServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
53
59
|
*
|
|
54
60
|
*/
|
|
55
61
|
export declare class CreateStudioLifecycleConfigCommand extends $Command<CreateStudioLifecycleConfigCommandInput, CreateStudioLifecycleConfigCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -275,6 +275,10 @@ export interface CreateTrainingJobCommandOutput extends CreateTrainingJobRespons
|
|
|
275
275
|
* };
|
|
276
276
|
* const command = new CreateTrainingJobCommand(input);
|
|
277
277
|
* const response = await client.send(command);
|
|
278
|
+
* // { // CreateTrainingJobResponse
|
|
279
|
+
* // TrainingJobArn: "STRING_VALUE", // required
|
|
280
|
+
* // };
|
|
281
|
+
*
|
|
278
282
|
* ```
|
|
279
283
|
*
|
|
280
284
|
* @param CreateTrainingJobCommandInput - {@link CreateTrainingJobCommandInput}
|
|
@@ -293,6 +297,8 @@ export interface CreateTrainingJobCommandOutput extends CreateTrainingJobRespons
|
|
|
293
297
|
* @throws {@link ResourceNotFound} (client fault)
|
|
294
298
|
* <p>Resource being access is not found.</p>
|
|
295
299
|
*
|
|
300
|
+
* @throws {@link SageMakerServiceException}
|
|
301
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
296
302
|
*
|
|
297
303
|
*/
|
|
298
304
|
export declare class CreateTrainingJobCommand extends $Command<CreateTrainingJobCommandInput, CreateTrainingJobCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -120,6 +120,10 @@ export interface CreateTransformJobCommandOutput extends CreateTransformJobRespo
|
|
|
120
120
|
* };
|
|
121
121
|
* const command = new CreateTransformJobCommand(input);
|
|
122
122
|
* const response = await client.send(command);
|
|
123
|
+
* // { // CreateTransformJobResponse
|
|
124
|
+
* // TransformJobArn: "STRING_VALUE", // required
|
|
125
|
+
* // };
|
|
126
|
+
*
|
|
123
127
|
* ```
|
|
124
128
|
*
|
|
125
129
|
* @param CreateTransformJobCommandInput - {@link CreateTransformJobCommandInput}
|
|
@@ -138,6 +142,8 @@ export interface CreateTransformJobCommandOutput extends CreateTransformJobRespo
|
|
|
138
142
|
* @throws {@link ResourceNotFound} (client fault)
|
|
139
143
|
* <p>Resource being access is not found.</p>
|
|
140
144
|
*
|
|
145
|
+
* @throws {@link SageMakerServiceException}
|
|
146
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
141
147
|
*
|
|
142
148
|
*/
|
|
143
149
|
export declare class CreateTransformJobCommand extends $Command<CreateTransformJobCommandInput, CreateTransformJobCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -55,6 +55,10 @@ export interface CreateTrialCommandOutput extends CreateTrialResponse, __Metadat
|
|
|
55
55
|
* };
|
|
56
56
|
* const command = new CreateTrialCommand(input);
|
|
57
57
|
* const response = await client.send(command);
|
|
58
|
+
* // { // CreateTrialResponse
|
|
59
|
+
* // TrialArn: "STRING_VALUE",
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
58
62
|
* ```
|
|
59
63
|
*
|
|
60
64
|
* @param CreateTrialCommandInput - {@link CreateTrialCommandInput}
|
|
@@ -70,6 +74,8 @@ export interface CreateTrialCommandOutput extends CreateTrialResponse, __Metadat
|
|
|
70
74
|
* @throws {@link ResourceNotFound} (client fault)
|
|
71
75
|
* <p>Resource being access is not found.</p>
|
|
72
76
|
*
|
|
77
|
+
* @throws {@link SageMakerServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
73
79
|
*
|
|
74
80
|
*/
|
|
75
81
|
export declare class CreateTrialCommand extends $Command<CreateTrialCommandInput, CreateTrialCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -77,6 +77,10 @@ export interface CreateTrialComponentCommandOutput extends CreateTrialComponentR
|
|
|
77
77
|
* };
|
|
78
78
|
* const command = new CreateTrialComponentCommand(input);
|
|
79
79
|
* const response = await client.send(command);
|
|
80
|
+
* // { // CreateTrialComponentResponse
|
|
81
|
+
* // TrialComponentArn: "STRING_VALUE",
|
|
82
|
+
* // };
|
|
83
|
+
*
|
|
80
84
|
* ```
|
|
81
85
|
*
|
|
82
86
|
* @param CreateTrialComponentCommandInput - {@link CreateTrialComponentCommandInput}
|
|
@@ -89,6 +93,8 @@ export interface CreateTrialComponentCommandOutput extends CreateTrialComponentR
|
|
|
89
93
|
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
90
94
|
* training jobs created. </p>
|
|
91
95
|
*
|
|
96
|
+
* @throws {@link SageMakerServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
92
98
|
*
|
|
93
99
|
*/
|
|
94
100
|
export declare class CreateTrialComponentCommand extends $Command<CreateTrialComponentCommandInput, CreateTrialComponentCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -128,6 +128,10 @@ export interface CreateUserProfileCommandOutput extends CreateUserProfileRespons
|
|
|
128
128
|
* };
|
|
129
129
|
* const command = new CreateUserProfileCommand(input);
|
|
130
130
|
* const response = await client.send(command);
|
|
131
|
+
* // { // CreateUserProfileResponse
|
|
132
|
+
* // UserProfileArn: "STRING_VALUE",
|
|
133
|
+
* // };
|
|
134
|
+
*
|
|
131
135
|
* ```
|
|
132
136
|
*
|
|
133
137
|
* @param CreateUserProfileCommandInput - {@link CreateUserProfileCommandInput}
|
|
@@ -143,6 +147,8 @@ export interface CreateUserProfileCommandOutput extends CreateUserProfileRespons
|
|
|
143
147
|
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
144
148
|
* training jobs created. </p>
|
|
145
149
|
*
|
|
150
|
+
* @throws {@link SageMakerServiceException}
|
|
151
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
146
152
|
*
|
|
147
153
|
*/
|
|
148
154
|
export declare class CreateUserProfileCommand extends $Command<CreateUserProfileCommandInput, CreateUserProfileCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -82,6 +82,10 @@ export interface CreateWorkforceCommandOutput extends CreateWorkforceResponse, _
|
|
|
82
82
|
* };
|
|
83
83
|
* const command = new CreateWorkforceCommand(input);
|
|
84
84
|
* const response = await client.send(command);
|
|
85
|
+
* // { // CreateWorkforceResponse
|
|
86
|
+
* // WorkforceArn: "STRING_VALUE", // required
|
|
87
|
+
* // };
|
|
88
|
+
*
|
|
85
89
|
* ```
|
|
86
90
|
*
|
|
87
91
|
* @param CreateWorkforceCommandInput - {@link CreateWorkforceCommandInput}
|
|
@@ -90,6 +94,8 @@ export interface CreateWorkforceCommandOutput extends CreateWorkforceResponse, _
|
|
|
90
94
|
* @see {@link CreateWorkforceCommandOutput} for command's `response` shape.
|
|
91
95
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
92
96
|
*
|
|
97
|
+
* @throws {@link SageMakerServiceException}
|
|
98
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
93
99
|
*
|
|
94
100
|
*/
|
|
95
101
|
export declare class CreateWorkforceCommand extends $Command<CreateWorkforceCommandInput, CreateWorkforceCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -59,6 +59,10 @@ export interface CreateWorkteamCommandOutput extends CreateWorkteamResponse, __M
|
|
|
59
59
|
* };
|
|
60
60
|
* const command = new CreateWorkteamCommand(input);
|
|
61
61
|
* const response = await client.send(command);
|
|
62
|
+
* // { // CreateWorkteamResponse
|
|
63
|
+
* // WorkteamArn: "STRING_VALUE",
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
62
66
|
* ```
|
|
63
67
|
*
|
|
64
68
|
* @param CreateWorkteamCommandInput - {@link CreateWorkteamCommandInput}
|
|
@@ -74,6 +78,8 @@ export interface CreateWorkteamCommandOutput extends CreateWorkteamResponse, __M
|
|
|
74
78
|
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
75
79
|
* training jobs created. </p>
|
|
76
80
|
*
|
|
81
|
+
* @throws {@link SageMakerServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
77
83
|
*
|
|
78
84
|
*/
|
|
79
85
|
export declare class CreateWorkteamCommand extends $Command<CreateWorkteamCommandInput, CreateWorkteamCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,10 @@ export interface DeleteActionCommandOutput extends DeleteActionResponse, __Metad
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteActionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteActionResponse
|
|
35
|
+
* // ActionArn: "STRING_VALUE",
|
|
36
|
+
* // };
|
|
37
|
+
*
|
|
34
38
|
* ```
|
|
35
39
|
*
|
|
36
40
|
* @param DeleteActionCommandInput - {@link DeleteActionCommandInput}
|
|
@@ -42,6 +46,8 @@ export interface DeleteActionCommandOutput extends DeleteActionResponse, __Metad
|
|
|
42
46
|
* @throws {@link ResourceNotFound} (client fault)
|
|
43
47
|
* <p>Resource being access is not found.</p>
|
|
44
48
|
*
|
|
49
|
+
* @throws {@link SageMakerServiceException}
|
|
50
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
45
51
|
*
|
|
46
52
|
*/
|
|
47
53
|
export declare class DeleteActionCommand extends $Command<DeleteActionCommandInput, DeleteActionCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteAlgorithmCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteAlgorithmCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteAlgorithmCommandInput - {@link DeleteAlgorithmCommandInput}
|
|
@@ -39,6 +41,8 @@ export interface DeleteAlgorithmCommandOutput extends __MetadataBearer {
|
|
|
39
41
|
* @see {@link DeleteAlgorithmCommandOutput} for command's `response` shape.
|
|
40
42
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
41
43
|
*
|
|
44
|
+
* @throws {@link SageMakerServiceException}
|
|
45
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
42
46
|
*
|
|
43
47
|
*/
|
|
44
48
|
export declare class DeleteAlgorithmCommand extends $Command<DeleteAlgorithmCommandInput, DeleteAlgorithmCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface DeleteAppCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteAppCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param DeleteAppCommandInput - {@link DeleteAppCommandInput}
|
|
@@ -49,6 +51,8 @@ export interface DeleteAppCommandOutput extends __MetadataBearer {
|
|
|
49
51
|
* @throws {@link ResourceNotFound} (client fault)
|
|
50
52
|
* <p>Resource being access is not found.</p>
|
|
51
53
|
*
|
|
54
|
+
* @throws {@link SageMakerServiceException}
|
|
55
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
52
56
|
*
|
|
53
57
|
*/
|
|
54
58
|
export declare class DeleteAppCommand extends $Command<DeleteAppCommandInput, DeleteAppCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteAppImageConfigCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteAppImageConfigCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteAppImageConfigCommandInput - {@link DeleteAppImageConfigCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface DeleteAppImageConfigCommandOutput extends __MetadataBearer {
|
|
|
42
44
|
* @throws {@link ResourceNotFound} (client fault)
|
|
43
45
|
* <p>Resource being access is not found.</p>
|
|
44
46
|
*
|
|
47
|
+
* @throws {@link SageMakerServiceException}
|
|
48
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
45
49
|
*
|
|
46
50
|
*/
|
|
47
51
|
export declare class DeleteAppImageConfigCommand extends $Command<DeleteAppImageConfigCommandInput, DeleteAppImageConfigCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -41,6 +41,10 @@ export interface DeleteArtifactCommandOutput extends DeleteArtifactResponse, __M
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DeleteArtifactCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // DeleteArtifactResponse
|
|
45
|
+
* // ArtifactArn: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
44
48
|
* ```
|
|
45
49
|
*
|
|
46
50
|
* @param DeleteArtifactCommandInput - {@link DeleteArtifactCommandInput}
|
|
@@ -52,6 +56,8 @@ export interface DeleteArtifactCommandOutput extends DeleteArtifactResponse, __M
|
|
|
52
56
|
* @throws {@link ResourceNotFound} (client fault)
|
|
53
57
|
* <p>Resource being access is not found.</p>
|
|
54
58
|
*
|
|
59
|
+
* @throws {@link SageMakerServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
55
61
|
*
|
|
56
62
|
*/
|
|
57
63
|
export declare class DeleteArtifactCommand extends $Command<DeleteArtifactCommandInput, DeleteArtifactCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -32,6 +32,11 @@ export interface DeleteAssociationCommandOutput extends DeleteAssociationRespons
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteAssociationCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DeleteAssociationResponse
|
|
36
|
+
* // SourceArn: "STRING_VALUE",
|
|
37
|
+
* // DestinationArn: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
37
42
|
* @param DeleteAssociationCommandInput - {@link DeleteAssociationCommandInput}
|
|
@@ -43,6 +48,8 @@ export interface DeleteAssociationCommandOutput extends DeleteAssociationRespons
|
|
|
43
48
|
* @throws {@link ResourceNotFound} (client fault)
|
|
44
49
|
* <p>Resource being access is not found.</p>
|
|
45
50
|
*
|
|
51
|
+
* @throws {@link SageMakerServiceException}
|
|
52
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
46
53
|
*
|
|
47
54
|
*/
|
|
48
55
|
export declare class DeleteAssociationCommand extends $Command<DeleteAssociationCommandInput, DeleteAssociationCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteCodeRepositoryCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteCodeRepositoryCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteCodeRepositoryCommandInput - {@link DeleteCodeRepositoryCommandInput}
|
|
@@ -39,6 +41,8 @@ export interface DeleteCodeRepositoryCommandOutput extends __MetadataBearer {
|
|
|
39
41
|
* @see {@link DeleteCodeRepositoryCommandOutput} for command's `response` shape.
|
|
40
42
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
41
43
|
*
|
|
44
|
+
* @throws {@link SageMakerServiceException}
|
|
45
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
42
46
|
*
|
|
43
47
|
*/
|
|
44
48
|
export declare class DeleteCodeRepositoryCommand extends $Command<DeleteCodeRepositoryCommandInput, DeleteCodeRepositoryCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,10 @@ export interface DeleteContextCommandOutput extends DeleteContextResponse, __Met
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteContextCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteContextResponse
|
|
35
|
+
* // ContextArn: "STRING_VALUE",
|
|
36
|
+
* // };
|
|
37
|
+
*
|
|
34
38
|
* ```
|
|
35
39
|
*
|
|
36
40
|
* @param DeleteContextCommandInput - {@link DeleteContextCommandInput}
|
|
@@ -42,6 +46,8 @@ export interface DeleteContextCommandOutput extends DeleteContextResponse, __Met
|
|
|
42
46
|
* @throws {@link ResourceNotFound} (client fault)
|
|
43
47
|
* <p>Resource being access is not found.</p>
|
|
44
48
|
*
|
|
49
|
+
* @throws {@link SageMakerServiceException}
|
|
50
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
45
51
|
*
|
|
46
52
|
*/
|
|
47
53
|
export declare class DeleteContextCommand extends $Command<DeleteContextCommandInput, DeleteContextCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteDataQualityJobDefinitionCommandOutput extends __MetadataB
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteDataQualityJobDefinitionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteDataQualityJobDefinitionCommandInput - {@link DeleteDataQualityJobDefinitionCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface DeleteDataQualityJobDefinitionCommandOutput extends __MetadataB
|
|
|
42
44
|
* @throws {@link ResourceNotFound} (client fault)
|
|
43
45
|
* <p>Resource being access is not found.</p>
|
|
44
46
|
*
|
|
47
|
+
* @throws {@link SageMakerServiceException}
|
|
48
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
45
49
|
*
|
|
46
50
|
*/
|
|
47
51
|
export declare class DeleteDataQualityJobDefinitionCommand extends $Command<DeleteDataQualityJobDefinitionCommandInput, DeleteDataQualityJobDefinitionCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteDeviceFleetCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteDeviceFleetCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteDeviceFleetCommandInput - {@link DeleteDeviceFleetCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface DeleteDeviceFleetCommandOutput extends __MetadataBearer {
|
|
|
42
44
|
* @throws {@link ResourceInUse} (client fault)
|
|
43
45
|
* <p>Resource being accessed is in use.</p>
|
|
44
46
|
*
|
|
47
|
+
* @throws {@link SageMakerServiceException}
|
|
48
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
45
49
|
*
|
|
46
50
|
*/
|
|
47
51
|
export declare class DeleteDeviceFleetCommand extends $Command<DeleteDeviceFleetCommandInput, DeleteDeviceFleetCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -38,6 +38,8 @@ export interface DeleteDomainCommandOutput extends __MetadataBearer {
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new DeleteDomainCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
41
43
|
* ```
|
|
42
44
|
*
|
|
43
45
|
* @param DeleteDomainCommandInput - {@link DeleteDomainCommandInput}
|
|
@@ -52,6 +54,8 @@ export interface DeleteDomainCommandOutput extends __MetadataBearer {
|
|
|
52
54
|
* @throws {@link ResourceNotFound} (client fault)
|
|
53
55
|
* <p>Resource being access is not found.</p>
|
|
54
56
|
*
|
|
57
|
+
* @throws {@link SageMakerServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
55
59
|
*
|
|
56
60
|
*/
|
|
57
61
|
export declare class DeleteDomainCommand extends $Command<DeleteDomainCommandInput, DeleteDomainCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteEdgeDeploymentPlanCommandOutput extends __MetadataBearer
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteEdgeDeploymentPlanCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteEdgeDeploymentPlanCommandInput - {@link DeleteEdgeDeploymentPlanCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface DeleteEdgeDeploymentPlanCommandOutput extends __MetadataBearer
|
|
|
42
44
|
* @throws {@link ResourceInUse} (client fault)
|
|
43
45
|
* <p>Resource being accessed is in use.</p>
|
|
44
46
|
*
|
|
47
|
+
* @throws {@link SageMakerServiceException}
|
|
48
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
45
49
|
*
|
|
46
50
|
*/
|
|
47
51
|
export declare class DeleteEdgeDeploymentPlanCommand extends $Command<DeleteEdgeDeploymentPlanCommandInput, DeleteEdgeDeploymentPlanCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface DeleteEdgeDeploymentStageCommandOutput extends __MetadataBearer
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteEdgeDeploymentStageCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param DeleteEdgeDeploymentStageCommandInput - {@link DeleteEdgeDeploymentStageCommandInput}
|
|
@@ -43,6 +45,8 @@ export interface DeleteEdgeDeploymentStageCommandOutput extends __MetadataBearer
|
|
|
43
45
|
* @throws {@link ResourceInUse} (client fault)
|
|
44
46
|
* <p>Resource being accessed is in use.</p>
|
|
45
47
|
*
|
|
48
|
+
* @throws {@link SageMakerServiceException}
|
|
49
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
46
50
|
*
|
|
47
51
|
*/
|
|
48
52
|
export declare class DeleteEdgeDeploymentStageCommand extends $Command<DeleteEdgeDeploymentStageCommandInput, DeleteEdgeDeploymentStageCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -41,6 +41,8 @@ export interface DeleteEndpointCommandOutput extends __MetadataBearer {
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DeleteEndpointCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // {};
|
|
45
|
+
*
|
|
44
46
|
* ```
|
|
45
47
|
*
|
|
46
48
|
* @param DeleteEndpointCommandInput - {@link DeleteEndpointCommandInput}
|
|
@@ -49,6 +51,8 @@ export interface DeleteEndpointCommandOutput extends __MetadataBearer {
|
|
|
49
51
|
* @see {@link DeleteEndpointCommandOutput} for command's `response` shape.
|
|
50
52
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
51
53
|
*
|
|
54
|
+
* @throws {@link SageMakerServiceException}
|
|
55
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
52
56
|
*
|
|
53
57
|
*/
|
|
54
58
|
export declare class DeleteEndpointCommand extends $Command<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -39,6 +39,8 @@ export interface DeleteEndpointConfigCommandOutput extends __MetadataBearer {
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new DeleteEndpointConfigCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // {};
|
|
43
|
+
*
|
|
42
44
|
* ```
|
|
43
45
|
*
|
|
44
46
|
* @param DeleteEndpointConfigCommandInput - {@link DeleteEndpointConfigCommandInput}
|
|
@@ -47,6 +49,8 @@ export interface DeleteEndpointConfigCommandOutput extends __MetadataBearer {
|
|
|
47
49
|
* @see {@link DeleteEndpointConfigCommandOutput} for command's `response` shape.
|
|
48
50
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
49
51
|
*
|
|
52
|
+
* @throws {@link SageMakerServiceException}
|
|
53
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
50
54
|
*
|
|
51
55
|
*/
|
|
52
56
|
export declare class DeleteEndpointConfigCommand extends $Command<DeleteEndpointConfigCommandInput, DeleteEndpointConfigCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -33,6 +33,10 @@ export interface DeleteExperimentCommandOutput extends DeleteExperimentResponse,
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteExperimentCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteExperimentResponse
|
|
37
|
+
* // ExperimentArn: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
36
40
|
* ```
|
|
37
41
|
*
|
|
38
42
|
* @param DeleteExperimentCommandInput - {@link DeleteExperimentCommandInput}
|
|
@@ -44,6 +48,8 @@ export interface DeleteExperimentCommandOutput extends DeleteExperimentResponse,
|
|
|
44
48
|
* @throws {@link ResourceNotFound} (client fault)
|
|
45
49
|
* <p>Resource being access is not found.</p>
|
|
46
50
|
*
|
|
51
|
+
* @throws {@link SageMakerServiceException}
|
|
52
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
47
53
|
*
|
|
48
54
|
*/
|
|
49
55
|
export declare class DeleteExperimentCommand extends $Command<DeleteExperimentCommandInput, DeleteExperimentCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -36,6 +36,8 @@ export interface DeleteFeatureGroupCommandOutput extends __MetadataBearer {
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DeleteFeatureGroupCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
39
41
|
* ```
|
|
40
42
|
*
|
|
41
43
|
* @param DeleteFeatureGroupCommandInput - {@link DeleteFeatureGroupCommandInput}
|
|
@@ -47,6 +49,8 @@ export interface DeleteFeatureGroupCommandOutput extends __MetadataBearer {
|
|
|
47
49
|
* @throws {@link ResourceNotFound} (client fault)
|
|
48
50
|
* <p>Resource being access is not found.</p>
|
|
49
51
|
*
|
|
52
|
+
* @throws {@link SageMakerServiceException}
|
|
53
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
50
54
|
*
|
|
51
55
|
*/
|
|
52
56
|
export declare class DeleteFeatureGroupCommand extends $Command<DeleteFeatureGroupCommandInput, DeleteFeatureGroupCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteFlowDefinitionCommandOutput extends DeleteFlowDefinitionR
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteFlowDefinitionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteFlowDefinitionCommandInput - {@link DeleteFlowDefinitionCommandInput}
|
|
@@ -45,6 +47,8 @@ export interface DeleteFlowDefinitionCommandOutput extends DeleteFlowDefinitionR
|
|
|
45
47
|
* @throws {@link ResourceNotFound} (client fault)
|
|
46
48
|
* <p>Resource being access is not found.</p>
|
|
47
49
|
*
|
|
50
|
+
* @throws {@link SageMakerServiceException}
|
|
51
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
48
52
|
*
|
|
49
53
|
*/
|
|
50
54
|
export declare class DeleteFlowDefinitionCommand extends $Command<DeleteFlowDefinitionCommandInput, DeleteFlowDefinitionCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface DeleteHubCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteHubCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param DeleteHubCommandInput - {@link DeleteHubCommandInput}
|
|
@@ -48,6 +50,8 @@ export interface DeleteHubCommandOutput extends __MetadataBearer {
|
|
|
48
50
|
* @throws {@link ResourceNotFound} (client fault)
|
|
49
51
|
* <p>Resource being access is not found.</p>
|
|
50
52
|
*
|
|
53
|
+
* @throws {@link SageMakerServiceException}
|
|
54
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
51
55
|
*
|
|
52
56
|
*/
|
|
53
57
|
export declare class DeleteHubCommand extends $Command<DeleteHubCommandInput, DeleteHubCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -37,6 +37,8 @@ export interface DeleteHubContentCommandOutput extends __MetadataBearer {
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeleteHubContentCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // {};
|
|
41
|
+
*
|
|
40
42
|
* ```
|
|
41
43
|
*
|
|
42
44
|
* @param DeleteHubContentCommandInput - {@link DeleteHubContentCommandInput}
|
|
@@ -51,6 +53,8 @@ export interface DeleteHubContentCommandOutput extends __MetadataBearer {
|
|
|
51
53
|
* @throws {@link ResourceNotFound} (client fault)
|
|
52
54
|
* <p>Resource being access is not found.</p>
|
|
53
55
|
*
|
|
56
|
+
* @throws {@link SageMakerServiceException}
|
|
57
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
54
58
|
*
|
|
55
59
|
*/
|
|
56
60
|
export declare class DeleteHubContentCommand extends $Command<DeleteHubContentCommandInput, DeleteHubContentCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface DeleteHumanTaskUiCommandOutput extends DeleteHumanTaskUiRespons
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteHumanTaskUiCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param DeleteHumanTaskUiCommandInput - {@link DeleteHumanTaskUiCommandInput}
|
|
@@ -46,6 +48,8 @@ export interface DeleteHumanTaskUiCommandOutput extends DeleteHumanTaskUiRespons
|
|
|
46
48
|
* @throws {@link ResourceNotFound} (client fault)
|
|
47
49
|
* <p>Resource being access is not found.</p>
|
|
48
50
|
*
|
|
51
|
+
* @throws {@link SageMakerServiceException}
|
|
52
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
49
53
|
*
|
|
50
54
|
*/
|
|
51
55
|
export declare class DeleteHumanTaskUiCommand extends $Command<DeleteHumanTaskUiCommandInput, DeleteHumanTaskUiCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface DeleteImageCommandOutput extends DeleteImageResponse, __Metadat
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteImageCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param DeleteImageCommandInput - {@link DeleteImageCommandInput}
|
|
@@ -46,6 +48,8 @@ export interface DeleteImageCommandOutput extends DeleteImageResponse, __Metadat
|
|
|
46
48
|
* @throws {@link ResourceNotFound} (client fault)
|
|
47
49
|
* <p>Resource being access is not found.</p>
|
|
48
50
|
*
|
|
51
|
+
* @throws {@link SageMakerServiceException}
|
|
52
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
49
53
|
*
|
|
50
54
|
*/
|
|
51
55
|
export declare class DeleteImageCommand extends $Command<DeleteImageCommandInput, DeleteImageCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface DeleteImageVersionCommandOutput extends DeleteImageVersionRespo
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteImageVersionCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param DeleteImageVersionCommandInput - {@link DeleteImageVersionCommandInput}
|
|
@@ -48,6 +50,8 @@ export interface DeleteImageVersionCommandOutput extends DeleteImageVersionRespo
|
|
|
48
50
|
* @throws {@link ResourceNotFound} (client fault)
|
|
49
51
|
* <p>Resource being access is not found.</p>
|
|
50
52
|
*
|
|
53
|
+
* @throws {@link SageMakerServiceException}
|
|
54
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
51
55
|
*
|
|
52
56
|
*/
|
|
53
57
|
export declare class DeleteImageVersionCommand extends $Command<DeleteImageVersionCommandInput, DeleteImageVersionCommandOutput, SageMakerClientResolvedConfig> {
|