@aws-sdk/client-sagemaker 3.297.0 → 3.299.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 +27 -0
- package/dist-types/SageMakerClient.d.ts +4 -2
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +74 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrialCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +67 -0
- package/dist-types/commands/ListActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +305 -1063
- package/dist-types/models/models_1.d.ts +188 -1124
- package/dist-types/models/models_2.d.ts +164 -1132
- package/dist-types/models/models_3.d.ts +173 -1140
- package/dist-types/models/models_4.d.ts +142 -214
- 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 +11 -10
|
@@ -15,11 +15,13 @@ import {
|
|
|
15
15
|
BestObjectiveNotImproving,
|
|
16
16
|
Bias,
|
|
17
17
|
CaptureContentTypeHeader,
|
|
18
|
+
CaptureOption,
|
|
18
19
|
CaptureStatus,
|
|
19
20
|
CategoricalParameter,
|
|
20
21
|
CategoricalParameterRange,
|
|
21
22
|
Channel,
|
|
22
23
|
CheckpointConfig,
|
|
24
|
+
ClarifyExplainerConfig,
|
|
23
25
|
CognitoConfig,
|
|
24
26
|
CognitoMemberDefinition,
|
|
25
27
|
CollectionConfiguration,
|
|
@@ -27,9 +29,8 @@ import {
|
|
|
27
29
|
ContentClassifier,
|
|
28
30
|
ContinuousParameterRange,
|
|
29
31
|
ConvergenceDetected,
|
|
30
|
-
|
|
32
|
+
DeploymentConfig,
|
|
31
33
|
EndpointInput,
|
|
32
|
-
ExplainerConfig,
|
|
33
34
|
HyperParameterScalingType,
|
|
34
35
|
HyperParameterTuningJobObjective,
|
|
35
36
|
InferenceSpecification,
|
|
@@ -50,10 +51,7 @@ import {
|
|
|
50
51
|
ProcessingS3DataDistributionType,
|
|
51
52
|
ProcessingS3InputMode,
|
|
52
53
|
ProcessingS3UploadMode,
|
|
53
|
-
ProductionVariantAcceleratorType,
|
|
54
|
-
ProductionVariantCoreDumpConfig,
|
|
55
54
|
ProductionVariantInstanceType,
|
|
56
|
-
ProductionVariantServerlessConfig,
|
|
57
55
|
ResourceConfig,
|
|
58
56
|
StoppingCondition,
|
|
59
57
|
Tag,
|
|
@@ -66,6 +64,42 @@ import {
|
|
|
66
64
|
UserSettings,
|
|
67
65
|
VpcConfig,
|
|
68
66
|
} from "./models_0";
|
|
67
|
+
export interface CreateEndpointInput {
|
|
68
|
+
EndpointName: string | undefined;
|
|
69
|
+
EndpointConfigName: string | undefined;
|
|
70
|
+
DeploymentConfig?: DeploymentConfig;
|
|
71
|
+
Tags?: Tag[];
|
|
72
|
+
}
|
|
73
|
+
export interface CreateEndpointOutput {
|
|
74
|
+
EndpointArn: string | undefined;
|
|
75
|
+
}
|
|
76
|
+
export interface DataCaptureConfig {
|
|
77
|
+
EnableCapture?: boolean;
|
|
78
|
+
InitialSamplingPercentage: number | undefined;
|
|
79
|
+
DestinationS3Uri: string | undefined;
|
|
80
|
+
KmsKeyId?: string;
|
|
81
|
+
CaptureOptions: CaptureOption[] | undefined;
|
|
82
|
+
CaptureContentTypeHeader?: CaptureContentTypeHeader;
|
|
83
|
+
}
|
|
84
|
+
export interface ExplainerConfig {
|
|
85
|
+
ClarifyExplainerConfig?: ClarifyExplainerConfig;
|
|
86
|
+
}
|
|
87
|
+
export declare enum ProductionVariantAcceleratorType {
|
|
88
|
+
ML_EIA1_LARGE = "ml.eia1.large",
|
|
89
|
+
ML_EIA1_MEDIUM = "ml.eia1.medium",
|
|
90
|
+
ML_EIA1_XLARGE = "ml.eia1.xlarge",
|
|
91
|
+
ML_EIA2_LARGE = "ml.eia2.large",
|
|
92
|
+
ML_EIA2_MEDIUM = "ml.eia2.medium",
|
|
93
|
+
ML_EIA2_XLARGE = "ml.eia2.xlarge",
|
|
94
|
+
}
|
|
95
|
+
export interface ProductionVariantCoreDumpConfig {
|
|
96
|
+
DestinationS3Uri: string | undefined;
|
|
97
|
+
KmsKeyId?: string;
|
|
98
|
+
}
|
|
99
|
+
export interface ProductionVariantServerlessConfig {
|
|
100
|
+
MemorySizeInMB: number | undefined;
|
|
101
|
+
MaxConcurrency: number | undefined;
|
|
102
|
+
}
|
|
69
103
|
export interface ProductionVariant {
|
|
70
104
|
VariantName: string | undefined;
|
|
71
105
|
ModelName: string | undefined;
|
|
@@ -1631,806 +1665,10 @@ export interface DeleteTagsInput {
|
|
|
1631
1665
|
TagKeys: string[] | undefined;
|
|
1632
1666
|
}
|
|
1633
1667
|
export interface DeleteTagsOutput {}
|
|
1634
|
-
export interface DeleteTrialRequest {
|
|
1635
|
-
TrialName: string | undefined;
|
|
1636
|
-
}
|
|
1637
|
-
export interface DeleteTrialResponse {
|
|
1638
|
-
TrialArn?: string;
|
|
1639
|
-
}
|
|
1640
|
-
export interface DeleteTrialComponentRequest {
|
|
1641
|
-
TrialComponentName: string | undefined;
|
|
1642
|
-
}
|
|
1643
|
-
export interface DeleteTrialComponentResponse {
|
|
1644
|
-
TrialComponentArn?: string;
|
|
1645
|
-
}
|
|
1646
|
-
export interface DeleteUserProfileRequest {
|
|
1647
|
-
DomainId: string | undefined;
|
|
1648
|
-
UserProfileName: string | undefined;
|
|
1649
|
-
}
|
|
1650
|
-
export interface DeleteWorkforceRequest {
|
|
1651
|
-
WorkforceName: string | undefined;
|
|
1652
|
-
}
|
|
1653
|
-
export interface DeleteWorkforceResponse {}
|
|
1654
|
-
export declare const ProductionVariantFilterSensitiveLog: (
|
|
1655
|
-
obj: ProductionVariant
|
|
1656
|
-
) => any;
|
|
1657
|
-
export declare const CreateEndpointConfigInputFilterSensitiveLog: (
|
|
1658
|
-
obj: CreateEndpointConfigInput
|
|
1659
|
-
) => any;
|
|
1660
|
-
export declare const CreateEndpointConfigOutputFilterSensitiveLog: (
|
|
1661
|
-
obj: CreateEndpointConfigOutput
|
|
1662
|
-
) => any;
|
|
1663
|
-
export declare const CreateExperimentRequestFilterSensitiveLog: (
|
|
1664
|
-
obj: CreateExperimentRequest
|
|
1665
|
-
) => any;
|
|
1666
|
-
export declare const CreateExperimentResponseFilterSensitiveLog: (
|
|
1667
|
-
obj: CreateExperimentResponse
|
|
1668
|
-
) => any;
|
|
1669
|
-
export declare const FeatureDefinitionFilterSensitiveLog: (
|
|
1670
|
-
obj: FeatureDefinition
|
|
1671
|
-
) => any;
|
|
1672
|
-
export declare const DataCatalogConfigFilterSensitiveLog: (
|
|
1673
|
-
obj: DataCatalogConfig
|
|
1674
|
-
) => any;
|
|
1675
|
-
export declare const S3StorageConfigFilterSensitiveLog: (
|
|
1676
|
-
obj: S3StorageConfig
|
|
1677
|
-
) => any;
|
|
1678
|
-
export declare const OfflineStoreConfigFilterSensitiveLog: (
|
|
1679
|
-
obj: OfflineStoreConfig
|
|
1680
|
-
) => any;
|
|
1681
|
-
export declare const OnlineStoreSecurityConfigFilterSensitiveLog: (
|
|
1682
|
-
obj: OnlineStoreSecurityConfig
|
|
1683
|
-
) => any;
|
|
1684
|
-
export declare const OnlineStoreConfigFilterSensitiveLog: (
|
|
1685
|
-
obj: OnlineStoreConfig
|
|
1686
|
-
) => any;
|
|
1687
|
-
export declare const CreateFeatureGroupRequestFilterSensitiveLog: (
|
|
1688
|
-
obj: CreateFeatureGroupRequest
|
|
1689
|
-
) => any;
|
|
1690
|
-
export declare const CreateFeatureGroupResponseFilterSensitiveLog: (
|
|
1691
|
-
obj: CreateFeatureGroupResponse
|
|
1692
|
-
) => any;
|
|
1693
|
-
export declare const HumanLoopActivationConditionsConfigFilterSensitiveLog: (
|
|
1694
|
-
obj: HumanLoopActivationConditionsConfig
|
|
1695
|
-
) => any;
|
|
1696
|
-
export declare const HumanLoopActivationConfigFilterSensitiveLog: (
|
|
1697
|
-
obj: HumanLoopActivationConfig
|
|
1698
|
-
) => any;
|
|
1699
|
-
export declare const USDFilterSensitiveLog: (obj: USD) => any;
|
|
1700
|
-
export declare const PublicWorkforceTaskPriceFilterSensitiveLog: (
|
|
1701
|
-
obj: PublicWorkforceTaskPrice
|
|
1702
|
-
) => any;
|
|
1703
|
-
export declare const HumanLoopConfigFilterSensitiveLog: (
|
|
1704
|
-
obj: HumanLoopConfig
|
|
1705
|
-
) => any;
|
|
1706
|
-
export declare const HumanLoopRequestSourceFilterSensitiveLog: (
|
|
1707
|
-
obj: HumanLoopRequestSource
|
|
1708
|
-
) => any;
|
|
1709
|
-
export declare const FlowDefinitionOutputConfigFilterSensitiveLog: (
|
|
1710
|
-
obj: FlowDefinitionOutputConfig
|
|
1711
|
-
) => any;
|
|
1712
|
-
export declare const CreateFlowDefinitionRequestFilterSensitiveLog: (
|
|
1713
|
-
obj: CreateFlowDefinitionRequest
|
|
1714
|
-
) => any;
|
|
1715
|
-
export declare const CreateFlowDefinitionResponseFilterSensitiveLog: (
|
|
1716
|
-
obj: CreateFlowDefinitionResponse
|
|
1717
|
-
) => any;
|
|
1718
|
-
export declare const HubS3StorageConfigFilterSensitiveLog: (
|
|
1719
|
-
obj: HubS3StorageConfig
|
|
1720
|
-
) => any;
|
|
1721
|
-
export declare const CreateHubRequestFilterSensitiveLog: (
|
|
1722
|
-
obj: CreateHubRequest
|
|
1723
|
-
) => any;
|
|
1724
|
-
export declare const CreateHubResponseFilterSensitiveLog: (
|
|
1725
|
-
obj: CreateHubResponse
|
|
1726
|
-
) => any;
|
|
1727
|
-
export declare const UiTemplateFilterSensitiveLog: (obj: UiTemplate) => any;
|
|
1728
|
-
export declare const CreateHumanTaskUiRequestFilterSensitiveLog: (
|
|
1729
|
-
obj: CreateHumanTaskUiRequest
|
|
1730
|
-
) => any;
|
|
1731
|
-
export declare const CreateHumanTaskUiResponseFilterSensitiveLog: (
|
|
1732
|
-
obj: CreateHumanTaskUiResponse
|
|
1733
|
-
) => any;
|
|
1734
|
-
export declare const IntegerParameterRangeFilterSensitiveLog: (
|
|
1735
|
-
obj: IntegerParameterRange
|
|
1736
|
-
) => any;
|
|
1737
|
-
export declare const ParameterRangesFilterSensitiveLog: (
|
|
1738
|
-
obj: ParameterRanges
|
|
1739
|
-
) => any;
|
|
1740
|
-
export declare const ResourceLimitsFilterSensitiveLog: (
|
|
1741
|
-
obj: ResourceLimits
|
|
1742
|
-
) => any;
|
|
1743
|
-
export declare const HyperbandStrategyConfigFilterSensitiveLog: (
|
|
1744
|
-
obj: HyperbandStrategyConfig
|
|
1745
|
-
) => any;
|
|
1746
|
-
export declare const HyperParameterTuningJobStrategyConfigFilterSensitiveLog: (
|
|
1747
|
-
obj: HyperParameterTuningJobStrategyConfig
|
|
1748
|
-
) => any;
|
|
1749
|
-
export declare const TuningJobCompletionCriteriaFilterSensitiveLog: (
|
|
1750
|
-
obj: TuningJobCompletionCriteria
|
|
1751
|
-
) => any;
|
|
1752
|
-
export declare const HyperParameterTuningJobConfigFilterSensitiveLog: (
|
|
1753
|
-
obj: HyperParameterTuningJobConfig
|
|
1754
|
-
) => any;
|
|
1755
|
-
export declare const HyperParameterAlgorithmSpecificationFilterSensitiveLog: (
|
|
1756
|
-
obj: HyperParameterAlgorithmSpecification
|
|
1757
|
-
) => any;
|
|
1758
|
-
export declare const HyperParameterTuningInstanceConfigFilterSensitiveLog: (
|
|
1759
|
-
obj: HyperParameterTuningInstanceConfig
|
|
1760
|
-
) => any;
|
|
1761
|
-
export declare const HyperParameterTuningResourceConfigFilterSensitiveLog: (
|
|
1762
|
-
obj: HyperParameterTuningResourceConfig
|
|
1763
|
-
) => any;
|
|
1764
|
-
export declare const RetryStrategyFilterSensitiveLog: (
|
|
1765
|
-
obj: RetryStrategy
|
|
1766
|
-
) => any;
|
|
1767
|
-
export declare const HyperParameterTrainingJobDefinitionFilterSensitiveLog: (
|
|
1768
|
-
obj: HyperParameterTrainingJobDefinition
|
|
1769
|
-
) => any;
|
|
1770
|
-
export declare const ParentHyperParameterTuningJobFilterSensitiveLog: (
|
|
1771
|
-
obj: ParentHyperParameterTuningJob
|
|
1772
|
-
) => any;
|
|
1773
|
-
export declare const HyperParameterTuningJobWarmStartConfigFilterSensitiveLog: (
|
|
1774
|
-
obj: HyperParameterTuningJobWarmStartConfig
|
|
1775
|
-
) => any;
|
|
1776
|
-
export declare const CreateHyperParameterTuningJobRequestFilterSensitiveLog: (
|
|
1777
|
-
obj: CreateHyperParameterTuningJobRequest
|
|
1778
|
-
) => any;
|
|
1779
|
-
export declare const CreateHyperParameterTuningJobResponseFilterSensitiveLog: (
|
|
1780
|
-
obj: CreateHyperParameterTuningJobResponse
|
|
1781
|
-
) => any;
|
|
1782
|
-
export declare const CreateImageRequestFilterSensitiveLog: (
|
|
1783
|
-
obj: CreateImageRequest
|
|
1784
|
-
) => any;
|
|
1785
|
-
export declare const CreateImageResponseFilterSensitiveLog: (
|
|
1786
|
-
obj: CreateImageResponse
|
|
1787
|
-
) => any;
|
|
1788
|
-
export declare const CreateImageVersionRequestFilterSensitiveLog: (
|
|
1789
|
-
obj: CreateImageVersionRequest
|
|
1790
|
-
) => any;
|
|
1791
|
-
export declare const CreateImageVersionResponseFilterSensitiveLog: (
|
|
1792
|
-
obj: CreateImageVersionResponse
|
|
1793
|
-
) => any;
|
|
1794
|
-
export declare const InferenceExperimentDataStorageConfigFilterSensitiveLog: (
|
|
1795
|
-
obj: InferenceExperimentDataStorageConfig
|
|
1796
|
-
) => any;
|
|
1797
|
-
export declare const RealTimeInferenceConfigFilterSensitiveLog: (
|
|
1798
|
-
obj: RealTimeInferenceConfig
|
|
1799
|
-
) => any;
|
|
1800
|
-
export declare const ModelInfrastructureConfigFilterSensitiveLog: (
|
|
1801
|
-
obj: ModelInfrastructureConfig
|
|
1802
|
-
) => any;
|
|
1803
|
-
export declare const ModelVariantConfigFilterSensitiveLog: (
|
|
1804
|
-
obj: ModelVariantConfig
|
|
1805
|
-
) => any;
|
|
1806
|
-
export declare const InferenceExperimentScheduleFilterSensitiveLog: (
|
|
1807
|
-
obj: InferenceExperimentSchedule
|
|
1808
|
-
) => any;
|
|
1809
|
-
export declare const ShadowModelVariantConfigFilterSensitiveLog: (
|
|
1810
|
-
obj: ShadowModelVariantConfig
|
|
1811
|
-
) => any;
|
|
1812
|
-
export declare const ShadowModeConfigFilterSensitiveLog: (
|
|
1813
|
-
obj: ShadowModeConfig
|
|
1814
|
-
) => any;
|
|
1815
|
-
export declare const CreateInferenceExperimentRequestFilterSensitiveLog: (
|
|
1816
|
-
obj: CreateInferenceExperimentRequest
|
|
1817
|
-
) => any;
|
|
1818
|
-
export declare const CreateInferenceExperimentResponseFilterSensitiveLog: (
|
|
1819
|
-
obj: CreateInferenceExperimentResponse
|
|
1820
|
-
) => any;
|
|
1821
|
-
export declare const RecommendationJobPayloadConfigFilterSensitiveLog: (
|
|
1822
|
-
obj: RecommendationJobPayloadConfig
|
|
1823
|
-
) => any;
|
|
1824
|
-
export declare const RecommendationJobContainerConfigFilterSensitiveLog: (
|
|
1825
|
-
obj: RecommendationJobContainerConfig
|
|
1826
|
-
) => any;
|
|
1827
|
-
export declare const EnvironmentParameterRangesFilterSensitiveLog: (
|
|
1828
|
-
obj: EnvironmentParameterRanges
|
|
1829
|
-
) => any;
|
|
1830
|
-
export declare const EndpointInputConfigurationFilterSensitiveLog: (
|
|
1831
|
-
obj: EndpointInputConfiguration
|
|
1832
|
-
) => any;
|
|
1833
|
-
export declare const EndpointInfoFilterSensitiveLog: (obj: EndpointInfo) => any;
|
|
1834
|
-
export declare const RecommendationJobResourceLimitFilterSensitiveLog: (
|
|
1835
|
-
obj: RecommendationJobResourceLimit
|
|
1836
|
-
) => any;
|
|
1837
|
-
export declare const PhaseFilterSensitiveLog: (obj: Phase) => any;
|
|
1838
|
-
export declare const TrafficPatternFilterSensitiveLog: (
|
|
1839
|
-
obj: TrafficPattern
|
|
1840
|
-
) => any;
|
|
1841
|
-
export declare const RecommendationJobVpcConfigFilterSensitiveLog: (
|
|
1842
|
-
obj: RecommendationJobVpcConfig
|
|
1843
|
-
) => any;
|
|
1844
|
-
export declare const RecommendationJobInputConfigFilterSensitiveLog: (
|
|
1845
|
-
obj: RecommendationJobInputConfig
|
|
1846
|
-
) => any;
|
|
1847
|
-
export declare const RecommendationJobCompiledOutputConfigFilterSensitiveLog: (
|
|
1848
|
-
obj: RecommendationJobCompiledOutputConfig
|
|
1849
|
-
) => any;
|
|
1850
|
-
export declare const RecommendationJobOutputConfigFilterSensitiveLog: (
|
|
1851
|
-
obj: RecommendationJobOutputConfig
|
|
1852
|
-
) => any;
|
|
1853
|
-
export declare const ModelLatencyThresholdFilterSensitiveLog: (
|
|
1854
|
-
obj: ModelLatencyThreshold
|
|
1855
|
-
) => any;
|
|
1856
|
-
export declare const RecommendationJobStoppingConditionsFilterSensitiveLog: (
|
|
1857
|
-
obj: RecommendationJobStoppingConditions
|
|
1858
|
-
) => any;
|
|
1859
|
-
export declare const CreateInferenceRecommendationsJobRequestFilterSensitiveLog: (
|
|
1860
|
-
obj: CreateInferenceRecommendationsJobRequest
|
|
1861
|
-
) => any;
|
|
1862
|
-
export declare const CreateInferenceRecommendationsJobResponseFilterSensitiveLog: (
|
|
1863
|
-
obj: CreateInferenceRecommendationsJobResponse
|
|
1864
|
-
) => any;
|
|
1865
|
-
export declare const UiConfigFilterSensitiveLog: (obj: UiConfig) => any;
|
|
1866
|
-
export declare const HumanTaskConfigFilterSensitiveLog: (
|
|
1867
|
-
obj: HumanTaskConfig
|
|
1868
|
-
) => any;
|
|
1869
|
-
export declare const LabelingJobDataAttributesFilterSensitiveLog: (
|
|
1870
|
-
obj: LabelingJobDataAttributes
|
|
1871
|
-
) => any;
|
|
1872
|
-
export declare const LabelingJobS3DataSourceFilterSensitiveLog: (
|
|
1873
|
-
obj: LabelingJobS3DataSource
|
|
1874
|
-
) => any;
|
|
1875
|
-
export declare const LabelingJobSnsDataSourceFilterSensitiveLog: (
|
|
1876
|
-
obj: LabelingJobSnsDataSource
|
|
1877
|
-
) => any;
|
|
1878
|
-
export declare const LabelingJobDataSourceFilterSensitiveLog: (
|
|
1879
|
-
obj: LabelingJobDataSource
|
|
1880
|
-
) => any;
|
|
1881
|
-
export declare const LabelingJobInputConfigFilterSensitiveLog: (
|
|
1882
|
-
obj: LabelingJobInputConfig
|
|
1883
|
-
) => any;
|
|
1884
|
-
export declare const LabelingJobResourceConfigFilterSensitiveLog: (
|
|
1885
|
-
obj: LabelingJobResourceConfig
|
|
1886
|
-
) => any;
|
|
1887
|
-
export declare const LabelingJobAlgorithmsConfigFilterSensitiveLog: (
|
|
1888
|
-
obj: LabelingJobAlgorithmsConfig
|
|
1889
|
-
) => any;
|
|
1890
|
-
export declare const LabelingJobOutputConfigFilterSensitiveLog: (
|
|
1891
|
-
obj: LabelingJobOutputConfig
|
|
1892
|
-
) => any;
|
|
1893
|
-
export declare const LabelingJobStoppingConditionsFilterSensitiveLog: (
|
|
1894
|
-
obj: LabelingJobStoppingConditions
|
|
1895
|
-
) => any;
|
|
1896
|
-
export declare const CreateLabelingJobRequestFilterSensitiveLog: (
|
|
1897
|
-
obj: CreateLabelingJobRequest
|
|
1898
|
-
) => any;
|
|
1899
|
-
export declare const CreateLabelingJobResponseFilterSensitiveLog: (
|
|
1900
|
-
obj: CreateLabelingJobResponse
|
|
1901
|
-
) => any;
|
|
1902
|
-
export declare const InferenceExecutionConfigFilterSensitiveLog: (
|
|
1903
|
-
obj: InferenceExecutionConfig
|
|
1904
|
-
) => any;
|
|
1905
|
-
export declare const CreateModelInputFilterSensitiveLog: (
|
|
1906
|
-
obj: CreateModelInput
|
|
1907
|
-
) => any;
|
|
1908
|
-
export declare const CreateModelOutputFilterSensitiveLog: (
|
|
1909
|
-
obj: CreateModelOutput
|
|
1910
|
-
) => any;
|
|
1911
|
-
export declare const ModelBiasAppSpecificationFilterSensitiveLog: (
|
|
1912
|
-
obj: ModelBiasAppSpecification
|
|
1913
|
-
) => any;
|
|
1914
|
-
export declare const ModelBiasBaselineConfigFilterSensitiveLog: (
|
|
1915
|
-
obj: ModelBiasBaselineConfig
|
|
1916
|
-
) => any;
|
|
1917
|
-
export declare const MonitoringGroundTruthS3InputFilterSensitiveLog: (
|
|
1918
|
-
obj: MonitoringGroundTruthS3Input
|
|
1919
|
-
) => any;
|
|
1920
|
-
export declare const ModelBiasJobInputFilterSensitiveLog: (
|
|
1921
|
-
obj: ModelBiasJobInput
|
|
1922
|
-
) => any;
|
|
1923
|
-
export declare const CreateModelBiasJobDefinitionRequestFilterSensitiveLog: (
|
|
1924
|
-
obj: CreateModelBiasJobDefinitionRequest
|
|
1925
|
-
) => any;
|
|
1926
|
-
export declare const CreateModelBiasJobDefinitionResponseFilterSensitiveLog: (
|
|
1927
|
-
obj: CreateModelBiasJobDefinitionResponse
|
|
1928
|
-
) => any;
|
|
1929
|
-
export declare const ModelCardSecurityConfigFilterSensitiveLog: (
|
|
1930
|
-
obj: ModelCardSecurityConfig
|
|
1931
|
-
) => any;
|
|
1932
1668
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
1933
1669
|
obj: CreateModelCardRequest
|
|
1934
1670
|
) => any;
|
|
1935
|
-
export declare const CreateModelCardResponseFilterSensitiveLog: (
|
|
1936
|
-
obj: CreateModelCardResponse
|
|
1937
|
-
) => any;
|
|
1938
|
-
export declare const ModelCardExportOutputConfigFilterSensitiveLog: (
|
|
1939
|
-
obj: ModelCardExportOutputConfig
|
|
1940
|
-
) => any;
|
|
1941
|
-
export declare const CreateModelCardExportJobRequestFilterSensitiveLog: (
|
|
1942
|
-
obj: CreateModelCardExportJobRequest
|
|
1943
|
-
) => any;
|
|
1944
|
-
export declare const CreateModelCardExportJobResponseFilterSensitiveLog: (
|
|
1945
|
-
obj: CreateModelCardExportJobResponse
|
|
1946
|
-
) => any;
|
|
1947
|
-
export declare const ModelExplainabilityAppSpecificationFilterSensitiveLog: (
|
|
1948
|
-
obj: ModelExplainabilityAppSpecification
|
|
1949
|
-
) => any;
|
|
1950
|
-
export declare const ModelExplainabilityBaselineConfigFilterSensitiveLog: (
|
|
1951
|
-
obj: ModelExplainabilityBaselineConfig
|
|
1952
|
-
) => any;
|
|
1953
|
-
export declare const ModelExplainabilityJobInputFilterSensitiveLog: (
|
|
1954
|
-
obj: ModelExplainabilityJobInput
|
|
1955
|
-
) => any;
|
|
1956
|
-
export declare const CreateModelExplainabilityJobDefinitionRequestFilterSensitiveLog: (
|
|
1957
|
-
obj: CreateModelExplainabilityJobDefinitionRequest
|
|
1958
|
-
) => any;
|
|
1959
|
-
export declare const CreateModelExplainabilityJobDefinitionResponseFilterSensitiveLog: (
|
|
1960
|
-
obj: CreateModelExplainabilityJobDefinitionResponse
|
|
1961
|
-
) => any;
|
|
1962
|
-
export declare const FileSourceFilterSensitiveLog: (obj: FileSource) => any;
|
|
1963
|
-
export declare const DriftCheckBiasFilterSensitiveLog: (
|
|
1964
|
-
obj: DriftCheckBias
|
|
1965
|
-
) => any;
|
|
1966
|
-
export declare const DriftCheckExplainabilityFilterSensitiveLog: (
|
|
1967
|
-
obj: DriftCheckExplainability
|
|
1968
|
-
) => any;
|
|
1969
|
-
export declare const DriftCheckModelDataQualityFilterSensitiveLog: (
|
|
1970
|
-
obj: DriftCheckModelDataQuality
|
|
1971
|
-
) => any;
|
|
1972
|
-
export declare const DriftCheckModelQualityFilterSensitiveLog: (
|
|
1973
|
-
obj: DriftCheckModelQuality
|
|
1974
|
-
) => any;
|
|
1975
|
-
export declare const DriftCheckBaselinesFilterSensitiveLog: (
|
|
1976
|
-
obj: DriftCheckBaselines
|
|
1977
|
-
) => any;
|
|
1978
|
-
export declare const ExplainabilityFilterSensitiveLog: (
|
|
1979
|
-
obj: Explainability
|
|
1980
|
-
) => any;
|
|
1981
|
-
export declare const ModelDataQualityFilterSensitiveLog: (
|
|
1982
|
-
obj: ModelDataQuality
|
|
1983
|
-
) => any;
|
|
1984
|
-
export declare const ModelQualityFilterSensitiveLog: (obj: ModelQuality) => any;
|
|
1985
|
-
export declare const ModelMetricsFilterSensitiveLog: (obj: ModelMetrics) => any;
|
|
1986
|
-
export declare const SourceAlgorithmFilterSensitiveLog: (
|
|
1987
|
-
obj: SourceAlgorithm
|
|
1988
|
-
) => any;
|
|
1989
|
-
export declare const SourceAlgorithmSpecificationFilterSensitiveLog: (
|
|
1990
|
-
obj: SourceAlgorithmSpecification
|
|
1991
|
-
) => any;
|
|
1992
|
-
export declare const ModelPackageValidationProfileFilterSensitiveLog: (
|
|
1993
|
-
obj: ModelPackageValidationProfile
|
|
1994
|
-
) => any;
|
|
1995
|
-
export declare const ModelPackageValidationSpecificationFilterSensitiveLog: (
|
|
1996
|
-
obj: ModelPackageValidationSpecification
|
|
1997
|
-
) => any;
|
|
1998
|
-
export declare const CreateModelPackageInputFilterSensitiveLog: (
|
|
1999
|
-
obj: CreateModelPackageInput
|
|
2000
|
-
) => any;
|
|
2001
|
-
export declare const CreateModelPackageOutputFilterSensitiveLog: (
|
|
2002
|
-
obj: CreateModelPackageOutput
|
|
2003
|
-
) => any;
|
|
2004
|
-
export declare const CreateModelPackageGroupInputFilterSensitiveLog: (
|
|
2005
|
-
obj: CreateModelPackageGroupInput
|
|
2006
|
-
) => any;
|
|
2007
|
-
export declare const CreateModelPackageGroupOutputFilterSensitiveLog: (
|
|
2008
|
-
obj: CreateModelPackageGroupOutput
|
|
2009
|
-
) => any;
|
|
2010
|
-
export declare const ModelQualityAppSpecificationFilterSensitiveLog: (
|
|
2011
|
-
obj: ModelQualityAppSpecification
|
|
2012
|
-
) => any;
|
|
2013
|
-
export declare const ModelQualityBaselineConfigFilterSensitiveLog: (
|
|
2014
|
-
obj: ModelQualityBaselineConfig
|
|
2015
|
-
) => any;
|
|
2016
|
-
export declare const ModelQualityJobInputFilterSensitiveLog: (
|
|
2017
|
-
obj: ModelQualityJobInput
|
|
2018
|
-
) => any;
|
|
2019
|
-
export declare const CreateModelQualityJobDefinitionRequestFilterSensitiveLog: (
|
|
2020
|
-
obj: CreateModelQualityJobDefinitionRequest
|
|
2021
|
-
) => any;
|
|
2022
|
-
export declare const CreateModelQualityJobDefinitionResponseFilterSensitiveLog: (
|
|
2023
|
-
obj: CreateModelQualityJobDefinitionResponse
|
|
2024
|
-
) => any;
|
|
2025
|
-
export declare const MonitoringBaselineConfigFilterSensitiveLog: (
|
|
2026
|
-
obj: MonitoringBaselineConfig
|
|
2027
|
-
) => any;
|
|
2028
|
-
export declare const MonitoringAppSpecificationFilterSensitiveLog: (
|
|
2029
|
-
obj: MonitoringAppSpecification
|
|
2030
|
-
) => any;
|
|
2031
|
-
export declare const MonitoringInputFilterSensitiveLog: (
|
|
2032
|
-
obj: MonitoringInput
|
|
2033
|
-
) => any;
|
|
2034
|
-
export declare const NetworkConfigFilterSensitiveLog: (
|
|
2035
|
-
obj: NetworkConfig
|
|
2036
|
-
) => any;
|
|
2037
|
-
export declare const MonitoringJobDefinitionFilterSensitiveLog: (
|
|
2038
|
-
obj: MonitoringJobDefinition
|
|
2039
|
-
) => any;
|
|
2040
|
-
export declare const ScheduleConfigFilterSensitiveLog: (
|
|
2041
|
-
obj: ScheduleConfig
|
|
2042
|
-
) => any;
|
|
2043
|
-
export declare const MonitoringScheduleConfigFilterSensitiveLog: (
|
|
2044
|
-
obj: MonitoringScheduleConfig
|
|
2045
|
-
) => any;
|
|
2046
|
-
export declare const CreateMonitoringScheduleRequestFilterSensitiveLog: (
|
|
2047
|
-
obj: CreateMonitoringScheduleRequest
|
|
2048
|
-
) => any;
|
|
2049
|
-
export declare const CreateMonitoringScheduleResponseFilterSensitiveLog: (
|
|
2050
|
-
obj: CreateMonitoringScheduleResponse
|
|
2051
|
-
) => any;
|
|
2052
|
-
export declare const InstanceMetadataServiceConfigurationFilterSensitiveLog: (
|
|
2053
|
-
obj: InstanceMetadataServiceConfiguration
|
|
2054
|
-
) => any;
|
|
2055
|
-
export declare const CreateNotebookInstanceInputFilterSensitiveLog: (
|
|
2056
|
-
obj: CreateNotebookInstanceInput
|
|
2057
|
-
) => any;
|
|
2058
|
-
export declare const CreateNotebookInstanceOutputFilterSensitiveLog: (
|
|
2059
|
-
obj: CreateNotebookInstanceOutput
|
|
2060
|
-
) => any;
|
|
2061
|
-
export declare const NotebookInstanceLifecycleHookFilterSensitiveLog: (
|
|
2062
|
-
obj: NotebookInstanceLifecycleHook
|
|
2063
|
-
) => any;
|
|
2064
|
-
export declare const CreateNotebookInstanceLifecycleConfigInputFilterSensitiveLog: (
|
|
2065
|
-
obj: CreateNotebookInstanceLifecycleConfigInput
|
|
2066
|
-
) => any;
|
|
2067
|
-
export declare const CreateNotebookInstanceLifecycleConfigOutputFilterSensitiveLog: (
|
|
2068
|
-
obj: CreateNotebookInstanceLifecycleConfigOutput
|
|
2069
|
-
) => any;
|
|
2070
|
-
export declare const ParallelismConfigurationFilterSensitiveLog: (
|
|
2071
|
-
obj: ParallelismConfiguration
|
|
2072
|
-
) => any;
|
|
2073
|
-
export declare const PipelineDefinitionS3LocationFilterSensitiveLog: (
|
|
2074
|
-
obj: PipelineDefinitionS3Location
|
|
2075
|
-
) => any;
|
|
2076
|
-
export declare const CreatePipelineRequestFilterSensitiveLog: (
|
|
2077
|
-
obj: CreatePipelineRequest
|
|
2078
|
-
) => any;
|
|
2079
|
-
export declare const CreatePipelineResponseFilterSensitiveLog: (
|
|
2080
|
-
obj: CreatePipelineResponse
|
|
2081
|
-
) => any;
|
|
2082
|
-
export declare const CreatePresignedDomainUrlRequestFilterSensitiveLog: (
|
|
2083
|
-
obj: CreatePresignedDomainUrlRequest
|
|
2084
|
-
) => any;
|
|
2085
|
-
export declare const CreatePresignedDomainUrlResponseFilterSensitiveLog: (
|
|
2086
|
-
obj: CreatePresignedDomainUrlResponse
|
|
2087
|
-
) => any;
|
|
2088
|
-
export declare const CreatePresignedNotebookInstanceUrlInputFilterSensitiveLog: (
|
|
2089
|
-
obj: CreatePresignedNotebookInstanceUrlInput
|
|
2090
|
-
) => any;
|
|
2091
|
-
export declare const CreatePresignedNotebookInstanceUrlOutputFilterSensitiveLog: (
|
|
2092
|
-
obj: CreatePresignedNotebookInstanceUrlOutput
|
|
2093
|
-
) => any;
|
|
2094
|
-
export declare const ExperimentConfigFilterSensitiveLog: (
|
|
2095
|
-
obj: ExperimentConfig
|
|
2096
|
-
) => any;
|
|
2097
|
-
export declare const RedshiftDatasetDefinitionFilterSensitiveLog: (
|
|
2098
|
-
obj: RedshiftDatasetDefinition
|
|
2099
|
-
) => any;
|
|
2100
|
-
export declare const DatasetDefinitionFilterSensitiveLog: (
|
|
2101
|
-
obj: DatasetDefinition
|
|
2102
|
-
) => any;
|
|
2103
|
-
export declare const ProcessingS3InputFilterSensitiveLog: (
|
|
2104
|
-
obj: ProcessingS3Input
|
|
2105
|
-
) => any;
|
|
2106
|
-
export declare const ProcessingInputFilterSensitiveLog: (
|
|
2107
|
-
obj: ProcessingInput
|
|
2108
|
-
) => any;
|
|
2109
|
-
export declare const ProcessingFeatureStoreOutputFilterSensitiveLog: (
|
|
2110
|
-
obj: ProcessingFeatureStoreOutput
|
|
2111
|
-
) => any;
|
|
2112
|
-
export declare const ProcessingS3OutputFilterSensitiveLog: (
|
|
2113
|
-
obj: ProcessingS3Output
|
|
2114
|
-
) => any;
|
|
2115
|
-
export declare const ProcessingOutputFilterSensitiveLog: (
|
|
2116
|
-
obj: ProcessingOutput
|
|
2117
|
-
) => any;
|
|
2118
|
-
export declare const ProcessingOutputConfigFilterSensitiveLog: (
|
|
2119
|
-
obj: ProcessingOutputConfig
|
|
2120
|
-
) => any;
|
|
2121
|
-
export declare const ProcessingClusterConfigFilterSensitiveLog: (
|
|
2122
|
-
obj: ProcessingClusterConfig
|
|
2123
|
-
) => any;
|
|
2124
|
-
export declare const ProcessingResourcesFilterSensitiveLog: (
|
|
2125
|
-
obj: ProcessingResources
|
|
2126
|
-
) => any;
|
|
2127
|
-
export declare const ProcessingStoppingConditionFilterSensitiveLog: (
|
|
2128
|
-
obj: ProcessingStoppingCondition
|
|
2129
|
-
) => any;
|
|
2130
|
-
export declare const CreateProcessingJobRequestFilterSensitiveLog: (
|
|
2131
|
-
obj: CreateProcessingJobRequest
|
|
2132
|
-
) => any;
|
|
2133
|
-
export declare const CreateProcessingJobResponseFilterSensitiveLog: (
|
|
2134
|
-
obj: CreateProcessingJobResponse
|
|
2135
|
-
) => any;
|
|
2136
|
-
export declare const ProvisioningParameterFilterSensitiveLog: (
|
|
2137
|
-
obj: ProvisioningParameter
|
|
2138
|
-
) => any;
|
|
2139
|
-
export declare const ServiceCatalogProvisioningDetailsFilterSensitiveLog: (
|
|
2140
|
-
obj: ServiceCatalogProvisioningDetails
|
|
2141
|
-
) => any;
|
|
2142
|
-
export declare const CreateProjectInputFilterSensitiveLog: (
|
|
2143
|
-
obj: CreateProjectInput
|
|
2144
|
-
) => any;
|
|
2145
|
-
export declare const CreateProjectOutputFilterSensitiveLog: (
|
|
2146
|
-
obj: CreateProjectOutput
|
|
2147
|
-
) => any;
|
|
2148
|
-
export declare const SpaceSettingsFilterSensitiveLog: (
|
|
2149
|
-
obj: SpaceSettings
|
|
2150
|
-
) => any;
|
|
2151
|
-
export declare const CreateSpaceRequestFilterSensitiveLog: (
|
|
2152
|
-
obj: CreateSpaceRequest
|
|
2153
|
-
) => any;
|
|
2154
|
-
export declare const CreateSpaceResponseFilterSensitiveLog: (
|
|
2155
|
-
obj: CreateSpaceResponse
|
|
2156
|
-
) => any;
|
|
2157
|
-
export declare const CreateStudioLifecycleConfigRequestFilterSensitiveLog: (
|
|
2158
|
-
obj: CreateStudioLifecycleConfigRequest
|
|
2159
|
-
) => any;
|
|
2160
|
-
export declare const CreateStudioLifecycleConfigResponseFilterSensitiveLog: (
|
|
2161
|
-
obj: CreateStudioLifecycleConfigResponse
|
|
2162
|
-
) => any;
|
|
2163
|
-
export declare const DebugHookConfigFilterSensitiveLog: (
|
|
2164
|
-
obj: DebugHookConfig
|
|
2165
|
-
) => any;
|
|
2166
|
-
export declare const DebugRuleConfigurationFilterSensitiveLog: (
|
|
2167
|
-
obj: DebugRuleConfiguration
|
|
2168
|
-
) => any;
|
|
2169
|
-
export declare const ProfilerConfigFilterSensitiveLog: (
|
|
2170
|
-
obj: ProfilerConfig
|
|
2171
|
-
) => any;
|
|
2172
|
-
export declare const ProfilerRuleConfigurationFilterSensitiveLog: (
|
|
2173
|
-
obj: ProfilerRuleConfiguration
|
|
2174
|
-
) => any;
|
|
2175
|
-
export declare const TensorBoardOutputConfigFilterSensitiveLog: (
|
|
2176
|
-
obj: TensorBoardOutputConfig
|
|
2177
|
-
) => any;
|
|
2178
|
-
export declare const CreateTrainingJobRequestFilterSensitiveLog: (
|
|
2179
|
-
obj: CreateTrainingJobRequest
|
|
2180
|
-
) => any;
|
|
2181
|
-
export declare const CreateTrainingJobResponseFilterSensitiveLog: (
|
|
2182
|
-
obj: CreateTrainingJobResponse
|
|
2183
|
-
) => any;
|
|
2184
|
-
export declare const DataProcessingFilterSensitiveLog: (
|
|
2185
|
-
obj: DataProcessing
|
|
2186
|
-
) => any;
|
|
2187
|
-
export declare const ModelClientConfigFilterSensitiveLog: (
|
|
2188
|
-
obj: ModelClientConfig
|
|
2189
|
-
) => any;
|
|
2190
|
-
export declare const CreateTransformJobRequestFilterSensitiveLog: (
|
|
2191
|
-
obj: CreateTransformJobRequest
|
|
2192
|
-
) => any;
|
|
2193
|
-
export declare const CreateTransformJobResponseFilterSensitiveLog: (
|
|
2194
|
-
obj: CreateTransformJobResponse
|
|
2195
|
-
) => any;
|
|
2196
|
-
export declare const CreateTrialRequestFilterSensitiveLog: (
|
|
2197
|
-
obj: CreateTrialRequest
|
|
2198
|
-
) => any;
|
|
2199
|
-
export declare const CreateTrialResponseFilterSensitiveLog: (
|
|
2200
|
-
obj: CreateTrialResponse
|
|
2201
|
-
) => any;
|
|
2202
|
-
export declare const TrialComponentArtifactFilterSensitiveLog: (
|
|
2203
|
-
obj: TrialComponentArtifact
|
|
2204
|
-
) => any;
|
|
2205
|
-
export declare const TrialComponentParameterValueFilterSensitiveLog: (
|
|
2206
|
-
obj: TrialComponentParameterValue
|
|
2207
|
-
) => any;
|
|
2208
|
-
export declare const TrialComponentStatusFilterSensitiveLog: (
|
|
2209
|
-
obj: TrialComponentStatus
|
|
2210
|
-
) => any;
|
|
2211
|
-
export declare const CreateTrialComponentRequestFilterSensitiveLog: (
|
|
2212
|
-
obj: CreateTrialComponentRequest
|
|
2213
|
-
) => any;
|
|
2214
|
-
export declare const CreateTrialComponentResponseFilterSensitiveLog: (
|
|
2215
|
-
obj: CreateTrialComponentResponse
|
|
2216
|
-
) => any;
|
|
2217
|
-
export declare const CreateUserProfileRequestFilterSensitiveLog: (
|
|
2218
|
-
obj: CreateUserProfileRequest
|
|
2219
|
-
) => any;
|
|
2220
|
-
export declare const CreateUserProfileResponseFilterSensitiveLog: (
|
|
2221
|
-
obj: CreateUserProfileResponse
|
|
2222
|
-
) => any;
|
|
2223
1671
|
export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
|
|
2224
|
-
export declare const SourceIpConfigFilterSensitiveLog: (
|
|
2225
|
-
obj: SourceIpConfig
|
|
2226
|
-
) => any;
|
|
2227
|
-
export declare const WorkforceVpcConfigRequestFilterSensitiveLog: (
|
|
2228
|
-
obj: WorkforceVpcConfigRequest
|
|
2229
|
-
) => any;
|
|
2230
1672
|
export declare const CreateWorkforceRequestFilterSensitiveLog: (
|
|
2231
1673
|
obj: CreateWorkforceRequest
|
|
2232
1674
|
) => any;
|
|
2233
|
-
export declare const CreateWorkforceResponseFilterSensitiveLog: (
|
|
2234
|
-
obj: CreateWorkforceResponse
|
|
2235
|
-
) => any;
|
|
2236
|
-
export declare const OidcMemberDefinitionFilterSensitiveLog: (
|
|
2237
|
-
obj: OidcMemberDefinition
|
|
2238
|
-
) => any;
|
|
2239
|
-
export declare const MemberDefinitionFilterSensitiveLog: (
|
|
2240
|
-
obj: MemberDefinition
|
|
2241
|
-
) => any;
|
|
2242
|
-
export declare const NotificationConfigurationFilterSensitiveLog: (
|
|
2243
|
-
obj: NotificationConfiguration
|
|
2244
|
-
) => any;
|
|
2245
|
-
export declare const CreateWorkteamRequestFilterSensitiveLog: (
|
|
2246
|
-
obj: CreateWorkteamRequest
|
|
2247
|
-
) => any;
|
|
2248
|
-
export declare const CreateWorkteamResponseFilterSensitiveLog: (
|
|
2249
|
-
obj: CreateWorkteamResponse
|
|
2250
|
-
) => any;
|
|
2251
|
-
export declare const DataCaptureConfigSummaryFilterSensitiveLog: (
|
|
2252
|
-
obj: DataCaptureConfigSummary
|
|
2253
|
-
) => any;
|
|
2254
|
-
export declare const DebugRuleEvaluationStatusFilterSensitiveLog: (
|
|
2255
|
-
obj: DebugRuleEvaluationStatus
|
|
2256
|
-
) => any;
|
|
2257
|
-
export declare const DeleteActionRequestFilterSensitiveLog: (
|
|
2258
|
-
obj: DeleteActionRequest
|
|
2259
|
-
) => any;
|
|
2260
|
-
export declare const DeleteActionResponseFilterSensitiveLog: (
|
|
2261
|
-
obj: DeleteActionResponse
|
|
2262
|
-
) => any;
|
|
2263
|
-
export declare const DeleteAlgorithmInputFilterSensitiveLog: (
|
|
2264
|
-
obj: DeleteAlgorithmInput
|
|
2265
|
-
) => any;
|
|
2266
|
-
export declare const DeleteAppRequestFilterSensitiveLog: (
|
|
2267
|
-
obj: DeleteAppRequest
|
|
2268
|
-
) => any;
|
|
2269
|
-
export declare const DeleteAppImageConfigRequestFilterSensitiveLog: (
|
|
2270
|
-
obj: DeleteAppImageConfigRequest
|
|
2271
|
-
) => any;
|
|
2272
|
-
export declare const DeleteArtifactRequestFilterSensitiveLog: (
|
|
2273
|
-
obj: DeleteArtifactRequest
|
|
2274
|
-
) => any;
|
|
2275
|
-
export declare const DeleteArtifactResponseFilterSensitiveLog: (
|
|
2276
|
-
obj: DeleteArtifactResponse
|
|
2277
|
-
) => any;
|
|
2278
|
-
export declare const DeleteAssociationRequestFilterSensitiveLog: (
|
|
2279
|
-
obj: DeleteAssociationRequest
|
|
2280
|
-
) => any;
|
|
2281
|
-
export declare const DeleteAssociationResponseFilterSensitiveLog: (
|
|
2282
|
-
obj: DeleteAssociationResponse
|
|
2283
|
-
) => any;
|
|
2284
|
-
export declare const DeleteCodeRepositoryInputFilterSensitiveLog: (
|
|
2285
|
-
obj: DeleteCodeRepositoryInput
|
|
2286
|
-
) => any;
|
|
2287
|
-
export declare const DeleteContextRequestFilterSensitiveLog: (
|
|
2288
|
-
obj: DeleteContextRequest
|
|
2289
|
-
) => any;
|
|
2290
|
-
export declare const DeleteContextResponseFilterSensitiveLog: (
|
|
2291
|
-
obj: DeleteContextResponse
|
|
2292
|
-
) => any;
|
|
2293
|
-
export declare const DeleteDataQualityJobDefinitionRequestFilterSensitiveLog: (
|
|
2294
|
-
obj: DeleteDataQualityJobDefinitionRequest
|
|
2295
|
-
) => any;
|
|
2296
|
-
export declare const DeleteDeviceFleetRequestFilterSensitiveLog: (
|
|
2297
|
-
obj: DeleteDeviceFleetRequest
|
|
2298
|
-
) => any;
|
|
2299
|
-
export declare const RetentionPolicyFilterSensitiveLog: (
|
|
2300
|
-
obj: RetentionPolicy
|
|
2301
|
-
) => any;
|
|
2302
|
-
export declare const DeleteDomainRequestFilterSensitiveLog: (
|
|
2303
|
-
obj: DeleteDomainRequest
|
|
2304
|
-
) => any;
|
|
2305
|
-
export declare const DeleteEdgeDeploymentPlanRequestFilterSensitiveLog: (
|
|
2306
|
-
obj: DeleteEdgeDeploymentPlanRequest
|
|
2307
|
-
) => any;
|
|
2308
|
-
export declare const DeleteEdgeDeploymentStageRequestFilterSensitiveLog: (
|
|
2309
|
-
obj: DeleteEdgeDeploymentStageRequest
|
|
2310
|
-
) => any;
|
|
2311
|
-
export declare const DeleteEndpointInputFilterSensitiveLog: (
|
|
2312
|
-
obj: DeleteEndpointInput
|
|
2313
|
-
) => any;
|
|
2314
|
-
export declare const DeleteEndpointConfigInputFilterSensitiveLog: (
|
|
2315
|
-
obj: DeleteEndpointConfigInput
|
|
2316
|
-
) => any;
|
|
2317
|
-
export declare const DeleteExperimentRequestFilterSensitiveLog: (
|
|
2318
|
-
obj: DeleteExperimentRequest
|
|
2319
|
-
) => any;
|
|
2320
|
-
export declare const DeleteExperimentResponseFilterSensitiveLog: (
|
|
2321
|
-
obj: DeleteExperimentResponse
|
|
2322
|
-
) => any;
|
|
2323
|
-
export declare const DeleteFeatureGroupRequestFilterSensitiveLog: (
|
|
2324
|
-
obj: DeleteFeatureGroupRequest
|
|
2325
|
-
) => any;
|
|
2326
|
-
export declare const DeleteFlowDefinitionRequestFilterSensitiveLog: (
|
|
2327
|
-
obj: DeleteFlowDefinitionRequest
|
|
2328
|
-
) => any;
|
|
2329
|
-
export declare const DeleteFlowDefinitionResponseFilterSensitiveLog: (
|
|
2330
|
-
obj: DeleteFlowDefinitionResponse
|
|
2331
|
-
) => any;
|
|
2332
|
-
export declare const DeleteHubRequestFilterSensitiveLog: (
|
|
2333
|
-
obj: DeleteHubRequest
|
|
2334
|
-
) => any;
|
|
2335
|
-
export declare const DeleteHubContentRequestFilterSensitiveLog: (
|
|
2336
|
-
obj: DeleteHubContentRequest
|
|
2337
|
-
) => any;
|
|
2338
|
-
export declare const DeleteHumanTaskUiRequestFilterSensitiveLog: (
|
|
2339
|
-
obj: DeleteHumanTaskUiRequest
|
|
2340
|
-
) => any;
|
|
2341
|
-
export declare const DeleteHumanTaskUiResponseFilterSensitiveLog: (
|
|
2342
|
-
obj: DeleteHumanTaskUiResponse
|
|
2343
|
-
) => any;
|
|
2344
|
-
export declare const DeleteImageRequestFilterSensitiveLog: (
|
|
2345
|
-
obj: DeleteImageRequest
|
|
2346
|
-
) => any;
|
|
2347
|
-
export declare const DeleteImageResponseFilterSensitiveLog: (
|
|
2348
|
-
obj: DeleteImageResponse
|
|
2349
|
-
) => any;
|
|
2350
|
-
export declare const DeleteImageVersionRequestFilterSensitiveLog: (
|
|
2351
|
-
obj: DeleteImageVersionRequest
|
|
2352
|
-
) => any;
|
|
2353
|
-
export declare const DeleteImageVersionResponseFilterSensitiveLog: (
|
|
2354
|
-
obj: DeleteImageVersionResponse
|
|
2355
|
-
) => any;
|
|
2356
|
-
export declare const DeleteInferenceExperimentRequestFilterSensitiveLog: (
|
|
2357
|
-
obj: DeleteInferenceExperimentRequest
|
|
2358
|
-
) => any;
|
|
2359
|
-
export declare const DeleteInferenceExperimentResponseFilterSensitiveLog: (
|
|
2360
|
-
obj: DeleteInferenceExperimentResponse
|
|
2361
|
-
) => any;
|
|
2362
|
-
export declare const DeleteModelInputFilterSensitiveLog: (
|
|
2363
|
-
obj: DeleteModelInput
|
|
2364
|
-
) => any;
|
|
2365
|
-
export declare const DeleteModelBiasJobDefinitionRequestFilterSensitiveLog: (
|
|
2366
|
-
obj: DeleteModelBiasJobDefinitionRequest
|
|
2367
|
-
) => any;
|
|
2368
|
-
export declare const DeleteModelCardRequestFilterSensitiveLog: (
|
|
2369
|
-
obj: DeleteModelCardRequest
|
|
2370
|
-
) => any;
|
|
2371
|
-
export declare const DeleteModelExplainabilityJobDefinitionRequestFilterSensitiveLog: (
|
|
2372
|
-
obj: DeleteModelExplainabilityJobDefinitionRequest
|
|
2373
|
-
) => any;
|
|
2374
|
-
export declare const DeleteModelPackageInputFilterSensitiveLog: (
|
|
2375
|
-
obj: DeleteModelPackageInput
|
|
2376
|
-
) => any;
|
|
2377
|
-
export declare const DeleteModelPackageGroupInputFilterSensitiveLog: (
|
|
2378
|
-
obj: DeleteModelPackageGroupInput
|
|
2379
|
-
) => any;
|
|
2380
|
-
export declare const DeleteModelPackageGroupPolicyInputFilterSensitiveLog: (
|
|
2381
|
-
obj: DeleteModelPackageGroupPolicyInput
|
|
2382
|
-
) => any;
|
|
2383
|
-
export declare const DeleteModelQualityJobDefinitionRequestFilterSensitiveLog: (
|
|
2384
|
-
obj: DeleteModelQualityJobDefinitionRequest
|
|
2385
|
-
) => any;
|
|
2386
|
-
export declare const DeleteMonitoringScheduleRequestFilterSensitiveLog: (
|
|
2387
|
-
obj: DeleteMonitoringScheduleRequest
|
|
2388
|
-
) => any;
|
|
2389
|
-
export declare const DeleteNotebookInstanceInputFilterSensitiveLog: (
|
|
2390
|
-
obj: DeleteNotebookInstanceInput
|
|
2391
|
-
) => any;
|
|
2392
|
-
export declare const DeleteNotebookInstanceLifecycleConfigInputFilterSensitiveLog: (
|
|
2393
|
-
obj: DeleteNotebookInstanceLifecycleConfigInput
|
|
2394
|
-
) => any;
|
|
2395
|
-
export declare const DeletePipelineRequestFilterSensitiveLog: (
|
|
2396
|
-
obj: DeletePipelineRequest
|
|
2397
|
-
) => any;
|
|
2398
|
-
export declare const DeletePipelineResponseFilterSensitiveLog: (
|
|
2399
|
-
obj: DeletePipelineResponse
|
|
2400
|
-
) => any;
|
|
2401
|
-
export declare const DeleteProjectInputFilterSensitiveLog: (
|
|
2402
|
-
obj: DeleteProjectInput
|
|
2403
|
-
) => any;
|
|
2404
|
-
export declare const DeleteSpaceRequestFilterSensitiveLog: (
|
|
2405
|
-
obj: DeleteSpaceRequest
|
|
2406
|
-
) => any;
|
|
2407
|
-
export declare const DeleteStudioLifecycleConfigRequestFilterSensitiveLog: (
|
|
2408
|
-
obj: DeleteStudioLifecycleConfigRequest
|
|
2409
|
-
) => any;
|
|
2410
|
-
export declare const DeleteTagsInputFilterSensitiveLog: (
|
|
2411
|
-
obj: DeleteTagsInput
|
|
2412
|
-
) => any;
|
|
2413
|
-
export declare const DeleteTagsOutputFilterSensitiveLog: (
|
|
2414
|
-
obj: DeleteTagsOutput
|
|
2415
|
-
) => any;
|
|
2416
|
-
export declare const DeleteTrialRequestFilterSensitiveLog: (
|
|
2417
|
-
obj: DeleteTrialRequest
|
|
2418
|
-
) => any;
|
|
2419
|
-
export declare const DeleteTrialResponseFilterSensitiveLog: (
|
|
2420
|
-
obj: DeleteTrialResponse
|
|
2421
|
-
) => any;
|
|
2422
|
-
export declare const DeleteTrialComponentRequestFilterSensitiveLog: (
|
|
2423
|
-
obj: DeleteTrialComponentRequest
|
|
2424
|
-
) => any;
|
|
2425
|
-
export declare const DeleteTrialComponentResponseFilterSensitiveLog: (
|
|
2426
|
-
obj: DeleteTrialComponentResponse
|
|
2427
|
-
) => any;
|
|
2428
|
-
export declare const DeleteUserProfileRequestFilterSensitiveLog: (
|
|
2429
|
-
obj: DeleteUserProfileRequest
|
|
2430
|
-
) => any;
|
|
2431
|
-
export declare const DeleteWorkforceRequestFilterSensitiveLog: (
|
|
2432
|
-
obj: DeleteWorkforceRequest
|
|
2433
|
-
) => any;
|
|
2434
|
-
export declare const DeleteWorkforceResponseFilterSensitiveLog: (
|
|
2435
|
-
obj: DeleteWorkforceResponse
|
|
2436
|
-
) => any;
|