@aws-sdk/client-sagemaker 3.50.0 → 3.53.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/CHANGELOG.md +30 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/SageMakerServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +65 -6
- package/dist-cjs/protocols/Aws_json1_1.js +1542 -3996
- package/dist-es/index.js +1 -0
- package/dist-es/models/SageMakerServiceException.js +12 -0
- package/dist-es/models/models_0.js +56 -1
- package/dist-es/protocols/Aws_json1_1.js +3418 -4377
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/SageMakerServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +37 -14
- package/dist-types/ts3.4/SageMaker.d.ts +1260 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +324 -0
- package/dist-types/ts3.4/commands/AddAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDescribeModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDataQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDeviceFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEdgePackagingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEndpointConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateExperimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFeatureGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFlowDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHumanTaskUiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHyperParameterTuningJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImageVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLabelingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelPackageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePresignedDomainUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateWorkforceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAlgorithmCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppImageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCodeRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDataQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDeviceFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEndpointConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteExperimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFeatureGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFlowDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteHumanTaskUiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteImageVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelBiasJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelPackageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelPackageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStudioLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrialCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWorkforceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppImageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAutoMLJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCodeRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCompilationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExperimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFeatureGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFlowDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHumanTaskUiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHyperParameterTuningJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImageVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeviceFleetReportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetModelPackageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSearchSuggestionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAlgorithmsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppImageConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAutoMLJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCandidatesForAutoMLJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCodeRepositoriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCompilationJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContextsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDataQualityJobDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEdgePackagingJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEndpointConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFeatureGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFlowDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHumanTaskUisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHyperParameterTuningJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImageVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNotebookInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopCompilationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopEdgePackagingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopHyperParameterTuningJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopLabelingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopProcessingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopTrainingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopTransformJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCodeRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDeviceFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateExperimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateWorkforceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +251 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/SageMakerServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3644 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3935 -0
- package/dist-types/ts3.4/models/models_2.d.ts +4318 -0
- package/dist-types/ts3.4/models/models_3.d.ts +1853 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAlgorithmsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppImageConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAutoMLJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCodeRepositoriesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCompilationJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContextsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDeviceFleetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEdgePackagingJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEndpointConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListExperimentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFlowDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHumanTaskUisPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHyperParameterTuningJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImageVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLabelingJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelPackageGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelPackagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMonitoringExecutionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMonitoringSchedulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListNotebookInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPipelineExecutionStepsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPipelineParametersForExecutionPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProcessingJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStudioLifecycleConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSubscribedWorkteamsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrainingJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTransformJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrialComponentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrialsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUserProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListWorkforcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListWorkteamsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +59 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +755 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +13 -0
- package/dist-types/ts3.4/waiters/waitForEndpointDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForEndpointInService.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageCreated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageUpdated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageVersionCreated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageVersionDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNotebookInstanceDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNotebookInstanceInService.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNotebookInstanceStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForProcessingJobCompletedOrStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTrainingJobCompletedOrStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTransformJobCompletedOrStopped.d.ts +7 -0
- package/package.json +34 -34
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateImageRequest, UpdateImageResponse } from "../models/models_3";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface UpdateImageCommandInput extends UpdateImageRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateImageCommandOutput extends UpdateImageResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateImageCommand extends $Command<UpdateImageCommandInput, UpdateImageCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateImageCommandInput;
|
|
12
|
+
constructor(input: UpdateImageCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateImageCommandInput, UpdateImageCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateModelPackageInput, UpdateModelPackageOutput } from "../models/models_3";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface UpdateModelPackageCommandInput extends UpdateModelPackageInput {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateModelPackageCommandOutput extends UpdateModelPackageOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateModelPackageCommand extends $Command<UpdateModelPackageCommandInput, UpdateModelPackageCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateModelPackageCommandInput;
|
|
12
|
+
constructor(input: UpdateModelPackageCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateModelPackageCommandInput, UpdateModelPackageCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateMonitoringScheduleRequest, UpdateMonitoringScheduleResponse } from "../models/models_3";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface UpdateMonitoringScheduleCommandInput extends UpdateMonitoringScheduleRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateMonitoringScheduleCommandOutput extends UpdateMonitoringScheduleResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateMonitoringScheduleCommand extends $Command<UpdateMonitoringScheduleCommandInput, UpdateMonitoringScheduleCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateMonitoringScheduleCommandInput;
|
|
12
|
+
constructor(input: UpdateMonitoringScheduleCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMonitoringScheduleCommandInput, UpdateMonitoringScheduleCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateNotebookInstanceInput, UpdateNotebookInstanceOutput } from "../models/models_3";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface UpdateNotebookInstanceCommandInput extends UpdateNotebookInstanceInput {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateNotebookInstanceCommandOutput extends UpdateNotebookInstanceOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateNotebookInstanceCommand extends $Command<UpdateNotebookInstanceCommandInput, UpdateNotebookInstanceCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateNotebookInstanceCommandInput;
|
|
12
|
+
constructor(input: UpdateNotebookInstanceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNotebookInstanceCommandInput, UpdateNotebookInstanceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateNotebookInstanceLifecycleConfigInput, UpdateNotebookInstanceLifecycleConfigOutput } from "../models/models_3";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface UpdateNotebookInstanceLifecycleConfigCommandInput extends UpdateNotebookInstanceLifecycleConfigInput {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateNotebookInstanceLifecycleConfigCommandOutput extends UpdateNotebookInstanceLifecycleConfigOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateNotebookInstanceLifecycleConfigCommand extends $Command<UpdateNotebookInstanceLifecycleConfigCommandInput, UpdateNotebookInstanceLifecycleConfigCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateNotebookInstanceLifecycleConfigCommandInput;
|
|
12
|
+
constructor(input: UpdateNotebookInstanceLifecycleConfigCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNotebookInstanceLifecycleConfigCommandInput, UpdateNotebookInstanceLifecycleConfigCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdatePipelineRequest, UpdatePipelineResponse } from "../models/models_3";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface UpdatePipelineCommandInput extends UpdatePipelineRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdatePipelineCommandOutput extends UpdatePipelineResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdatePipelineCommand extends $Command<UpdatePipelineCommandInput, UpdatePipelineCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdatePipelineCommandInput;
|
|
12
|
+
constructor(input: UpdatePipelineCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePipelineCommandInput, UpdatePipelineCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdatePipelineExecutionRequest, UpdatePipelineExecutionResponse } from "../models/models_3";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface UpdatePipelineExecutionCommandInput extends UpdatePipelineExecutionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdatePipelineExecutionCommandOutput extends UpdatePipelineExecutionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdatePipelineExecutionCommand extends $Command<UpdatePipelineExecutionCommandInput, UpdatePipelineExecutionCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdatePipelineExecutionCommandInput;
|
|
12
|
+
constructor(input: UpdatePipelineExecutionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePipelineExecutionCommandInput, UpdatePipelineExecutionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateProjectInput, UpdateProjectOutput } from "../models/models_3";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface UpdateProjectCommandInput extends UpdateProjectInput {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateProjectCommand extends $Command<UpdateProjectCommandInput, UpdateProjectCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateProjectCommandInput;
|
|
12
|
+
constructor(input: UpdateProjectCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProjectCommandInput, UpdateProjectCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateTrainingJobRequest, UpdateTrainingJobResponse } from "../models/models_3";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface UpdateTrainingJobCommandInput extends UpdateTrainingJobRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateTrainingJobCommandOutput extends UpdateTrainingJobResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateTrainingJobCommand extends $Command<UpdateTrainingJobCommandInput, UpdateTrainingJobCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateTrainingJobCommandInput;
|
|
12
|
+
constructor(input: UpdateTrainingJobCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrainingJobCommandInput, UpdateTrainingJobCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateTrialRequest, UpdateTrialResponse } from "../models/models_3";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface UpdateTrialCommandInput extends UpdateTrialRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateTrialCommandOutput extends UpdateTrialResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateTrialCommand extends $Command<UpdateTrialCommandInput, UpdateTrialCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateTrialCommandInput;
|
|
12
|
+
constructor(input: UpdateTrialCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrialCommandInput, UpdateTrialCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateTrialComponentRequest, UpdateTrialComponentResponse } from "../models/models_3";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface UpdateTrialComponentCommandInput extends UpdateTrialComponentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateTrialComponentCommandOutput extends UpdateTrialComponentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateTrialComponentCommand extends $Command<UpdateTrialComponentCommandInput, UpdateTrialComponentCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateTrialComponentCommandInput;
|
|
12
|
+
constructor(input: UpdateTrialComponentCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrialComponentCommandInput, UpdateTrialComponentCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateUserProfileRequest, UpdateUserProfileResponse } from "../models/models_3";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface UpdateUserProfileCommandInput extends UpdateUserProfileRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateUserProfileCommandOutput extends UpdateUserProfileResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateUserProfileCommand extends $Command<UpdateUserProfileCommandInput, UpdateUserProfileCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateUserProfileCommandInput;
|
|
12
|
+
constructor(input: UpdateUserProfileCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUserProfileCommandInput, UpdateUserProfileCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateWorkforceRequest, UpdateWorkforceResponse } from "../models/models_3";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface UpdateWorkforceCommandInput extends UpdateWorkforceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateWorkforceCommandOutput extends UpdateWorkforceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateWorkforceCommand extends $Command<UpdateWorkforceCommandInput, UpdateWorkforceCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateWorkforceCommandInput;
|
|
12
|
+
constructor(input: UpdateWorkforceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkforceCommandInput, UpdateWorkforceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateWorkteamRequest, UpdateWorkteamResponse } from "../models/models_3";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface UpdateWorkteamCommandInput extends UpdateWorkteamRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateWorkteamCommandOutput extends UpdateWorkteamResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateWorkteamCommand extends $Command<UpdateWorkteamCommandInput, UpdateWorkteamCommandOutput, SageMakerClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateWorkteamCommandInput;
|
|
12
|
+
constructor(input: UpdateWorkteamCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkteamCommandInput, UpdateWorkteamCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
export * from "./AddAssociationCommand";
|
|
2
|
+
export * from "./AddTagsCommand";
|
|
3
|
+
export * from "./AssociateTrialComponentCommand";
|
|
4
|
+
export * from "./BatchDescribeModelPackageCommand";
|
|
5
|
+
export * from "./CreateActionCommand";
|
|
6
|
+
export * from "./CreateAlgorithmCommand";
|
|
7
|
+
export * from "./CreateAppCommand";
|
|
8
|
+
export * from "./CreateAppImageConfigCommand";
|
|
9
|
+
export * from "./CreateArtifactCommand";
|
|
10
|
+
export * from "./CreateAutoMLJobCommand";
|
|
11
|
+
export * from "./CreateCodeRepositoryCommand";
|
|
12
|
+
export * from "./CreateCompilationJobCommand";
|
|
13
|
+
export * from "./CreateContextCommand";
|
|
14
|
+
export * from "./CreateDataQualityJobDefinitionCommand";
|
|
15
|
+
export * from "./CreateDeviceFleetCommand";
|
|
16
|
+
export * from "./CreateDomainCommand";
|
|
17
|
+
export * from "./CreateEdgePackagingJobCommand";
|
|
18
|
+
export * from "./CreateEndpointCommand";
|
|
19
|
+
export * from "./CreateEndpointConfigCommand";
|
|
20
|
+
export * from "./CreateExperimentCommand";
|
|
21
|
+
export * from "./CreateFeatureGroupCommand";
|
|
22
|
+
export * from "./CreateFlowDefinitionCommand";
|
|
23
|
+
export * from "./CreateHumanTaskUiCommand";
|
|
24
|
+
export * from "./CreateHyperParameterTuningJobCommand";
|
|
25
|
+
export * from "./CreateImageCommand";
|
|
26
|
+
export * from "./CreateImageVersionCommand";
|
|
27
|
+
export * from "./CreateInferenceRecommendationsJobCommand";
|
|
28
|
+
export * from "./CreateLabelingJobCommand";
|
|
29
|
+
export * from "./CreateModelBiasJobDefinitionCommand";
|
|
30
|
+
export * from "./CreateModelCommand";
|
|
31
|
+
export * from "./CreateModelExplainabilityJobDefinitionCommand";
|
|
32
|
+
export * from "./CreateModelPackageCommand";
|
|
33
|
+
export * from "./CreateModelPackageGroupCommand";
|
|
34
|
+
export * from "./CreateModelQualityJobDefinitionCommand";
|
|
35
|
+
export * from "./CreateMonitoringScheduleCommand";
|
|
36
|
+
export * from "./CreateNotebookInstanceCommand";
|
|
37
|
+
export * from "./CreateNotebookInstanceLifecycleConfigCommand";
|
|
38
|
+
export * from "./CreatePipelineCommand";
|
|
39
|
+
export * from "./CreatePresignedDomainUrlCommand";
|
|
40
|
+
export * from "./CreatePresignedNotebookInstanceUrlCommand";
|
|
41
|
+
export * from "./CreateProcessingJobCommand";
|
|
42
|
+
export * from "./CreateProjectCommand";
|
|
43
|
+
export * from "./CreateStudioLifecycleConfigCommand";
|
|
44
|
+
export * from "./CreateTrainingJobCommand";
|
|
45
|
+
export * from "./CreateTransformJobCommand";
|
|
46
|
+
export * from "./CreateTrialCommand";
|
|
47
|
+
export * from "./CreateTrialComponentCommand";
|
|
48
|
+
export * from "./CreateUserProfileCommand";
|
|
49
|
+
export * from "./CreateWorkforceCommand";
|
|
50
|
+
export * from "./CreateWorkteamCommand";
|
|
51
|
+
export * from "./DeleteActionCommand";
|
|
52
|
+
export * from "./DeleteAlgorithmCommand";
|
|
53
|
+
export * from "./DeleteAppCommand";
|
|
54
|
+
export * from "./DeleteAppImageConfigCommand";
|
|
55
|
+
export * from "./DeleteArtifactCommand";
|
|
56
|
+
export * from "./DeleteAssociationCommand";
|
|
57
|
+
export * from "./DeleteCodeRepositoryCommand";
|
|
58
|
+
export * from "./DeleteContextCommand";
|
|
59
|
+
export * from "./DeleteDataQualityJobDefinitionCommand";
|
|
60
|
+
export * from "./DeleteDeviceFleetCommand";
|
|
61
|
+
export * from "./DeleteDomainCommand";
|
|
62
|
+
export * from "./DeleteEndpointCommand";
|
|
63
|
+
export * from "./DeleteEndpointConfigCommand";
|
|
64
|
+
export * from "./DeleteExperimentCommand";
|
|
65
|
+
export * from "./DeleteFeatureGroupCommand";
|
|
66
|
+
export * from "./DeleteFlowDefinitionCommand";
|
|
67
|
+
export * from "./DeleteHumanTaskUiCommand";
|
|
68
|
+
export * from "./DeleteImageCommand";
|
|
69
|
+
export * from "./DeleteImageVersionCommand";
|
|
70
|
+
export * from "./DeleteModelBiasJobDefinitionCommand";
|
|
71
|
+
export * from "./DeleteModelCommand";
|
|
72
|
+
export * from "./DeleteModelExplainabilityJobDefinitionCommand";
|
|
73
|
+
export * from "./DeleteModelPackageCommand";
|
|
74
|
+
export * from "./DeleteModelPackageGroupCommand";
|
|
75
|
+
export * from "./DeleteModelPackageGroupPolicyCommand";
|
|
76
|
+
export * from "./DeleteModelQualityJobDefinitionCommand";
|
|
77
|
+
export * from "./DeleteMonitoringScheduleCommand";
|
|
78
|
+
export * from "./DeleteNotebookInstanceCommand";
|
|
79
|
+
export * from "./DeleteNotebookInstanceLifecycleConfigCommand";
|
|
80
|
+
export * from "./DeletePipelineCommand";
|
|
81
|
+
export * from "./DeleteProjectCommand";
|
|
82
|
+
export * from "./DeleteStudioLifecycleConfigCommand";
|
|
83
|
+
export * from "./DeleteTagsCommand";
|
|
84
|
+
export * from "./DeleteTrialCommand";
|
|
85
|
+
export * from "./DeleteTrialComponentCommand";
|
|
86
|
+
export * from "./DeleteUserProfileCommand";
|
|
87
|
+
export * from "./DeleteWorkforceCommand";
|
|
88
|
+
export * from "./DeleteWorkteamCommand";
|
|
89
|
+
export * from "./DeregisterDevicesCommand";
|
|
90
|
+
export * from "./DescribeActionCommand";
|
|
91
|
+
export * from "./DescribeAlgorithmCommand";
|
|
92
|
+
export * from "./DescribeAppCommand";
|
|
93
|
+
export * from "./DescribeAppImageConfigCommand";
|
|
94
|
+
export * from "./DescribeArtifactCommand";
|
|
95
|
+
export * from "./DescribeAutoMLJobCommand";
|
|
96
|
+
export * from "./DescribeCodeRepositoryCommand";
|
|
97
|
+
export * from "./DescribeCompilationJobCommand";
|
|
98
|
+
export * from "./DescribeContextCommand";
|
|
99
|
+
export * from "./DescribeDataQualityJobDefinitionCommand";
|
|
100
|
+
export * from "./DescribeDeviceCommand";
|
|
101
|
+
export * from "./DescribeDeviceFleetCommand";
|
|
102
|
+
export * from "./DescribeDomainCommand";
|
|
103
|
+
export * from "./DescribeEdgePackagingJobCommand";
|
|
104
|
+
export * from "./DescribeEndpointCommand";
|
|
105
|
+
export * from "./DescribeEndpointConfigCommand";
|
|
106
|
+
export * from "./DescribeExperimentCommand";
|
|
107
|
+
export * from "./DescribeFeatureGroupCommand";
|
|
108
|
+
export * from "./DescribeFlowDefinitionCommand";
|
|
109
|
+
export * from "./DescribeHumanTaskUiCommand";
|
|
110
|
+
export * from "./DescribeHyperParameterTuningJobCommand";
|
|
111
|
+
export * from "./DescribeImageCommand";
|
|
112
|
+
export * from "./DescribeImageVersionCommand";
|
|
113
|
+
export * from "./DescribeInferenceRecommendationsJobCommand";
|
|
114
|
+
export * from "./DescribeLabelingJobCommand";
|
|
115
|
+
export * from "./DescribeLineageGroupCommand";
|
|
116
|
+
export * from "./DescribeModelBiasJobDefinitionCommand";
|
|
117
|
+
export * from "./DescribeModelCommand";
|
|
118
|
+
export * from "./DescribeModelExplainabilityJobDefinitionCommand";
|
|
119
|
+
export * from "./DescribeModelPackageCommand";
|
|
120
|
+
export * from "./DescribeModelPackageGroupCommand";
|
|
121
|
+
export * from "./DescribeModelQualityJobDefinitionCommand";
|
|
122
|
+
export * from "./DescribeMonitoringScheduleCommand";
|
|
123
|
+
export * from "./DescribeNotebookInstanceCommand";
|
|
124
|
+
export * from "./DescribeNotebookInstanceLifecycleConfigCommand";
|
|
125
|
+
export * from "./DescribePipelineCommand";
|
|
126
|
+
export * from "./DescribePipelineDefinitionForExecutionCommand";
|
|
127
|
+
export * from "./DescribePipelineExecutionCommand";
|
|
128
|
+
export * from "./DescribeProcessingJobCommand";
|
|
129
|
+
export * from "./DescribeProjectCommand";
|
|
130
|
+
export * from "./DescribeStudioLifecycleConfigCommand";
|
|
131
|
+
export * from "./DescribeSubscribedWorkteamCommand";
|
|
132
|
+
export * from "./DescribeTrainingJobCommand";
|
|
133
|
+
export * from "./DescribeTransformJobCommand";
|
|
134
|
+
export * from "./DescribeTrialCommand";
|
|
135
|
+
export * from "./DescribeTrialComponentCommand";
|
|
136
|
+
export * from "./DescribeUserProfileCommand";
|
|
137
|
+
export * from "./DescribeWorkforceCommand";
|
|
138
|
+
export * from "./DescribeWorkteamCommand";
|
|
139
|
+
export * from "./DisableSagemakerServicecatalogPortfolioCommand";
|
|
140
|
+
export * from "./DisassociateTrialComponentCommand";
|
|
141
|
+
export * from "./EnableSagemakerServicecatalogPortfolioCommand";
|
|
142
|
+
export * from "./GetDeviceFleetReportCommand";
|
|
143
|
+
export * from "./GetLineageGroupPolicyCommand";
|
|
144
|
+
export * from "./GetModelPackageGroupPolicyCommand";
|
|
145
|
+
export * from "./GetSagemakerServicecatalogPortfolioStatusCommand";
|
|
146
|
+
export * from "./GetSearchSuggestionsCommand";
|
|
147
|
+
export * from "./ListActionsCommand";
|
|
148
|
+
export * from "./ListAlgorithmsCommand";
|
|
149
|
+
export * from "./ListAppImageConfigsCommand";
|
|
150
|
+
export * from "./ListAppsCommand";
|
|
151
|
+
export * from "./ListArtifactsCommand";
|
|
152
|
+
export * from "./ListAssociationsCommand";
|
|
153
|
+
export * from "./ListAutoMLJobsCommand";
|
|
154
|
+
export * from "./ListCandidatesForAutoMLJobCommand";
|
|
155
|
+
export * from "./ListCodeRepositoriesCommand";
|
|
156
|
+
export * from "./ListCompilationJobsCommand";
|
|
157
|
+
export * from "./ListContextsCommand";
|
|
158
|
+
export * from "./ListDataQualityJobDefinitionsCommand";
|
|
159
|
+
export * from "./ListDeviceFleetsCommand";
|
|
160
|
+
export * from "./ListDevicesCommand";
|
|
161
|
+
export * from "./ListDomainsCommand";
|
|
162
|
+
export * from "./ListEdgePackagingJobsCommand";
|
|
163
|
+
export * from "./ListEndpointConfigsCommand";
|
|
164
|
+
export * from "./ListEndpointsCommand";
|
|
165
|
+
export * from "./ListExperimentsCommand";
|
|
166
|
+
export * from "./ListFeatureGroupsCommand";
|
|
167
|
+
export * from "./ListFlowDefinitionsCommand";
|
|
168
|
+
export * from "./ListHumanTaskUisCommand";
|
|
169
|
+
export * from "./ListHyperParameterTuningJobsCommand";
|
|
170
|
+
export * from "./ListImageVersionsCommand";
|
|
171
|
+
export * from "./ListImagesCommand";
|
|
172
|
+
export * from "./ListInferenceRecommendationsJobsCommand";
|
|
173
|
+
export * from "./ListLabelingJobsCommand";
|
|
174
|
+
export * from "./ListLabelingJobsForWorkteamCommand";
|
|
175
|
+
export * from "./ListLineageGroupsCommand";
|
|
176
|
+
export * from "./ListModelBiasJobDefinitionsCommand";
|
|
177
|
+
export * from "./ListModelExplainabilityJobDefinitionsCommand";
|
|
178
|
+
export * from "./ListModelMetadataCommand";
|
|
179
|
+
export * from "./ListModelPackageGroupsCommand";
|
|
180
|
+
export * from "./ListModelPackagesCommand";
|
|
181
|
+
export * from "./ListModelQualityJobDefinitionsCommand";
|
|
182
|
+
export * from "./ListModelsCommand";
|
|
183
|
+
export * from "./ListMonitoringExecutionsCommand";
|
|
184
|
+
export * from "./ListMonitoringSchedulesCommand";
|
|
185
|
+
export * from "./ListNotebookInstanceLifecycleConfigsCommand";
|
|
186
|
+
export * from "./ListNotebookInstancesCommand";
|
|
187
|
+
export * from "./ListPipelineExecutionStepsCommand";
|
|
188
|
+
export * from "./ListPipelineExecutionsCommand";
|
|
189
|
+
export * from "./ListPipelineParametersForExecutionCommand";
|
|
190
|
+
export * from "./ListPipelinesCommand";
|
|
191
|
+
export * from "./ListProcessingJobsCommand";
|
|
192
|
+
export * from "./ListProjectsCommand";
|
|
193
|
+
export * from "./ListStudioLifecycleConfigsCommand";
|
|
194
|
+
export * from "./ListSubscribedWorkteamsCommand";
|
|
195
|
+
export * from "./ListTagsCommand";
|
|
196
|
+
export * from "./ListTrainingJobsCommand";
|
|
197
|
+
export * from "./ListTrainingJobsForHyperParameterTuningJobCommand";
|
|
198
|
+
export * from "./ListTransformJobsCommand";
|
|
199
|
+
export * from "./ListTrialComponentsCommand";
|
|
200
|
+
export * from "./ListTrialsCommand";
|
|
201
|
+
export * from "./ListUserProfilesCommand";
|
|
202
|
+
export * from "./ListWorkforcesCommand";
|
|
203
|
+
export * from "./ListWorkteamsCommand";
|
|
204
|
+
export * from "./PutModelPackageGroupPolicyCommand";
|
|
205
|
+
export * from "./QueryLineageCommand";
|
|
206
|
+
export * from "./RegisterDevicesCommand";
|
|
207
|
+
export * from "./RenderUiTemplateCommand";
|
|
208
|
+
export * from "./RetryPipelineExecutionCommand";
|
|
209
|
+
export * from "./SearchCommand";
|
|
210
|
+
export * from "./SendPipelineExecutionStepFailureCommand";
|
|
211
|
+
export * from "./SendPipelineExecutionStepSuccessCommand";
|
|
212
|
+
export * from "./StartMonitoringScheduleCommand";
|
|
213
|
+
export * from "./StartNotebookInstanceCommand";
|
|
214
|
+
export * from "./StartPipelineExecutionCommand";
|
|
215
|
+
export * from "./StopAutoMLJobCommand";
|
|
216
|
+
export * from "./StopCompilationJobCommand";
|
|
217
|
+
export * from "./StopEdgePackagingJobCommand";
|
|
218
|
+
export * from "./StopHyperParameterTuningJobCommand";
|
|
219
|
+
export * from "./StopInferenceRecommendationsJobCommand";
|
|
220
|
+
export * from "./StopLabelingJobCommand";
|
|
221
|
+
export * from "./StopMonitoringScheduleCommand";
|
|
222
|
+
export * from "./StopNotebookInstanceCommand";
|
|
223
|
+
export * from "./StopPipelineExecutionCommand";
|
|
224
|
+
export * from "./StopProcessingJobCommand";
|
|
225
|
+
export * from "./StopTrainingJobCommand";
|
|
226
|
+
export * from "./StopTransformJobCommand";
|
|
227
|
+
export * from "./UpdateActionCommand";
|
|
228
|
+
export * from "./UpdateAppImageConfigCommand";
|
|
229
|
+
export * from "./UpdateArtifactCommand";
|
|
230
|
+
export * from "./UpdateCodeRepositoryCommand";
|
|
231
|
+
export * from "./UpdateContextCommand";
|
|
232
|
+
export * from "./UpdateDeviceFleetCommand";
|
|
233
|
+
export * from "./UpdateDevicesCommand";
|
|
234
|
+
export * from "./UpdateDomainCommand";
|
|
235
|
+
export * from "./UpdateEndpointCommand";
|
|
236
|
+
export * from "./UpdateEndpointWeightsAndCapacitiesCommand";
|
|
237
|
+
export * from "./UpdateExperimentCommand";
|
|
238
|
+
export * from "./UpdateImageCommand";
|
|
239
|
+
export * from "./UpdateModelPackageCommand";
|
|
240
|
+
export * from "./UpdateMonitoringScheduleCommand";
|
|
241
|
+
export * from "./UpdateNotebookInstanceCommand";
|
|
242
|
+
export * from "./UpdateNotebookInstanceLifecycleConfigCommand";
|
|
243
|
+
export * from "./UpdatePipelineCommand";
|
|
244
|
+
export * from "./UpdatePipelineExecutionCommand";
|
|
245
|
+
export * from "./UpdateProjectCommand";
|
|
246
|
+
export * from "./UpdateTrainingJobCommand";
|
|
247
|
+
export * from "./UpdateTrialCommand";
|
|
248
|
+
export * from "./UpdateTrialComponentCommand";
|
|
249
|
+
export * from "./UpdateUserProfileCommand";
|
|
250
|
+
export * from "./UpdateWorkforceCommand";
|
|
251
|
+
export * from "./UpdateWorkteamCommand";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
|
|
3
|
+
export declare class SageMakerServiceException extends __ServiceException {
|
|
4
|
+
|
|
5
|
+
constructor(options: __ServiceExceptionOptions);
|
|
6
|
+
}
|