@aws-sdk/client-sagemaker 3.297.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 +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 +4 -3
|
@@ -1,5 +1,188 @@
|
|
|
1
1
|
import { LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, CaptureContentTypeHeader, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected,
|
|
2
|
+
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, DeploymentConfig, EndpointInput, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserSettings, VpcConfig } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface CreateEndpointInput {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The name of the endpoint.The name must be unique within an Amazon Web Services
|
|
9
|
+
* Region in your Amazon Web Services account. The name is case-insensitive in
|
|
10
|
+
* <code>CreateEndpoint</code>, but the case is preserved and must be matched in .</p>
|
|
11
|
+
*/
|
|
12
|
+
EndpointName: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The name of an endpoint configuration. For more information, see <a>CreateEndpointConfig</a>. </p>
|
|
15
|
+
*/
|
|
16
|
+
EndpointConfigName: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The deployment configuration for an endpoint, which contains the desired deployment
|
|
19
|
+
* strategy and rollback configurations.</p>
|
|
20
|
+
*/
|
|
21
|
+
DeploymentConfig?: DeploymentConfig;
|
|
22
|
+
/**
|
|
23
|
+
* <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
|
|
24
|
+
* resources in different ways, for example, by purpose, owner, or environment. For more
|
|
25
|
+
* information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
|
|
26
|
+
*/
|
|
27
|
+
Tags?: Tag[];
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export interface CreateEndpointOutput {
|
|
33
|
+
/**
|
|
34
|
+
* <p>The Amazon Resource Name (ARN) of the endpoint.</p>
|
|
35
|
+
*/
|
|
36
|
+
EndpointArn: string | undefined;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @public
|
|
40
|
+
* <p>Configuration to control how SageMaker captures inference data.</p>
|
|
41
|
+
*/
|
|
42
|
+
export interface DataCaptureConfig {
|
|
43
|
+
/**
|
|
44
|
+
* <p>Whether data capture should be enabled or disabled (defaults to enabled).</p>
|
|
45
|
+
*/
|
|
46
|
+
EnableCapture?: boolean;
|
|
47
|
+
/**
|
|
48
|
+
* <p>The percentage of requests SageMaker will capture. A lower value is recommended for
|
|
49
|
+
* Endpoints with high traffic.</p>
|
|
50
|
+
*/
|
|
51
|
+
InitialSamplingPercentage: number | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>The Amazon S3 location used to capture the data.</p>
|
|
54
|
+
*/
|
|
55
|
+
DestinationS3Uri: string | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* <p>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt the
|
|
58
|
+
* captured data at rest using Amazon S3 server-side encryption.</p>
|
|
59
|
+
* <p>The KmsKeyId can be any of the following formats: </p>
|
|
60
|
+
* <ul>
|
|
61
|
+
* <li>
|
|
62
|
+
* <p>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>
|
|
63
|
+
* </p>
|
|
64
|
+
* </li>
|
|
65
|
+
* <li>
|
|
66
|
+
* <p>Key ARN:
|
|
67
|
+
* <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>
|
|
68
|
+
* </p>
|
|
69
|
+
* </li>
|
|
70
|
+
* <li>
|
|
71
|
+
* <p>Alias name: <code>alias/ExampleAlias</code>
|
|
72
|
+
* </p>
|
|
73
|
+
* </li>
|
|
74
|
+
* <li>
|
|
75
|
+
* <p>Alias name ARN:
|
|
76
|
+
* <code>arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias</code>
|
|
77
|
+
* </p>
|
|
78
|
+
* </li>
|
|
79
|
+
* </ul>
|
|
80
|
+
*/
|
|
81
|
+
KmsKeyId?: string;
|
|
82
|
+
/**
|
|
83
|
+
* <p>Specifies data Model Monitor will capture. You can configure whether to
|
|
84
|
+
* collect only input, only output, or both</p>
|
|
85
|
+
*/
|
|
86
|
+
CaptureOptions: CaptureOption[] | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* <p>Configuration specifying how to treat different headers. If no headers are specified SageMaker will
|
|
89
|
+
* by default base64 encode when capturing the data.</p>
|
|
90
|
+
*/
|
|
91
|
+
CaptureContentTypeHeader?: CaptureContentTypeHeader;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* @public
|
|
95
|
+
* <p>A parameter to activate explainers.</p>
|
|
96
|
+
*/
|
|
97
|
+
export interface ExplainerConfig {
|
|
98
|
+
/**
|
|
99
|
+
* <p>A member of <code>ExplainerConfig</code> that contains configuration parameters for
|
|
100
|
+
* the SageMaker Clarify explainer.</p>
|
|
101
|
+
*/
|
|
102
|
+
ClarifyExplainerConfig?: ClarifyExplainerConfig;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
export declare enum ProductionVariantAcceleratorType {
|
|
108
|
+
ML_EIA1_LARGE = "ml.eia1.large",
|
|
109
|
+
ML_EIA1_MEDIUM = "ml.eia1.medium",
|
|
110
|
+
ML_EIA1_XLARGE = "ml.eia1.xlarge",
|
|
111
|
+
ML_EIA2_LARGE = "ml.eia2.large",
|
|
112
|
+
ML_EIA2_MEDIUM = "ml.eia2.medium",
|
|
113
|
+
ML_EIA2_XLARGE = "ml.eia2.xlarge"
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* @public
|
|
117
|
+
* <p>Specifies configuration for a core dump from the model container when the process
|
|
118
|
+
* crashes.</p>
|
|
119
|
+
*/
|
|
120
|
+
export interface ProductionVariantCoreDumpConfig {
|
|
121
|
+
/**
|
|
122
|
+
* <p>The Amazon S3 bucket to send the core dump to.</p>
|
|
123
|
+
*/
|
|
124
|
+
DestinationS3Uri: string | undefined;
|
|
125
|
+
/**
|
|
126
|
+
* <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker
|
|
127
|
+
* uses to encrypt the core dump data at rest using Amazon S3 server-side encryption. The
|
|
128
|
+
* <code>KmsKeyId</code> can be any of the following formats: </p>
|
|
129
|
+
* <ul>
|
|
130
|
+
* <li>
|
|
131
|
+
* <p>// KMS Key ID</p>
|
|
132
|
+
* <p>
|
|
133
|
+
* <code>"1234abcd-12ab-34cd-56ef-1234567890ab"</code>
|
|
134
|
+
* </p>
|
|
135
|
+
* </li>
|
|
136
|
+
* <li>
|
|
137
|
+
* <p>// Amazon Resource Name (ARN) of a KMS Key</p>
|
|
138
|
+
* <p>
|
|
139
|
+
* <code>"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"</code>
|
|
140
|
+
* </p>
|
|
141
|
+
* </li>
|
|
142
|
+
* <li>
|
|
143
|
+
* <p>// KMS Key Alias</p>
|
|
144
|
+
* <p>
|
|
145
|
+
* <code>"alias/ExampleAlias"</code>
|
|
146
|
+
* </p>
|
|
147
|
+
* </li>
|
|
148
|
+
* <li>
|
|
149
|
+
* <p>// Amazon Resource Name (ARN) of a KMS Key Alias</p>
|
|
150
|
+
* <p>
|
|
151
|
+
* <code>"arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"</code>
|
|
152
|
+
* </p>
|
|
153
|
+
* </li>
|
|
154
|
+
* </ul>
|
|
155
|
+
* <p>If you use a KMS key ID or an alias of your KMS key, the SageMaker execution role must
|
|
156
|
+
* include permissions to call <code>kms:Encrypt</code>. If you don't provide a KMS key ID,
|
|
157
|
+
* SageMaker uses the default KMS key for Amazon S3 for your role's account. SageMaker uses server-side
|
|
158
|
+
* encryption with KMS-managed keys for <code>OutputDataConfig</code>. If you use a bucket
|
|
159
|
+
* policy with an <code>s3:PutObject</code> permission that only allows objects with
|
|
160
|
+
* server-side encryption, set the condition key of
|
|
161
|
+
* <code>s3:x-amz-server-side-encryption</code> to <code>"aws:kms"</code>. For more
|
|
162
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html">KMS-Managed Encryption
|
|
163
|
+
* Keys</a> in the <i>Amazon Simple Storage Service Developer Guide.</i>
|
|
164
|
+
* </p>
|
|
165
|
+
* <p>The KMS key policy must grant permission to the IAM role that you specify in your
|
|
166
|
+
* <code>CreateEndpoint</code> and <code>UpdateEndpoint</code> requests. For more
|
|
167
|
+
* information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html">Using Key Policies in Amazon Web Services KMS</a> in the <i>Amazon Web Services Key Management
|
|
168
|
+
* Service Developer Guide</i>.</p>
|
|
169
|
+
*/
|
|
170
|
+
KmsKeyId?: string;
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
* <p>Specifies the serverless configuration for an endpoint variant.</p>
|
|
175
|
+
*/
|
|
176
|
+
export interface ProductionVariantServerlessConfig {
|
|
177
|
+
/**
|
|
178
|
+
* <p>The memory size of your serverless endpoint. Valid values are in 1 GB increments: 1024 MB, 2048 MB, 3072 MB, 4096 MB, 5120 MB, or 6144 MB.</p>
|
|
179
|
+
*/
|
|
180
|
+
MemorySizeInMB: number | undefined;
|
|
181
|
+
/**
|
|
182
|
+
* <p>The maximum number of concurrent invocations your serverless endpoint can process.</p>
|
|
183
|
+
*/
|
|
184
|
+
MaxConcurrency: number | undefined;
|
|
185
|
+
}
|
|
3
186
|
/**
|
|
4
187
|
* @public
|
|
5
188
|
* <p>
|
|
@@ -73,7 +256,7 @@ export interface ProductionVariant {
|
|
|
73
256
|
* <p>
|
|
74
257
|
* You can use this parameter to turn on native Amazon Web Services Systems Manager (SSM)
|
|
75
258
|
* access for a production variant behind an endpoint. By default, SSM access is disabled
|
|
76
|
-
* for all production variants behind an
|
|
259
|
+
* for all production variants behind an endpoint. You can turn on or turn off SSM access
|
|
77
260
|
* for a production variant behind an existing endpoint by creating a new endpoint
|
|
78
261
|
* configuration and calling <code>UpdateEndpoint</code>.
|
|
79
262
|
* </p>
|
|
@@ -328,7 +511,7 @@ export interface OnlineStoreSecurityConfig {
|
|
|
328
511
|
/**
|
|
329
512
|
* <p>The Amazon Web Services Key Management Service (KMS) key ARN that SageMaker Feature Store uses
|
|
330
513
|
* to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.</p>
|
|
331
|
-
* <p>The caller (either
|
|
514
|
+
* <p>The caller (either user or IAM role) of <code>CreateFeatureGroup</code> must have
|
|
332
515
|
* below permissions to the <code>OnlineStore</code>
|
|
333
516
|
* <code>KmsKeyId</code>:</p>
|
|
334
517
|
* <ul>
|
|
@@ -9028,1134 +9211,15 @@ export interface DeleteTagsInput {
|
|
|
9028
9211
|
*/
|
|
9029
9212
|
export interface DeleteTagsOutput {
|
|
9030
9213
|
}
|
|
9031
|
-
/**
|
|
9032
|
-
* @public
|
|
9033
|
-
*/
|
|
9034
|
-
export interface DeleteTrialRequest {
|
|
9035
|
-
/**
|
|
9036
|
-
* <p>The name of the trial to delete.</p>
|
|
9037
|
-
*/
|
|
9038
|
-
TrialName: string | undefined;
|
|
9039
|
-
}
|
|
9040
|
-
/**
|
|
9041
|
-
* @public
|
|
9042
|
-
*/
|
|
9043
|
-
export interface DeleteTrialResponse {
|
|
9044
|
-
/**
|
|
9045
|
-
* <p>The Amazon Resource Name (ARN) of the trial that is being deleted.</p>
|
|
9046
|
-
*/
|
|
9047
|
-
TrialArn?: string;
|
|
9048
|
-
}
|
|
9049
|
-
/**
|
|
9050
|
-
* @public
|
|
9051
|
-
*/
|
|
9052
|
-
export interface DeleteTrialComponentRequest {
|
|
9053
|
-
/**
|
|
9054
|
-
* <p>The name of the component to delete.</p>
|
|
9055
|
-
*/
|
|
9056
|
-
TrialComponentName: string | undefined;
|
|
9057
|
-
}
|
|
9058
|
-
/**
|
|
9059
|
-
* @public
|
|
9060
|
-
*/
|
|
9061
|
-
export interface DeleteTrialComponentResponse {
|
|
9062
|
-
/**
|
|
9063
|
-
* <p>The Amazon Resource Name (ARN) of the component is being deleted.</p>
|
|
9064
|
-
*/
|
|
9065
|
-
TrialComponentArn?: string;
|
|
9066
|
-
}
|
|
9067
|
-
/**
|
|
9068
|
-
* @public
|
|
9069
|
-
*/
|
|
9070
|
-
export interface DeleteUserProfileRequest {
|
|
9071
|
-
/**
|
|
9072
|
-
* <p>The domain ID.</p>
|
|
9073
|
-
*/
|
|
9074
|
-
DomainId: string | undefined;
|
|
9075
|
-
/**
|
|
9076
|
-
* <p>The user profile name.</p>
|
|
9077
|
-
*/
|
|
9078
|
-
UserProfileName: string | undefined;
|
|
9079
|
-
}
|
|
9080
|
-
/**
|
|
9081
|
-
* @public
|
|
9082
|
-
*/
|
|
9083
|
-
export interface DeleteWorkforceRequest {
|
|
9084
|
-
/**
|
|
9085
|
-
* <p>The name of the workforce.</p>
|
|
9086
|
-
*/
|
|
9087
|
-
WorkforceName: string | undefined;
|
|
9088
|
-
}
|
|
9089
|
-
/**
|
|
9090
|
-
* @public
|
|
9091
|
-
*/
|
|
9092
|
-
export interface DeleteWorkforceResponse {
|
|
9093
|
-
}
|
|
9094
|
-
/**
|
|
9095
|
-
* @internal
|
|
9096
|
-
*/
|
|
9097
|
-
export declare const ProductionVariantFilterSensitiveLog: (obj: ProductionVariant) => any;
|
|
9098
|
-
/**
|
|
9099
|
-
* @internal
|
|
9100
|
-
*/
|
|
9101
|
-
export declare const CreateEndpointConfigInputFilterSensitiveLog: (obj: CreateEndpointConfigInput) => any;
|
|
9102
|
-
/**
|
|
9103
|
-
* @internal
|
|
9104
|
-
*/
|
|
9105
|
-
export declare const CreateEndpointConfigOutputFilterSensitiveLog: (obj: CreateEndpointConfigOutput) => any;
|
|
9106
|
-
/**
|
|
9107
|
-
* @internal
|
|
9108
|
-
*/
|
|
9109
|
-
export declare const CreateExperimentRequestFilterSensitiveLog: (obj: CreateExperimentRequest) => any;
|
|
9110
|
-
/**
|
|
9111
|
-
* @internal
|
|
9112
|
-
*/
|
|
9113
|
-
export declare const CreateExperimentResponseFilterSensitiveLog: (obj: CreateExperimentResponse) => any;
|
|
9114
|
-
/**
|
|
9115
|
-
* @internal
|
|
9116
|
-
*/
|
|
9117
|
-
export declare const FeatureDefinitionFilterSensitiveLog: (obj: FeatureDefinition) => any;
|
|
9118
|
-
/**
|
|
9119
|
-
* @internal
|
|
9120
|
-
*/
|
|
9121
|
-
export declare const DataCatalogConfigFilterSensitiveLog: (obj: DataCatalogConfig) => any;
|
|
9122
|
-
/**
|
|
9123
|
-
* @internal
|
|
9124
|
-
*/
|
|
9125
|
-
export declare const S3StorageConfigFilterSensitiveLog: (obj: S3StorageConfig) => any;
|
|
9126
|
-
/**
|
|
9127
|
-
* @internal
|
|
9128
|
-
*/
|
|
9129
|
-
export declare const OfflineStoreConfigFilterSensitiveLog: (obj: OfflineStoreConfig) => any;
|
|
9130
|
-
/**
|
|
9131
|
-
* @internal
|
|
9132
|
-
*/
|
|
9133
|
-
export declare const OnlineStoreSecurityConfigFilterSensitiveLog: (obj: OnlineStoreSecurityConfig) => any;
|
|
9134
|
-
/**
|
|
9135
|
-
* @internal
|
|
9136
|
-
*/
|
|
9137
|
-
export declare const OnlineStoreConfigFilterSensitiveLog: (obj: OnlineStoreConfig) => any;
|
|
9138
|
-
/**
|
|
9139
|
-
* @internal
|
|
9140
|
-
*/
|
|
9141
|
-
export declare const CreateFeatureGroupRequestFilterSensitiveLog: (obj: CreateFeatureGroupRequest) => any;
|
|
9142
|
-
/**
|
|
9143
|
-
* @internal
|
|
9144
|
-
*/
|
|
9145
|
-
export declare const CreateFeatureGroupResponseFilterSensitiveLog: (obj: CreateFeatureGroupResponse) => any;
|
|
9146
|
-
/**
|
|
9147
|
-
* @internal
|
|
9148
|
-
*/
|
|
9149
|
-
export declare const HumanLoopActivationConditionsConfigFilterSensitiveLog: (obj: HumanLoopActivationConditionsConfig) => any;
|
|
9150
|
-
/**
|
|
9151
|
-
* @internal
|
|
9152
|
-
*/
|
|
9153
|
-
export declare const HumanLoopActivationConfigFilterSensitiveLog: (obj: HumanLoopActivationConfig) => any;
|
|
9154
|
-
/**
|
|
9155
|
-
* @internal
|
|
9156
|
-
*/
|
|
9157
|
-
export declare const USDFilterSensitiveLog: (obj: USD) => any;
|
|
9158
|
-
/**
|
|
9159
|
-
* @internal
|
|
9160
|
-
*/
|
|
9161
|
-
export declare const PublicWorkforceTaskPriceFilterSensitiveLog: (obj: PublicWorkforceTaskPrice) => any;
|
|
9162
|
-
/**
|
|
9163
|
-
* @internal
|
|
9164
|
-
*/
|
|
9165
|
-
export declare const HumanLoopConfigFilterSensitiveLog: (obj: HumanLoopConfig) => any;
|
|
9166
|
-
/**
|
|
9167
|
-
* @internal
|
|
9168
|
-
*/
|
|
9169
|
-
export declare const HumanLoopRequestSourceFilterSensitiveLog: (obj: HumanLoopRequestSource) => any;
|
|
9170
|
-
/**
|
|
9171
|
-
* @internal
|
|
9172
|
-
*/
|
|
9173
|
-
export declare const FlowDefinitionOutputConfigFilterSensitiveLog: (obj: FlowDefinitionOutputConfig) => any;
|
|
9174
|
-
/**
|
|
9175
|
-
* @internal
|
|
9176
|
-
*/
|
|
9177
|
-
export declare const CreateFlowDefinitionRequestFilterSensitiveLog: (obj: CreateFlowDefinitionRequest) => any;
|
|
9178
|
-
/**
|
|
9179
|
-
* @internal
|
|
9180
|
-
*/
|
|
9181
|
-
export declare const CreateFlowDefinitionResponseFilterSensitiveLog: (obj: CreateFlowDefinitionResponse) => any;
|
|
9182
|
-
/**
|
|
9183
|
-
* @internal
|
|
9184
|
-
*/
|
|
9185
|
-
export declare const HubS3StorageConfigFilterSensitiveLog: (obj: HubS3StorageConfig) => any;
|
|
9186
|
-
/**
|
|
9187
|
-
* @internal
|
|
9188
|
-
*/
|
|
9189
|
-
export declare const CreateHubRequestFilterSensitiveLog: (obj: CreateHubRequest) => any;
|
|
9190
|
-
/**
|
|
9191
|
-
* @internal
|
|
9192
|
-
*/
|
|
9193
|
-
export declare const CreateHubResponseFilterSensitiveLog: (obj: CreateHubResponse) => any;
|
|
9194
|
-
/**
|
|
9195
|
-
* @internal
|
|
9196
|
-
*/
|
|
9197
|
-
export declare const UiTemplateFilterSensitiveLog: (obj: UiTemplate) => any;
|
|
9198
9214
|
/**
|
|
9199
9215
|
* @internal
|
|
9200
9216
|
*/
|
|
9201
|
-
export declare const
|
|
9217
|
+
export declare const CreateModelCardRequestFilterSensitiveLog: (obj: CreateModelCardRequest) => any;
|
|
9202
9218
|
/**
|
|
9203
9219
|
* @internal
|
|
9204
9220
|
*/
|
|
9205
|
-
export declare const
|
|
9206
|
-
/**
|
|
9207
|
-
* @internal
|
|
9208
|
-
*/
|
|
9209
|
-
export declare const IntegerParameterRangeFilterSensitiveLog: (obj: IntegerParameterRange) => any;
|
|
9210
|
-
/**
|
|
9211
|
-
* @internal
|
|
9212
|
-
*/
|
|
9213
|
-
export declare const ParameterRangesFilterSensitiveLog: (obj: ParameterRanges) => any;
|
|
9214
|
-
/**
|
|
9215
|
-
* @internal
|
|
9216
|
-
*/
|
|
9217
|
-
export declare const ResourceLimitsFilterSensitiveLog: (obj: ResourceLimits) => any;
|
|
9218
|
-
/**
|
|
9219
|
-
* @internal
|
|
9220
|
-
*/
|
|
9221
|
-
export declare const HyperbandStrategyConfigFilterSensitiveLog: (obj: HyperbandStrategyConfig) => any;
|
|
9222
|
-
/**
|
|
9223
|
-
* @internal
|
|
9224
|
-
*/
|
|
9225
|
-
export declare const HyperParameterTuningJobStrategyConfigFilterSensitiveLog: (obj: HyperParameterTuningJobStrategyConfig) => any;
|
|
9226
|
-
/**
|
|
9227
|
-
* @internal
|
|
9228
|
-
*/
|
|
9229
|
-
export declare const TuningJobCompletionCriteriaFilterSensitiveLog: (obj: TuningJobCompletionCriteria) => any;
|
|
9230
|
-
/**
|
|
9231
|
-
* @internal
|
|
9232
|
-
*/
|
|
9233
|
-
export declare const HyperParameterTuningJobConfigFilterSensitiveLog: (obj: HyperParameterTuningJobConfig) => any;
|
|
9234
|
-
/**
|
|
9235
|
-
* @internal
|
|
9236
|
-
*/
|
|
9237
|
-
export declare const HyperParameterAlgorithmSpecificationFilterSensitiveLog: (obj: HyperParameterAlgorithmSpecification) => any;
|
|
9238
|
-
/**
|
|
9239
|
-
* @internal
|
|
9240
|
-
*/
|
|
9241
|
-
export declare const HyperParameterTuningInstanceConfigFilterSensitiveLog: (obj: HyperParameterTuningInstanceConfig) => any;
|
|
9242
|
-
/**
|
|
9243
|
-
* @internal
|
|
9244
|
-
*/
|
|
9245
|
-
export declare const HyperParameterTuningResourceConfigFilterSensitiveLog: (obj: HyperParameterTuningResourceConfig) => any;
|
|
9246
|
-
/**
|
|
9247
|
-
* @internal
|
|
9248
|
-
*/
|
|
9249
|
-
export declare const RetryStrategyFilterSensitiveLog: (obj: RetryStrategy) => any;
|
|
9250
|
-
/**
|
|
9251
|
-
* @internal
|
|
9252
|
-
*/
|
|
9253
|
-
export declare const HyperParameterTrainingJobDefinitionFilterSensitiveLog: (obj: HyperParameterTrainingJobDefinition) => any;
|
|
9254
|
-
/**
|
|
9255
|
-
* @internal
|
|
9256
|
-
*/
|
|
9257
|
-
export declare const ParentHyperParameterTuningJobFilterSensitiveLog: (obj: ParentHyperParameterTuningJob) => any;
|
|
9258
|
-
/**
|
|
9259
|
-
* @internal
|
|
9260
|
-
*/
|
|
9261
|
-
export declare const HyperParameterTuningJobWarmStartConfigFilterSensitiveLog: (obj: HyperParameterTuningJobWarmStartConfig) => any;
|
|
9262
|
-
/**
|
|
9263
|
-
* @internal
|
|
9264
|
-
*/
|
|
9265
|
-
export declare const CreateHyperParameterTuningJobRequestFilterSensitiveLog: (obj: CreateHyperParameterTuningJobRequest) => any;
|
|
9266
|
-
/**
|
|
9267
|
-
* @internal
|
|
9268
|
-
*/
|
|
9269
|
-
export declare const CreateHyperParameterTuningJobResponseFilterSensitiveLog: (obj: CreateHyperParameterTuningJobResponse) => any;
|
|
9270
|
-
/**
|
|
9271
|
-
* @internal
|
|
9272
|
-
*/
|
|
9273
|
-
export declare const CreateImageRequestFilterSensitiveLog: (obj: CreateImageRequest) => any;
|
|
9274
|
-
/**
|
|
9275
|
-
* @internal
|
|
9276
|
-
*/
|
|
9277
|
-
export declare const CreateImageResponseFilterSensitiveLog: (obj: CreateImageResponse) => any;
|
|
9278
|
-
/**
|
|
9279
|
-
* @internal
|
|
9280
|
-
*/
|
|
9281
|
-
export declare const CreateImageVersionRequestFilterSensitiveLog: (obj: CreateImageVersionRequest) => any;
|
|
9282
|
-
/**
|
|
9283
|
-
* @internal
|
|
9284
|
-
*/
|
|
9285
|
-
export declare const CreateImageVersionResponseFilterSensitiveLog: (obj: CreateImageVersionResponse) => any;
|
|
9286
|
-
/**
|
|
9287
|
-
* @internal
|
|
9288
|
-
*/
|
|
9289
|
-
export declare const InferenceExperimentDataStorageConfigFilterSensitiveLog: (obj: InferenceExperimentDataStorageConfig) => any;
|
|
9290
|
-
/**
|
|
9291
|
-
* @internal
|
|
9292
|
-
*/
|
|
9293
|
-
export declare const RealTimeInferenceConfigFilterSensitiveLog: (obj: RealTimeInferenceConfig) => any;
|
|
9294
|
-
/**
|
|
9295
|
-
* @internal
|
|
9296
|
-
*/
|
|
9297
|
-
export declare const ModelInfrastructureConfigFilterSensitiveLog: (obj: ModelInfrastructureConfig) => any;
|
|
9298
|
-
/**
|
|
9299
|
-
* @internal
|
|
9300
|
-
*/
|
|
9301
|
-
export declare const ModelVariantConfigFilterSensitiveLog: (obj: ModelVariantConfig) => any;
|
|
9302
|
-
/**
|
|
9303
|
-
* @internal
|
|
9304
|
-
*/
|
|
9305
|
-
export declare const InferenceExperimentScheduleFilterSensitiveLog: (obj: InferenceExperimentSchedule) => any;
|
|
9306
|
-
/**
|
|
9307
|
-
* @internal
|
|
9308
|
-
*/
|
|
9309
|
-
export declare const ShadowModelVariantConfigFilterSensitiveLog: (obj: ShadowModelVariantConfig) => any;
|
|
9310
|
-
/**
|
|
9311
|
-
* @internal
|
|
9312
|
-
*/
|
|
9313
|
-
export declare const ShadowModeConfigFilterSensitiveLog: (obj: ShadowModeConfig) => any;
|
|
9314
|
-
/**
|
|
9315
|
-
* @internal
|
|
9316
|
-
*/
|
|
9317
|
-
export declare const CreateInferenceExperimentRequestFilterSensitiveLog: (obj: CreateInferenceExperimentRequest) => any;
|
|
9318
|
-
/**
|
|
9319
|
-
* @internal
|
|
9320
|
-
*/
|
|
9321
|
-
export declare const CreateInferenceExperimentResponseFilterSensitiveLog: (obj: CreateInferenceExperimentResponse) => any;
|
|
9322
|
-
/**
|
|
9323
|
-
* @internal
|
|
9324
|
-
*/
|
|
9325
|
-
export declare const RecommendationJobPayloadConfigFilterSensitiveLog: (obj: RecommendationJobPayloadConfig) => any;
|
|
9326
|
-
/**
|
|
9327
|
-
* @internal
|
|
9328
|
-
*/
|
|
9329
|
-
export declare const RecommendationJobContainerConfigFilterSensitiveLog: (obj: RecommendationJobContainerConfig) => any;
|
|
9330
|
-
/**
|
|
9331
|
-
* @internal
|
|
9332
|
-
*/
|
|
9333
|
-
export declare const EnvironmentParameterRangesFilterSensitiveLog: (obj: EnvironmentParameterRanges) => any;
|
|
9334
|
-
/**
|
|
9335
|
-
* @internal
|
|
9336
|
-
*/
|
|
9337
|
-
export declare const EndpointInputConfigurationFilterSensitiveLog: (obj: EndpointInputConfiguration) => any;
|
|
9338
|
-
/**
|
|
9339
|
-
* @internal
|
|
9340
|
-
*/
|
|
9341
|
-
export declare const EndpointInfoFilterSensitiveLog: (obj: EndpointInfo) => any;
|
|
9342
|
-
/**
|
|
9343
|
-
* @internal
|
|
9344
|
-
*/
|
|
9345
|
-
export declare const RecommendationJobResourceLimitFilterSensitiveLog: (obj: RecommendationJobResourceLimit) => any;
|
|
9346
|
-
/**
|
|
9347
|
-
* @internal
|
|
9348
|
-
*/
|
|
9349
|
-
export declare const PhaseFilterSensitiveLog: (obj: Phase) => any;
|
|
9350
|
-
/**
|
|
9351
|
-
* @internal
|
|
9352
|
-
*/
|
|
9353
|
-
export declare const TrafficPatternFilterSensitiveLog: (obj: TrafficPattern) => any;
|
|
9354
|
-
/**
|
|
9355
|
-
* @internal
|
|
9356
|
-
*/
|
|
9357
|
-
export declare const RecommendationJobVpcConfigFilterSensitiveLog: (obj: RecommendationJobVpcConfig) => any;
|
|
9358
|
-
/**
|
|
9359
|
-
* @internal
|
|
9360
|
-
*/
|
|
9361
|
-
export declare const RecommendationJobInputConfigFilterSensitiveLog: (obj: RecommendationJobInputConfig) => any;
|
|
9362
|
-
/**
|
|
9363
|
-
* @internal
|
|
9364
|
-
*/
|
|
9365
|
-
export declare const RecommendationJobCompiledOutputConfigFilterSensitiveLog: (obj: RecommendationJobCompiledOutputConfig) => any;
|
|
9366
|
-
/**
|
|
9367
|
-
* @internal
|
|
9368
|
-
*/
|
|
9369
|
-
export declare const RecommendationJobOutputConfigFilterSensitiveLog: (obj: RecommendationJobOutputConfig) => any;
|
|
9370
|
-
/**
|
|
9371
|
-
* @internal
|
|
9372
|
-
*/
|
|
9373
|
-
export declare const ModelLatencyThresholdFilterSensitiveLog: (obj: ModelLatencyThreshold) => any;
|
|
9374
|
-
/**
|
|
9375
|
-
* @internal
|
|
9376
|
-
*/
|
|
9377
|
-
export declare const RecommendationJobStoppingConditionsFilterSensitiveLog: (obj: RecommendationJobStoppingConditions) => any;
|
|
9378
|
-
/**
|
|
9379
|
-
* @internal
|
|
9380
|
-
*/
|
|
9381
|
-
export declare const CreateInferenceRecommendationsJobRequestFilterSensitiveLog: (obj: CreateInferenceRecommendationsJobRequest) => any;
|
|
9382
|
-
/**
|
|
9383
|
-
* @internal
|
|
9384
|
-
*/
|
|
9385
|
-
export declare const CreateInferenceRecommendationsJobResponseFilterSensitiveLog: (obj: CreateInferenceRecommendationsJobResponse) => any;
|
|
9386
|
-
/**
|
|
9387
|
-
* @internal
|
|
9388
|
-
*/
|
|
9389
|
-
export declare const UiConfigFilterSensitiveLog: (obj: UiConfig) => any;
|
|
9390
|
-
/**
|
|
9391
|
-
* @internal
|
|
9392
|
-
*/
|
|
9393
|
-
export declare const HumanTaskConfigFilterSensitiveLog: (obj: HumanTaskConfig) => any;
|
|
9394
|
-
/**
|
|
9395
|
-
* @internal
|
|
9396
|
-
*/
|
|
9397
|
-
export declare const LabelingJobDataAttributesFilterSensitiveLog: (obj: LabelingJobDataAttributes) => any;
|
|
9398
|
-
/**
|
|
9399
|
-
* @internal
|
|
9400
|
-
*/
|
|
9401
|
-
export declare const LabelingJobS3DataSourceFilterSensitiveLog: (obj: LabelingJobS3DataSource) => any;
|
|
9402
|
-
/**
|
|
9403
|
-
* @internal
|
|
9404
|
-
*/
|
|
9405
|
-
export declare const LabelingJobSnsDataSourceFilterSensitiveLog: (obj: LabelingJobSnsDataSource) => any;
|
|
9406
|
-
/**
|
|
9407
|
-
* @internal
|
|
9408
|
-
*/
|
|
9409
|
-
export declare const LabelingJobDataSourceFilterSensitiveLog: (obj: LabelingJobDataSource) => any;
|
|
9410
|
-
/**
|
|
9411
|
-
* @internal
|
|
9412
|
-
*/
|
|
9413
|
-
export declare const LabelingJobInputConfigFilterSensitiveLog: (obj: LabelingJobInputConfig) => any;
|
|
9414
|
-
/**
|
|
9415
|
-
* @internal
|
|
9416
|
-
*/
|
|
9417
|
-
export declare const LabelingJobResourceConfigFilterSensitiveLog: (obj: LabelingJobResourceConfig) => any;
|
|
9418
|
-
/**
|
|
9419
|
-
* @internal
|
|
9420
|
-
*/
|
|
9421
|
-
export declare const LabelingJobAlgorithmsConfigFilterSensitiveLog: (obj: LabelingJobAlgorithmsConfig) => any;
|
|
9422
|
-
/**
|
|
9423
|
-
* @internal
|
|
9424
|
-
*/
|
|
9425
|
-
export declare const LabelingJobOutputConfigFilterSensitiveLog: (obj: LabelingJobOutputConfig) => any;
|
|
9426
|
-
/**
|
|
9427
|
-
* @internal
|
|
9428
|
-
*/
|
|
9429
|
-
export declare const LabelingJobStoppingConditionsFilterSensitiveLog: (obj: LabelingJobStoppingConditions) => any;
|
|
9430
|
-
/**
|
|
9431
|
-
* @internal
|
|
9432
|
-
*/
|
|
9433
|
-
export declare const CreateLabelingJobRequestFilterSensitiveLog: (obj: CreateLabelingJobRequest) => any;
|
|
9434
|
-
/**
|
|
9435
|
-
* @internal
|
|
9436
|
-
*/
|
|
9437
|
-
export declare const CreateLabelingJobResponseFilterSensitiveLog: (obj: CreateLabelingJobResponse) => any;
|
|
9438
|
-
/**
|
|
9439
|
-
* @internal
|
|
9440
|
-
*/
|
|
9441
|
-
export declare const InferenceExecutionConfigFilterSensitiveLog: (obj: InferenceExecutionConfig) => any;
|
|
9442
|
-
/**
|
|
9443
|
-
* @internal
|
|
9444
|
-
*/
|
|
9445
|
-
export declare const CreateModelInputFilterSensitiveLog: (obj: CreateModelInput) => any;
|
|
9446
|
-
/**
|
|
9447
|
-
* @internal
|
|
9448
|
-
*/
|
|
9449
|
-
export declare const CreateModelOutputFilterSensitiveLog: (obj: CreateModelOutput) => any;
|
|
9450
|
-
/**
|
|
9451
|
-
* @internal
|
|
9452
|
-
*/
|
|
9453
|
-
export declare const ModelBiasAppSpecificationFilterSensitiveLog: (obj: ModelBiasAppSpecification) => any;
|
|
9454
|
-
/**
|
|
9455
|
-
* @internal
|
|
9456
|
-
*/
|
|
9457
|
-
export declare const ModelBiasBaselineConfigFilterSensitiveLog: (obj: ModelBiasBaselineConfig) => any;
|
|
9458
|
-
/**
|
|
9459
|
-
* @internal
|
|
9460
|
-
*/
|
|
9461
|
-
export declare const MonitoringGroundTruthS3InputFilterSensitiveLog: (obj: MonitoringGroundTruthS3Input) => any;
|
|
9462
|
-
/**
|
|
9463
|
-
* @internal
|
|
9464
|
-
*/
|
|
9465
|
-
export declare const ModelBiasJobInputFilterSensitiveLog: (obj: ModelBiasJobInput) => any;
|
|
9466
|
-
/**
|
|
9467
|
-
* @internal
|
|
9468
|
-
*/
|
|
9469
|
-
export declare const CreateModelBiasJobDefinitionRequestFilterSensitiveLog: (obj: CreateModelBiasJobDefinitionRequest) => any;
|
|
9470
|
-
/**
|
|
9471
|
-
* @internal
|
|
9472
|
-
*/
|
|
9473
|
-
export declare const CreateModelBiasJobDefinitionResponseFilterSensitiveLog: (obj: CreateModelBiasJobDefinitionResponse) => any;
|
|
9474
|
-
/**
|
|
9475
|
-
* @internal
|
|
9476
|
-
*/
|
|
9477
|
-
export declare const ModelCardSecurityConfigFilterSensitiveLog: (obj: ModelCardSecurityConfig) => any;
|
|
9478
|
-
/**
|
|
9479
|
-
* @internal
|
|
9480
|
-
*/
|
|
9481
|
-
export declare const CreateModelCardRequestFilterSensitiveLog: (obj: CreateModelCardRequest) => any;
|
|
9482
|
-
/**
|
|
9483
|
-
* @internal
|
|
9484
|
-
*/
|
|
9485
|
-
export declare const CreateModelCardResponseFilterSensitiveLog: (obj: CreateModelCardResponse) => any;
|
|
9486
|
-
/**
|
|
9487
|
-
* @internal
|
|
9488
|
-
*/
|
|
9489
|
-
export declare const ModelCardExportOutputConfigFilterSensitiveLog: (obj: ModelCardExportOutputConfig) => any;
|
|
9490
|
-
/**
|
|
9491
|
-
* @internal
|
|
9492
|
-
*/
|
|
9493
|
-
export declare const CreateModelCardExportJobRequestFilterSensitiveLog: (obj: CreateModelCardExportJobRequest) => any;
|
|
9494
|
-
/**
|
|
9495
|
-
* @internal
|
|
9496
|
-
*/
|
|
9497
|
-
export declare const CreateModelCardExportJobResponseFilterSensitiveLog: (obj: CreateModelCardExportJobResponse) => any;
|
|
9498
|
-
/**
|
|
9499
|
-
* @internal
|
|
9500
|
-
*/
|
|
9501
|
-
export declare const ModelExplainabilityAppSpecificationFilterSensitiveLog: (obj: ModelExplainabilityAppSpecification) => any;
|
|
9502
|
-
/**
|
|
9503
|
-
* @internal
|
|
9504
|
-
*/
|
|
9505
|
-
export declare const ModelExplainabilityBaselineConfigFilterSensitiveLog: (obj: ModelExplainabilityBaselineConfig) => any;
|
|
9506
|
-
/**
|
|
9507
|
-
* @internal
|
|
9508
|
-
*/
|
|
9509
|
-
export declare const ModelExplainabilityJobInputFilterSensitiveLog: (obj: ModelExplainabilityJobInput) => any;
|
|
9510
|
-
/**
|
|
9511
|
-
* @internal
|
|
9512
|
-
*/
|
|
9513
|
-
export declare const CreateModelExplainabilityJobDefinitionRequestFilterSensitiveLog: (obj: CreateModelExplainabilityJobDefinitionRequest) => any;
|
|
9514
|
-
/**
|
|
9515
|
-
* @internal
|
|
9516
|
-
*/
|
|
9517
|
-
export declare const CreateModelExplainabilityJobDefinitionResponseFilterSensitiveLog: (obj: CreateModelExplainabilityJobDefinitionResponse) => any;
|
|
9518
|
-
/**
|
|
9519
|
-
* @internal
|
|
9520
|
-
*/
|
|
9521
|
-
export declare const FileSourceFilterSensitiveLog: (obj: FileSource) => any;
|
|
9522
|
-
/**
|
|
9523
|
-
* @internal
|
|
9524
|
-
*/
|
|
9525
|
-
export declare const DriftCheckBiasFilterSensitiveLog: (obj: DriftCheckBias) => any;
|
|
9526
|
-
/**
|
|
9527
|
-
* @internal
|
|
9528
|
-
*/
|
|
9529
|
-
export declare const DriftCheckExplainabilityFilterSensitiveLog: (obj: DriftCheckExplainability) => any;
|
|
9530
|
-
/**
|
|
9531
|
-
* @internal
|
|
9532
|
-
*/
|
|
9533
|
-
export declare const DriftCheckModelDataQualityFilterSensitiveLog: (obj: DriftCheckModelDataQuality) => any;
|
|
9534
|
-
/**
|
|
9535
|
-
* @internal
|
|
9536
|
-
*/
|
|
9537
|
-
export declare const DriftCheckModelQualityFilterSensitiveLog: (obj: DriftCheckModelQuality) => any;
|
|
9538
|
-
/**
|
|
9539
|
-
* @internal
|
|
9540
|
-
*/
|
|
9541
|
-
export declare const DriftCheckBaselinesFilterSensitiveLog: (obj: DriftCheckBaselines) => any;
|
|
9542
|
-
/**
|
|
9543
|
-
* @internal
|
|
9544
|
-
*/
|
|
9545
|
-
export declare const ExplainabilityFilterSensitiveLog: (obj: Explainability) => any;
|
|
9546
|
-
/**
|
|
9547
|
-
* @internal
|
|
9548
|
-
*/
|
|
9549
|
-
export declare const ModelDataQualityFilterSensitiveLog: (obj: ModelDataQuality) => any;
|
|
9550
|
-
/**
|
|
9551
|
-
* @internal
|
|
9552
|
-
*/
|
|
9553
|
-
export declare const ModelQualityFilterSensitiveLog: (obj: ModelQuality) => any;
|
|
9554
|
-
/**
|
|
9555
|
-
* @internal
|
|
9556
|
-
*/
|
|
9557
|
-
export declare const ModelMetricsFilterSensitiveLog: (obj: ModelMetrics) => any;
|
|
9558
|
-
/**
|
|
9559
|
-
* @internal
|
|
9560
|
-
*/
|
|
9561
|
-
export declare const SourceAlgorithmFilterSensitiveLog: (obj: SourceAlgorithm) => any;
|
|
9562
|
-
/**
|
|
9563
|
-
* @internal
|
|
9564
|
-
*/
|
|
9565
|
-
export declare const SourceAlgorithmSpecificationFilterSensitiveLog: (obj: SourceAlgorithmSpecification) => any;
|
|
9566
|
-
/**
|
|
9567
|
-
* @internal
|
|
9568
|
-
*/
|
|
9569
|
-
export declare const ModelPackageValidationProfileFilterSensitiveLog: (obj: ModelPackageValidationProfile) => any;
|
|
9570
|
-
/**
|
|
9571
|
-
* @internal
|
|
9572
|
-
*/
|
|
9573
|
-
export declare const ModelPackageValidationSpecificationFilterSensitiveLog: (obj: ModelPackageValidationSpecification) => any;
|
|
9574
|
-
/**
|
|
9575
|
-
* @internal
|
|
9576
|
-
*/
|
|
9577
|
-
export declare const CreateModelPackageInputFilterSensitiveLog: (obj: CreateModelPackageInput) => any;
|
|
9578
|
-
/**
|
|
9579
|
-
* @internal
|
|
9580
|
-
*/
|
|
9581
|
-
export declare const CreateModelPackageOutputFilterSensitiveLog: (obj: CreateModelPackageOutput) => any;
|
|
9582
|
-
/**
|
|
9583
|
-
* @internal
|
|
9584
|
-
*/
|
|
9585
|
-
export declare const CreateModelPackageGroupInputFilterSensitiveLog: (obj: CreateModelPackageGroupInput) => any;
|
|
9586
|
-
/**
|
|
9587
|
-
* @internal
|
|
9588
|
-
*/
|
|
9589
|
-
export declare const CreateModelPackageGroupOutputFilterSensitiveLog: (obj: CreateModelPackageGroupOutput) => any;
|
|
9590
|
-
/**
|
|
9591
|
-
* @internal
|
|
9592
|
-
*/
|
|
9593
|
-
export declare const ModelQualityAppSpecificationFilterSensitiveLog: (obj: ModelQualityAppSpecification) => any;
|
|
9594
|
-
/**
|
|
9595
|
-
* @internal
|
|
9596
|
-
*/
|
|
9597
|
-
export declare const ModelQualityBaselineConfigFilterSensitiveLog: (obj: ModelQualityBaselineConfig) => any;
|
|
9598
|
-
/**
|
|
9599
|
-
* @internal
|
|
9600
|
-
*/
|
|
9601
|
-
export declare const ModelQualityJobInputFilterSensitiveLog: (obj: ModelQualityJobInput) => any;
|
|
9602
|
-
/**
|
|
9603
|
-
* @internal
|
|
9604
|
-
*/
|
|
9605
|
-
export declare const CreateModelQualityJobDefinitionRequestFilterSensitiveLog: (obj: CreateModelQualityJobDefinitionRequest) => any;
|
|
9606
|
-
/**
|
|
9607
|
-
* @internal
|
|
9608
|
-
*/
|
|
9609
|
-
export declare const CreateModelQualityJobDefinitionResponseFilterSensitiveLog: (obj: CreateModelQualityJobDefinitionResponse) => any;
|
|
9610
|
-
/**
|
|
9611
|
-
* @internal
|
|
9612
|
-
*/
|
|
9613
|
-
export declare const MonitoringBaselineConfigFilterSensitiveLog: (obj: MonitoringBaselineConfig) => any;
|
|
9614
|
-
/**
|
|
9615
|
-
* @internal
|
|
9616
|
-
*/
|
|
9617
|
-
export declare const MonitoringAppSpecificationFilterSensitiveLog: (obj: MonitoringAppSpecification) => any;
|
|
9618
|
-
/**
|
|
9619
|
-
* @internal
|
|
9620
|
-
*/
|
|
9621
|
-
export declare const MonitoringInputFilterSensitiveLog: (obj: MonitoringInput) => any;
|
|
9622
|
-
/**
|
|
9623
|
-
* @internal
|
|
9624
|
-
*/
|
|
9625
|
-
export declare const NetworkConfigFilterSensitiveLog: (obj: NetworkConfig) => any;
|
|
9626
|
-
/**
|
|
9627
|
-
* @internal
|
|
9628
|
-
*/
|
|
9629
|
-
export declare const MonitoringJobDefinitionFilterSensitiveLog: (obj: MonitoringJobDefinition) => any;
|
|
9630
|
-
/**
|
|
9631
|
-
* @internal
|
|
9632
|
-
*/
|
|
9633
|
-
export declare const ScheduleConfigFilterSensitiveLog: (obj: ScheduleConfig) => any;
|
|
9634
|
-
/**
|
|
9635
|
-
* @internal
|
|
9636
|
-
*/
|
|
9637
|
-
export declare const MonitoringScheduleConfigFilterSensitiveLog: (obj: MonitoringScheduleConfig) => any;
|
|
9638
|
-
/**
|
|
9639
|
-
* @internal
|
|
9640
|
-
*/
|
|
9641
|
-
export declare const CreateMonitoringScheduleRequestFilterSensitiveLog: (obj: CreateMonitoringScheduleRequest) => any;
|
|
9642
|
-
/**
|
|
9643
|
-
* @internal
|
|
9644
|
-
*/
|
|
9645
|
-
export declare const CreateMonitoringScheduleResponseFilterSensitiveLog: (obj: CreateMonitoringScheduleResponse) => any;
|
|
9646
|
-
/**
|
|
9647
|
-
* @internal
|
|
9648
|
-
*/
|
|
9649
|
-
export declare const InstanceMetadataServiceConfigurationFilterSensitiveLog: (obj: InstanceMetadataServiceConfiguration) => any;
|
|
9650
|
-
/**
|
|
9651
|
-
* @internal
|
|
9652
|
-
*/
|
|
9653
|
-
export declare const CreateNotebookInstanceInputFilterSensitiveLog: (obj: CreateNotebookInstanceInput) => any;
|
|
9654
|
-
/**
|
|
9655
|
-
* @internal
|
|
9656
|
-
*/
|
|
9657
|
-
export declare const CreateNotebookInstanceOutputFilterSensitiveLog: (obj: CreateNotebookInstanceOutput) => any;
|
|
9658
|
-
/**
|
|
9659
|
-
* @internal
|
|
9660
|
-
*/
|
|
9661
|
-
export declare const NotebookInstanceLifecycleHookFilterSensitiveLog: (obj: NotebookInstanceLifecycleHook) => any;
|
|
9662
|
-
/**
|
|
9663
|
-
* @internal
|
|
9664
|
-
*/
|
|
9665
|
-
export declare const CreateNotebookInstanceLifecycleConfigInputFilterSensitiveLog: (obj: CreateNotebookInstanceLifecycleConfigInput) => any;
|
|
9666
|
-
/**
|
|
9667
|
-
* @internal
|
|
9668
|
-
*/
|
|
9669
|
-
export declare const CreateNotebookInstanceLifecycleConfigOutputFilterSensitiveLog: (obj: CreateNotebookInstanceLifecycleConfigOutput) => any;
|
|
9670
|
-
/**
|
|
9671
|
-
* @internal
|
|
9672
|
-
*/
|
|
9673
|
-
export declare const ParallelismConfigurationFilterSensitiveLog: (obj: ParallelismConfiguration) => any;
|
|
9674
|
-
/**
|
|
9675
|
-
* @internal
|
|
9676
|
-
*/
|
|
9677
|
-
export declare const PipelineDefinitionS3LocationFilterSensitiveLog: (obj: PipelineDefinitionS3Location) => any;
|
|
9678
|
-
/**
|
|
9679
|
-
* @internal
|
|
9680
|
-
*/
|
|
9681
|
-
export declare const CreatePipelineRequestFilterSensitiveLog: (obj: CreatePipelineRequest) => any;
|
|
9682
|
-
/**
|
|
9683
|
-
* @internal
|
|
9684
|
-
*/
|
|
9685
|
-
export declare const CreatePipelineResponseFilterSensitiveLog: (obj: CreatePipelineResponse) => any;
|
|
9686
|
-
/**
|
|
9687
|
-
* @internal
|
|
9688
|
-
*/
|
|
9689
|
-
export declare const CreatePresignedDomainUrlRequestFilterSensitiveLog: (obj: CreatePresignedDomainUrlRequest) => any;
|
|
9690
|
-
/**
|
|
9691
|
-
* @internal
|
|
9692
|
-
*/
|
|
9693
|
-
export declare const CreatePresignedDomainUrlResponseFilterSensitiveLog: (obj: CreatePresignedDomainUrlResponse) => any;
|
|
9694
|
-
/**
|
|
9695
|
-
* @internal
|
|
9696
|
-
*/
|
|
9697
|
-
export declare const CreatePresignedNotebookInstanceUrlInputFilterSensitiveLog: (obj: CreatePresignedNotebookInstanceUrlInput) => any;
|
|
9698
|
-
/**
|
|
9699
|
-
* @internal
|
|
9700
|
-
*/
|
|
9701
|
-
export declare const CreatePresignedNotebookInstanceUrlOutputFilterSensitiveLog: (obj: CreatePresignedNotebookInstanceUrlOutput) => any;
|
|
9702
|
-
/**
|
|
9703
|
-
* @internal
|
|
9704
|
-
*/
|
|
9705
|
-
export declare const ExperimentConfigFilterSensitiveLog: (obj: ExperimentConfig) => any;
|
|
9706
|
-
/**
|
|
9707
|
-
* @internal
|
|
9708
|
-
*/
|
|
9709
|
-
export declare const RedshiftDatasetDefinitionFilterSensitiveLog: (obj: RedshiftDatasetDefinition) => any;
|
|
9710
|
-
/**
|
|
9711
|
-
* @internal
|
|
9712
|
-
*/
|
|
9713
|
-
export declare const DatasetDefinitionFilterSensitiveLog: (obj: DatasetDefinition) => any;
|
|
9714
|
-
/**
|
|
9715
|
-
* @internal
|
|
9716
|
-
*/
|
|
9717
|
-
export declare const ProcessingS3InputFilterSensitiveLog: (obj: ProcessingS3Input) => any;
|
|
9718
|
-
/**
|
|
9719
|
-
* @internal
|
|
9720
|
-
*/
|
|
9721
|
-
export declare const ProcessingInputFilterSensitiveLog: (obj: ProcessingInput) => any;
|
|
9722
|
-
/**
|
|
9723
|
-
* @internal
|
|
9724
|
-
*/
|
|
9725
|
-
export declare const ProcessingFeatureStoreOutputFilterSensitiveLog: (obj: ProcessingFeatureStoreOutput) => any;
|
|
9726
|
-
/**
|
|
9727
|
-
* @internal
|
|
9728
|
-
*/
|
|
9729
|
-
export declare const ProcessingS3OutputFilterSensitiveLog: (obj: ProcessingS3Output) => any;
|
|
9730
|
-
/**
|
|
9731
|
-
* @internal
|
|
9732
|
-
*/
|
|
9733
|
-
export declare const ProcessingOutputFilterSensitiveLog: (obj: ProcessingOutput) => any;
|
|
9734
|
-
/**
|
|
9735
|
-
* @internal
|
|
9736
|
-
*/
|
|
9737
|
-
export declare const ProcessingOutputConfigFilterSensitiveLog: (obj: ProcessingOutputConfig) => any;
|
|
9738
|
-
/**
|
|
9739
|
-
* @internal
|
|
9740
|
-
*/
|
|
9741
|
-
export declare const ProcessingClusterConfigFilterSensitiveLog: (obj: ProcessingClusterConfig) => any;
|
|
9742
|
-
/**
|
|
9743
|
-
* @internal
|
|
9744
|
-
*/
|
|
9745
|
-
export declare const ProcessingResourcesFilterSensitiveLog: (obj: ProcessingResources) => any;
|
|
9746
|
-
/**
|
|
9747
|
-
* @internal
|
|
9748
|
-
*/
|
|
9749
|
-
export declare const ProcessingStoppingConditionFilterSensitiveLog: (obj: ProcessingStoppingCondition) => any;
|
|
9750
|
-
/**
|
|
9751
|
-
* @internal
|
|
9752
|
-
*/
|
|
9753
|
-
export declare const CreateProcessingJobRequestFilterSensitiveLog: (obj: CreateProcessingJobRequest) => any;
|
|
9754
|
-
/**
|
|
9755
|
-
* @internal
|
|
9756
|
-
*/
|
|
9757
|
-
export declare const CreateProcessingJobResponseFilterSensitiveLog: (obj: CreateProcessingJobResponse) => any;
|
|
9758
|
-
/**
|
|
9759
|
-
* @internal
|
|
9760
|
-
*/
|
|
9761
|
-
export declare const ProvisioningParameterFilterSensitiveLog: (obj: ProvisioningParameter) => any;
|
|
9762
|
-
/**
|
|
9763
|
-
* @internal
|
|
9764
|
-
*/
|
|
9765
|
-
export declare const ServiceCatalogProvisioningDetailsFilterSensitiveLog: (obj: ServiceCatalogProvisioningDetails) => any;
|
|
9766
|
-
/**
|
|
9767
|
-
* @internal
|
|
9768
|
-
*/
|
|
9769
|
-
export declare const CreateProjectInputFilterSensitiveLog: (obj: CreateProjectInput) => any;
|
|
9770
|
-
/**
|
|
9771
|
-
* @internal
|
|
9772
|
-
*/
|
|
9773
|
-
export declare const CreateProjectOutputFilterSensitiveLog: (obj: CreateProjectOutput) => any;
|
|
9774
|
-
/**
|
|
9775
|
-
* @internal
|
|
9776
|
-
*/
|
|
9777
|
-
export declare const SpaceSettingsFilterSensitiveLog: (obj: SpaceSettings) => any;
|
|
9778
|
-
/**
|
|
9779
|
-
* @internal
|
|
9780
|
-
*/
|
|
9781
|
-
export declare const CreateSpaceRequestFilterSensitiveLog: (obj: CreateSpaceRequest) => any;
|
|
9782
|
-
/**
|
|
9783
|
-
* @internal
|
|
9784
|
-
*/
|
|
9785
|
-
export declare const CreateSpaceResponseFilterSensitiveLog: (obj: CreateSpaceResponse) => any;
|
|
9786
|
-
/**
|
|
9787
|
-
* @internal
|
|
9788
|
-
*/
|
|
9789
|
-
export declare const CreateStudioLifecycleConfigRequestFilterSensitiveLog: (obj: CreateStudioLifecycleConfigRequest) => any;
|
|
9790
|
-
/**
|
|
9791
|
-
* @internal
|
|
9792
|
-
*/
|
|
9793
|
-
export declare const CreateStudioLifecycleConfigResponseFilterSensitiveLog: (obj: CreateStudioLifecycleConfigResponse) => any;
|
|
9794
|
-
/**
|
|
9795
|
-
* @internal
|
|
9796
|
-
*/
|
|
9797
|
-
export declare const DebugHookConfigFilterSensitiveLog: (obj: DebugHookConfig) => any;
|
|
9798
|
-
/**
|
|
9799
|
-
* @internal
|
|
9800
|
-
*/
|
|
9801
|
-
export declare const DebugRuleConfigurationFilterSensitiveLog: (obj: DebugRuleConfiguration) => any;
|
|
9802
|
-
/**
|
|
9803
|
-
* @internal
|
|
9804
|
-
*/
|
|
9805
|
-
export declare const ProfilerConfigFilterSensitiveLog: (obj: ProfilerConfig) => any;
|
|
9806
|
-
/**
|
|
9807
|
-
* @internal
|
|
9808
|
-
*/
|
|
9809
|
-
export declare const ProfilerRuleConfigurationFilterSensitiveLog: (obj: ProfilerRuleConfiguration) => any;
|
|
9810
|
-
/**
|
|
9811
|
-
* @internal
|
|
9812
|
-
*/
|
|
9813
|
-
export declare const TensorBoardOutputConfigFilterSensitiveLog: (obj: TensorBoardOutputConfig) => any;
|
|
9814
|
-
/**
|
|
9815
|
-
* @internal
|
|
9816
|
-
*/
|
|
9817
|
-
export declare const CreateTrainingJobRequestFilterSensitiveLog: (obj: CreateTrainingJobRequest) => any;
|
|
9818
|
-
/**
|
|
9819
|
-
* @internal
|
|
9820
|
-
*/
|
|
9821
|
-
export declare const CreateTrainingJobResponseFilterSensitiveLog: (obj: CreateTrainingJobResponse) => any;
|
|
9822
|
-
/**
|
|
9823
|
-
* @internal
|
|
9824
|
-
*/
|
|
9825
|
-
export declare const DataProcessingFilterSensitiveLog: (obj: DataProcessing) => any;
|
|
9826
|
-
/**
|
|
9827
|
-
* @internal
|
|
9828
|
-
*/
|
|
9829
|
-
export declare const ModelClientConfigFilterSensitiveLog: (obj: ModelClientConfig) => any;
|
|
9830
|
-
/**
|
|
9831
|
-
* @internal
|
|
9832
|
-
*/
|
|
9833
|
-
export declare const CreateTransformJobRequestFilterSensitiveLog: (obj: CreateTransformJobRequest) => any;
|
|
9834
|
-
/**
|
|
9835
|
-
* @internal
|
|
9836
|
-
*/
|
|
9837
|
-
export declare const CreateTransformJobResponseFilterSensitiveLog: (obj: CreateTransformJobResponse) => any;
|
|
9838
|
-
/**
|
|
9839
|
-
* @internal
|
|
9840
|
-
*/
|
|
9841
|
-
export declare const CreateTrialRequestFilterSensitiveLog: (obj: CreateTrialRequest) => any;
|
|
9842
|
-
/**
|
|
9843
|
-
* @internal
|
|
9844
|
-
*/
|
|
9845
|
-
export declare const CreateTrialResponseFilterSensitiveLog: (obj: CreateTrialResponse) => any;
|
|
9846
|
-
/**
|
|
9847
|
-
* @internal
|
|
9848
|
-
*/
|
|
9849
|
-
export declare const TrialComponentArtifactFilterSensitiveLog: (obj: TrialComponentArtifact) => any;
|
|
9850
|
-
/**
|
|
9851
|
-
* @internal
|
|
9852
|
-
*/
|
|
9853
|
-
export declare const TrialComponentParameterValueFilterSensitiveLog: (obj: TrialComponentParameterValue) => any;
|
|
9854
|
-
/**
|
|
9855
|
-
* @internal
|
|
9856
|
-
*/
|
|
9857
|
-
export declare const TrialComponentStatusFilterSensitiveLog: (obj: TrialComponentStatus) => any;
|
|
9858
|
-
/**
|
|
9859
|
-
* @internal
|
|
9860
|
-
*/
|
|
9861
|
-
export declare const CreateTrialComponentRequestFilterSensitiveLog: (obj: CreateTrialComponentRequest) => any;
|
|
9862
|
-
/**
|
|
9863
|
-
* @internal
|
|
9864
|
-
*/
|
|
9865
|
-
export declare const CreateTrialComponentResponseFilterSensitiveLog: (obj: CreateTrialComponentResponse) => any;
|
|
9866
|
-
/**
|
|
9867
|
-
* @internal
|
|
9868
|
-
*/
|
|
9869
|
-
export declare const CreateUserProfileRequestFilterSensitiveLog: (obj: CreateUserProfileRequest) => any;
|
|
9870
|
-
/**
|
|
9871
|
-
* @internal
|
|
9872
|
-
*/
|
|
9873
|
-
export declare const CreateUserProfileResponseFilterSensitiveLog: (obj: CreateUserProfileResponse) => any;
|
|
9874
|
-
/**
|
|
9875
|
-
* @internal
|
|
9876
|
-
*/
|
|
9877
|
-
export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
|
|
9878
|
-
/**
|
|
9879
|
-
* @internal
|
|
9880
|
-
*/
|
|
9881
|
-
export declare const SourceIpConfigFilterSensitiveLog: (obj: SourceIpConfig) => any;
|
|
9882
|
-
/**
|
|
9883
|
-
* @internal
|
|
9884
|
-
*/
|
|
9885
|
-
export declare const WorkforceVpcConfigRequestFilterSensitiveLog: (obj: WorkforceVpcConfigRequest) => any;
|
|
9221
|
+
export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
|
|
9886
9222
|
/**
|
|
9887
9223
|
* @internal
|
|
9888
9224
|
*/
|
|
9889
9225
|
export declare const CreateWorkforceRequestFilterSensitiveLog: (obj: CreateWorkforceRequest) => any;
|
|
9890
|
-
/**
|
|
9891
|
-
* @internal
|
|
9892
|
-
*/
|
|
9893
|
-
export declare const CreateWorkforceResponseFilterSensitiveLog: (obj: CreateWorkforceResponse) => any;
|
|
9894
|
-
/**
|
|
9895
|
-
* @internal
|
|
9896
|
-
*/
|
|
9897
|
-
export declare const OidcMemberDefinitionFilterSensitiveLog: (obj: OidcMemberDefinition) => any;
|
|
9898
|
-
/**
|
|
9899
|
-
* @internal
|
|
9900
|
-
*/
|
|
9901
|
-
export declare const MemberDefinitionFilterSensitiveLog: (obj: MemberDefinition) => any;
|
|
9902
|
-
/**
|
|
9903
|
-
* @internal
|
|
9904
|
-
*/
|
|
9905
|
-
export declare const NotificationConfigurationFilterSensitiveLog: (obj: NotificationConfiguration) => any;
|
|
9906
|
-
/**
|
|
9907
|
-
* @internal
|
|
9908
|
-
*/
|
|
9909
|
-
export declare const CreateWorkteamRequestFilterSensitiveLog: (obj: CreateWorkteamRequest) => any;
|
|
9910
|
-
/**
|
|
9911
|
-
* @internal
|
|
9912
|
-
*/
|
|
9913
|
-
export declare const CreateWorkteamResponseFilterSensitiveLog: (obj: CreateWorkteamResponse) => any;
|
|
9914
|
-
/**
|
|
9915
|
-
* @internal
|
|
9916
|
-
*/
|
|
9917
|
-
export declare const DataCaptureConfigSummaryFilterSensitiveLog: (obj: DataCaptureConfigSummary) => any;
|
|
9918
|
-
/**
|
|
9919
|
-
* @internal
|
|
9920
|
-
*/
|
|
9921
|
-
export declare const DebugRuleEvaluationStatusFilterSensitiveLog: (obj: DebugRuleEvaluationStatus) => any;
|
|
9922
|
-
/**
|
|
9923
|
-
* @internal
|
|
9924
|
-
*/
|
|
9925
|
-
export declare const DeleteActionRequestFilterSensitiveLog: (obj: DeleteActionRequest) => any;
|
|
9926
|
-
/**
|
|
9927
|
-
* @internal
|
|
9928
|
-
*/
|
|
9929
|
-
export declare const DeleteActionResponseFilterSensitiveLog: (obj: DeleteActionResponse) => any;
|
|
9930
|
-
/**
|
|
9931
|
-
* @internal
|
|
9932
|
-
*/
|
|
9933
|
-
export declare const DeleteAlgorithmInputFilterSensitiveLog: (obj: DeleteAlgorithmInput) => any;
|
|
9934
|
-
/**
|
|
9935
|
-
* @internal
|
|
9936
|
-
*/
|
|
9937
|
-
export declare const DeleteAppRequestFilterSensitiveLog: (obj: DeleteAppRequest) => any;
|
|
9938
|
-
/**
|
|
9939
|
-
* @internal
|
|
9940
|
-
*/
|
|
9941
|
-
export declare const DeleteAppImageConfigRequestFilterSensitiveLog: (obj: DeleteAppImageConfigRequest) => any;
|
|
9942
|
-
/**
|
|
9943
|
-
* @internal
|
|
9944
|
-
*/
|
|
9945
|
-
export declare const DeleteArtifactRequestFilterSensitiveLog: (obj: DeleteArtifactRequest) => any;
|
|
9946
|
-
/**
|
|
9947
|
-
* @internal
|
|
9948
|
-
*/
|
|
9949
|
-
export declare const DeleteArtifactResponseFilterSensitiveLog: (obj: DeleteArtifactResponse) => any;
|
|
9950
|
-
/**
|
|
9951
|
-
* @internal
|
|
9952
|
-
*/
|
|
9953
|
-
export declare const DeleteAssociationRequestFilterSensitiveLog: (obj: DeleteAssociationRequest) => any;
|
|
9954
|
-
/**
|
|
9955
|
-
* @internal
|
|
9956
|
-
*/
|
|
9957
|
-
export declare const DeleteAssociationResponseFilterSensitiveLog: (obj: DeleteAssociationResponse) => any;
|
|
9958
|
-
/**
|
|
9959
|
-
* @internal
|
|
9960
|
-
*/
|
|
9961
|
-
export declare const DeleteCodeRepositoryInputFilterSensitiveLog: (obj: DeleteCodeRepositoryInput) => any;
|
|
9962
|
-
/**
|
|
9963
|
-
* @internal
|
|
9964
|
-
*/
|
|
9965
|
-
export declare const DeleteContextRequestFilterSensitiveLog: (obj: DeleteContextRequest) => any;
|
|
9966
|
-
/**
|
|
9967
|
-
* @internal
|
|
9968
|
-
*/
|
|
9969
|
-
export declare const DeleteContextResponseFilterSensitiveLog: (obj: DeleteContextResponse) => any;
|
|
9970
|
-
/**
|
|
9971
|
-
* @internal
|
|
9972
|
-
*/
|
|
9973
|
-
export declare const DeleteDataQualityJobDefinitionRequestFilterSensitiveLog: (obj: DeleteDataQualityJobDefinitionRequest) => any;
|
|
9974
|
-
/**
|
|
9975
|
-
* @internal
|
|
9976
|
-
*/
|
|
9977
|
-
export declare const DeleteDeviceFleetRequestFilterSensitiveLog: (obj: DeleteDeviceFleetRequest) => any;
|
|
9978
|
-
/**
|
|
9979
|
-
* @internal
|
|
9980
|
-
*/
|
|
9981
|
-
export declare const RetentionPolicyFilterSensitiveLog: (obj: RetentionPolicy) => any;
|
|
9982
|
-
/**
|
|
9983
|
-
* @internal
|
|
9984
|
-
*/
|
|
9985
|
-
export declare const DeleteDomainRequestFilterSensitiveLog: (obj: DeleteDomainRequest) => any;
|
|
9986
|
-
/**
|
|
9987
|
-
* @internal
|
|
9988
|
-
*/
|
|
9989
|
-
export declare const DeleteEdgeDeploymentPlanRequestFilterSensitiveLog: (obj: DeleteEdgeDeploymentPlanRequest) => any;
|
|
9990
|
-
/**
|
|
9991
|
-
* @internal
|
|
9992
|
-
*/
|
|
9993
|
-
export declare const DeleteEdgeDeploymentStageRequestFilterSensitiveLog: (obj: DeleteEdgeDeploymentStageRequest) => any;
|
|
9994
|
-
/**
|
|
9995
|
-
* @internal
|
|
9996
|
-
*/
|
|
9997
|
-
export declare const DeleteEndpointInputFilterSensitiveLog: (obj: DeleteEndpointInput) => any;
|
|
9998
|
-
/**
|
|
9999
|
-
* @internal
|
|
10000
|
-
*/
|
|
10001
|
-
export declare const DeleteEndpointConfigInputFilterSensitiveLog: (obj: DeleteEndpointConfigInput) => any;
|
|
10002
|
-
/**
|
|
10003
|
-
* @internal
|
|
10004
|
-
*/
|
|
10005
|
-
export declare const DeleteExperimentRequestFilterSensitiveLog: (obj: DeleteExperimentRequest) => any;
|
|
10006
|
-
/**
|
|
10007
|
-
* @internal
|
|
10008
|
-
*/
|
|
10009
|
-
export declare const DeleteExperimentResponseFilterSensitiveLog: (obj: DeleteExperimentResponse) => any;
|
|
10010
|
-
/**
|
|
10011
|
-
* @internal
|
|
10012
|
-
*/
|
|
10013
|
-
export declare const DeleteFeatureGroupRequestFilterSensitiveLog: (obj: DeleteFeatureGroupRequest) => any;
|
|
10014
|
-
/**
|
|
10015
|
-
* @internal
|
|
10016
|
-
*/
|
|
10017
|
-
export declare const DeleteFlowDefinitionRequestFilterSensitiveLog: (obj: DeleteFlowDefinitionRequest) => any;
|
|
10018
|
-
/**
|
|
10019
|
-
* @internal
|
|
10020
|
-
*/
|
|
10021
|
-
export declare const DeleteFlowDefinitionResponseFilterSensitiveLog: (obj: DeleteFlowDefinitionResponse) => any;
|
|
10022
|
-
/**
|
|
10023
|
-
* @internal
|
|
10024
|
-
*/
|
|
10025
|
-
export declare const DeleteHubRequestFilterSensitiveLog: (obj: DeleteHubRequest) => any;
|
|
10026
|
-
/**
|
|
10027
|
-
* @internal
|
|
10028
|
-
*/
|
|
10029
|
-
export declare const DeleteHubContentRequestFilterSensitiveLog: (obj: DeleteHubContentRequest) => any;
|
|
10030
|
-
/**
|
|
10031
|
-
* @internal
|
|
10032
|
-
*/
|
|
10033
|
-
export declare const DeleteHumanTaskUiRequestFilterSensitiveLog: (obj: DeleteHumanTaskUiRequest) => any;
|
|
10034
|
-
/**
|
|
10035
|
-
* @internal
|
|
10036
|
-
*/
|
|
10037
|
-
export declare const DeleteHumanTaskUiResponseFilterSensitiveLog: (obj: DeleteHumanTaskUiResponse) => any;
|
|
10038
|
-
/**
|
|
10039
|
-
* @internal
|
|
10040
|
-
*/
|
|
10041
|
-
export declare const DeleteImageRequestFilterSensitiveLog: (obj: DeleteImageRequest) => any;
|
|
10042
|
-
/**
|
|
10043
|
-
* @internal
|
|
10044
|
-
*/
|
|
10045
|
-
export declare const DeleteImageResponseFilterSensitiveLog: (obj: DeleteImageResponse) => any;
|
|
10046
|
-
/**
|
|
10047
|
-
* @internal
|
|
10048
|
-
*/
|
|
10049
|
-
export declare const DeleteImageVersionRequestFilterSensitiveLog: (obj: DeleteImageVersionRequest) => any;
|
|
10050
|
-
/**
|
|
10051
|
-
* @internal
|
|
10052
|
-
*/
|
|
10053
|
-
export declare const DeleteImageVersionResponseFilterSensitiveLog: (obj: DeleteImageVersionResponse) => any;
|
|
10054
|
-
/**
|
|
10055
|
-
* @internal
|
|
10056
|
-
*/
|
|
10057
|
-
export declare const DeleteInferenceExperimentRequestFilterSensitiveLog: (obj: DeleteInferenceExperimentRequest) => any;
|
|
10058
|
-
/**
|
|
10059
|
-
* @internal
|
|
10060
|
-
*/
|
|
10061
|
-
export declare const DeleteInferenceExperimentResponseFilterSensitiveLog: (obj: DeleteInferenceExperimentResponse) => any;
|
|
10062
|
-
/**
|
|
10063
|
-
* @internal
|
|
10064
|
-
*/
|
|
10065
|
-
export declare const DeleteModelInputFilterSensitiveLog: (obj: DeleteModelInput) => any;
|
|
10066
|
-
/**
|
|
10067
|
-
* @internal
|
|
10068
|
-
*/
|
|
10069
|
-
export declare const DeleteModelBiasJobDefinitionRequestFilterSensitiveLog: (obj: DeleteModelBiasJobDefinitionRequest) => any;
|
|
10070
|
-
/**
|
|
10071
|
-
* @internal
|
|
10072
|
-
*/
|
|
10073
|
-
export declare const DeleteModelCardRequestFilterSensitiveLog: (obj: DeleteModelCardRequest) => any;
|
|
10074
|
-
/**
|
|
10075
|
-
* @internal
|
|
10076
|
-
*/
|
|
10077
|
-
export declare const DeleteModelExplainabilityJobDefinitionRequestFilterSensitiveLog: (obj: DeleteModelExplainabilityJobDefinitionRequest) => any;
|
|
10078
|
-
/**
|
|
10079
|
-
* @internal
|
|
10080
|
-
*/
|
|
10081
|
-
export declare const DeleteModelPackageInputFilterSensitiveLog: (obj: DeleteModelPackageInput) => any;
|
|
10082
|
-
/**
|
|
10083
|
-
* @internal
|
|
10084
|
-
*/
|
|
10085
|
-
export declare const DeleteModelPackageGroupInputFilterSensitiveLog: (obj: DeleteModelPackageGroupInput) => any;
|
|
10086
|
-
/**
|
|
10087
|
-
* @internal
|
|
10088
|
-
*/
|
|
10089
|
-
export declare const DeleteModelPackageGroupPolicyInputFilterSensitiveLog: (obj: DeleteModelPackageGroupPolicyInput) => any;
|
|
10090
|
-
/**
|
|
10091
|
-
* @internal
|
|
10092
|
-
*/
|
|
10093
|
-
export declare const DeleteModelQualityJobDefinitionRequestFilterSensitiveLog: (obj: DeleteModelQualityJobDefinitionRequest) => any;
|
|
10094
|
-
/**
|
|
10095
|
-
* @internal
|
|
10096
|
-
*/
|
|
10097
|
-
export declare const DeleteMonitoringScheduleRequestFilterSensitiveLog: (obj: DeleteMonitoringScheduleRequest) => any;
|
|
10098
|
-
/**
|
|
10099
|
-
* @internal
|
|
10100
|
-
*/
|
|
10101
|
-
export declare const DeleteNotebookInstanceInputFilterSensitiveLog: (obj: DeleteNotebookInstanceInput) => any;
|
|
10102
|
-
/**
|
|
10103
|
-
* @internal
|
|
10104
|
-
*/
|
|
10105
|
-
export declare const DeleteNotebookInstanceLifecycleConfigInputFilterSensitiveLog: (obj: DeleteNotebookInstanceLifecycleConfigInput) => any;
|
|
10106
|
-
/**
|
|
10107
|
-
* @internal
|
|
10108
|
-
*/
|
|
10109
|
-
export declare const DeletePipelineRequestFilterSensitiveLog: (obj: DeletePipelineRequest) => any;
|
|
10110
|
-
/**
|
|
10111
|
-
* @internal
|
|
10112
|
-
*/
|
|
10113
|
-
export declare const DeletePipelineResponseFilterSensitiveLog: (obj: DeletePipelineResponse) => any;
|
|
10114
|
-
/**
|
|
10115
|
-
* @internal
|
|
10116
|
-
*/
|
|
10117
|
-
export declare const DeleteProjectInputFilterSensitiveLog: (obj: DeleteProjectInput) => any;
|
|
10118
|
-
/**
|
|
10119
|
-
* @internal
|
|
10120
|
-
*/
|
|
10121
|
-
export declare const DeleteSpaceRequestFilterSensitiveLog: (obj: DeleteSpaceRequest) => any;
|
|
10122
|
-
/**
|
|
10123
|
-
* @internal
|
|
10124
|
-
*/
|
|
10125
|
-
export declare const DeleteStudioLifecycleConfigRequestFilterSensitiveLog: (obj: DeleteStudioLifecycleConfigRequest) => any;
|
|
10126
|
-
/**
|
|
10127
|
-
* @internal
|
|
10128
|
-
*/
|
|
10129
|
-
export declare const DeleteTagsInputFilterSensitiveLog: (obj: DeleteTagsInput) => any;
|
|
10130
|
-
/**
|
|
10131
|
-
* @internal
|
|
10132
|
-
*/
|
|
10133
|
-
export declare const DeleteTagsOutputFilterSensitiveLog: (obj: DeleteTagsOutput) => any;
|
|
10134
|
-
/**
|
|
10135
|
-
* @internal
|
|
10136
|
-
*/
|
|
10137
|
-
export declare const DeleteTrialRequestFilterSensitiveLog: (obj: DeleteTrialRequest) => any;
|
|
10138
|
-
/**
|
|
10139
|
-
* @internal
|
|
10140
|
-
*/
|
|
10141
|
-
export declare const DeleteTrialResponseFilterSensitiveLog: (obj: DeleteTrialResponse) => any;
|
|
10142
|
-
/**
|
|
10143
|
-
* @internal
|
|
10144
|
-
*/
|
|
10145
|
-
export declare const DeleteTrialComponentRequestFilterSensitiveLog: (obj: DeleteTrialComponentRequest) => any;
|
|
10146
|
-
/**
|
|
10147
|
-
* @internal
|
|
10148
|
-
*/
|
|
10149
|
-
export declare const DeleteTrialComponentResponseFilterSensitiveLog: (obj: DeleteTrialComponentResponse) => any;
|
|
10150
|
-
/**
|
|
10151
|
-
* @internal
|
|
10152
|
-
*/
|
|
10153
|
-
export declare const DeleteUserProfileRequestFilterSensitiveLog: (obj: DeleteUserProfileRequest) => any;
|
|
10154
|
-
/**
|
|
10155
|
-
* @internal
|
|
10156
|
-
*/
|
|
10157
|
-
export declare const DeleteWorkforceRequestFilterSensitiveLog: (obj: DeleteWorkforceRequest) => any;
|
|
10158
|
-
/**
|
|
10159
|
-
* @internal
|
|
10160
|
-
*/
|
|
10161
|
-
export declare const DeleteWorkforceResponseFilterSensitiveLog: (obj: DeleteWorkforceResponse) => any;
|