@aws-sdk/client-sagemaker 3.296.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/dist-cjs/SageMaker.js +30 -0
- package/dist-cjs/commands/AddAssociationCommand.js +2 -3
- package/dist-cjs/commands/AddTagsCommand.js +2 -3
- package/dist-cjs/commands/AssociateTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/BatchDescribeModelPackageCommand.js +2 -3
- package/dist-cjs/commands/CreateActionCommand.js +2 -3
- package/dist-cjs/commands/CreateAlgorithmCommand.js +2 -3
- package/dist-cjs/commands/CreateAppCommand.js +2 -3
- package/dist-cjs/commands/CreateAppImageConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateArtifactCommand.js +2 -3
- package/dist-cjs/commands/CreateAutoMLJobCommand.js +2 -3
- package/dist-cjs/commands/CreateAutoMLJobV2Command.js +45 -0
- package/dist-cjs/commands/CreateCodeRepositoryCommand.js +2 -3
- package/dist-cjs/commands/CreateCompilationJobCommand.js +2 -3
- package/dist-cjs/commands/CreateContextCommand.js +2 -3
- package/dist-cjs/commands/CreateDataQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateDeviceFleetCommand.js +2 -3
- package/dist-cjs/commands/CreateDomainCommand.js +2 -3
- package/dist-cjs/commands/CreateEdgeDeploymentPlanCommand.js +2 -3
- package/dist-cjs/commands/CreateEdgeDeploymentStageCommand.js +2 -3
- package/dist-cjs/commands/CreateEdgePackagingJobCommand.js +2 -3
- package/dist-cjs/commands/CreateEndpointCommand.js +2 -3
- package/dist-cjs/commands/CreateEndpointConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateExperimentCommand.js +2 -3
- package/dist-cjs/commands/CreateFeatureGroupCommand.js +2 -3
- package/dist-cjs/commands/CreateFlowDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateHubCommand.js +2 -3
- package/dist-cjs/commands/CreateHumanTaskUiCommand.js +2 -3
- package/dist-cjs/commands/CreateHyperParameterTuningJobCommand.js +2 -3
- package/dist-cjs/commands/CreateImageCommand.js +2 -3
- package/dist-cjs/commands/CreateImageVersionCommand.js +2 -3
- package/dist-cjs/commands/CreateInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +2 -3
- package/dist-cjs/commands/CreateLabelingJobCommand.js +2 -3
- package/dist-cjs/commands/CreateModelBiasJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateModelCardCommand.js +1 -1
- package/dist-cjs/commands/CreateModelCardExportJobCommand.js +2 -3
- package/dist-cjs/commands/CreateModelCommand.js +2 -3
- package/dist-cjs/commands/CreateModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateModelPackageCommand.js +2 -3
- package/dist-cjs/commands/CreateModelPackageGroupCommand.js +2 -3
- package/dist-cjs/commands/CreateModelQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/CreateNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/CreateNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/CreatePipelineCommand.js +2 -3
- package/dist-cjs/commands/CreatePresignedDomainUrlCommand.js +2 -3
- package/dist-cjs/commands/CreatePresignedNotebookInstanceUrlCommand.js +2 -3
- package/dist-cjs/commands/CreateProcessingJobCommand.js +2 -3
- package/dist-cjs/commands/CreateProjectCommand.js +2 -3
- package/dist-cjs/commands/CreateSpaceCommand.js +2 -3
- package/dist-cjs/commands/CreateStudioLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateTrainingJobCommand.js +2 -3
- package/dist-cjs/commands/CreateTransformJobCommand.js +2 -3
- package/dist-cjs/commands/CreateTrialCommand.js +2 -3
- package/dist-cjs/commands/CreateTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/CreateUserProfileCommand.js +2 -3
- package/dist-cjs/commands/CreateWorkforceCommand.js +1 -1
- package/dist-cjs/commands/CreateWorkteamCommand.js +2 -3
- package/dist-cjs/commands/DeleteActionCommand.js +2 -3
- package/dist-cjs/commands/DeleteAlgorithmCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppImageConfigCommand.js +2 -3
- package/dist-cjs/commands/DeleteArtifactCommand.js +2 -3
- package/dist-cjs/commands/DeleteAssociationCommand.js +2 -3
- package/dist-cjs/commands/DeleteCodeRepositoryCommand.js +2 -3
- package/dist-cjs/commands/DeleteContextCommand.js +2 -3
- package/dist-cjs/commands/DeleteDataQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteDeviceFleetCommand.js +2 -3
- package/dist-cjs/commands/DeleteDomainCommand.js +2 -3
- package/dist-cjs/commands/DeleteEdgeDeploymentPlanCommand.js +2 -3
- package/dist-cjs/commands/DeleteEdgeDeploymentStageCommand.js +2 -3
- package/dist-cjs/commands/DeleteEndpointCommand.js +2 -3
- package/dist-cjs/commands/DeleteEndpointConfigCommand.js +2 -3
- package/dist-cjs/commands/DeleteExperimentCommand.js +2 -3
- package/dist-cjs/commands/DeleteFeatureGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteFlowDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteHubCommand.js +2 -3
- package/dist-cjs/commands/DeleteHubContentCommand.js +2 -3
- package/dist-cjs/commands/DeleteHumanTaskUiCommand.js +2 -3
- package/dist-cjs/commands/DeleteImageCommand.js +2 -3
- package/dist-cjs/commands/DeleteImageVersionCommand.js +2 -3
- package/dist-cjs/commands/DeleteInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelBiasJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelCardCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelPackageCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelPackageGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelPackageGroupPolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/DeleteNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/DeletePipelineCommand.js +2 -3
- package/dist-cjs/commands/DeleteProjectCommand.js +2 -3
- package/dist-cjs/commands/DeleteSpaceCommand.js +2 -3
- package/dist-cjs/commands/DeleteStudioLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -3
- package/dist-cjs/commands/DeleteTrialCommand.js +2 -3
- package/dist-cjs/commands/DeleteTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/DeleteUserProfileCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkforceCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkteamCommand.js +2 -3
- package/dist-cjs/commands/DeregisterDevicesCommand.js +2 -3
- package/dist-cjs/commands/DescribeActionCommand.js +2 -3
- package/dist-cjs/commands/DescribeAlgorithmCommand.js +2 -3
- package/dist-cjs/commands/DescribeAppCommand.js +2 -3
- package/dist-cjs/commands/DescribeAppImageConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribeArtifactCommand.js +2 -3
- package/dist-cjs/commands/DescribeAutoMLJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeAutoMLJobV2Command.js +45 -0
- package/dist-cjs/commands/DescribeCodeRepositoryCommand.js +2 -3
- package/dist-cjs/commands/DescribeCompilationJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeContextCommand.js +2 -3
- package/dist-cjs/commands/DescribeDataQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeDeviceCommand.js +2 -3
- package/dist-cjs/commands/DescribeDeviceFleetCommand.js +2 -3
- package/dist-cjs/commands/DescribeDomainCommand.js +2 -3
- package/dist-cjs/commands/DescribeEdgeDeploymentPlanCommand.js +2 -3
- package/dist-cjs/commands/DescribeEdgePackagingJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeEndpointCommand.js +2 -3
- package/dist-cjs/commands/DescribeEndpointConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribeExperimentCommand.js +2 -3
- package/dist-cjs/commands/DescribeFeatureGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeFeatureMetadataCommand.js +2 -3
- package/dist-cjs/commands/DescribeFlowDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeHubCommand.js +2 -3
- package/dist-cjs/commands/DescribeHubContentCommand.js +2 -3
- package/dist-cjs/commands/DescribeHumanTaskUiCommand.js +2 -3
- package/dist-cjs/commands/DescribeHyperParameterTuningJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeImageCommand.js +2 -3
- package/dist-cjs/commands/DescribeImageVersionCommand.js +2 -3
- package/dist-cjs/commands/DescribeInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeLabelingJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeLineageGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelCardCommand.js +1 -1
- package/dist-cjs/commands/DescribeModelCardExportJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelPackageCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribePipelineCommand.js +2 -3
- package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +2 -3
- package/dist-cjs/commands/DescribePipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/DescribeProcessingJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeProjectCommand.js +2 -3
- package/dist-cjs/commands/DescribeSpaceCommand.js +2 -3
- package/dist-cjs/commands/DescribeStudioLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribeSubscribedWorkteamCommand.js +2 -3
- package/dist-cjs/commands/DescribeTrainingJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeTransformJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeTrialCommand.js +2 -3
- package/dist-cjs/commands/DescribeTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/DescribeUserProfileCommand.js +2 -3
- package/dist-cjs/commands/DescribeWorkforceCommand.js +2 -3
- package/dist-cjs/commands/DescribeWorkteamCommand.js +2 -3
- package/dist-cjs/commands/DisableSagemakerServicecatalogPortfolioCommand.js +2 -3
- package/dist-cjs/commands/DisassociateTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/EnableSagemakerServicecatalogPortfolioCommand.js +2 -3
- package/dist-cjs/commands/GetDeviceFleetReportCommand.js +2 -3
- package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +2 -3
- package/dist-cjs/commands/GetModelPackageGroupPolicyCommand.js +2 -3
- package/dist-cjs/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +2 -3
- package/dist-cjs/commands/GetSearchSuggestionsCommand.js +2 -3
- package/dist-cjs/commands/ImportHubContentCommand.js +2 -3
- package/dist-cjs/commands/ListActionsCommand.js +2 -3
- package/dist-cjs/commands/ListAlgorithmsCommand.js +2 -3
- package/dist-cjs/commands/ListAliasesCommand.js +2 -3
- package/dist-cjs/commands/ListAppImageConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListAppsCommand.js +2 -3
- package/dist-cjs/commands/ListArtifactsCommand.js +2 -3
- package/dist-cjs/commands/ListAssociationsCommand.js +2 -3
- package/dist-cjs/commands/ListAutoMLJobsCommand.js +2 -3
- package/dist-cjs/commands/ListCandidatesForAutoMLJobCommand.js +2 -3
- package/dist-cjs/commands/ListCodeRepositoriesCommand.js +2 -3
- package/dist-cjs/commands/ListCompilationJobsCommand.js +2 -3
- package/dist-cjs/commands/ListContextsCommand.js +2 -3
- package/dist-cjs/commands/ListDataQualityJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListDeviceFleetsCommand.js +2 -3
- package/dist-cjs/commands/ListDevicesCommand.js +2 -3
- package/dist-cjs/commands/ListDomainsCommand.js +2 -3
- package/dist-cjs/commands/ListEdgeDeploymentPlansCommand.js +2 -3
- package/dist-cjs/commands/ListEdgePackagingJobsCommand.js +2 -3
- package/dist-cjs/commands/ListEndpointConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListEndpointsCommand.js +2 -3
- package/dist-cjs/commands/ListExperimentsCommand.js +2 -3
- package/dist-cjs/commands/ListFeatureGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListFlowDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListHubContentVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListHubContentsCommand.js +2 -3
- package/dist-cjs/commands/ListHubsCommand.js +2 -3
- package/dist-cjs/commands/ListHumanTaskUisCommand.js +2 -3
- package/dist-cjs/commands/ListHyperParameterTuningJobsCommand.js +2 -3
- package/dist-cjs/commands/ListImageVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListImagesCommand.js +2 -3
- package/dist-cjs/commands/ListInferenceExperimentsCommand.js +2 -3
- package/dist-cjs/commands/ListInferenceRecommendationsJobStepsCommand.js +2 -3
- package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +2 -3
- package/dist-cjs/commands/ListLabelingJobsCommand.js +2 -3
- package/dist-cjs/commands/ListLabelingJobsForWorkteamCommand.js +2 -3
- package/dist-cjs/commands/ListLineageGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListModelBiasJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListModelCardExportJobsCommand.js +2 -3
- package/dist-cjs/commands/ListModelCardVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListModelCardsCommand.js +2 -3
- package/dist-cjs/commands/ListModelExplainabilityJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListModelMetadataCommand.js +2 -3
- package/dist-cjs/commands/ListModelPackageGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListModelPackagesCommand.js +2 -3
- package/dist-cjs/commands/ListModelQualityJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListModelsCommand.js +2 -3
- package/dist-cjs/commands/ListMonitoringAlertHistoryCommand.js +2 -3
- package/dist-cjs/commands/ListMonitoringAlertsCommand.js +2 -3
- package/dist-cjs/commands/ListMonitoringExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListMonitoringSchedulesCommand.js +2 -3
- package/dist-cjs/commands/ListNotebookInstanceLifecycleConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListNotebookInstancesCommand.js +2 -3
- package/dist-cjs/commands/ListPipelineExecutionStepsCommand.js +2 -3
- package/dist-cjs/commands/ListPipelineExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListPipelineParametersForExecutionCommand.js +2 -3
- package/dist-cjs/commands/ListPipelinesCommand.js +2 -3
- package/dist-cjs/commands/ListProcessingJobsCommand.js +2 -3
- package/dist-cjs/commands/ListProjectsCommand.js +2 -3
- package/dist-cjs/commands/ListSpacesCommand.js +2 -3
- package/dist-cjs/commands/ListStageDevicesCommand.js +2 -3
- package/dist-cjs/commands/ListStudioLifecycleConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListSubscribedWorkteamsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsCommand.js +2 -3
- package/dist-cjs/commands/ListTrainingJobsCommand.js +2 -3
- package/dist-cjs/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -3
- package/dist-cjs/commands/ListTransformJobsCommand.js +2 -3
- package/dist-cjs/commands/ListTrialComponentsCommand.js +2 -3
- package/dist-cjs/commands/ListTrialsCommand.js +2 -3
- package/dist-cjs/commands/ListUserProfilesCommand.js +2 -3
- package/dist-cjs/commands/ListWorkforcesCommand.js +2 -3
- package/dist-cjs/commands/ListWorkteamsCommand.js +2 -3
- package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +2 -3
- package/dist-cjs/commands/QueryLineageCommand.js +2 -3
- package/dist-cjs/commands/RegisterDevicesCommand.js +2 -3
- package/dist-cjs/commands/RenderUiTemplateCommand.js +2 -3
- package/dist-cjs/commands/RetryPipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/SearchCommand.js +1 -2
- package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +2 -3
- package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +2 -3
- package/dist-cjs/commands/StartEdgeDeploymentStageCommand.js +2 -3
- package/dist-cjs/commands/StartInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/StartMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/StartNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/StopAutoMLJobCommand.js +2 -3
- package/dist-cjs/commands/StopCompilationJobCommand.js +2 -3
- package/dist-cjs/commands/StopEdgeDeploymentStageCommand.js +2 -3
- package/dist-cjs/commands/StopEdgePackagingJobCommand.js +2 -3
- package/dist-cjs/commands/StopHyperParameterTuningJobCommand.js +2 -3
- package/dist-cjs/commands/StopInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +2 -3
- package/dist-cjs/commands/StopLabelingJobCommand.js +2 -3
- package/dist-cjs/commands/StopMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/StopNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/StopPipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/StopProcessingJobCommand.js +2 -3
- package/dist-cjs/commands/StopTrainingJobCommand.js +2 -3
- package/dist-cjs/commands/StopTransformJobCommand.js +2 -3
- package/dist-cjs/commands/UpdateActionCommand.js +2 -3
- package/dist-cjs/commands/UpdateAppImageConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateArtifactCommand.js +2 -3
- package/dist-cjs/commands/UpdateCodeRepositoryCommand.js +2 -3
- package/dist-cjs/commands/UpdateContextCommand.js +2 -3
- package/dist-cjs/commands/UpdateDeviceFleetCommand.js +2 -3
- package/dist-cjs/commands/UpdateDevicesCommand.js +2 -3
- package/dist-cjs/commands/UpdateDomainCommand.js +2 -3
- package/dist-cjs/commands/UpdateEndpointCommand.js +2 -3
- package/dist-cjs/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +2 -3
- package/dist-cjs/commands/UpdateExperimentCommand.js +2 -3
- package/dist-cjs/commands/UpdateFeatureGroupCommand.js +2 -3
- package/dist-cjs/commands/UpdateFeatureMetadataCommand.js +2 -3
- package/dist-cjs/commands/UpdateHubCommand.js +2 -3
- package/dist-cjs/commands/UpdateImageCommand.js +2 -3
- package/dist-cjs/commands/UpdateImageVersionCommand.js +2 -3
- package/dist-cjs/commands/UpdateInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/UpdateModelCardCommand.js +1 -1
- package/dist-cjs/commands/UpdateModelPackageCommand.js +2 -3
- package/dist-cjs/commands/UpdateMonitoringAlertCommand.js +2 -3
- package/dist-cjs/commands/UpdateMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/UpdateNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdatePipelineCommand.js +2 -3
- package/dist-cjs/commands/UpdatePipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/UpdateProjectCommand.js +2 -3
- package/dist-cjs/commands/UpdateSpaceCommand.js +2 -3
- package/dist-cjs/commands/UpdateTrainingJobCommand.js +2 -3
- package/dist-cjs/commands/UpdateTrialCommand.js +2 -3
- package/dist-cjs/commands/UpdateTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/UpdateUserProfileCommand.js +2 -3
- package/dist-cjs/commands/UpdateWorkforceCommand.js +1 -1
- package/dist-cjs/commands/UpdateWorkteamCommand.js +2 -3
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +20 -847
- package/dist-cjs/models/models_1.js +13 -1074
- package/dist-cjs/models/models_2.js +1 -982
- package/dist-cjs/models/models_3.js +20 -1007
- package/dist-cjs/models/models_4.js +1 -217
- package/dist-cjs/protocols/Aws_json1_1.js +289 -12
- package/dist-es/SageMaker.js +30 -0
- package/dist-es/commands/AddAssociationCommand.js +2 -3
- package/dist-es/commands/AddTagsCommand.js +2 -3
- package/dist-es/commands/AssociateTrialComponentCommand.js +2 -3
- package/dist-es/commands/BatchDescribeModelPackageCommand.js +2 -3
- package/dist-es/commands/CreateActionCommand.js +2 -3
- package/dist-es/commands/CreateAlgorithmCommand.js +2 -3
- package/dist-es/commands/CreateAppCommand.js +2 -3
- package/dist-es/commands/CreateAppImageConfigCommand.js +2 -3
- package/dist-es/commands/CreateArtifactCommand.js +2 -3
- package/dist-es/commands/CreateAutoMLJobCommand.js +2 -3
- package/dist-es/commands/CreateAutoMLJobV2Command.js +41 -0
- package/dist-es/commands/CreateCodeRepositoryCommand.js +2 -3
- package/dist-es/commands/CreateCompilationJobCommand.js +2 -3
- package/dist-es/commands/CreateContextCommand.js +2 -3
- package/dist-es/commands/CreateDataQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateDeviceFleetCommand.js +2 -3
- package/dist-es/commands/CreateDomainCommand.js +2 -3
- package/dist-es/commands/CreateEdgeDeploymentPlanCommand.js +2 -3
- package/dist-es/commands/CreateEdgeDeploymentStageCommand.js +2 -3
- package/dist-es/commands/CreateEdgePackagingJobCommand.js +2 -3
- package/dist-es/commands/CreateEndpointCommand.js +2 -3
- package/dist-es/commands/CreateEndpointConfigCommand.js +2 -3
- package/dist-es/commands/CreateExperimentCommand.js +2 -3
- package/dist-es/commands/CreateFeatureGroupCommand.js +2 -3
- package/dist-es/commands/CreateFlowDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateHubCommand.js +2 -3
- package/dist-es/commands/CreateHumanTaskUiCommand.js +2 -3
- package/dist-es/commands/CreateHyperParameterTuningJobCommand.js +2 -3
- package/dist-es/commands/CreateImageCommand.js +2 -3
- package/dist-es/commands/CreateImageVersionCommand.js +2 -3
- package/dist-es/commands/CreateInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +2 -3
- package/dist-es/commands/CreateLabelingJobCommand.js +2 -3
- package/dist-es/commands/CreateModelBiasJobDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateModelCardCommand.js +2 -2
- package/dist-es/commands/CreateModelCardExportJobCommand.js +2 -3
- package/dist-es/commands/CreateModelCommand.js +2 -3
- package/dist-es/commands/CreateModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateModelPackageCommand.js +2 -3
- package/dist-es/commands/CreateModelPackageGroupCommand.js +2 -3
- package/dist-es/commands/CreateModelQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/CreateNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/CreateNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/CreatePipelineCommand.js +2 -3
- package/dist-es/commands/CreatePresignedDomainUrlCommand.js +2 -3
- package/dist-es/commands/CreatePresignedNotebookInstanceUrlCommand.js +2 -3
- package/dist-es/commands/CreateProcessingJobCommand.js +2 -3
- package/dist-es/commands/CreateProjectCommand.js +2 -3
- package/dist-es/commands/CreateSpaceCommand.js +2 -3
- package/dist-es/commands/CreateStudioLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/CreateTrainingJobCommand.js +2 -3
- package/dist-es/commands/CreateTransformJobCommand.js +2 -3
- package/dist-es/commands/CreateTrialCommand.js +2 -3
- package/dist-es/commands/CreateTrialComponentCommand.js +2 -3
- package/dist-es/commands/CreateUserProfileCommand.js +2 -3
- package/dist-es/commands/CreateWorkforceCommand.js +2 -2
- package/dist-es/commands/CreateWorkteamCommand.js +2 -3
- package/dist-es/commands/DeleteActionCommand.js +2 -3
- package/dist-es/commands/DeleteAlgorithmCommand.js +2 -3
- package/dist-es/commands/DeleteAppCommand.js +2 -3
- package/dist-es/commands/DeleteAppImageConfigCommand.js +2 -3
- package/dist-es/commands/DeleteArtifactCommand.js +2 -3
- package/dist-es/commands/DeleteAssociationCommand.js +2 -3
- package/dist-es/commands/DeleteCodeRepositoryCommand.js +2 -3
- package/dist-es/commands/DeleteContextCommand.js +2 -3
- package/dist-es/commands/DeleteDataQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteDeviceFleetCommand.js +2 -3
- package/dist-es/commands/DeleteDomainCommand.js +2 -3
- package/dist-es/commands/DeleteEdgeDeploymentPlanCommand.js +2 -3
- package/dist-es/commands/DeleteEdgeDeploymentStageCommand.js +2 -3
- package/dist-es/commands/DeleteEndpointCommand.js +2 -3
- package/dist-es/commands/DeleteEndpointConfigCommand.js +2 -3
- package/dist-es/commands/DeleteExperimentCommand.js +2 -3
- package/dist-es/commands/DeleteFeatureGroupCommand.js +2 -3
- package/dist-es/commands/DeleteFlowDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteHubCommand.js +2 -3
- package/dist-es/commands/DeleteHubContentCommand.js +2 -3
- package/dist-es/commands/DeleteHumanTaskUiCommand.js +2 -3
- package/dist-es/commands/DeleteImageCommand.js +2 -3
- package/dist-es/commands/DeleteImageVersionCommand.js +2 -3
- package/dist-es/commands/DeleteInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/DeleteModelBiasJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteModelCardCommand.js +2 -3
- package/dist-es/commands/DeleteModelCommand.js +2 -3
- package/dist-es/commands/DeleteModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteModelPackageCommand.js +2 -3
- package/dist-es/commands/DeleteModelPackageGroupCommand.js +2 -3
- package/dist-es/commands/DeleteModelPackageGroupPolicyCommand.js +2 -3
- package/dist-es/commands/DeleteModelQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/DeleteNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/DeletePipelineCommand.js +2 -3
- package/dist-es/commands/DeleteProjectCommand.js +2 -3
- package/dist-es/commands/DeleteSpaceCommand.js +2 -3
- package/dist-es/commands/DeleteStudioLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/DeleteTagsCommand.js +2 -3
- package/dist-es/commands/DeleteTrialCommand.js +2 -3
- package/dist-es/commands/DeleteTrialComponentCommand.js +2 -3
- package/dist-es/commands/DeleteUserProfileCommand.js +2 -3
- package/dist-es/commands/DeleteWorkforceCommand.js +2 -3
- package/dist-es/commands/DeleteWorkteamCommand.js +2 -3
- package/dist-es/commands/DeregisterDevicesCommand.js +2 -3
- package/dist-es/commands/DescribeActionCommand.js +2 -3
- package/dist-es/commands/DescribeAlgorithmCommand.js +2 -3
- package/dist-es/commands/DescribeAppCommand.js +2 -3
- package/dist-es/commands/DescribeAppImageConfigCommand.js +2 -3
- package/dist-es/commands/DescribeArtifactCommand.js +2 -3
- package/dist-es/commands/DescribeAutoMLJobCommand.js +2 -3
- package/dist-es/commands/DescribeAutoMLJobV2Command.js +41 -0
- package/dist-es/commands/DescribeCodeRepositoryCommand.js +2 -3
- package/dist-es/commands/DescribeCompilationJobCommand.js +2 -3
- package/dist-es/commands/DescribeContextCommand.js +2 -3
- package/dist-es/commands/DescribeDataQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeDeviceCommand.js +2 -3
- package/dist-es/commands/DescribeDeviceFleetCommand.js +2 -3
- package/dist-es/commands/DescribeDomainCommand.js +2 -3
- package/dist-es/commands/DescribeEdgeDeploymentPlanCommand.js +2 -3
- package/dist-es/commands/DescribeEdgePackagingJobCommand.js +2 -3
- package/dist-es/commands/DescribeEndpointCommand.js +2 -3
- package/dist-es/commands/DescribeEndpointConfigCommand.js +2 -3
- package/dist-es/commands/DescribeExperimentCommand.js +2 -3
- package/dist-es/commands/DescribeFeatureGroupCommand.js +2 -3
- package/dist-es/commands/DescribeFeatureMetadataCommand.js +2 -3
- package/dist-es/commands/DescribeFlowDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeHubCommand.js +2 -3
- package/dist-es/commands/DescribeHubContentCommand.js +2 -3
- package/dist-es/commands/DescribeHumanTaskUiCommand.js +2 -3
- package/dist-es/commands/DescribeHyperParameterTuningJobCommand.js +2 -3
- package/dist-es/commands/DescribeImageCommand.js +2 -3
- package/dist-es/commands/DescribeImageVersionCommand.js +2 -3
- package/dist-es/commands/DescribeInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +2 -3
- package/dist-es/commands/DescribeLabelingJobCommand.js +2 -3
- package/dist-es/commands/DescribeLineageGroupCommand.js +2 -3
- package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeModelCardCommand.js +2 -2
- package/dist-es/commands/DescribeModelCardExportJobCommand.js +2 -3
- package/dist-es/commands/DescribeModelCommand.js +2 -3
- package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeModelPackageCommand.js +2 -3
- package/dist-es/commands/DescribeModelPackageGroupCommand.js +2 -3
- package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/DescribeNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/DescribePipelineCommand.js +2 -3
- package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +2 -3
- package/dist-es/commands/DescribePipelineExecutionCommand.js +2 -3
- package/dist-es/commands/DescribeProcessingJobCommand.js +2 -3
- package/dist-es/commands/DescribeProjectCommand.js +2 -3
- package/dist-es/commands/DescribeSpaceCommand.js +2 -3
- package/dist-es/commands/DescribeStudioLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/DescribeSubscribedWorkteamCommand.js +2 -3
- package/dist-es/commands/DescribeTrainingJobCommand.js +2 -3
- package/dist-es/commands/DescribeTransformJobCommand.js +2 -3
- package/dist-es/commands/DescribeTrialCommand.js +2 -3
- package/dist-es/commands/DescribeTrialComponentCommand.js +2 -3
- package/dist-es/commands/DescribeUserProfileCommand.js +2 -3
- package/dist-es/commands/DescribeWorkforceCommand.js +2 -3
- package/dist-es/commands/DescribeWorkteamCommand.js +2 -3
- package/dist-es/commands/DisableSagemakerServicecatalogPortfolioCommand.js +2 -3
- package/dist-es/commands/DisassociateTrialComponentCommand.js +2 -3
- package/dist-es/commands/EnableSagemakerServicecatalogPortfolioCommand.js +2 -3
- package/dist-es/commands/GetDeviceFleetReportCommand.js +2 -3
- package/dist-es/commands/GetLineageGroupPolicyCommand.js +2 -3
- package/dist-es/commands/GetModelPackageGroupPolicyCommand.js +2 -3
- package/dist-es/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +2 -3
- package/dist-es/commands/GetSearchSuggestionsCommand.js +2 -3
- package/dist-es/commands/ImportHubContentCommand.js +2 -3
- package/dist-es/commands/ListActionsCommand.js +2 -3
- package/dist-es/commands/ListAlgorithmsCommand.js +2 -3
- package/dist-es/commands/ListAliasesCommand.js +2 -3
- package/dist-es/commands/ListAppImageConfigsCommand.js +2 -3
- package/dist-es/commands/ListAppsCommand.js +2 -3
- package/dist-es/commands/ListArtifactsCommand.js +2 -3
- package/dist-es/commands/ListAssociationsCommand.js +2 -3
- package/dist-es/commands/ListAutoMLJobsCommand.js +2 -3
- package/dist-es/commands/ListCandidatesForAutoMLJobCommand.js +2 -3
- package/dist-es/commands/ListCodeRepositoriesCommand.js +2 -3
- package/dist-es/commands/ListCompilationJobsCommand.js +2 -3
- package/dist-es/commands/ListContextsCommand.js +2 -3
- package/dist-es/commands/ListDataQualityJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListDeviceFleetsCommand.js +2 -3
- package/dist-es/commands/ListDevicesCommand.js +2 -3
- package/dist-es/commands/ListDomainsCommand.js +2 -3
- package/dist-es/commands/ListEdgeDeploymentPlansCommand.js +2 -3
- package/dist-es/commands/ListEdgePackagingJobsCommand.js +2 -3
- package/dist-es/commands/ListEndpointConfigsCommand.js +2 -3
- package/dist-es/commands/ListEndpointsCommand.js +2 -3
- package/dist-es/commands/ListExperimentsCommand.js +2 -3
- package/dist-es/commands/ListFeatureGroupsCommand.js +2 -3
- package/dist-es/commands/ListFlowDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListHubContentVersionsCommand.js +2 -3
- package/dist-es/commands/ListHubContentsCommand.js +2 -3
- package/dist-es/commands/ListHubsCommand.js +2 -3
- package/dist-es/commands/ListHumanTaskUisCommand.js +2 -3
- package/dist-es/commands/ListHyperParameterTuningJobsCommand.js +2 -3
- package/dist-es/commands/ListImageVersionsCommand.js +2 -3
- package/dist-es/commands/ListImagesCommand.js +2 -3
- package/dist-es/commands/ListInferenceExperimentsCommand.js +2 -3
- package/dist-es/commands/ListInferenceRecommendationsJobStepsCommand.js +2 -3
- package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +2 -3
- package/dist-es/commands/ListLabelingJobsCommand.js +2 -3
- package/dist-es/commands/ListLabelingJobsForWorkteamCommand.js +2 -3
- package/dist-es/commands/ListLineageGroupsCommand.js +2 -3
- package/dist-es/commands/ListModelBiasJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListModelCardExportJobsCommand.js +2 -3
- package/dist-es/commands/ListModelCardVersionsCommand.js +2 -3
- package/dist-es/commands/ListModelCardsCommand.js +2 -3
- package/dist-es/commands/ListModelExplainabilityJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListModelMetadataCommand.js +2 -3
- package/dist-es/commands/ListModelPackageGroupsCommand.js +2 -3
- package/dist-es/commands/ListModelPackagesCommand.js +2 -3
- package/dist-es/commands/ListModelQualityJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListModelsCommand.js +2 -3
- package/dist-es/commands/ListMonitoringAlertHistoryCommand.js +2 -3
- package/dist-es/commands/ListMonitoringAlertsCommand.js +2 -3
- package/dist-es/commands/ListMonitoringExecutionsCommand.js +2 -3
- package/dist-es/commands/ListMonitoringSchedulesCommand.js +2 -3
- package/dist-es/commands/ListNotebookInstanceLifecycleConfigsCommand.js +2 -3
- package/dist-es/commands/ListNotebookInstancesCommand.js +2 -3
- package/dist-es/commands/ListPipelineExecutionStepsCommand.js +2 -3
- package/dist-es/commands/ListPipelineExecutionsCommand.js +2 -3
- package/dist-es/commands/ListPipelineParametersForExecutionCommand.js +2 -3
- package/dist-es/commands/ListPipelinesCommand.js +2 -3
- package/dist-es/commands/ListProcessingJobsCommand.js +2 -3
- package/dist-es/commands/ListProjectsCommand.js +2 -3
- package/dist-es/commands/ListSpacesCommand.js +2 -3
- package/dist-es/commands/ListStageDevicesCommand.js +2 -3
- package/dist-es/commands/ListStudioLifecycleConfigsCommand.js +2 -3
- package/dist-es/commands/ListSubscribedWorkteamsCommand.js +2 -3
- package/dist-es/commands/ListTagsCommand.js +2 -3
- package/dist-es/commands/ListTrainingJobsCommand.js +2 -3
- package/dist-es/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -3
- package/dist-es/commands/ListTransformJobsCommand.js +2 -3
- package/dist-es/commands/ListTrialComponentsCommand.js +2 -3
- package/dist-es/commands/ListTrialsCommand.js +2 -3
- package/dist-es/commands/ListUserProfilesCommand.js +2 -3
- package/dist-es/commands/ListWorkforcesCommand.js +2 -3
- package/dist-es/commands/ListWorkteamsCommand.js +2 -3
- package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +2 -3
- package/dist-es/commands/QueryLineageCommand.js +2 -3
- package/dist-es/commands/RegisterDevicesCommand.js +2 -3
- package/dist-es/commands/RenderUiTemplateCommand.js +2 -3
- package/dist-es/commands/RetryPipelineExecutionCommand.js +2 -3
- package/dist-es/commands/SearchCommand.js +1 -2
- package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +2 -3
- package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +2 -3
- package/dist-es/commands/StartEdgeDeploymentStageCommand.js +2 -3
- package/dist-es/commands/StartInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/StartMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/StartNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/StartPipelineExecutionCommand.js +2 -3
- package/dist-es/commands/StopAutoMLJobCommand.js +2 -3
- package/dist-es/commands/StopCompilationJobCommand.js +2 -3
- package/dist-es/commands/StopEdgeDeploymentStageCommand.js +2 -3
- package/dist-es/commands/StopEdgePackagingJobCommand.js +2 -3
- package/dist-es/commands/StopHyperParameterTuningJobCommand.js +2 -3
- package/dist-es/commands/StopInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +2 -3
- package/dist-es/commands/StopLabelingJobCommand.js +2 -3
- package/dist-es/commands/StopMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/StopNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/StopPipelineExecutionCommand.js +2 -3
- package/dist-es/commands/StopProcessingJobCommand.js +2 -3
- package/dist-es/commands/StopTrainingJobCommand.js +2 -3
- package/dist-es/commands/StopTransformJobCommand.js +2 -3
- package/dist-es/commands/UpdateActionCommand.js +2 -3
- package/dist-es/commands/UpdateAppImageConfigCommand.js +2 -3
- package/dist-es/commands/UpdateArtifactCommand.js +2 -3
- package/dist-es/commands/UpdateCodeRepositoryCommand.js +2 -3
- package/dist-es/commands/UpdateContextCommand.js +2 -3
- package/dist-es/commands/UpdateDeviceFleetCommand.js +2 -3
- package/dist-es/commands/UpdateDevicesCommand.js +2 -3
- package/dist-es/commands/UpdateDomainCommand.js +2 -3
- package/dist-es/commands/UpdateEndpointCommand.js +2 -3
- package/dist-es/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +2 -3
- package/dist-es/commands/UpdateExperimentCommand.js +2 -3
- package/dist-es/commands/UpdateFeatureGroupCommand.js +2 -3
- package/dist-es/commands/UpdateFeatureMetadataCommand.js +2 -3
- package/dist-es/commands/UpdateHubCommand.js +2 -3
- package/dist-es/commands/UpdateImageCommand.js +2 -3
- package/dist-es/commands/UpdateImageVersionCommand.js +2 -3
- package/dist-es/commands/UpdateInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/UpdateModelCardCommand.js +2 -2
- package/dist-es/commands/UpdateModelPackageCommand.js +2 -3
- package/dist-es/commands/UpdateMonitoringAlertCommand.js +2 -3
- package/dist-es/commands/UpdateMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/UpdateNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/UpdatePipelineCommand.js +2 -3
- package/dist-es/commands/UpdatePipelineExecutionCommand.js +2 -3
- package/dist-es/commands/UpdateProjectCommand.js +2 -3
- package/dist-es/commands/UpdateSpaceCommand.js +2 -3
- package/dist-es/commands/UpdateTrainingJobCommand.js +2 -3
- package/dist-es/commands/UpdateTrialCommand.js +2 -3
- package/dist-es/commands/UpdateTrialComponentCommand.js +2 -3
- package/dist-es/commands/UpdateUserProfileCommand.js +2 -3
- package/dist-es/commands/UpdateWorkforceCommand.js +2 -2
- package/dist-es/commands/UpdateWorkteamCommand.js +2 -3
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +18 -633
- package/dist-es/models/models_1.js +11 -802
- package/dist-es/models/models_2.js +0 -738
- package/dist-es/models/models_3.js +18 -752
- package/dist-es/models/models_4.js +1 -163
- package/dist-es/protocols/Aws_json1_1.js +273 -1
- package/dist-types/SageMaker.d.ts +329 -1
- package/dist-types/SageMakerClient.d.ts +28 -6
- package/dist-types/commands/AddAssociationCommand.d.ts +16 -0
- package/dist-types/commands/AddTagsCommand.d.ts +16 -0
- package/dist-types/commands/AssociateTrialComponentCommand.d.ts +16 -0
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +16 -0
- package/dist-types/commands/CreateActionCommand.d.ts +16 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +16 -0
- package/dist-types/commands/CreateAppCommand.d.ts +16 -0
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateArtifactCommand.d.ts +16 -0
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +74 -0
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateContextCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +16 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +16 -0
- package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +16 -0
- package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +16 -0
- package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +17 -1
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateExperimentCommand.d.ts +16 -0
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/CreateHubCommand.d.ts +16 -0
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +16 -0
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateImageVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +16 -0
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelCardCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +16 -0
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreatePipelineCommand.d.ts +16 -0
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +16 -0
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +16 -0
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +16 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransformJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrialCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +16 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkforceCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkteamCommand.d.ts +16 -0
- package/dist-types/commands/DeleteActionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteArtifactCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAssociationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteContextCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteExperimentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteHubCommand.d.ts +16 -0
- package/dist-types/commands/DeleteHubContentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +16 -0
- package/dist-types/commands/DeleteImageCommand.d.ts +16 -0
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelCardCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeletePipelineCommand.d.ts +16 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSpaceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTrialCommand.d.ts +17 -1
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +17 -1
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +17 -1
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +17 -1
- package/dist-types/commands/DeleteWorkteamCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterDevicesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeActionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAppCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +16 -0
- package/dist-types/commands/DescribeArtifactCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +67 -0
- package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeContextCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDeviceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExperimentCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHubCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHubContentCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImageCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelCardCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
- package/dist-types/commands/DescribePipelineCommand.d.ts +16 -0
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +16 -0
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrialCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +16 -0
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +16 -0
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +16 -0
- package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +16 -0
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +16 -0
- package/dist-types/commands/ImportHubContentCommand.d.ts +16 -0
- package/dist-types/commands/ListActionsCommand.d.ts +17 -1
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +17 -1
- package/dist-types/commands/ListAliasesCommand.d.ts +16 -0
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListAppsCommand.d.ts +16 -0
- package/dist-types/commands/ListArtifactsCommand.d.ts +16 -0
- package/dist-types/commands/ListAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +16 -0
- package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +16 -0
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListContextsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +16 -0
- package/dist-types/commands/ListDevicesCommand.d.ts +16 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +16 -0
- package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +16 -0
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/ListExperimentsCommand.d.ts +16 -0
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListHubContentsCommand.d.ts +16 -0
- package/dist-types/commands/ListHubsCommand.d.ts +16 -0
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +16 -0
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListImageVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListImagesCommand.d.ts +16 -0
- package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +16 -0
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +16 -0
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +16 -0
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelCardVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelCardsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelMetadataCommand.d.ts +16 -0
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelPackagesCommand.d.ts +16 -0
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelsCommand.d.ts +16 -0
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +16 -0
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +16 -0
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +16 -0
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +16 -0
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +16 -0
- package/dist-types/commands/ListPipelinesCommand.d.ts +16 -0
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +16 -0
- package/dist-types/commands/ListStageDevicesCommand.d.ts +16 -0
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +17 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +16 -0
- package/dist-types/commands/ListTransformJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +16 -0
- package/dist-types/commands/ListTrialsCommand.d.ts +16 -0
- package/dist-types/commands/ListUserProfilesCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkforcesCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkteamsCommand.d.ts +16 -0
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/QueryLineageCommand.d.ts +16 -0
- package/dist-types/commands/RegisterDevicesCommand.d.ts +16 -0
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +16 -0
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +16 -0
- package/dist-types/commands/SearchCommand.d.ts +16 -0
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +16 -0
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +16 -0
- package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +16 -0
- package/dist-types/commands/StartInferenceExperimentCommand.d.ts +16 -0
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +16 -0
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +16 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +16 -0
- package/dist-types/commands/StopAutoMLJobCommand.d.ts +16 -0
- package/dist-types/commands/StopCompilationJobCommand.d.ts +16 -0
- package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +16 -0
- package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +16 -0
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +16 -0
- package/dist-types/commands/StopInferenceExperimentCommand.d.ts +16 -0
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +16 -0
- package/dist-types/commands/StopLabelingJobCommand.d.ts +16 -0
- package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +16 -0
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +16 -0
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +16 -0
- package/dist-types/commands/StopProcessingJobCommand.d.ts +16 -0
- package/dist-types/commands/StopTrainingJobCommand.d.ts +16 -0
- package/dist-types/commands/StopTransformJobCommand.d.ts +16 -0
- package/dist-types/commands/UpdateActionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +18 -1
- package/dist-types/commands/UpdateArtifactCommand.d.ts +17 -1
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +17 -1
- package/dist-types/commands/UpdateContextCommand.d.ts +17 -1
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +17 -1
- package/dist-types/commands/UpdateDevicesCommand.d.ts +17 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateExperimentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +16 -0
- package/dist-types/commands/UpdateHubCommand.d.ts +16 -0
- package/dist-types/commands/UpdateImageCommand.d.ts +16 -0
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateModelCardCommand.d.ts +16 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePipelineCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTrialCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +16 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/SageMakerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +925 -1133
- package/dist-types/models/models_1.d.ts +809 -1110
- package/dist-types/models/models_2.d.ts +854 -1124
- package/dist-types/models/models_3.d.ts +921 -1118
- package/dist-types/models/models_4.d.ts +304 -214
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListActionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAlgorithmsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAliasesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAppImageConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAppsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListArtifactsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAutoMLJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCodeRepositoriesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCompilationJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListContextsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDeviceFleetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDevicesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDomainsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEdgeDeploymentPlansPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEdgePackagingJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEndpointConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListExperimentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFlowDefinitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListHumanTaskUisPaginator.d.ts +3 -0
- package/dist-types/pagination/ListHyperParameterTuningJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListImageVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListImagesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInferenceRecommendationsJobStepsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLabelingJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelCardsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelMetadataPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelPackageGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelPackagesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMonitoringExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMonitoringSchedulesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNotebookInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPipelineExecutionStepsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPipelineParametersForExecutionPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPipelinesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProcessingJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProjectsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSpacesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStageDevicesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStudioLifecycleConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSubscribedWorkteamsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTrainingJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTransformJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTrialComponentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTrialsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListUserProfilesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkforcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkteamsPaginator.d.ts +3 -0
- package/dist-types/pagination/QueryLineagePaginator.d.ts +3 -0
- package/dist-types/pagination/SearchPaginator.d.ts +3 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
- package/dist-types/ts3.4/SageMaker.d.ts +34 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateAutoMLJobV2Command.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAutoMLJobV2Command.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAlgorithmsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +64 -610
- package/dist-types/ts3.4/models/models_1.d.ts +39 -801
- package/dist-types/ts3.4/models/models_2.d.ts +52 -745
- package/dist-types/ts3.4/models/models_3.d.ts +55 -764
- package/dist-types/ts3.4/models/models_4.d.ts +42 -159
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/package.json +4 -3
|
@@ -1,7 +1,150 @@
|
|
|
1
|
-
import { AdditionalInferenceSpecificationDefinition, AppSecurityGroupManagement, BooleanOperator, DefaultSpaceSettings, DeploymentConfig, ModelApprovalStatus, Tag, UserSettings } from "./models_0";
|
|
1
|
+
import { AdditionalInferenceSpecificationDefinition, AppSecurityGroupManagement, BooleanOperator, DefaultSpaceSettings, DeploymentConfig, EdgeOutputConfig, ModelApprovalStatus, Tag, UserSettings } from "./models_0";
|
|
2
2
|
import { _InstanceType, FeatureDefinition, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, MemberDefinition, ModelCardStatus, ModelVariantConfig, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, Processor, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ShadowModeConfig, SourceIpConfig, SpaceSettings, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, VendorGuidance, WorkforceVpcConfigRequest } from "./models_1";
|
|
3
|
-
import { DesiredWeightAndCapacity, DomainSettingsForUpdate, FeatureParameter, Filter, ResourceType, Workforce, Workteam } from "./models_2";
|
|
3
|
+
import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, FeatureParameter, Filter, GitConfigForUpdate, ResourceType, Workforce, Workteam } from "./models_2";
|
|
4
4
|
import { NestedFilters, ProfilerConfigForUpdate, ResourceConfigForUpdate, SearchSortOrder } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface UpdateAppImageConfigResponse {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The Amazon Resource Name (ARN) for the AppImageConfig.</p>
|
|
11
|
+
*/
|
|
12
|
+
AppImageConfigArn?: string;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateArtifactRequest {
|
|
18
|
+
/**
|
|
19
|
+
* <p>The Amazon Resource Name (ARN) of the artifact to update.</p>
|
|
20
|
+
*/
|
|
21
|
+
ArtifactArn: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The new name for the artifact.</p>
|
|
24
|
+
*/
|
|
25
|
+
ArtifactName?: string;
|
|
26
|
+
/**
|
|
27
|
+
* <p>The new list of properties. Overwrites the current property list.</p>
|
|
28
|
+
*/
|
|
29
|
+
Properties?: Record<string, string>;
|
|
30
|
+
/**
|
|
31
|
+
* <p>A list of properties to remove.</p>
|
|
32
|
+
*/
|
|
33
|
+
PropertiesToRemove?: string[];
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
export interface UpdateArtifactResponse {
|
|
39
|
+
/**
|
|
40
|
+
* <p>The Amazon Resource Name (ARN) of the artifact.</p>
|
|
41
|
+
*/
|
|
42
|
+
ArtifactArn?: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
export interface UpdateCodeRepositoryInput {
|
|
48
|
+
/**
|
|
49
|
+
* <p>The name of the Git repository to update.</p>
|
|
50
|
+
*/
|
|
51
|
+
CodeRepositoryName: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>The configuration of the git repository, including the URL and the Amazon Resource
|
|
54
|
+
* Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the
|
|
55
|
+
* credentials used to access the repository. The secret must have a staging label of
|
|
56
|
+
* <code>AWSCURRENT</code> and must be in the following format:</p>
|
|
57
|
+
* <p>
|
|
58
|
+
* <code>\{"username": <i>UserName</i>, "password":
|
|
59
|
+
* <i>Password</i>\}</code>
|
|
60
|
+
* </p>
|
|
61
|
+
*/
|
|
62
|
+
GitConfig?: GitConfigForUpdate;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
export interface UpdateCodeRepositoryOutput {
|
|
68
|
+
/**
|
|
69
|
+
* <p>The ARN of the Git repository.</p>
|
|
70
|
+
*/
|
|
71
|
+
CodeRepositoryArn: string | undefined;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
export interface UpdateContextRequest {
|
|
77
|
+
/**
|
|
78
|
+
* <p>The name of the context to update.</p>
|
|
79
|
+
*/
|
|
80
|
+
ContextName: string | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* <p>The new description for the context.</p>
|
|
83
|
+
*/
|
|
84
|
+
Description?: string;
|
|
85
|
+
/**
|
|
86
|
+
* <p>The new list of properties. Overwrites the current property list.</p>
|
|
87
|
+
*/
|
|
88
|
+
Properties?: Record<string, string>;
|
|
89
|
+
/**
|
|
90
|
+
* <p>A list of properties to remove.</p>
|
|
91
|
+
*/
|
|
92
|
+
PropertiesToRemove?: string[];
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
export interface UpdateContextResponse {
|
|
98
|
+
/**
|
|
99
|
+
* <p>The Amazon Resource Name (ARN) of the context.</p>
|
|
100
|
+
*/
|
|
101
|
+
ContextArn?: string;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export interface UpdateDeviceFleetRequest {
|
|
107
|
+
/**
|
|
108
|
+
* <p>The name of the fleet.</p>
|
|
109
|
+
*/
|
|
110
|
+
DeviceFleetName: string | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* <p>The Amazon Resource Name (ARN) of the device.</p>
|
|
113
|
+
*/
|
|
114
|
+
RoleArn?: string;
|
|
115
|
+
/**
|
|
116
|
+
* <p>Description of the fleet.</p>
|
|
117
|
+
*/
|
|
118
|
+
Description?: string;
|
|
119
|
+
/**
|
|
120
|
+
* <p>Output configuration for storing sample data collected by the fleet.</p>
|
|
121
|
+
*/
|
|
122
|
+
OutputConfig: EdgeOutputConfig | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* <p>Whether to create an Amazon Web Services IoT Role Alias during device fleet creation.
|
|
125
|
+
* The name of the role alias generated will match this pattern:
|
|
126
|
+
* "SageMakerEdge-\{DeviceFleetName\}".</p>
|
|
127
|
+
* <p>For example, if your device fleet is called "demo-fleet", the name of
|
|
128
|
+
* the role alias will be "SageMakerEdge-demo-fleet".</p>
|
|
129
|
+
*/
|
|
130
|
+
EnableIotRoleAlias?: boolean;
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
export interface UpdateDevicesRequest {
|
|
136
|
+
/**
|
|
137
|
+
* <p>The name of the fleet the devices belong to.</p>
|
|
138
|
+
*/
|
|
139
|
+
DeviceFleetName: string | undefined;
|
|
140
|
+
/**
|
|
141
|
+
* <p>List of devices to register with Edge Manager agent.</p>
|
|
142
|
+
*/
|
|
143
|
+
Devices: Device[] | undefined;
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
5
148
|
export interface UpdateDomainRequest {
|
|
6
149
|
/**
|
|
7
150
|
* <p>The ID of the domain to be updated.</p>
|
|
@@ -28,18 +171,25 @@ export interface UpdateDomainRequest {
|
|
|
28
171
|
*/
|
|
29
172
|
AppSecurityGroupManagement?: AppSecurityGroupManagement | string;
|
|
30
173
|
}
|
|
174
|
+
/**
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
31
177
|
export interface UpdateDomainResponse {
|
|
32
178
|
/**
|
|
33
179
|
* <p>The Amazon Resource Name (ARN) of the domain.</p>
|
|
34
180
|
*/
|
|
35
181
|
DomainArn?: string;
|
|
36
182
|
}
|
|
183
|
+
/**
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
37
186
|
export declare enum VariantPropertyType {
|
|
38
187
|
DataCaptureConfig = "DataCaptureConfig",
|
|
39
188
|
DesiredInstanceCount = "DesiredInstanceCount",
|
|
40
189
|
DesiredWeight = "DesiredWeight"
|
|
41
190
|
}
|
|
42
191
|
/**
|
|
192
|
+
* @public
|
|
43
193
|
* <p>Specifies a production variant property type for an Endpoint.</p>
|
|
44
194
|
* <p>If you are updating an endpoint with the <a>UpdateEndpointInput$RetainAllVariantProperties</a> option set to
|
|
45
195
|
* <code>true</code>, the <code>VariantProperty</code> objects listed in <a>UpdateEndpointInput$ExcludeRetainedVariantProperties</a> override the
|
|
@@ -68,6 +218,9 @@ export interface VariantProperty {
|
|
|
68
218
|
*/
|
|
69
219
|
VariantPropertyType: VariantPropertyType | string | undefined;
|
|
70
220
|
}
|
|
221
|
+
/**
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
71
224
|
export interface UpdateEndpointInput {
|
|
72
225
|
/**
|
|
73
226
|
* <p>The name of the endpoint whose configuration you want to update.</p>
|
|
@@ -106,12 +259,18 @@ export interface UpdateEndpointInput {
|
|
|
106
259
|
*/
|
|
107
260
|
RetainDeploymentConfig?: boolean;
|
|
108
261
|
}
|
|
262
|
+
/**
|
|
263
|
+
* @public
|
|
264
|
+
*/
|
|
109
265
|
export interface UpdateEndpointOutput {
|
|
110
266
|
/**
|
|
111
267
|
* <p>The Amazon Resource Name (ARN) of the endpoint.</p>
|
|
112
268
|
*/
|
|
113
269
|
EndpointArn: string | undefined;
|
|
114
270
|
}
|
|
271
|
+
/**
|
|
272
|
+
* @public
|
|
273
|
+
*/
|
|
115
274
|
export interface UpdateEndpointWeightsAndCapacitiesInput {
|
|
116
275
|
/**
|
|
117
276
|
* <p>The name of an existing SageMaker endpoint.</p>
|
|
@@ -122,12 +281,18 @@ export interface UpdateEndpointWeightsAndCapacitiesInput {
|
|
|
122
281
|
*/
|
|
123
282
|
DesiredWeightsAndCapacities: DesiredWeightAndCapacity[] | undefined;
|
|
124
283
|
}
|
|
284
|
+
/**
|
|
285
|
+
* @public
|
|
286
|
+
*/
|
|
125
287
|
export interface UpdateEndpointWeightsAndCapacitiesOutput {
|
|
126
288
|
/**
|
|
127
289
|
* <p>The Amazon Resource Name (ARN) of the updated endpoint.</p>
|
|
128
290
|
*/
|
|
129
291
|
EndpointArn: string | undefined;
|
|
130
292
|
}
|
|
293
|
+
/**
|
|
294
|
+
* @public
|
|
295
|
+
*/
|
|
131
296
|
export interface UpdateExperimentRequest {
|
|
132
297
|
/**
|
|
133
298
|
* <p>The name of the experiment to update.</p>
|
|
@@ -143,12 +308,18 @@ export interface UpdateExperimentRequest {
|
|
|
143
308
|
*/
|
|
144
309
|
Description?: string;
|
|
145
310
|
}
|
|
311
|
+
/**
|
|
312
|
+
* @public
|
|
313
|
+
*/
|
|
146
314
|
export interface UpdateExperimentResponse {
|
|
147
315
|
/**
|
|
148
316
|
* <p>The Amazon Resource Name (ARN) of the experiment.</p>
|
|
149
317
|
*/
|
|
150
318
|
ExperimentArn?: string;
|
|
151
319
|
}
|
|
320
|
+
/**
|
|
321
|
+
* @public
|
|
322
|
+
*/
|
|
152
323
|
export interface UpdateFeatureGroupRequest {
|
|
153
324
|
/**
|
|
154
325
|
* <p>The name of the feature group that you're updating.</p>
|
|
@@ -161,12 +332,18 @@ export interface UpdateFeatureGroupRequest {
|
|
|
161
332
|
*/
|
|
162
333
|
FeatureAdditions?: FeatureDefinition[];
|
|
163
334
|
}
|
|
335
|
+
/**
|
|
336
|
+
* @public
|
|
337
|
+
*/
|
|
164
338
|
export interface UpdateFeatureGroupResponse {
|
|
165
339
|
/**
|
|
166
340
|
* <p>The Amazon Resource Number (ARN) of the feature group that you're updating.</p>
|
|
167
341
|
*/
|
|
168
342
|
FeatureGroupArn: string | undefined;
|
|
169
343
|
}
|
|
344
|
+
/**
|
|
345
|
+
* @public
|
|
346
|
+
*/
|
|
170
347
|
export interface UpdateFeatureMetadataRequest {
|
|
171
348
|
/**
|
|
172
349
|
* <p>The name of the feature group containing the feature that you're updating.</p>
|
|
@@ -189,6 +366,9 @@ export interface UpdateFeatureMetadataRequest {
|
|
|
189
366
|
*/
|
|
190
367
|
ParameterRemovals?: string[];
|
|
191
368
|
}
|
|
369
|
+
/**
|
|
370
|
+
* @public
|
|
371
|
+
*/
|
|
192
372
|
export interface UpdateHubRequest {
|
|
193
373
|
/**
|
|
194
374
|
* <p>The name of the hub to update.</p>
|
|
@@ -207,12 +387,18 @@ export interface UpdateHubRequest {
|
|
|
207
387
|
*/
|
|
208
388
|
HubSearchKeywords?: string[];
|
|
209
389
|
}
|
|
390
|
+
/**
|
|
391
|
+
* @public
|
|
392
|
+
*/
|
|
210
393
|
export interface UpdateHubResponse {
|
|
211
394
|
/**
|
|
212
395
|
* <p>The Amazon Resource Name (ARN) of the updated hub.</p>
|
|
213
396
|
*/
|
|
214
397
|
HubArn: string | undefined;
|
|
215
398
|
}
|
|
399
|
+
/**
|
|
400
|
+
* @public
|
|
401
|
+
*/
|
|
216
402
|
export interface UpdateImageRequest {
|
|
217
403
|
/**
|
|
218
404
|
* <p>A list of properties to delete. Only the <code>Description</code> and
|
|
@@ -236,12 +422,18 @@ export interface UpdateImageRequest {
|
|
|
236
422
|
*/
|
|
237
423
|
RoleArn?: string;
|
|
238
424
|
}
|
|
425
|
+
/**
|
|
426
|
+
* @public
|
|
427
|
+
*/
|
|
239
428
|
export interface UpdateImageResponse {
|
|
240
429
|
/**
|
|
241
430
|
* <p>The ARN of the image.</p>
|
|
242
431
|
*/
|
|
243
432
|
ImageArn?: string;
|
|
244
433
|
}
|
|
434
|
+
/**
|
|
435
|
+
* @public
|
|
436
|
+
*/
|
|
245
437
|
export interface UpdateImageVersionRequest {
|
|
246
438
|
/**
|
|
247
439
|
* <p>The name of the image.</p>
|
|
@@ -334,12 +526,18 @@ export interface UpdateImageVersionRequest {
|
|
|
334
526
|
*/
|
|
335
527
|
ReleaseNotes?: string;
|
|
336
528
|
}
|
|
529
|
+
/**
|
|
530
|
+
* @public
|
|
531
|
+
*/
|
|
337
532
|
export interface UpdateImageVersionResponse {
|
|
338
533
|
/**
|
|
339
534
|
* <p>The ARN of the image version.</p>
|
|
340
535
|
*/
|
|
341
536
|
ImageVersionArn?: string;
|
|
342
537
|
}
|
|
538
|
+
/**
|
|
539
|
+
* @public
|
|
540
|
+
*/
|
|
343
541
|
export interface UpdateInferenceExperimentRequest {
|
|
344
542
|
/**
|
|
345
543
|
* <p>The name of the inference experiment to be updated.</p>
|
|
@@ -378,12 +576,18 @@ export interface UpdateInferenceExperimentRequest {
|
|
|
378
576
|
*/
|
|
379
577
|
ShadowModeConfig?: ShadowModeConfig;
|
|
380
578
|
}
|
|
579
|
+
/**
|
|
580
|
+
* @public
|
|
581
|
+
*/
|
|
381
582
|
export interface UpdateInferenceExperimentResponse {
|
|
382
583
|
/**
|
|
383
584
|
* <p>The ARN of the updated inference experiment.</p>
|
|
384
585
|
*/
|
|
385
586
|
InferenceExperimentArn: string | undefined;
|
|
386
587
|
}
|
|
588
|
+
/**
|
|
589
|
+
* @public
|
|
590
|
+
*/
|
|
387
591
|
export interface UpdateModelCardRequest {
|
|
388
592
|
/**
|
|
389
593
|
* <p>The name of the model card to update.</p>
|
|
@@ -418,12 +622,18 @@ export interface UpdateModelCardRequest {
|
|
|
418
622
|
*/
|
|
419
623
|
ModelCardStatus?: ModelCardStatus | string;
|
|
420
624
|
}
|
|
625
|
+
/**
|
|
626
|
+
* @public
|
|
627
|
+
*/
|
|
421
628
|
export interface UpdateModelCardResponse {
|
|
422
629
|
/**
|
|
423
630
|
* <p>The Amazon Resource Name (ARN) of the updated model card.</p>
|
|
424
631
|
*/
|
|
425
632
|
ModelCardArn: string | undefined;
|
|
426
633
|
}
|
|
634
|
+
/**
|
|
635
|
+
* @public
|
|
636
|
+
*/
|
|
427
637
|
export interface UpdateModelPackageInput {
|
|
428
638
|
/**
|
|
429
639
|
* <p>The Amazon Resource Name (ARN) of the model package.</p>
|
|
@@ -454,12 +664,18 @@ export interface UpdateModelPackageInput {
|
|
|
454
664
|
*/
|
|
455
665
|
AdditionalInferenceSpecificationsToAdd?: AdditionalInferenceSpecificationDefinition[];
|
|
456
666
|
}
|
|
667
|
+
/**
|
|
668
|
+
* @public
|
|
669
|
+
*/
|
|
457
670
|
export interface UpdateModelPackageOutput {
|
|
458
671
|
/**
|
|
459
672
|
* <p>The Amazon Resource Name (ARN) of the model.</p>
|
|
460
673
|
*/
|
|
461
674
|
ModelPackageArn: string | undefined;
|
|
462
675
|
}
|
|
676
|
+
/**
|
|
677
|
+
* @public
|
|
678
|
+
*/
|
|
463
679
|
export interface UpdateMonitoringAlertRequest {
|
|
464
680
|
/**
|
|
465
681
|
* <p>The name of a monitoring schedule.</p>
|
|
@@ -480,6 +696,9 @@ export interface UpdateMonitoringAlertRequest {
|
|
|
480
696
|
*/
|
|
481
697
|
EvaluationPeriod: number | undefined;
|
|
482
698
|
}
|
|
699
|
+
/**
|
|
700
|
+
* @public
|
|
701
|
+
*/
|
|
483
702
|
export interface UpdateMonitoringAlertResponse {
|
|
484
703
|
/**
|
|
485
704
|
* <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
|
|
@@ -490,6 +709,9 @@ export interface UpdateMonitoringAlertResponse {
|
|
|
490
709
|
*/
|
|
491
710
|
MonitoringAlertName?: string;
|
|
492
711
|
}
|
|
712
|
+
/**
|
|
713
|
+
* @public
|
|
714
|
+
*/
|
|
493
715
|
export interface UpdateMonitoringScheduleRequest {
|
|
494
716
|
/**
|
|
495
717
|
* <p>The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within
|
|
@@ -502,12 +724,18 @@ export interface UpdateMonitoringScheduleRequest {
|
|
|
502
724
|
*/
|
|
503
725
|
MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
|
|
504
726
|
}
|
|
727
|
+
/**
|
|
728
|
+
* @public
|
|
729
|
+
*/
|
|
505
730
|
export interface UpdateMonitoringScheduleResponse {
|
|
506
731
|
/**
|
|
507
732
|
* <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
|
|
508
733
|
*/
|
|
509
734
|
MonitoringScheduleArn: string | undefined;
|
|
510
735
|
}
|
|
736
|
+
/**
|
|
737
|
+
* @public
|
|
738
|
+
*/
|
|
511
739
|
export interface UpdateNotebookInstanceInput {
|
|
512
740
|
/**
|
|
513
741
|
* <p>The name of the notebook instance to update.</p>
|
|
@@ -608,8 +836,14 @@ export interface UpdateNotebookInstanceInput {
|
|
|
608
836
|
*/
|
|
609
837
|
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
|
|
610
838
|
}
|
|
839
|
+
/**
|
|
840
|
+
* @public
|
|
841
|
+
*/
|
|
611
842
|
export interface UpdateNotebookInstanceOutput {
|
|
612
843
|
}
|
|
844
|
+
/**
|
|
845
|
+
* @public
|
|
846
|
+
*/
|
|
613
847
|
export interface UpdateNotebookInstanceLifecycleConfigInput {
|
|
614
848
|
/**
|
|
615
849
|
* <p>The name of the lifecycle configuration.</p>
|
|
@@ -627,8 +861,14 @@ export interface UpdateNotebookInstanceLifecycleConfigInput {
|
|
|
627
861
|
*/
|
|
628
862
|
OnStart?: NotebookInstanceLifecycleHook[];
|
|
629
863
|
}
|
|
864
|
+
/**
|
|
865
|
+
* @public
|
|
866
|
+
*/
|
|
630
867
|
export interface UpdateNotebookInstanceLifecycleConfigOutput {
|
|
631
868
|
}
|
|
869
|
+
/**
|
|
870
|
+
* @public
|
|
871
|
+
*/
|
|
632
872
|
export interface UpdatePipelineRequest {
|
|
633
873
|
/**
|
|
634
874
|
* <p>The name of the pipeline to update.</p>
|
|
@@ -660,12 +900,18 @@ export interface UpdatePipelineRequest {
|
|
|
660
900
|
*/
|
|
661
901
|
ParallelismConfiguration?: ParallelismConfiguration;
|
|
662
902
|
}
|
|
903
|
+
/**
|
|
904
|
+
* @public
|
|
905
|
+
*/
|
|
663
906
|
export interface UpdatePipelineResponse {
|
|
664
907
|
/**
|
|
665
908
|
* <p>The Amazon Resource Name (ARN) of the updated pipeline.</p>
|
|
666
909
|
*/
|
|
667
910
|
PipelineArn?: string;
|
|
668
911
|
}
|
|
912
|
+
/**
|
|
913
|
+
* @public
|
|
914
|
+
*/
|
|
669
915
|
export interface UpdatePipelineExecutionRequest {
|
|
670
916
|
/**
|
|
671
917
|
* <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
|
|
@@ -685,6 +931,9 @@ export interface UpdatePipelineExecutionRequest {
|
|
|
685
931
|
*/
|
|
686
932
|
ParallelismConfiguration?: ParallelismConfiguration;
|
|
687
933
|
}
|
|
934
|
+
/**
|
|
935
|
+
* @public
|
|
936
|
+
*/
|
|
688
937
|
export interface UpdatePipelineExecutionResponse {
|
|
689
938
|
/**
|
|
690
939
|
* <p>The Amazon Resource Name (ARN) of the updated pipeline execution.</p>
|
|
@@ -692,6 +941,7 @@ export interface UpdatePipelineExecutionResponse {
|
|
|
692
941
|
PipelineExecutionArn?: string;
|
|
693
942
|
}
|
|
694
943
|
/**
|
|
944
|
+
* @public
|
|
695
945
|
* <p>Details that you specify to provision a service catalog product.
|
|
696
946
|
* For information about service catalog, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service Catalog</a>.
|
|
697
947
|
* </p>
|
|
@@ -706,6 +956,9 @@ export interface ServiceCatalogProvisioningUpdateDetails {
|
|
|
706
956
|
*/
|
|
707
957
|
ProvisioningParameters?: ProvisioningParameter[];
|
|
708
958
|
}
|
|
959
|
+
/**
|
|
960
|
+
* @public
|
|
961
|
+
*/
|
|
709
962
|
export interface UpdateProjectInput {
|
|
710
963
|
/**
|
|
711
964
|
* <p>The name of the project.</p>
|
|
@@ -733,12 +986,18 @@ export interface UpdateProjectInput {
|
|
|
733
986
|
*/
|
|
734
987
|
Tags?: Tag[];
|
|
735
988
|
}
|
|
989
|
+
/**
|
|
990
|
+
* @public
|
|
991
|
+
*/
|
|
736
992
|
export interface UpdateProjectOutput {
|
|
737
993
|
/**
|
|
738
994
|
* <p>The Amazon Resource Name (ARN) of the project.</p>
|
|
739
995
|
*/
|
|
740
996
|
ProjectArn: string | undefined;
|
|
741
997
|
}
|
|
998
|
+
/**
|
|
999
|
+
* @public
|
|
1000
|
+
*/
|
|
742
1001
|
export interface UpdateSpaceRequest {
|
|
743
1002
|
/**
|
|
744
1003
|
* <p>The ID of the associated Domain.</p>
|
|
@@ -753,12 +1012,18 @@ export interface UpdateSpaceRequest {
|
|
|
753
1012
|
*/
|
|
754
1013
|
SpaceSettings?: SpaceSettings;
|
|
755
1014
|
}
|
|
1015
|
+
/**
|
|
1016
|
+
* @public
|
|
1017
|
+
*/
|
|
756
1018
|
export interface UpdateSpaceResponse {
|
|
757
1019
|
/**
|
|
758
1020
|
* <p>The space's Amazon Resource Name (ARN).</p>
|
|
759
1021
|
*/
|
|
760
1022
|
SpaceArn?: string;
|
|
761
1023
|
}
|
|
1024
|
+
/**
|
|
1025
|
+
* @public
|
|
1026
|
+
*/
|
|
762
1027
|
export interface UpdateTrainingJobRequest {
|
|
763
1028
|
/**
|
|
764
1029
|
* <p>The name of a training job to update the Debugger profiling configuration.</p>
|
|
@@ -780,12 +1045,18 @@ export interface UpdateTrainingJobRequest {
|
|
|
780
1045
|
*/
|
|
781
1046
|
ResourceConfig?: ResourceConfigForUpdate;
|
|
782
1047
|
}
|
|
1048
|
+
/**
|
|
1049
|
+
* @public
|
|
1050
|
+
*/
|
|
783
1051
|
export interface UpdateTrainingJobResponse {
|
|
784
1052
|
/**
|
|
785
1053
|
* <p>The Amazon Resource Name (ARN) of the training job.</p>
|
|
786
1054
|
*/
|
|
787
1055
|
TrainingJobArn: string | undefined;
|
|
788
1056
|
}
|
|
1057
|
+
/**
|
|
1058
|
+
* @public
|
|
1059
|
+
*/
|
|
789
1060
|
export interface UpdateTrialRequest {
|
|
790
1061
|
/**
|
|
791
1062
|
* <p>The name of the trial to update.</p>
|
|
@@ -797,12 +1068,18 @@ export interface UpdateTrialRequest {
|
|
|
797
1068
|
*/
|
|
798
1069
|
DisplayName?: string;
|
|
799
1070
|
}
|
|
1071
|
+
/**
|
|
1072
|
+
* @public
|
|
1073
|
+
*/
|
|
800
1074
|
export interface UpdateTrialResponse {
|
|
801
1075
|
/**
|
|
802
1076
|
* <p>The Amazon Resource Name (ARN) of the trial.</p>
|
|
803
1077
|
*/
|
|
804
1078
|
TrialArn?: string;
|
|
805
1079
|
}
|
|
1080
|
+
/**
|
|
1081
|
+
* @public
|
|
1082
|
+
*/
|
|
806
1083
|
export interface UpdateTrialComponentRequest {
|
|
807
1084
|
/**
|
|
808
1085
|
* <p>The name of the component to update.</p>
|
|
@@ -851,12 +1128,18 @@ export interface UpdateTrialComponentRequest {
|
|
|
851
1128
|
*/
|
|
852
1129
|
OutputArtifactsToRemove?: string[];
|
|
853
1130
|
}
|
|
1131
|
+
/**
|
|
1132
|
+
* @public
|
|
1133
|
+
*/
|
|
854
1134
|
export interface UpdateTrialComponentResponse {
|
|
855
1135
|
/**
|
|
856
1136
|
* <p>The Amazon Resource Name (ARN) of the trial component.</p>
|
|
857
1137
|
*/
|
|
858
1138
|
TrialComponentArn?: string;
|
|
859
1139
|
}
|
|
1140
|
+
/**
|
|
1141
|
+
* @public
|
|
1142
|
+
*/
|
|
860
1143
|
export interface UpdateUserProfileRequest {
|
|
861
1144
|
/**
|
|
862
1145
|
* <p>The domain ID.</p>
|
|
@@ -871,12 +1154,18 @@ export interface UpdateUserProfileRequest {
|
|
|
871
1154
|
*/
|
|
872
1155
|
UserSettings?: UserSettings;
|
|
873
1156
|
}
|
|
1157
|
+
/**
|
|
1158
|
+
* @public
|
|
1159
|
+
*/
|
|
874
1160
|
export interface UpdateUserProfileResponse {
|
|
875
1161
|
/**
|
|
876
1162
|
* <p>The user profile Amazon Resource Name (ARN).</p>
|
|
877
1163
|
*/
|
|
878
1164
|
UserProfileArn?: string;
|
|
879
1165
|
}
|
|
1166
|
+
/**
|
|
1167
|
+
* @public
|
|
1168
|
+
*/
|
|
880
1169
|
export interface UpdateWorkforceRequest {
|
|
881
1170
|
/**
|
|
882
1171
|
* <p>The name of the private workforce that you want to update. You can find your workforce
|
|
@@ -899,6 +1188,9 @@ export interface UpdateWorkforceRequest {
|
|
|
899
1188
|
*/
|
|
900
1189
|
WorkforceVpcConfig?: WorkforceVpcConfigRequest;
|
|
901
1190
|
}
|
|
1191
|
+
/**
|
|
1192
|
+
* @public
|
|
1193
|
+
*/
|
|
902
1194
|
export interface UpdateWorkforceResponse {
|
|
903
1195
|
/**
|
|
904
1196
|
* <p>A single private workforce. You can create one private work force in each Amazon Web Services Region. By default,
|
|
@@ -907,6 +1199,9 @@ export interface UpdateWorkforceResponse {
|
|
|
907
1199
|
*/
|
|
908
1200
|
Workforce: Workforce | undefined;
|
|
909
1201
|
}
|
|
1202
|
+
/**
|
|
1203
|
+
* @public
|
|
1204
|
+
*/
|
|
910
1205
|
export interface UpdateWorkteamRequest {
|
|
911
1206
|
/**
|
|
912
1207
|
* <p>The name of the work team to update.</p>
|
|
@@ -944,6 +1239,9 @@ export interface UpdateWorkteamRequest {
|
|
|
944
1239
|
*/
|
|
945
1240
|
NotificationConfiguration?: NotificationConfiguration;
|
|
946
1241
|
}
|
|
1242
|
+
/**
|
|
1243
|
+
* @public
|
|
1244
|
+
*/
|
|
947
1245
|
export interface UpdateWorkteamResponse {
|
|
948
1246
|
/**
|
|
949
1247
|
* <p>A <code>Workteam</code> object that describes the updated work team.</p>
|
|
@@ -951,6 +1249,7 @@ export interface UpdateWorkteamResponse {
|
|
|
951
1249
|
Workteam: Workteam | undefined;
|
|
952
1250
|
}
|
|
953
1251
|
/**
|
|
1252
|
+
* @public
|
|
954
1253
|
* <p>A multi-expression that searches for the specified resource or resources in a search. All resource
|
|
955
1254
|
* objects that satisfy the expression's condition are included in the search results. You must specify at
|
|
956
1255
|
* least one subexpression, filter, or nested filter. A <code>SearchExpression</code> can contain up to
|
|
@@ -999,6 +1298,9 @@ export interface SearchExpression {
|
|
|
999
1298
|
*/
|
|
1000
1299
|
Operator?: BooleanOperator | string;
|
|
1001
1300
|
}
|
|
1301
|
+
/**
|
|
1302
|
+
* @public
|
|
1303
|
+
*/
|
|
1002
1304
|
export interface SearchRequest {
|
|
1003
1305
|
/**
|
|
1004
1306
|
* <p>The name of the SageMaker resource to search for.</p>
|
|
@@ -1034,223 +1336,11 @@ export interface SearchRequest {
|
|
|
1034
1336
|
*/
|
|
1035
1337
|
MaxResults?: number;
|
|
1036
1338
|
}
|
|
1037
|
-
/**
|
|
1038
|
-
* @internal
|
|
1039
|
-
*/
|
|
1040
|
-
export declare const UpdateDomainRequestFilterSensitiveLog: (obj: UpdateDomainRequest) => any;
|
|
1041
|
-
/**
|
|
1042
|
-
* @internal
|
|
1043
|
-
*/
|
|
1044
|
-
export declare const UpdateDomainResponseFilterSensitiveLog: (obj: UpdateDomainResponse) => any;
|
|
1045
|
-
/**
|
|
1046
|
-
* @internal
|
|
1047
|
-
*/
|
|
1048
|
-
export declare const VariantPropertyFilterSensitiveLog: (obj: VariantProperty) => any;
|
|
1049
|
-
/**
|
|
1050
|
-
* @internal
|
|
1051
|
-
*/
|
|
1052
|
-
export declare const UpdateEndpointInputFilterSensitiveLog: (obj: UpdateEndpointInput) => any;
|
|
1053
|
-
/**
|
|
1054
|
-
* @internal
|
|
1055
|
-
*/
|
|
1056
|
-
export declare const UpdateEndpointOutputFilterSensitiveLog: (obj: UpdateEndpointOutput) => any;
|
|
1057
|
-
/**
|
|
1058
|
-
* @internal
|
|
1059
|
-
*/
|
|
1060
|
-
export declare const UpdateEndpointWeightsAndCapacitiesInputFilterSensitiveLog: (obj: UpdateEndpointWeightsAndCapacitiesInput) => any;
|
|
1061
|
-
/**
|
|
1062
|
-
* @internal
|
|
1063
|
-
*/
|
|
1064
|
-
export declare const UpdateEndpointWeightsAndCapacitiesOutputFilterSensitiveLog: (obj: UpdateEndpointWeightsAndCapacitiesOutput) => any;
|
|
1065
|
-
/**
|
|
1066
|
-
* @internal
|
|
1067
|
-
*/
|
|
1068
|
-
export declare const UpdateExperimentRequestFilterSensitiveLog: (obj: UpdateExperimentRequest) => any;
|
|
1069
|
-
/**
|
|
1070
|
-
* @internal
|
|
1071
|
-
*/
|
|
1072
|
-
export declare const UpdateExperimentResponseFilterSensitiveLog: (obj: UpdateExperimentResponse) => any;
|
|
1073
|
-
/**
|
|
1074
|
-
* @internal
|
|
1075
|
-
*/
|
|
1076
|
-
export declare const UpdateFeatureGroupRequestFilterSensitiveLog: (obj: UpdateFeatureGroupRequest) => any;
|
|
1077
|
-
/**
|
|
1078
|
-
* @internal
|
|
1079
|
-
*/
|
|
1080
|
-
export declare const UpdateFeatureGroupResponseFilterSensitiveLog: (obj: UpdateFeatureGroupResponse) => any;
|
|
1081
|
-
/**
|
|
1082
|
-
* @internal
|
|
1083
|
-
*/
|
|
1084
|
-
export declare const UpdateFeatureMetadataRequestFilterSensitiveLog: (obj: UpdateFeatureMetadataRequest) => any;
|
|
1085
|
-
/**
|
|
1086
|
-
* @internal
|
|
1087
|
-
*/
|
|
1088
|
-
export declare const UpdateHubRequestFilterSensitiveLog: (obj: UpdateHubRequest) => any;
|
|
1089
|
-
/**
|
|
1090
|
-
* @internal
|
|
1091
|
-
*/
|
|
1092
|
-
export declare const UpdateHubResponseFilterSensitiveLog: (obj: UpdateHubResponse) => any;
|
|
1093
|
-
/**
|
|
1094
|
-
* @internal
|
|
1095
|
-
*/
|
|
1096
|
-
export declare const UpdateImageRequestFilterSensitiveLog: (obj: UpdateImageRequest) => any;
|
|
1097
|
-
/**
|
|
1098
|
-
* @internal
|
|
1099
|
-
*/
|
|
1100
|
-
export declare const UpdateImageResponseFilterSensitiveLog: (obj: UpdateImageResponse) => any;
|
|
1101
|
-
/**
|
|
1102
|
-
* @internal
|
|
1103
|
-
*/
|
|
1104
|
-
export declare const UpdateImageVersionRequestFilterSensitiveLog: (obj: UpdateImageVersionRequest) => any;
|
|
1105
|
-
/**
|
|
1106
|
-
* @internal
|
|
1107
|
-
*/
|
|
1108
|
-
export declare const UpdateImageVersionResponseFilterSensitiveLog: (obj: UpdateImageVersionResponse) => any;
|
|
1109
|
-
/**
|
|
1110
|
-
* @internal
|
|
1111
|
-
*/
|
|
1112
|
-
export declare const UpdateInferenceExperimentRequestFilterSensitiveLog: (obj: UpdateInferenceExperimentRequest) => any;
|
|
1113
|
-
/**
|
|
1114
|
-
* @internal
|
|
1115
|
-
*/
|
|
1116
|
-
export declare const UpdateInferenceExperimentResponseFilterSensitiveLog: (obj: UpdateInferenceExperimentResponse) => any;
|
|
1117
1339
|
/**
|
|
1118
1340
|
* @internal
|
|
1119
1341
|
*/
|
|
1120
1342
|
export declare const UpdateModelCardRequestFilterSensitiveLog: (obj: UpdateModelCardRequest) => any;
|
|
1121
|
-
/**
|
|
1122
|
-
* @internal
|
|
1123
|
-
*/
|
|
1124
|
-
export declare const UpdateModelCardResponseFilterSensitiveLog: (obj: UpdateModelCardResponse) => any;
|
|
1125
|
-
/**
|
|
1126
|
-
* @internal
|
|
1127
|
-
*/
|
|
1128
|
-
export declare const UpdateModelPackageInputFilterSensitiveLog: (obj: UpdateModelPackageInput) => any;
|
|
1129
|
-
/**
|
|
1130
|
-
* @internal
|
|
1131
|
-
*/
|
|
1132
|
-
export declare const UpdateModelPackageOutputFilterSensitiveLog: (obj: UpdateModelPackageOutput) => any;
|
|
1133
|
-
/**
|
|
1134
|
-
* @internal
|
|
1135
|
-
*/
|
|
1136
|
-
export declare const UpdateMonitoringAlertRequestFilterSensitiveLog: (obj: UpdateMonitoringAlertRequest) => any;
|
|
1137
|
-
/**
|
|
1138
|
-
* @internal
|
|
1139
|
-
*/
|
|
1140
|
-
export declare const UpdateMonitoringAlertResponseFilterSensitiveLog: (obj: UpdateMonitoringAlertResponse) => any;
|
|
1141
|
-
/**
|
|
1142
|
-
* @internal
|
|
1143
|
-
*/
|
|
1144
|
-
export declare const UpdateMonitoringScheduleRequestFilterSensitiveLog: (obj: UpdateMonitoringScheduleRequest) => any;
|
|
1145
|
-
/**
|
|
1146
|
-
* @internal
|
|
1147
|
-
*/
|
|
1148
|
-
export declare const UpdateMonitoringScheduleResponseFilterSensitiveLog: (obj: UpdateMonitoringScheduleResponse) => any;
|
|
1149
|
-
/**
|
|
1150
|
-
* @internal
|
|
1151
|
-
*/
|
|
1152
|
-
export declare const UpdateNotebookInstanceInputFilterSensitiveLog: (obj: UpdateNotebookInstanceInput) => any;
|
|
1153
|
-
/**
|
|
1154
|
-
* @internal
|
|
1155
|
-
*/
|
|
1156
|
-
export declare const UpdateNotebookInstanceOutputFilterSensitiveLog: (obj: UpdateNotebookInstanceOutput) => any;
|
|
1157
|
-
/**
|
|
1158
|
-
* @internal
|
|
1159
|
-
*/
|
|
1160
|
-
export declare const UpdateNotebookInstanceLifecycleConfigInputFilterSensitiveLog: (obj: UpdateNotebookInstanceLifecycleConfigInput) => any;
|
|
1161
|
-
/**
|
|
1162
|
-
* @internal
|
|
1163
|
-
*/
|
|
1164
|
-
export declare const UpdateNotebookInstanceLifecycleConfigOutputFilterSensitiveLog: (obj: UpdateNotebookInstanceLifecycleConfigOutput) => any;
|
|
1165
|
-
/**
|
|
1166
|
-
* @internal
|
|
1167
|
-
*/
|
|
1168
|
-
export declare const UpdatePipelineRequestFilterSensitiveLog: (obj: UpdatePipelineRequest) => any;
|
|
1169
|
-
/**
|
|
1170
|
-
* @internal
|
|
1171
|
-
*/
|
|
1172
|
-
export declare const UpdatePipelineResponseFilterSensitiveLog: (obj: UpdatePipelineResponse) => any;
|
|
1173
|
-
/**
|
|
1174
|
-
* @internal
|
|
1175
|
-
*/
|
|
1176
|
-
export declare const UpdatePipelineExecutionRequestFilterSensitiveLog: (obj: UpdatePipelineExecutionRequest) => any;
|
|
1177
|
-
/**
|
|
1178
|
-
* @internal
|
|
1179
|
-
*/
|
|
1180
|
-
export declare const UpdatePipelineExecutionResponseFilterSensitiveLog: (obj: UpdatePipelineExecutionResponse) => any;
|
|
1181
|
-
/**
|
|
1182
|
-
* @internal
|
|
1183
|
-
*/
|
|
1184
|
-
export declare const ServiceCatalogProvisioningUpdateDetailsFilterSensitiveLog: (obj: ServiceCatalogProvisioningUpdateDetails) => any;
|
|
1185
|
-
/**
|
|
1186
|
-
* @internal
|
|
1187
|
-
*/
|
|
1188
|
-
export declare const UpdateProjectInputFilterSensitiveLog: (obj: UpdateProjectInput) => any;
|
|
1189
|
-
/**
|
|
1190
|
-
* @internal
|
|
1191
|
-
*/
|
|
1192
|
-
export declare const UpdateProjectOutputFilterSensitiveLog: (obj: UpdateProjectOutput) => any;
|
|
1193
|
-
/**
|
|
1194
|
-
* @internal
|
|
1195
|
-
*/
|
|
1196
|
-
export declare const UpdateSpaceRequestFilterSensitiveLog: (obj: UpdateSpaceRequest) => any;
|
|
1197
|
-
/**
|
|
1198
|
-
* @internal
|
|
1199
|
-
*/
|
|
1200
|
-
export declare const UpdateSpaceResponseFilterSensitiveLog: (obj: UpdateSpaceResponse) => any;
|
|
1201
|
-
/**
|
|
1202
|
-
* @internal
|
|
1203
|
-
*/
|
|
1204
|
-
export declare const UpdateTrainingJobRequestFilterSensitiveLog: (obj: UpdateTrainingJobRequest) => any;
|
|
1205
|
-
/**
|
|
1206
|
-
* @internal
|
|
1207
|
-
*/
|
|
1208
|
-
export declare const UpdateTrainingJobResponseFilterSensitiveLog: (obj: UpdateTrainingJobResponse) => any;
|
|
1209
|
-
/**
|
|
1210
|
-
* @internal
|
|
1211
|
-
*/
|
|
1212
|
-
export declare const UpdateTrialRequestFilterSensitiveLog: (obj: UpdateTrialRequest) => any;
|
|
1213
|
-
/**
|
|
1214
|
-
* @internal
|
|
1215
|
-
*/
|
|
1216
|
-
export declare const UpdateTrialResponseFilterSensitiveLog: (obj: UpdateTrialResponse) => any;
|
|
1217
|
-
/**
|
|
1218
|
-
* @internal
|
|
1219
|
-
*/
|
|
1220
|
-
export declare const UpdateTrialComponentRequestFilterSensitiveLog: (obj: UpdateTrialComponentRequest) => any;
|
|
1221
|
-
/**
|
|
1222
|
-
* @internal
|
|
1223
|
-
*/
|
|
1224
|
-
export declare const UpdateTrialComponentResponseFilterSensitiveLog: (obj: UpdateTrialComponentResponse) => any;
|
|
1225
|
-
/**
|
|
1226
|
-
* @internal
|
|
1227
|
-
*/
|
|
1228
|
-
export declare const UpdateUserProfileRequestFilterSensitiveLog: (obj: UpdateUserProfileRequest) => any;
|
|
1229
|
-
/**
|
|
1230
|
-
* @internal
|
|
1231
|
-
*/
|
|
1232
|
-
export declare const UpdateUserProfileResponseFilterSensitiveLog: (obj: UpdateUserProfileResponse) => any;
|
|
1233
1343
|
/**
|
|
1234
1344
|
* @internal
|
|
1235
1345
|
*/
|
|
1236
1346
|
export declare const UpdateWorkforceRequestFilterSensitiveLog: (obj: UpdateWorkforceRequest) => any;
|
|
1237
|
-
/**
|
|
1238
|
-
* @internal
|
|
1239
|
-
*/
|
|
1240
|
-
export declare const UpdateWorkforceResponseFilterSensitiveLog: (obj: UpdateWorkforceResponse) => any;
|
|
1241
|
-
/**
|
|
1242
|
-
* @internal
|
|
1243
|
-
*/
|
|
1244
|
-
export declare const UpdateWorkteamRequestFilterSensitiveLog: (obj: UpdateWorkteamRequest) => any;
|
|
1245
|
-
/**
|
|
1246
|
-
* @internal
|
|
1247
|
-
*/
|
|
1248
|
-
export declare const UpdateWorkteamResponseFilterSensitiveLog: (obj: UpdateWorkteamResponse) => any;
|
|
1249
|
-
/**
|
|
1250
|
-
* @internal
|
|
1251
|
-
*/
|
|
1252
|
-
export declare const SearchExpressionFilterSensitiveLog: (obj: SearchExpression) => any;
|
|
1253
|
-
/**
|
|
1254
|
-
* @internal
|
|
1255
|
-
*/
|
|
1256
|
-
export declare const SearchRequestFilterSensitiveLog: (obj: SearchRequest) => any;
|