@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
|
@@ -37,6 +37,10 @@ export interface DeleteInferenceExperimentCommandOutput extends DeleteInferenceE
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeleteInferenceExperimentCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // DeleteInferenceExperimentResponse
|
|
41
|
+
* // InferenceExperimentArn: "STRING_VALUE", // required
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
40
44
|
* ```
|
|
41
45
|
*
|
|
42
46
|
* @param DeleteInferenceExperimentCommandInput - {@link DeleteInferenceExperimentCommandInput}
|
|
@@ -52,6 +56,8 @@ export interface DeleteInferenceExperimentCommandOutput extends DeleteInferenceE
|
|
|
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 DeleteInferenceExperimentCommand extends $Command<DeleteInferenceExperimentCommandInput, DeleteInferenceExperimentCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteModelBiasJobDefinitionCommandOutput extends __MetadataBea
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteModelBiasJobDefinitionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteModelBiasJobDefinitionCommandInput - {@link DeleteModelBiasJobDefinitionCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface DeleteModelBiasJobDefinitionCommandOutput extends __MetadataBea
|
|
|
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 DeleteModelBiasJobDefinitionCommand extends $Command<DeleteModelBiasJobDefinitionCommandInput, DeleteModelBiasJobDefinitionCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteModelCardCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteModelCardCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteModelCardCommandInput - {@link DeleteModelCardCommandInput}
|
|
@@ -46,6 +48,8 @@ export interface DeleteModelCardCommandOutput extends __MetadataBearer {
|
|
|
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 DeleteModelCardCommand extends $Command<DeleteModelCardCommandInput, DeleteModelCardCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteModelCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param DeleteModelCommandInput - {@link DeleteModelCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
|
|
|
42
44
|
* @see {@link DeleteModelCommandOutput} for command's `response` shape.
|
|
43
45
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
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 DeleteModelCommand extends $Command<DeleteModelCommandInput, DeleteModelCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteModelExplainabilityJobDefinitionCommandOutput extends __M
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteModelExplainabilityJobDefinitionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteModelExplainabilityJobDefinitionCommandInput - {@link DeleteModelExplainabilityJobDefinitionCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface DeleteModelExplainabilityJobDefinitionCommandOutput extends __M
|
|
|
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 DeleteModelExplainabilityJobDefinitionCommand extends $Command<DeleteModelExplainabilityJobDefinitionCommandInput, DeleteModelExplainabilityJobDefinitionCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface DeleteModelPackageCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteModelPackageCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param DeleteModelPackageCommandInput - {@link DeleteModelPackageCommandInput}
|
|
@@ -45,6 +47,8 @@ export interface DeleteModelPackageCommandOutput extends __MetadataBearer {
|
|
|
45
47
|
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
46
48
|
* <code>Experiment</code> or <code>Artifact</code>.</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 DeleteModelPackageCommand extends $Command<DeleteModelPackageCommandInput, DeleteModelPackageCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteModelPackageGroupCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteModelPackageGroupCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteModelPackageGroupCommandInput - {@link DeleteModelPackageGroupCommandInput}
|
|
@@ -43,6 +45,8 @@ export interface DeleteModelPackageGroupCommandOutput extends __MetadataBearer {
|
|
|
43
45
|
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
44
46
|
* <code>Experiment</code> or <code>Artifact</code>.</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 DeleteModelPackageGroupCommand extends $Command<DeleteModelPackageGroupCommandInput, DeleteModelPackageGroupCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteModelPackageGroupPolicyCommandOutput extends __MetadataBe
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteModelPackageGroupPolicyCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteModelPackageGroupPolicyCommandInput - {@link DeleteModelPackageGroupPolicyCommandInput}
|
|
@@ -39,6 +41,8 @@ export interface DeleteModelPackageGroupPolicyCommandOutput extends __MetadataBe
|
|
|
39
41
|
* @see {@link DeleteModelPackageGroupPolicyCommandOutput} 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 DeleteModelPackageGroupPolicyCommand extends $Command<DeleteModelPackageGroupPolicyCommandInput, DeleteModelPackageGroupPolicyCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteModelQualityJobDefinitionCommandOutput extends __Metadata
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteModelQualityJobDefinitionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteModelQualityJobDefinitionCommandInput - {@link DeleteModelQualityJobDefinitionCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface DeleteModelQualityJobDefinitionCommandOutput extends __Metadata
|
|
|
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 DeleteModelQualityJobDefinitionCommand extends $Command<DeleteModelQualityJobDefinitionCommandInput, DeleteModelQualityJobDefinitionCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface DeleteMonitoringScheduleCommandOutput extends __MetadataBearer
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteMonitoringScheduleCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param DeleteMonitoringScheduleCommandInput - {@link DeleteMonitoringScheduleCommandInput}
|
|
@@ -43,6 +45,8 @@ export interface DeleteMonitoringScheduleCommandOutput extends __MetadataBearer
|
|
|
43
45
|
* @throws {@link ResourceNotFound} (client fault)
|
|
44
46
|
* <p>Resource being access is not found.</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 DeleteMonitoringScheduleCommand extends $Command<DeleteMonitoringScheduleCommandInput, DeleteMonitoringScheduleCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -37,6 +37,8 @@ export interface DeleteNotebookInstanceCommandOutput extends __MetadataBearer {
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeleteNotebookInstanceCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // {};
|
|
41
|
+
*
|
|
40
42
|
* ```
|
|
41
43
|
*
|
|
42
44
|
* @param DeleteNotebookInstanceCommandInput - {@link DeleteNotebookInstanceCommandInput}
|
|
@@ -45,6 +47,8 @@ export interface DeleteNotebookInstanceCommandOutput extends __MetadataBearer {
|
|
|
45
47
|
* @see {@link DeleteNotebookInstanceCommandOutput} for command's `response` shape.
|
|
46
48
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
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 DeleteNotebookInstanceCommand extends $Command<DeleteNotebookInstanceCommandInput, DeleteNotebookInstanceCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteNotebookInstanceLifecycleConfigCommandOutput extends __Me
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteNotebookInstanceLifecycleConfigCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteNotebookInstanceLifecycleConfigCommandInput - {@link DeleteNotebookInstanceLifecycleConfigCommandInput}
|
|
@@ -39,6 +41,8 @@ export interface DeleteNotebookInstanceLifecycleConfigCommandOutput extends __Me
|
|
|
39
41
|
* @see {@link DeleteNotebookInstanceLifecycleConfigCommandOutput} 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 DeleteNotebookInstanceLifecycleConfigCommand extends $Command<DeleteNotebookInstanceLifecycleConfigCommandInput, DeleteNotebookInstanceLifecycleConfigCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -35,6 +35,10 @@ export interface DeletePipelineCommandOutput extends DeletePipelineResponse, __M
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeletePipelineCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // DeletePipelineResponse
|
|
39
|
+
* // PipelineArn: "STRING_VALUE",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
38
42
|
* ```
|
|
39
43
|
*
|
|
40
44
|
* @param DeletePipelineCommandInput - {@link DeletePipelineCommandInput}
|
|
@@ -46,6 +50,8 @@ export interface DeletePipelineCommandOutput extends DeletePipelineResponse, __M
|
|
|
46
50
|
* @throws {@link ResourceNotFound} (client fault)
|
|
47
51
|
* <p>Resource being access is not found.</p>
|
|
48
52
|
*
|
|
53
|
+
* @throws {@link SageMakerServiceException}
|
|
54
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
49
55
|
*
|
|
50
56
|
*/
|
|
51
57
|
export declare class DeletePipelineCommand extends $Command<DeletePipelineCommandInput, DeletePipelineCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteProjectCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteProjectCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteProjectCommandInput - {@link DeleteProjectCommandInput}
|
|
@@ -43,6 +45,8 @@ export interface DeleteProjectCommandOutput extends __MetadataBearer {
|
|
|
43
45
|
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
44
46
|
* <code>Experiment</code> or <code>Artifact</code>.</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 DeleteProjectCommand extends $Command<DeleteProjectCommandInput, DeleteProjectCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface DeleteSpaceCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteSpaceCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param DeleteSpaceCommandInput - {@link DeleteSpaceCommandInput}
|
|
@@ -46,6 +48,8 @@ export interface DeleteSpaceCommandOutput extends __MetadataBearer {
|
|
|
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 DeleteSpaceCommand extends $Command<DeleteSpaceCommandInput, DeleteSpaceCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteStudioLifecycleConfigCommandOutput extends __MetadataBear
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteStudioLifecycleConfigCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteStudioLifecycleConfigCommandInput - {@link DeleteStudioLifecycleConfigCommandInput}
|
|
@@ -45,6 +47,8 @@ export interface DeleteStudioLifecycleConfigCommandOutput extends __MetadataBear
|
|
|
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 DeleteStudioLifecycleConfigCommand extends $Command<DeleteStudioLifecycleConfigCommandInput, DeleteStudioLifecycleConfigCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -45,6 +45,8 @@ export interface DeleteTagsCommandOutput extends DeleteTagsOutput, __MetadataBea
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new DeleteTagsCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // {};
|
|
49
|
+
*
|
|
48
50
|
* ```
|
|
49
51
|
*
|
|
50
52
|
* @param DeleteTagsCommandInput - {@link DeleteTagsCommandInput}
|
|
@@ -53,6 +55,8 @@ export interface DeleteTagsCommandOutput extends DeleteTagsOutput, __MetadataBea
|
|
|
53
55
|
* @see {@link DeleteTagsCommandOutput} for command's `response` shape.
|
|
54
56
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
55
57
|
*
|
|
58
|
+
* @throws {@link SageMakerServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
56
60
|
*
|
|
57
61
|
*/
|
|
58
62
|
export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -33,6 +33,10 @@ export interface DeleteTrialCommandOutput extends DeleteTrialResponse, __Metadat
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteTrialCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteTrialResponse
|
|
37
|
+
* // TrialArn: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
36
40
|
* ```
|
|
37
41
|
*
|
|
38
42
|
* @param DeleteTrialCommandInput - {@link DeleteTrialCommandInput}
|
|
@@ -44,6 +48,8 @@ export interface DeleteTrialCommandOutput extends DeleteTrialResponse, __Metadat
|
|
|
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 DeleteTrialCommand extends $Command<DeleteTrialCommandInput, DeleteTrialCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -33,6 +33,10 @@ export interface DeleteTrialComponentCommandOutput extends DeleteTrialComponentR
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteTrialComponentCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteTrialComponentResponse
|
|
37
|
+
* // TrialComponentArn: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
36
40
|
* ```
|
|
37
41
|
*
|
|
38
42
|
* @param DeleteTrialComponentCommandInput - {@link DeleteTrialComponentCommandInput}
|
|
@@ -44,6 +48,8 @@ export interface DeleteTrialComponentCommandOutput extends DeleteTrialComponentR
|
|
|
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 DeleteTrialComponentCommand extends $Command<DeleteTrialComponentCommandInput, DeleteTrialComponentCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface DeleteUserProfileCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteUserProfileCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param DeleteUserProfileCommandInput - {@link DeleteUserProfileCommandInput}
|
|
@@ -47,6 +49,8 @@ export interface DeleteUserProfileCommandOutput 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 DeleteUserProfileCommand extends $Command<DeleteUserProfileCommandInput, DeleteUserProfileCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -42,6 +42,8 @@ export interface DeleteWorkforceCommandOutput extends DeleteWorkforceResponse, _
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new DeleteWorkforceCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // {};
|
|
46
|
+
*
|
|
45
47
|
* ```
|
|
46
48
|
*
|
|
47
49
|
* @param DeleteWorkforceCommandInput - {@link DeleteWorkforceCommandInput}
|
|
@@ -50,6 +52,8 @@ export interface DeleteWorkforceCommandOutput extends DeleteWorkforceResponse, _
|
|
|
50
52
|
* @see {@link DeleteWorkforceCommandOutput} for command's `response` shape.
|
|
51
53
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
52
54
|
*
|
|
55
|
+
* @throws {@link SageMakerServiceException}
|
|
56
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
53
57
|
*
|
|
54
58
|
*/
|
|
55
59
|
export declare class DeleteWorkforceCommand extends $Command<DeleteWorkforceCommandInput, DeleteWorkforceCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,10 @@ export interface DeleteWorkteamCommandOutput extends DeleteWorkteamResponse, __M
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteWorkteamCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteWorkteamResponse
|
|
35
|
+
* // Success: true || false, // required
|
|
36
|
+
* // };
|
|
37
|
+
*
|
|
34
38
|
* ```
|
|
35
39
|
*
|
|
36
40
|
* @param DeleteWorkteamCommandInput - {@link DeleteWorkteamCommandInput}
|
|
@@ -43,6 +47,8 @@ export interface DeleteWorkteamCommandOutput extends DeleteWorkteamResponse, __M
|
|
|
43
47
|
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
44
48
|
* training jobs created. </p>
|
|
45
49
|
*
|
|
50
|
+
* @throws {@link SageMakerServiceException}
|
|
51
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
46
52
|
*
|
|
47
53
|
*/
|
|
48
54
|
export declare class DeleteWorkteamCommand extends $Command<DeleteWorkteamCommandInput, DeleteWorkteamCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface DeregisterDevicesCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeregisterDevicesCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param DeregisterDevicesCommandInput - {@link DeregisterDevicesCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface DeregisterDevicesCommandOutput extends __MetadataBearer {
|
|
|
42
44
|
* @see {@link DeregisterDevicesCommandOutput} for command's `response` shape.
|
|
43
45
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
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 DeregisterDevicesCommand extends $Command<DeregisterDevicesCommandInput, DeregisterDevicesCommandOutput, SageMakerClientResolvedConfig> {
|
|
@@ -31,6 +31,51 @@ export interface DescribeActionCommandOutput extends DescribeActionResponse, __M
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeActionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DescribeActionResponse
|
|
35
|
+
* // ActionName: "STRING_VALUE",
|
|
36
|
+
* // ActionArn: "STRING_VALUE",
|
|
37
|
+
* // Source: { // ActionSource
|
|
38
|
+
* // SourceUri: "STRING_VALUE", // required
|
|
39
|
+
* // SourceType: "STRING_VALUE",
|
|
40
|
+
* // SourceId: "STRING_VALUE",
|
|
41
|
+
* // },
|
|
42
|
+
* // ActionType: "STRING_VALUE",
|
|
43
|
+
* // Description: "STRING_VALUE",
|
|
44
|
+
* // Status: "Unknown" || "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped",
|
|
45
|
+
* // Properties: { // LineageEntityParameters
|
|
46
|
+
* // "<keys>": "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
49
|
+
* // CreatedBy: { // UserContext
|
|
50
|
+
* // UserProfileArn: "STRING_VALUE",
|
|
51
|
+
* // UserProfileName: "STRING_VALUE",
|
|
52
|
+
* // DomainId: "STRING_VALUE",
|
|
53
|
+
* // IamIdentity: { // IamIdentity
|
|
54
|
+
* // Arn: "STRING_VALUE",
|
|
55
|
+
* // PrincipalId: "STRING_VALUE",
|
|
56
|
+
* // SourceIdentity: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // },
|
|
59
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
60
|
+
* // LastModifiedBy: {
|
|
61
|
+
* // UserProfileArn: "STRING_VALUE",
|
|
62
|
+
* // UserProfileName: "STRING_VALUE",
|
|
63
|
+
* // DomainId: "STRING_VALUE",
|
|
64
|
+
* // IamIdentity: {
|
|
65
|
+
* // Arn: "STRING_VALUE",
|
|
66
|
+
* // PrincipalId: "STRING_VALUE",
|
|
67
|
+
* // SourceIdentity: "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // },
|
|
70
|
+
* // MetadataProperties: { // MetadataProperties
|
|
71
|
+
* // CommitId: "STRING_VALUE",
|
|
72
|
+
* // Repository: "STRING_VALUE",
|
|
73
|
+
* // GeneratedBy: "STRING_VALUE",
|
|
74
|
+
* // ProjectId: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // LineageGroupArn: "STRING_VALUE",
|
|
77
|
+
* // };
|
|
78
|
+
*
|
|
34
79
|
* ```
|
|
35
80
|
*
|
|
36
81
|
* @param DescribeActionCommandInput - {@link DescribeActionCommandInput}
|
|
@@ -42,6 +87,8 @@ export interface DescribeActionCommandOutput extends DescribeActionResponse, __M
|
|
|
42
87
|
* @throws {@link ResourceNotFound} (client fault)
|
|
43
88
|
* <p>Resource being access is not found.</p>
|
|
44
89
|
*
|
|
90
|
+
* @throws {@link SageMakerServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
45
92
|
*
|
|
46
93
|
*/
|
|
47
94
|
export declare class DescribeActionCommand extends $Command<DescribeActionCommandInput, DescribeActionCommandOutput, SageMakerClientResolvedConfig> {
|