@aws-sdk/client-sagemaker 3.297.0 → 3.299.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/dist-cjs/SageMaker.js +30 -0
- package/dist-cjs/commands/AddAssociationCommand.js +2 -3
- package/dist-cjs/commands/AddTagsCommand.js +2 -3
- package/dist-cjs/commands/AssociateTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/BatchDescribeModelPackageCommand.js +2 -3
- package/dist-cjs/commands/CreateActionCommand.js +2 -3
- package/dist-cjs/commands/CreateAlgorithmCommand.js +2 -3
- package/dist-cjs/commands/CreateAppCommand.js +2 -3
- package/dist-cjs/commands/CreateAppImageConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateArtifactCommand.js +2 -3
- package/dist-cjs/commands/CreateAutoMLJobCommand.js +2 -3
- package/dist-cjs/commands/CreateAutoMLJobV2Command.js +45 -0
- package/dist-cjs/commands/CreateCodeRepositoryCommand.js +2 -3
- package/dist-cjs/commands/CreateCompilationJobCommand.js +2 -3
- package/dist-cjs/commands/CreateContextCommand.js +2 -3
- package/dist-cjs/commands/CreateDataQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateDeviceFleetCommand.js +2 -3
- package/dist-cjs/commands/CreateDomainCommand.js +2 -3
- package/dist-cjs/commands/CreateEdgeDeploymentPlanCommand.js +2 -3
- package/dist-cjs/commands/CreateEdgeDeploymentStageCommand.js +2 -3
- package/dist-cjs/commands/CreateEdgePackagingJobCommand.js +2 -3
- package/dist-cjs/commands/CreateEndpointCommand.js +2 -3
- package/dist-cjs/commands/CreateEndpointConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateExperimentCommand.js +2 -3
- package/dist-cjs/commands/CreateFeatureGroupCommand.js +2 -3
- package/dist-cjs/commands/CreateFlowDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateHubCommand.js +2 -3
- package/dist-cjs/commands/CreateHumanTaskUiCommand.js +2 -3
- package/dist-cjs/commands/CreateHyperParameterTuningJobCommand.js +2 -3
- package/dist-cjs/commands/CreateImageCommand.js +2 -3
- package/dist-cjs/commands/CreateImageVersionCommand.js +2 -3
- package/dist-cjs/commands/CreateInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +2 -3
- package/dist-cjs/commands/CreateLabelingJobCommand.js +2 -3
- package/dist-cjs/commands/CreateModelBiasJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateModelCardCommand.js +1 -1
- package/dist-cjs/commands/CreateModelCardExportJobCommand.js +2 -3
- package/dist-cjs/commands/CreateModelCommand.js +2 -3
- package/dist-cjs/commands/CreateModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateModelPackageCommand.js +2 -3
- package/dist-cjs/commands/CreateModelPackageGroupCommand.js +2 -3
- package/dist-cjs/commands/CreateModelQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/CreateNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/CreateNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/CreatePipelineCommand.js +2 -3
- package/dist-cjs/commands/CreatePresignedDomainUrlCommand.js +2 -3
- package/dist-cjs/commands/CreatePresignedNotebookInstanceUrlCommand.js +2 -3
- package/dist-cjs/commands/CreateProcessingJobCommand.js +2 -3
- package/dist-cjs/commands/CreateProjectCommand.js +2 -3
- package/dist-cjs/commands/CreateSpaceCommand.js +2 -3
- package/dist-cjs/commands/CreateStudioLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateTrainingJobCommand.js +2 -3
- package/dist-cjs/commands/CreateTransformJobCommand.js +2 -3
- package/dist-cjs/commands/CreateTrialCommand.js +2 -3
- package/dist-cjs/commands/CreateTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/CreateUserProfileCommand.js +2 -3
- package/dist-cjs/commands/CreateWorkforceCommand.js +1 -1
- package/dist-cjs/commands/CreateWorkteamCommand.js +2 -3
- package/dist-cjs/commands/DeleteActionCommand.js +2 -3
- package/dist-cjs/commands/DeleteAlgorithmCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppImageConfigCommand.js +2 -3
- package/dist-cjs/commands/DeleteArtifactCommand.js +2 -3
- package/dist-cjs/commands/DeleteAssociationCommand.js +2 -3
- package/dist-cjs/commands/DeleteCodeRepositoryCommand.js +2 -3
- package/dist-cjs/commands/DeleteContextCommand.js +2 -3
- package/dist-cjs/commands/DeleteDataQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteDeviceFleetCommand.js +2 -3
- package/dist-cjs/commands/DeleteDomainCommand.js +2 -3
- package/dist-cjs/commands/DeleteEdgeDeploymentPlanCommand.js +2 -3
- package/dist-cjs/commands/DeleteEdgeDeploymentStageCommand.js +2 -3
- package/dist-cjs/commands/DeleteEndpointCommand.js +2 -3
- package/dist-cjs/commands/DeleteEndpointConfigCommand.js +2 -3
- package/dist-cjs/commands/DeleteExperimentCommand.js +2 -3
- package/dist-cjs/commands/DeleteFeatureGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteFlowDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteHubCommand.js +2 -3
- package/dist-cjs/commands/DeleteHubContentCommand.js +2 -3
- package/dist-cjs/commands/DeleteHumanTaskUiCommand.js +2 -3
- package/dist-cjs/commands/DeleteImageCommand.js +2 -3
- package/dist-cjs/commands/DeleteImageVersionCommand.js +2 -3
- package/dist-cjs/commands/DeleteInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelBiasJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelCardCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelPackageCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelPackageGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelPackageGroupPolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/DeleteNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/DeletePipelineCommand.js +2 -3
- package/dist-cjs/commands/DeleteProjectCommand.js +2 -3
- package/dist-cjs/commands/DeleteSpaceCommand.js +2 -3
- package/dist-cjs/commands/DeleteStudioLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -3
- package/dist-cjs/commands/DeleteTrialCommand.js +2 -3
- package/dist-cjs/commands/DeleteTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/DeleteUserProfileCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkforceCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkteamCommand.js +2 -3
- package/dist-cjs/commands/DeregisterDevicesCommand.js +2 -3
- package/dist-cjs/commands/DescribeActionCommand.js +2 -3
- package/dist-cjs/commands/DescribeAlgorithmCommand.js +2 -3
- package/dist-cjs/commands/DescribeAppCommand.js +2 -3
- package/dist-cjs/commands/DescribeAppImageConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribeArtifactCommand.js +2 -3
- package/dist-cjs/commands/DescribeAutoMLJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeAutoMLJobV2Command.js +45 -0
- package/dist-cjs/commands/DescribeCodeRepositoryCommand.js +2 -3
- package/dist-cjs/commands/DescribeCompilationJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeContextCommand.js +2 -3
- package/dist-cjs/commands/DescribeDataQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeDeviceCommand.js +2 -3
- package/dist-cjs/commands/DescribeDeviceFleetCommand.js +2 -3
- package/dist-cjs/commands/DescribeDomainCommand.js +2 -3
- package/dist-cjs/commands/DescribeEdgeDeploymentPlanCommand.js +2 -3
- package/dist-cjs/commands/DescribeEdgePackagingJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeEndpointCommand.js +2 -3
- package/dist-cjs/commands/DescribeEndpointConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribeExperimentCommand.js +2 -3
- package/dist-cjs/commands/DescribeFeatureGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeFeatureMetadataCommand.js +2 -3
- package/dist-cjs/commands/DescribeFlowDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeHubCommand.js +2 -3
- package/dist-cjs/commands/DescribeHubContentCommand.js +2 -3
- package/dist-cjs/commands/DescribeHumanTaskUiCommand.js +2 -3
- package/dist-cjs/commands/DescribeHyperParameterTuningJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeImageCommand.js +2 -3
- package/dist-cjs/commands/DescribeImageVersionCommand.js +2 -3
- package/dist-cjs/commands/DescribeInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeLabelingJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeLineageGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelCardCommand.js +1 -1
- package/dist-cjs/commands/DescribeModelCardExportJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelPackageCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribePipelineCommand.js +2 -3
- package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +2 -3
- package/dist-cjs/commands/DescribePipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/DescribeProcessingJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeProjectCommand.js +2 -3
- package/dist-cjs/commands/DescribeSpaceCommand.js +2 -3
- package/dist-cjs/commands/DescribeStudioLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribeSubscribedWorkteamCommand.js +2 -3
- package/dist-cjs/commands/DescribeTrainingJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeTransformJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeTrialCommand.js +2 -3
- package/dist-cjs/commands/DescribeTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/DescribeUserProfileCommand.js +2 -3
- package/dist-cjs/commands/DescribeWorkforceCommand.js +2 -3
- package/dist-cjs/commands/DescribeWorkteamCommand.js +2 -3
- package/dist-cjs/commands/DisableSagemakerServicecatalogPortfolioCommand.js +2 -3
- package/dist-cjs/commands/DisassociateTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/EnableSagemakerServicecatalogPortfolioCommand.js +2 -3
- package/dist-cjs/commands/GetDeviceFleetReportCommand.js +2 -3
- package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +2 -3
- package/dist-cjs/commands/GetModelPackageGroupPolicyCommand.js +2 -3
- package/dist-cjs/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +2 -3
- package/dist-cjs/commands/GetSearchSuggestionsCommand.js +2 -3
- package/dist-cjs/commands/ImportHubContentCommand.js +2 -3
- package/dist-cjs/commands/ListActionsCommand.js +2 -3
- package/dist-cjs/commands/ListAlgorithmsCommand.js +2 -3
- package/dist-cjs/commands/ListAliasesCommand.js +2 -3
- package/dist-cjs/commands/ListAppImageConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListAppsCommand.js +2 -3
- package/dist-cjs/commands/ListArtifactsCommand.js +2 -3
- package/dist-cjs/commands/ListAssociationsCommand.js +2 -3
- package/dist-cjs/commands/ListAutoMLJobsCommand.js +2 -3
- package/dist-cjs/commands/ListCandidatesForAutoMLJobCommand.js +2 -3
- package/dist-cjs/commands/ListCodeRepositoriesCommand.js +2 -3
- package/dist-cjs/commands/ListCompilationJobsCommand.js +2 -3
- package/dist-cjs/commands/ListContextsCommand.js +2 -3
- package/dist-cjs/commands/ListDataQualityJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListDeviceFleetsCommand.js +2 -3
- package/dist-cjs/commands/ListDevicesCommand.js +2 -3
- package/dist-cjs/commands/ListDomainsCommand.js +2 -3
- package/dist-cjs/commands/ListEdgeDeploymentPlansCommand.js +2 -3
- package/dist-cjs/commands/ListEdgePackagingJobsCommand.js +2 -3
- package/dist-cjs/commands/ListEndpointConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListEndpointsCommand.js +2 -3
- package/dist-cjs/commands/ListExperimentsCommand.js +2 -3
- package/dist-cjs/commands/ListFeatureGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListFlowDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListHubContentVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListHubContentsCommand.js +2 -3
- package/dist-cjs/commands/ListHubsCommand.js +2 -3
- package/dist-cjs/commands/ListHumanTaskUisCommand.js +2 -3
- package/dist-cjs/commands/ListHyperParameterTuningJobsCommand.js +2 -3
- package/dist-cjs/commands/ListImageVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListImagesCommand.js +2 -3
- package/dist-cjs/commands/ListInferenceExperimentsCommand.js +2 -3
- package/dist-cjs/commands/ListInferenceRecommendationsJobStepsCommand.js +2 -3
- package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +2 -3
- package/dist-cjs/commands/ListLabelingJobsCommand.js +2 -3
- package/dist-cjs/commands/ListLabelingJobsForWorkteamCommand.js +2 -3
- package/dist-cjs/commands/ListLineageGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListModelBiasJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListModelCardExportJobsCommand.js +2 -3
- package/dist-cjs/commands/ListModelCardVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListModelCardsCommand.js +2 -3
- package/dist-cjs/commands/ListModelExplainabilityJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListModelMetadataCommand.js +2 -3
- package/dist-cjs/commands/ListModelPackageGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListModelPackagesCommand.js +2 -3
- package/dist-cjs/commands/ListModelQualityJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListModelsCommand.js +2 -3
- package/dist-cjs/commands/ListMonitoringAlertHistoryCommand.js +2 -3
- package/dist-cjs/commands/ListMonitoringAlertsCommand.js +2 -3
- package/dist-cjs/commands/ListMonitoringExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListMonitoringSchedulesCommand.js +2 -3
- package/dist-cjs/commands/ListNotebookInstanceLifecycleConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListNotebookInstancesCommand.js +2 -3
- package/dist-cjs/commands/ListPipelineExecutionStepsCommand.js +2 -3
- package/dist-cjs/commands/ListPipelineExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListPipelineParametersForExecutionCommand.js +2 -3
- package/dist-cjs/commands/ListPipelinesCommand.js +2 -3
- package/dist-cjs/commands/ListProcessingJobsCommand.js +2 -3
- package/dist-cjs/commands/ListProjectsCommand.js +2 -3
- package/dist-cjs/commands/ListSpacesCommand.js +2 -3
- package/dist-cjs/commands/ListStageDevicesCommand.js +2 -3
- package/dist-cjs/commands/ListStudioLifecycleConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListSubscribedWorkteamsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsCommand.js +2 -3
- package/dist-cjs/commands/ListTrainingJobsCommand.js +2 -3
- package/dist-cjs/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -3
- package/dist-cjs/commands/ListTransformJobsCommand.js +2 -3
- package/dist-cjs/commands/ListTrialComponentsCommand.js +2 -3
- package/dist-cjs/commands/ListTrialsCommand.js +2 -3
- package/dist-cjs/commands/ListUserProfilesCommand.js +2 -3
- package/dist-cjs/commands/ListWorkforcesCommand.js +2 -3
- package/dist-cjs/commands/ListWorkteamsCommand.js +2 -3
- package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +2 -3
- package/dist-cjs/commands/QueryLineageCommand.js +2 -3
- package/dist-cjs/commands/RegisterDevicesCommand.js +2 -3
- package/dist-cjs/commands/RenderUiTemplateCommand.js +2 -3
- package/dist-cjs/commands/RetryPipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/SearchCommand.js +1 -2
- package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +2 -3
- package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +2 -3
- package/dist-cjs/commands/StartEdgeDeploymentStageCommand.js +2 -3
- package/dist-cjs/commands/StartInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/StartMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/StartNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/StopAutoMLJobCommand.js +2 -3
- package/dist-cjs/commands/StopCompilationJobCommand.js +2 -3
- package/dist-cjs/commands/StopEdgeDeploymentStageCommand.js +2 -3
- package/dist-cjs/commands/StopEdgePackagingJobCommand.js +2 -3
- package/dist-cjs/commands/StopHyperParameterTuningJobCommand.js +2 -3
- package/dist-cjs/commands/StopInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +2 -3
- package/dist-cjs/commands/StopLabelingJobCommand.js +2 -3
- package/dist-cjs/commands/StopMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/StopNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/StopPipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/StopProcessingJobCommand.js +2 -3
- package/dist-cjs/commands/StopTrainingJobCommand.js +2 -3
- package/dist-cjs/commands/StopTransformJobCommand.js +2 -3
- package/dist-cjs/commands/UpdateActionCommand.js +2 -3
- package/dist-cjs/commands/UpdateAppImageConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateArtifactCommand.js +2 -3
- package/dist-cjs/commands/UpdateCodeRepositoryCommand.js +2 -3
- package/dist-cjs/commands/UpdateContextCommand.js +2 -3
- package/dist-cjs/commands/UpdateDeviceFleetCommand.js +2 -3
- package/dist-cjs/commands/UpdateDevicesCommand.js +2 -3
- package/dist-cjs/commands/UpdateDomainCommand.js +2 -3
- package/dist-cjs/commands/UpdateEndpointCommand.js +2 -3
- package/dist-cjs/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +2 -3
- package/dist-cjs/commands/UpdateExperimentCommand.js +2 -3
- package/dist-cjs/commands/UpdateFeatureGroupCommand.js +2 -3
- package/dist-cjs/commands/UpdateFeatureMetadataCommand.js +2 -3
- package/dist-cjs/commands/UpdateHubCommand.js +2 -3
- package/dist-cjs/commands/UpdateImageCommand.js +2 -3
- package/dist-cjs/commands/UpdateImageVersionCommand.js +2 -3
- package/dist-cjs/commands/UpdateInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/UpdateModelCardCommand.js +1 -1
- package/dist-cjs/commands/UpdateModelPackageCommand.js +2 -3
- package/dist-cjs/commands/UpdateMonitoringAlertCommand.js +2 -3
- package/dist-cjs/commands/UpdateMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/UpdateNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdatePipelineCommand.js +2 -3
- package/dist-cjs/commands/UpdatePipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/UpdateProjectCommand.js +2 -3
- package/dist-cjs/commands/UpdateSpaceCommand.js +2 -3
- package/dist-cjs/commands/UpdateTrainingJobCommand.js +2 -3
- package/dist-cjs/commands/UpdateTrialCommand.js +2 -3
- package/dist-cjs/commands/UpdateTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/UpdateUserProfileCommand.js +2 -3
- package/dist-cjs/commands/UpdateWorkforceCommand.js +1 -1
- package/dist-cjs/commands/UpdateWorkteamCommand.js +2 -3
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +20 -847
- package/dist-cjs/models/models_1.js +13 -1074
- package/dist-cjs/models/models_2.js +1 -982
- package/dist-cjs/models/models_3.js +20 -1007
- package/dist-cjs/models/models_4.js +1 -217
- package/dist-cjs/protocols/Aws_json1_1.js +289 -12
- package/dist-es/SageMaker.js +30 -0
- package/dist-es/commands/AddAssociationCommand.js +2 -3
- package/dist-es/commands/AddTagsCommand.js +2 -3
- package/dist-es/commands/AssociateTrialComponentCommand.js +2 -3
- package/dist-es/commands/BatchDescribeModelPackageCommand.js +2 -3
- package/dist-es/commands/CreateActionCommand.js +2 -3
- package/dist-es/commands/CreateAlgorithmCommand.js +2 -3
- package/dist-es/commands/CreateAppCommand.js +2 -3
- package/dist-es/commands/CreateAppImageConfigCommand.js +2 -3
- package/dist-es/commands/CreateArtifactCommand.js +2 -3
- package/dist-es/commands/CreateAutoMLJobCommand.js +2 -3
- package/dist-es/commands/CreateAutoMLJobV2Command.js +41 -0
- package/dist-es/commands/CreateCodeRepositoryCommand.js +2 -3
- package/dist-es/commands/CreateCompilationJobCommand.js +2 -3
- package/dist-es/commands/CreateContextCommand.js +2 -3
- package/dist-es/commands/CreateDataQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateDeviceFleetCommand.js +2 -3
- package/dist-es/commands/CreateDomainCommand.js +2 -3
- package/dist-es/commands/CreateEdgeDeploymentPlanCommand.js +2 -3
- package/dist-es/commands/CreateEdgeDeploymentStageCommand.js +2 -3
- package/dist-es/commands/CreateEdgePackagingJobCommand.js +2 -3
- package/dist-es/commands/CreateEndpointCommand.js +2 -3
- package/dist-es/commands/CreateEndpointConfigCommand.js +2 -3
- package/dist-es/commands/CreateExperimentCommand.js +2 -3
- package/dist-es/commands/CreateFeatureGroupCommand.js +2 -3
- package/dist-es/commands/CreateFlowDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateHubCommand.js +2 -3
- package/dist-es/commands/CreateHumanTaskUiCommand.js +2 -3
- package/dist-es/commands/CreateHyperParameterTuningJobCommand.js +2 -3
- package/dist-es/commands/CreateImageCommand.js +2 -3
- package/dist-es/commands/CreateImageVersionCommand.js +2 -3
- package/dist-es/commands/CreateInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +2 -3
- package/dist-es/commands/CreateLabelingJobCommand.js +2 -3
- package/dist-es/commands/CreateModelBiasJobDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateModelCardCommand.js +2 -2
- package/dist-es/commands/CreateModelCardExportJobCommand.js +2 -3
- package/dist-es/commands/CreateModelCommand.js +2 -3
- package/dist-es/commands/CreateModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateModelPackageCommand.js +2 -3
- package/dist-es/commands/CreateModelPackageGroupCommand.js +2 -3
- package/dist-es/commands/CreateModelQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/CreateNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/CreateNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/CreatePipelineCommand.js +2 -3
- package/dist-es/commands/CreatePresignedDomainUrlCommand.js +2 -3
- package/dist-es/commands/CreatePresignedNotebookInstanceUrlCommand.js +2 -3
- package/dist-es/commands/CreateProcessingJobCommand.js +2 -3
- package/dist-es/commands/CreateProjectCommand.js +2 -3
- package/dist-es/commands/CreateSpaceCommand.js +2 -3
- package/dist-es/commands/CreateStudioLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/CreateTrainingJobCommand.js +2 -3
- package/dist-es/commands/CreateTransformJobCommand.js +2 -3
- package/dist-es/commands/CreateTrialCommand.js +2 -3
- package/dist-es/commands/CreateTrialComponentCommand.js +2 -3
- package/dist-es/commands/CreateUserProfileCommand.js +2 -3
- package/dist-es/commands/CreateWorkforceCommand.js +2 -2
- package/dist-es/commands/CreateWorkteamCommand.js +2 -3
- package/dist-es/commands/DeleteActionCommand.js +2 -3
- package/dist-es/commands/DeleteAlgorithmCommand.js +2 -3
- package/dist-es/commands/DeleteAppCommand.js +2 -3
- package/dist-es/commands/DeleteAppImageConfigCommand.js +2 -3
- package/dist-es/commands/DeleteArtifactCommand.js +2 -3
- package/dist-es/commands/DeleteAssociationCommand.js +2 -3
- package/dist-es/commands/DeleteCodeRepositoryCommand.js +2 -3
- package/dist-es/commands/DeleteContextCommand.js +2 -3
- package/dist-es/commands/DeleteDataQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteDeviceFleetCommand.js +2 -3
- package/dist-es/commands/DeleteDomainCommand.js +2 -3
- package/dist-es/commands/DeleteEdgeDeploymentPlanCommand.js +2 -3
- package/dist-es/commands/DeleteEdgeDeploymentStageCommand.js +2 -3
- package/dist-es/commands/DeleteEndpointCommand.js +2 -3
- package/dist-es/commands/DeleteEndpointConfigCommand.js +2 -3
- package/dist-es/commands/DeleteExperimentCommand.js +2 -3
- package/dist-es/commands/DeleteFeatureGroupCommand.js +2 -3
- package/dist-es/commands/DeleteFlowDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteHubCommand.js +2 -3
- package/dist-es/commands/DeleteHubContentCommand.js +2 -3
- package/dist-es/commands/DeleteHumanTaskUiCommand.js +2 -3
- package/dist-es/commands/DeleteImageCommand.js +2 -3
- package/dist-es/commands/DeleteImageVersionCommand.js +2 -3
- package/dist-es/commands/DeleteInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/DeleteModelBiasJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteModelCardCommand.js +2 -3
- package/dist-es/commands/DeleteModelCommand.js +2 -3
- package/dist-es/commands/DeleteModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteModelPackageCommand.js +2 -3
- package/dist-es/commands/DeleteModelPackageGroupCommand.js +2 -3
- package/dist-es/commands/DeleteModelPackageGroupPolicyCommand.js +2 -3
- package/dist-es/commands/DeleteModelQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/DeleteNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/DeletePipelineCommand.js +2 -3
- package/dist-es/commands/DeleteProjectCommand.js +2 -3
- package/dist-es/commands/DeleteSpaceCommand.js +2 -3
- package/dist-es/commands/DeleteStudioLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/DeleteTagsCommand.js +2 -3
- package/dist-es/commands/DeleteTrialCommand.js +2 -3
- package/dist-es/commands/DeleteTrialComponentCommand.js +2 -3
- package/dist-es/commands/DeleteUserProfileCommand.js +2 -3
- package/dist-es/commands/DeleteWorkforceCommand.js +2 -3
- package/dist-es/commands/DeleteWorkteamCommand.js +2 -3
- package/dist-es/commands/DeregisterDevicesCommand.js +2 -3
- package/dist-es/commands/DescribeActionCommand.js +2 -3
- package/dist-es/commands/DescribeAlgorithmCommand.js +2 -3
- package/dist-es/commands/DescribeAppCommand.js +2 -3
- package/dist-es/commands/DescribeAppImageConfigCommand.js +2 -3
- package/dist-es/commands/DescribeArtifactCommand.js +2 -3
- package/dist-es/commands/DescribeAutoMLJobCommand.js +2 -3
- package/dist-es/commands/DescribeAutoMLJobV2Command.js +41 -0
- package/dist-es/commands/DescribeCodeRepositoryCommand.js +2 -3
- package/dist-es/commands/DescribeCompilationJobCommand.js +2 -3
- package/dist-es/commands/DescribeContextCommand.js +2 -3
- package/dist-es/commands/DescribeDataQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeDeviceCommand.js +2 -3
- package/dist-es/commands/DescribeDeviceFleetCommand.js +2 -3
- package/dist-es/commands/DescribeDomainCommand.js +2 -3
- package/dist-es/commands/DescribeEdgeDeploymentPlanCommand.js +2 -3
- package/dist-es/commands/DescribeEdgePackagingJobCommand.js +2 -3
- package/dist-es/commands/DescribeEndpointCommand.js +2 -3
- package/dist-es/commands/DescribeEndpointConfigCommand.js +2 -3
- package/dist-es/commands/DescribeExperimentCommand.js +2 -3
- package/dist-es/commands/DescribeFeatureGroupCommand.js +2 -3
- package/dist-es/commands/DescribeFeatureMetadataCommand.js +2 -3
- package/dist-es/commands/DescribeFlowDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeHubCommand.js +2 -3
- package/dist-es/commands/DescribeHubContentCommand.js +2 -3
- package/dist-es/commands/DescribeHumanTaskUiCommand.js +2 -3
- package/dist-es/commands/DescribeHyperParameterTuningJobCommand.js +2 -3
- package/dist-es/commands/DescribeImageCommand.js +2 -3
- package/dist-es/commands/DescribeImageVersionCommand.js +2 -3
- package/dist-es/commands/DescribeInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +2 -3
- package/dist-es/commands/DescribeLabelingJobCommand.js +2 -3
- package/dist-es/commands/DescribeLineageGroupCommand.js +2 -3
- package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeModelCardCommand.js +2 -2
- package/dist-es/commands/DescribeModelCardExportJobCommand.js +2 -3
- package/dist-es/commands/DescribeModelCommand.js +2 -3
- package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeModelPackageCommand.js +2 -3
- package/dist-es/commands/DescribeModelPackageGroupCommand.js +2 -3
- package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/DescribeNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/DescribePipelineCommand.js +2 -3
- package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +2 -3
- package/dist-es/commands/DescribePipelineExecutionCommand.js +2 -3
- package/dist-es/commands/DescribeProcessingJobCommand.js +2 -3
- package/dist-es/commands/DescribeProjectCommand.js +2 -3
- package/dist-es/commands/DescribeSpaceCommand.js +2 -3
- package/dist-es/commands/DescribeStudioLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/DescribeSubscribedWorkteamCommand.js +2 -3
- package/dist-es/commands/DescribeTrainingJobCommand.js +2 -3
- package/dist-es/commands/DescribeTransformJobCommand.js +2 -3
- package/dist-es/commands/DescribeTrialCommand.js +2 -3
- package/dist-es/commands/DescribeTrialComponentCommand.js +2 -3
- package/dist-es/commands/DescribeUserProfileCommand.js +2 -3
- package/dist-es/commands/DescribeWorkforceCommand.js +2 -3
- package/dist-es/commands/DescribeWorkteamCommand.js +2 -3
- package/dist-es/commands/DisableSagemakerServicecatalogPortfolioCommand.js +2 -3
- package/dist-es/commands/DisassociateTrialComponentCommand.js +2 -3
- package/dist-es/commands/EnableSagemakerServicecatalogPortfolioCommand.js +2 -3
- package/dist-es/commands/GetDeviceFleetReportCommand.js +2 -3
- package/dist-es/commands/GetLineageGroupPolicyCommand.js +2 -3
- package/dist-es/commands/GetModelPackageGroupPolicyCommand.js +2 -3
- package/dist-es/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +2 -3
- package/dist-es/commands/GetSearchSuggestionsCommand.js +2 -3
- package/dist-es/commands/ImportHubContentCommand.js +2 -3
- package/dist-es/commands/ListActionsCommand.js +2 -3
- package/dist-es/commands/ListAlgorithmsCommand.js +2 -3
- package/dist-es/commands/ListAliasesCommand.js +2 -3
- package/dist-es/commands/ListAppImageConfigsCommand.js +2 -3
- package/dist-es/commands/ListAppsCommand.js +2 -3
- package/dist-es/commands/ListArtifactsCommand.js +2 -3
- package/dist-es/commands/ListAssociationsCommand.js +2 -3
- package/dist-es/commands/ListAutoMLJobsCommand.js +2 -3
- package/dist-es/commands/ListCandidatesForAutoMLJobCommand.js +2 -3
- package/dist-es/commands/ListCodeRepositoriesCommand.js +2 -3
- package/dist-es/commands/ListCompilationJobsCommand.js +2 -3
- package/dist-es/commands/ListContextsCommand.js +2 -3
- package/dist-es/commands/ListDataQualityJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListDeviceFleetsCommand.js +2 -3
- package/dist-es/commands/ListDevicesCommand.js +2 -3
- package/dist-es/commands/ListDomainsCommand.js +2 -3
- package/dist-es/commands/ListEdgeDeploymentPlansCommand.js +2 -3
- package/dist-es/commands/ListEdgePackagingJobsCommand.js +2 -3
- package/dist-es/commands/ListEndpointConfigsCommand.js +2 -3
- package/dist-es/commands/ListEndpointsCommand.js +2 -3
- package/dist-es/commands/ListExperimentsCommand.js +2 -3
- package/dist-es/commands/ListFeatureGroupsCommand.js +2 -3
- package/dist-es/commands/ListFlowDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListHubContentVersionsCommand.js +2 -3
- package/dist-es/commands/ListHubContentsCommand.js +2 -3
- package/dist-es/commands/ListHubsCommand.js +2 -3
- package/dist-es/commands/ListHumanTaskUisCommand.js +2 -3
- package/dist-es/commands/ListHyperParameterTuningJobsCommand.js +2 -3
- package/dist-es/commands/ListImageVersionsCommand.js +2 -3
- package/dist-es/commands/ListImagesCommand.js +2 -3
- package/dist-es/commands/ListInferenceExperimentsCommand.js +2 -3
- package/dist-es/commands/ListInferenceRecommendationsJobStepsCommand.js +2 -3
- package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +2 -3
- package/dist-es/commands/ListLabelingJobsCommand.js +2 -3
- package/dist-es/commands/ListLabelingJobsForWorkteamCommand.js +2 -3
- package/dist-es/commands/ListLineageGroupsCommand.js +2 -3
- package/dist-es/commands/ListModelBiasJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListModelCardExportJobsCommand.js +2 -3
- package/dist-es/commands/ListModelCardVersionsCommand.js +2 -3
- package/dist-es/commands/ListModelCardsCommand.js +2 -3
- package/dist-es/commands/ListModelExplainabilityJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListModelMetadataCommand.js +2 -3
- package/dist-es/commands/ListModelPackageGroupsCommand.js +2 -3
- package/dist-es/commands/ListModelPackagesCommand.js +2 -3
- package/dist-es/commands/ListModelQualityJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListModelsCommand.js +2 -3
- package/dist-es/commands/ListMonitoringAlertHistoryCommand.js +2 -3
- package/dist-es/commands/ListMonitoringAlertsCommand.js +2 -3
- package/dist-es/commands/ListMonitoringExecutionsCommand.js +2 -3
- package/dist-es/commands/ListMonitoringSchedulesCommand.js +2 -3
- package/dist-es/commands/ListNotebookInstanceLifecycleConfigsCommand.js +2 -3
- package/dist-es/commands/ListNotebookInstancesCommand.js +2 -3
- package/dist-es/commands/ListPipelineExecutionStepsCommand.js +2 -3
- package/dist-es/commands/ListPipelineExecutionsCommand.js +2 -3
- package/dist-es/commands/ListPipelineParametersForExecutionCommand.js +2 -3
- package/dist-es/commands/ListPipelinesCommand.js +2 -3
- package/dist-es/commands/ListProcessingJobsCommand.js +2 -3
- package/dist-es/commands/ListProjectsCommand.js +2 -3
- package/dist-es/commands/ListSpacesCommand.js +2 -3
- package/dist-es/commands/ListStageDevicesCommand.js +2 -3
- package/dist-es/commands/ListStudioLifecycleConfigsCommand.js +2 -3
- package/dist-es/commands/ListSubscribedWorkteamsCommand.js +2 -3
- package/dist-es/commands/ListTagsCommand.js +2 -3
- package/dist-es/commands/ListTrainingJobsCommand.js +2 -3
- package/dist-es/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -3
- package/dist-es/commands/ListTransformJobsCommand.js +2 -3
- package/dist-es/commands/ListTrialComponentsCommand.js +2 -3
- package/dist-es/commands/ListTrialsCommand.js +2 -3
- package/dist-es/commands/ListUserProfilesCommand.js +2 -3
- package/dist-es/commands/ListWorkforcesCommand.js +2 -3
- package/dist-es/commands/ListWorkteamsCommand.js +2 -3
- package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +2 -3
- package/dist-es/commands/QueryLineageCommand.js +2 -3
- package/dist-es/commands/RegisterDevicesCommand.js +2 -3
- package/dist-es/commands/RenderUiTemplateCommand.js +2 -3
- package/dist-es/commands/RetryPipelineExecutionCommand.js +2 -3
- package/dist-es/commands/SearchCommand.js +1 -2
- package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +2 -3
- package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +2 -3
- package/dist-es/commands/StartEdgeDeploymentStageCommand.js +2 -3
- package/dist-es/commands/StartInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/StartMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/StartNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/StartPipelineExecutionCommand.js +2 -3
- package/dist-es/commands/StopAutoMLJobCommand.js +2 -3
- package/dist-es/commands/StopCompilationJobCommand.js +2 -3
- package/dist-es/commands/StopEdgeDeploymentStageCommand.js +2 -3
- package/dist-es/commands/StopEdgePackagingJobCommand.js +2 -3
- package/dist-es/commands/StopHyperParameterTuningJobCommand.js +2 -3
- package/dist-es/commands/StopInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +2 -3
- package/dist-es/commands/StopLabelingJobCommand.js +2 -3
- package/dist-es/commands/StopMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/StopNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/StopPipelineExecutionCommand.js +2 -3
- package/dist-es/commands/StopProcessingJobCommand.js +2 -3
- package/dist-es/commands/StopTrainingJobCommand.js +2 -3
- package/dist-es/commands/StopTransformJobCommand.js +2 -3
- package/dist-es/commands/UpdateActionCommand.js +2 -3
- package/dist-es/commands/UpdateAppImageConfigCommand.js +2 -3
- package/dist-es/commands/UpdateArtifactCommand.js +2 -3
- package/dist-es/commands/UpdateCodeRepositoryCommand.js +2 -3
- package/dist-es/commands/UpdateContextCommand.js +2 -3
- package/dist-es/commands/UpdateDeviceFleetCommand.js +2 -3
- package/dist-es/commands/UpdateDevicesCommand.js +2 -3
- package/dist-es/commands/UpdateDomainCommand.js +2 -3
- package/dist-es/commands/UpdateEndpointCommand.js +2 -3
- package/dist-es/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +2 -3
- package/dist-es/commands/UpdateExperimentCommand.js +2 -3
- package/dist-es/commands/UpdateFeatureGroupCommand.js +2 -3
- package/dist-es/commands/UpdateFeatureMetadataCommand.js +2 -3
- package/dist-es/commands/UpdateHubCommand.js +2 -3
- package/dist-es/commands/UpdateImageCommand.js +2 -3
- package/dist-es/commands/UpdateImageVersionCommand.js +2 -3
- package/dist-es/commands/UpdateInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/UpdateModelCardCommand.js +2 -2
- package/dist-es/commands/UpdateModelPackageCommand.js +2 -3
- package/dist-es/commands/UpdateMonitoringAlertCommand.js +2 -3
- package/dist-es/commands/UpdateMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/UpdateNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/UpdatePipelineCommand.js +2 -3
- package/dist-es/commands/UpdatePipelineExecutionCommand.js +2 -3
- package/dist-es/commands/UpdateProjectCommand.js +2 -3
- package/dist-es/commands/UpdateSpaceCommand.js +2 -3
- package/dist-es/commands/UpdateTrainingJobCommand.js +2 -3
- package/dist-es/commands/UpdateTrialCommand.js +2 -3
- package/dist-es/commands/UpdateTrialComponentCommand.js +2 -3
- package/dist-es/commands/UpdateUserProfileCommand.js +2 -3
- package/dist-es/commands/UpdateWorkforceCommand.js +2 -2
- package/dist-es/commands/UpdateWorkteamCommand.js +2 -3
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +18 -633
- package/dist-es/models/models_1.js +11 -802
- package/dist-es/models/models_2.js +0 -738
- package/dist-es/models/models_3.js +18 -752
- package/dist-es/models/models_4.js +1 -163
- package/dist-es/protocols/Aws_json1_1.js +273 -1
- package/dist-types/SageMaker.d.ts +27 -0
- package/dist-types/SageMakerClient.d.ts +4 -2
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +74 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrialCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +67 -0
- package/dist-types/commands/ListActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +305 -1063
- package/dist-types/models/models_1.d.ts +188 -1124
- package/dist-types/models/models_2.d.ts +164 -1132
- package/dist-types/models/models_3.d.ts +173 -1140
- package/dist-types/models/models_4.d.ts +142 -214
- package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
- package/dist-types/ts3.4/SageMaker.d.ts +34 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateAutoMLJobV2Command.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAutoMLJobV2Command.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAlgorithmsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +64 -610
- package/dist-types/ts3.4/models/models_1.d.ts +39 -801
- package/dist-types/ts3.4/models/models_2.d.ts +52 -745
- package/dist-types/ts3.4/models/models_3.d.ts +55 -764
- package/dist-types/ts3.4/models/models_4.d.ts +42 -159
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/package.json +11 -10
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ActionStatus,
|
|
3
|
+
ActionSummary,
|
|
3
4
|
AdditionalInferenceSpecificationDefinition,
|
|
5
|
+
AlgorithmSortBy,
|
|
4
6
|
AlgorithmSpecification,
|
|
7
|
+
AlgorithmSummary,
|
|
5
8
|
AppDetails,
|
|
6
9
|
AppImageConfigDetails,
|
|
7
10
|
AppImageConfigSortKey,
|
|
@@ -32,7 +35,6 @@ import {
|
|
|
32
35
|
ConditionStepMetadata,
|
|
33
36
|
ContainerDefinition,
|
|
34
37
|
ContextSummary,
|
|
35
|
-
EdgeOutputConfig,
|
|
36
38
|
InferenceSpecification,
|
|
37
39
|
KernelGatewayImageConfig,
|
|
38
40
|
MetadataProperties,
|
|
@@ -114,7 +116,6 @@ import {
|
|
|
114
116
|
FeatureMetadata,
|
|
115
117
|
Filter,
|
|
116
118
|
FlowDefinitionSummary,
|
|
117
|
-
GitConfigForUpdate,
|
|
118
119
|
HubContentInfo,
|
|
119
120
|
HubContentSortBy,
|
|
120
121
|
HubInfo,
|
|
@@ -139,9 +140,6 @@ import {
|
|
|
139
140
|
LabelingJobForWorkteamSummary,
|
|
140
141
|
LabelingJobStatus,
|
|
141
142
|
LabelingJobSummary,
|
|
142
|
-
LambdaStepMetadata,
|
|
143
|
-
LineageGroupSummary,
|
|
144
|
-
LineageType,
|
|
145
143
|
MetricData,
|
|
146
144
|
ModelArtifacts,
|
|
147
145
|
ModelCardExportJobStatus,
|
|
@@ -161,7 +159,6 @@ import {
|
|
|
161
159
|
SecondaryStatus,
|
|
162
160
|
SecondaryStatusTransition,
|
|
163
161
|
ServiceCatalogProvisionedProductDetails,
|
|
164
|
-
SortOrder,
|
|
165
162
|
SpaceStatus,
|
|
166
163
|
SubscribedWorkteam,
|
|
167
164
|
TrainingJobStatus,
|
|
@@ -175,6 +172,58 @@ import {
|
|
|
175
172
|
Workforce,
|
|
176
173
|
Workteam,
|
|
177
174
|
} from "./models_2";
|
|
175
|
+
export interface LambdaStepMetadata {
|
|
176
|
+
Arn?: string;
|
|
177
|
+
OutputParameters?: OutputParameter[];
|
|
178
|
+
}
|
|
179
|
+
export interface LineageGroupSummary {
|
|
180
|
+
LineageGroupArn?: string;
|
|
181
|
+
LineageGroupName?: string;
|
|
182
|
+
DisplayName?: string;
|
|
183
|
+
CreationTime?: Date;
|
|
184
|
+
LastModifiedTime?: Date;
|
|
185
|
+
}
|
|
186
|
+
export declare enum LineageType {
|
|
187
|
+
ACTION = "Action",
|
|
188
|
+
ARTIFACT = "Artifact",
|
|
189
|
+
CONTEXT = "Context",
|
|
190
|
+
TRIAL_COMPONENT = "TrialComponent",
|
|
191
|
+
}
|
|
192
|
+
export declare enum SortActionsBy {
|
|
193
|
+
CREATION_TIME = "CreationTime",
|
|
194
|
+
NAME = "Name",
|
|
195
|
+
}
|
|
196
|
+
export declare enum SortOrder {
|
|
197
|
+
ASCENDING = "Ascending",
|
|
198
|
+
DESCENDING = "Descending",
|
|
199
|
+
}
|
|
200
|
+
export interface ListActionsRequest {
|
|
201
|
+
SourceUri?: string;
|
|
202
|
+
ActionType?: string;
|
|
203
|
+
CreatedAfter?: Date;
|
|
204
|
+
CreatedBefore?: Date;
|
|
205
|
+
SortBy?: SortActionsBy | string;
|
|
206
|
+
SortOrder?: SortOrder | string;
|
|
207
|
+
NextToken?: string;
|
|
208
|
+
MaxResults?: number;
|
|
209
|
+
}
|
|
210
|
+
export interface ListActionsResponse {
|
|
211
|
+
ActionSummaries?: ActionSummary[];
|
|
212
|
+
NextToken?: string;
|
|
213
|
+
}
|
|
214
|
+
export interface ListAlgorithmsInput {
|
|
215
|
+
CreationTimeAfter?: Date;
|
|
216
|
+
CreationTimeBefore?: Date;
|
|
217
|
+
MaxResults?: number;
|
|
218
|
+
NameContains?: string;
|
|
219
|
+
NextToken?: string;
|
|
220
|
+
SortBy?: AlgorithmSortBy | string;
|
|
221
|
+
SortOrder?: SortOrder | string;
|
|
222
|
+
}
|
|
223
|
+
export interface ListAlgorithmsOutput {
|
|
224
|
+
AlgorithmSummaryList: AlgorithmSummary[] | undefined;
|
|
225
|
+
NextToken?: string;
|
|
226
|
+
}
|
|
178
227
|
export interface ListAliasesRequest {
|
|
179
228
|
ImageName: string | undefined;
|
|
180
229
|
Alias?: string;
|
|
@@ -2124,766 +2173,8 @@ export interface UpdateAppImageConfigRequest {
|
|
|
2124
2173
|
AppImageConfigName: string | undefined;
|
|
2125
2174
|
KernelGatewayImageConfig?: KernelGatewayImageConfig;
|
|
2126
2175
|
}
|
|
2127
|
-
export interface UpdateAppImageConfigResponse {
|
|
2128
|
-
AppImageConfigArn?: string;
|
|
2129
|
-
}
|
|
2130
|
-
export interface UpdateArtifactRequest {
|
|
2131
|
-
ArtifactArn: string | undefined;
|
|
2132
|
-
ArtifactName?: string;
|
|
2133
|
-
Properties?: Record<string, string>;
|
|
2134
|
-
PropertiesToRemove?: string[];
|
|
2135
|
-
}
|
|
2136
|
-
export interface UpdateArtifactResponse {
|
|
2137
|
-
ArtifactArn?: string;
|
|
2138
|
-
}
|
|
2139
|
-
export interface UpdateCodeRepositoryInput {
|
|
2140
|
-
CodeRepositoryName: string | undefined;
|
|
2141
|
-
GitConfig?: GitConfigForUpdate;
|
|
2142
|
-
}
|
|
2143
|
-
export interface UpdateCodeRepositoryOutput {
|
|
2144
|
-
CodeRepositoryArn: string | undefined;
|
|
2145
|
-
}
|
|
2146
|
-
export interface UpdateContextRequest {
|
|
2147
|
-
ContextName: string | undefined;
|
|
2148
|
-
Description?: string;
|
|
2149
|
-
Properties?: Record<string, string>;
|
|
2150
|
-
PropertiesToRemove?: string[];
|
|
2151
|
-
}
|
|
2152
|
-
export interface UpdateContextResponse {
|
|
2153
|
-
ContextArn?: string;
|
|
2154
|
-
}
|
|
2155
|
-
export interface UpdateDeviceFleetRequest {
|
|
2156
|
-
DeviceFleetName: string | undefined;
|
|
2157
|
-
RoleArn?: string;
|
|
2158
|
-
Description?: string;
|
|
2159
|
-
OutputConfig: EdgeOutputConfig | undefined;
|
|
2160
|
-
EnableIotRoleAlias?: boolean;
|
|
2161
|
-
}
|
|
2162
|
-
export interface UpdateDevicesRequest {
|
|
2163
|
-
DeviceFleetName: string | undefined;
|
|
2164
|
-
Devices: Device[] | undefined;
|
|
2165
|
-
}
|
|
2166
|
-
export declare const ListAliasesRequestFilterSensitiveLog: (
|
|
2167
|
-
obj: ListAliasesRequest
|
|
2168
|
-
) => any;
|
|
2169
|
-
export declare const ListAliasesResponseFilterSensitiveLog: (
|
|
2170
|
-
obj: ListAliasesResponse
|
|
2171
|
-
) => any;
|
|
2172
|
-
export declare const ListAppImageConfigsRequestFilterSensitiveLog: (
|
|
2173
|
-
obj: ListAppImageConfigsRequest
|
|
2174
|
-
) => any;
|
|
2175
|
-
export declare const ListAppImageConfigsResponseFilterSensitiveLog: (
|
|
2176
|
-
obj: ListAppImageConfigsResponse
|
|
2177
|
-
) => any;
|
|
2178
|
-
export declare const ListAppsRequestFilterSensitiveLog: (
|
|
2179
|
-
obj: ListAppsRequest
|
|
2180
|
-
) => any;
|
|
2181
|
-
export declare const ListAppsResponseFilterSensitiveLog: (
|
|
2182
|
-
obj: ListAppsResponse
|
|
2183
|
-
) => any;
|
|
2184
|
-
export declare const ListArtifactsRequestFilterSensitiveLog: (
|
|
2185
|
-
obj: ListArtifactsRequest
|
|
2186
|
-
) => any;
|
|
2187
|
-
export declare const ListArtifactsResponseFilterSensitiveLog: (
|
|
2188
|
-
obj: ListArtifactsResponse
|
|
2189
|
-
) => any;
|
|
2190
|
-
export declare const ListAssociationsRequestFilterSensitiveLog: (
|
|
2191
|
-
obj: ListAssociationsRequest
|
|
2192
|
-
) => any;
|
|
2193
|
-
export declare const ListAssociationsResponseFilterSensitiveLog: (
|
|
2194
|
-
obj: ListAssociationsResponse
|
|
2195
|
-
) => any;
|
|
2196
|
-
export declare const ListAutoMLJobsRequestFilterSensitiveLog: (
|
|
2197
|
-
obj: ListAutoMLJobsRequest
|
|
2198
|
-
) => any;
|
|
2199
|
-
export declare const ListAutoMLJobsResponseFilterSensitiveLog: (
|
|
2200
|
-
obj: ListAutoMLJobsResponse
|
|
2201
|
-
) => any;
|
|
2202
|
-
export declare const ListCandidatesForAutoMLJobRequestFilterSensitiveLog: (
|
|
2203
|
-
obj: ListCandidatesForAutoMLJobRequest
|
|
2204
|
-
) => any;
|
|
2205
|
-
export declare const ListCandidatesForAutoMLJobResponseFilterSensitiveLog: (
|
|
2206
|
-
obj: ListCandidatesForAutoMLJobResponse
|
|
2207
|
-
) => any;
|
|
2208
|
-
export declare const ListCodeRepositoriesInputFilterSensitiveLog: (
|
|
2209
|
-
obj: ListCodeRepositoriesInput
|
|
2210
|
-
) => any;
|
|
2211
|
-
export declare const ListCodeRepositoriesOutputFilterSensitiveLog: (
|
|
2212
|
-
obj: ListCodeRepositoriesOutput
|
|
2213
|
-
) => any;
|
|
2214
|
-
export declare const ListCompilationJobsRequestFilterSensitiveLog: (
|
|
2215
|
-
obj: ListCompilationJobsRequest
|
|
2216
|
-
) => any;
|
|
2217
|
-
export declare const ListCompilationJobsResponseFilterSensitiveLog: (
|
|
2218
|
-
obj: ListCompilationJobsResponse
|
|
2219
|
-
) => any;
|
|
2220
|
-
export declare const ListContextsRequestFilterSensitiveLog: (
|
|
2221
|
-
obj: ListContextsRequest
|
|
2222
|
-
) => any;
|
|
2223
|
-
export declare const ListContextsResponseFilterSensitiveLog: (
|
|
2224
|
-
obj: ListContextsResponse
|
|
2225
|
-
) => any;
|
|
2226
|
-
export declare const ListDataQualityJobDefinitionsRequestFilterSensitiveLog: (
|
|
2227
|
-
obj: ListDataQualityJobDefinitionsRequest
|
|
2228
|
-
) => any;
|
|
2229
|
-
export declare const MonitoringJobDefinitionSummaryFilterSensitiveLog: (
|
|
2230
|
-
obj: MonitoringJobDefinitionSummary
|
|
2231
|
-
) => any;
|
|
2232
|
-
export declare const ListDataQualityJobDefinitionsResponseFilterSensitiveLog: (
|
|
2233
|
-
obj: ListDataQualityJobDefinitionsResponse
|
|
2234
|
-
) => any;
|
|
2235
|
-
export declare const ListDeviceFleetsRequestFilterSensitiveLog: (
|
|
2236
|
-
obj: ListDeviceFleetsRequest
|
|
2237
|
-
) => any;
|
|
2238
|
-
export declare const ListDeviceFleetsResponseFilterSensitiveLog: (
|
|
2239
|
-
obj: ListDeviceFleetsResponse
|
|
2240
|
-
) => any;
|
|
2241
|
-
export declare const ListDevicesRequestFilterSensitiveLog: (
|
|
2242
|
-
obj: ListDevicesRequest
|
|
2243
|
-
) => any;
|
|
2244
|
-
export declare const ListDevicesResponseFilterSensitiveLog: (
|
|
2245
|
-
obj: ListDevicesResponse
|
|
2246
|
-
) => any;
|
|
2247
|
-
export declare const ListDomainsRequestFilterSensitiveLog: (
|
|
2248
|
-
obj: ListDomainsRequest
|
|
2249
|
-
) => any;
|
|
2250
|
-
export declare const ListDomainsResponseFilterSensitiveLog: (
|
|
2251
|
-
obj: ListDomainsResponse
|
|
2252
|
-
) => any;
|
|
2253
|
-
export declare const ListEdgeDeploymentPlansRequestFilterSensitiveLog: (
|
|
2254
|
-
obj: ListEdgeDeploymentPlansRequest
|
|
2255
|
-
) => any;
|
|
2256
|
-
export declare const ListEdgeDeploymentPlansResponseFilterSensitiveLog: (
|
|
2257
|
-
obj: ListEdgeDeploymentPlansResponse
|
|
2258
|
-
) => any;
|
|
2259
|
-
export declare const ListEdgePackagingJobsRequestFilterSensitiveLog: (
|
|
2260
|
-
obj: ListEdgePackagingJobsRequest
|
|
2261
|
-
) => any;
|
|
2262
|
-
export declare const ListEdgePackagingJobsResponseFilterSensitiveLog: (
|
|
2263
|
-
obj: ListEdgePackagingJobsResponse
|
|
2264
|
-
) => any;
|
|
2265
|
-
export declare const ListEndpointConfigsInputFilterSensitiveLog: (
|
|
2266
|
-
obj: ListEndpointConfigsInput
|
|
2267
|
-
) => any;
|
|
2268
|
-
export declare const ListEndpointConfigsOutputFilterSensitiveLog: (
|
|
2269
|
-
obj: ListEndpointConfigsOutput
|
|
2270
|
-
) => any;
|
|
2271
|
-
export declare const ListEndpointsInputFilterSensitiveLog: (
|
|
2272
|
-
obj: ListEndpointsInput
|
|
2273
|
-
) => any;
|
|
2274
|
-
export declare const ListEndpointsOutputFilterSensitiveLog: (
|
|
2275
|
-
obj: ListEndpointsOutput
|
|
2276
|
-
) => any;
|
|
2277
|
-
export declare const ListExperimentsRequestFilterSensitiveLog: (
|
|
2278
|
-
obj: ListExperimentsRequest
|
|
2279
|
-
) => any;
|
|
2280
|
-
export declare const ListExperimentsResponseFilterSensitiveLog: (
|
|
2281
|
-
obj: ListExperimentsResponse
|
|
2282
|
-
) => any;
|
|
2283
|
-
export declare const ListFeatureGroupsRequestFilterSensitiveLog: (
|
|
2284
|
-
obj: ListFeatureGroupsRequest
|
|
2285
|
-
) => any;
|
|
2286
|
-
export declare const ListFeatureGroupsResponseFilterSensitiveLog: (
|
|
2287
|
-
obj: ListFeatureGroupsResponse
|
|
2288
|
-
) => any;
|
|
2289
|
-
export declare const ListFlowDefinitionsRequestFilterSensitiveLog: (
|
|
2290
|
-
obj: ListFlowDefinitionsRequest
|
|
2291
|
-
) => any;
|
|
2292
|
-
export declare const ListFlowDefinitionsResponseFilterSensitiveLog: (
|
|
2293
|
-
obj: ListFlowDefinitionsResponse
|
|
2294
|
-
) => any;
|
|
2295
|
-
export declare const ListHubContentsRequestFilterSensitiveLog: (
|
|
2296
|
-
obj: ListHubContentsRequest
|
|
2297
|
-
) => any;
|
|
2298
|
-
export declare const ListHubContentsResponseFilterSensitiveLog: (
|
|
2299
|
-
obj: ListHubContentsResponse
|
|
2300
|
-
) => any;
|
|
2301
|
-
export declare const ListHubContentVersionsRequestFilterSensitiveLog: (
|
|
2302
|
-
obj: ListHubContentVersionsRequest
|
|
2303
|
-
) => any;
|
|
2304
|
-
export declare const ListHubContentVersionsResponseFilterSensitiveLog: (
|
|
2305
|
-
obj: ListHubContentVersionsResponse
|
|
2306
|
-
) => any;
|
|
2307
|
-
export declare const ListHubsRequestFilterSensitiveLog: (
|
|
2308
|
-
obj: ListHubsRequest
|
|
2309
|
-
) => any;
|
|
2310
|
-
export declare const ListHubsResponseFilterSensitiveLog: (
|
|
2311
|
-
obj: ListHubsResponse
|
|
2312
|
-
) => any;
|
|
2313
|
-
export declare const ListHumanTaskUisRequestFilterSensitiveLog: (
|
|
2314
|
-
obj: ListHumanTaskUisRequest
|
|
2315
|
-
) => any;
|
|
2316
|
-
export declare const ListHumanTaskUisResponseFilterSensitiveLog: (
|
|
2317
|
-
obj: ListHumanTaskUisResponse
|
|
2318
|
-
) => any;
|
|
2319
|
-
export declare const ListHyperParameterTuningJobsRequestFilterSensitiveLog: (
|
|
2320
|
-
obj: ListHyperParameterTuningJobsRequest
|
|
2321
|
-
) => any;
|
|
2322
|
-
export declare const ListHyperParameterTuningJobsResponseFilterSensitiveLog: (
|
|
2323
|
-
obj: ListHyperParameterTuningJobsResponse
|
|
2324
|
-
) => any;
|
|
2325
|
-
export declare const ListImagesRequestFilterSensitiveLog: (
|
|
2326
|
-
obj: ListImagesRequest
|
|
2327
|
-
) => any;
|
|
2328
|
-
export declare const ListImagesResponseFilterSensitiveLog: (
|
|
2329
|
-
obj: ListImagesResponse
|
|
2330
|
-
) => any;
|
|
2331
|
-
export declare const ListImageVersionsRequestFilterSensitiveLog: (
|
|
2332
|
-
obj: ListImageVersionsRequest
|
|
2333
|
-
) => any;
|
|
2334
|
-
export declare const ListImageVersionsResponseFilterSensitiveLog: (
|
|
2335
|
-
obj: ListImageVersionsResponse
|
|
2336
|
-
) => any;
|
|
2337
|
-
export declare const ListInferenceExperimentsRequestFilterSensitiveLog: (
|
|
2338
|
-
obj: ListInferenceExperimentsRequest
|
|
2339
|
-
) => any;
|
|
2340
|
-
export declare const ListInferenceExperimentsResponseFilterSensitiveLog: (
|
|
2341
|
-
obj: ListInferenceExperimentsResponse
|
|
2342
|
-
) => any;
|
|
2343
|
-
export declare const ListInferenceRecommendationsJobsRequestFilterSensitiveLog: (
|
|
2344
|
-
obj: ListInferenceRecommendationsJobsRequest
|
|
2345
|
-
) => any;
|
|
2346
|
-
export declare const ListInferenceRecommendationsJobsResponseFilterSensitiveLog: (
|
|
2347
|
-
obj: ListInferenceRecommendationsJobsResponse
|
|
2348
|
-
) => any;
|
|
2349
|
-
export declare const ListInferenceRecommendationsJobStepsRequestFilterSensitiveLog: (
|
|
2350
|
-
obj: ListInferenceRecommendationsJobStepsRequest
|
|
2351
|
-
) => any;
|
|
2352
|
-
export declare const ListInferenceRecommendationsJobStepsResponseFilterSensitiveLog: (
|
|
2353
|
-
obj: ListInferenceRecommendationsJobStepsResponse
|
|
2354
|
-
) => any;
|
|
2355
|
-
export declare const ListLabelingJobsRequestFilterSensitiveLog: (
|
|
2356
|
-
obj: ListLabelingJobsRequest
|
|
2357
|
-
) => any;
|
|
2358
|
-
export declare const ListLabelingJobsResponseFilterSensitiveLog: (
|
|
2359
|
-
obj: ListLabelingJobsResponse
|
|
2360
|
-
) => any;
|
|
2361
|
-
export declare const ListLabelingJobsForWorkteamRequestFilterSensitiveLog: (
|
|
2362
|
-
obj: ListLabelingJobsForWorkteamRequest
|
|
2363
|
-
) => any;
|
|
2364
|
-
export declare const ListLabelingJobsForWorkteamResponseFilterSensitiveLog: (
|
|
2365
|
-
obj: ListLabelingJobsForWorkteamResponse
|
|
2366
|
-
) => any;
|
|
2367
|
-
export declare const ListLineageGroupsRequestFilterSensitiveLog: (
|
|
2368
|
-
obj: ListLineageGroupsRequest
|
|
2369
|
-
) => any;
|
|
2370
|
-
export declare const ListLineageGroupsResponseFilterSensitiveLog: (
|
|
2371
|
-
obj: ListLineageGroupsResponse
|
|
2372
|
-
) => any;
|
|
2373
|
-
export declare const ListModelBiasJobDefinitionsRequestFilterSensitiveLog: (
|
|
2374
|
-
obj: ListModelBiasJobDefinitionsRequest
|
|
2375
|
-
) => any;
|
|
2376
|
-
export declare const ListModelBiasJobDefinitionsResponseFilterSensitiveLog: (
|
|
2377
|
-
obj: ListModelBiasJobDefinitionsResponse
|
|
2378
|
-
) => any;
|
|
2379
|
-
export declare const ListModelCardExportJobsRequestFilterSensitiveLog: (
|
|
2380
|
-
obj: ListModelCardExportJobsRequest
|
|
2381
|
-
) => any;
|
|
2382
|
-
export declare const ModelCardExportJobSummaryFilterSensitiveLog: (
|
|
2383
|
-
obj: ModelCardExportJobSummary
|
|
2384
|
-
) => any;
|
|
2385
|
-
export declare const ListModelCardExportJobsResponseFilterSensitiveLog: (
|
|
2386
|
-
obj: ListModelCardExportJobsResponse
|
|
2387
|
-
) => any;
|
|
2388
|
-
export declare const ListModelCardsRequestFilterSensitiveLog: (
|
|
2389
|
-
obj: ListModelCardsRequest
|
|
2390
|
-
) => any;
|
|
2391
|
-
export declare const ModelCardSummaryFilterSensitiveLog: (
|
|
2392
|
-
obj: ModelCardSummary
|
|
2393
|
-
) => any;
|
|
2394
|
-
export declare const ListModelCardsResponseFilterSensitiveLog: (
|
|
2395
|
-
obj: ListModelCardsResponse
|
|
2396
|
-
) => any;
|
|
2397
|
-
export declare const ListModelCardVersionsRequestFilterSensitiveLog: (
|
|
2398
|
-
obj: ListModelCardVersionsRequest
|
|
2399
|
-
) => any;
|
|
2400
|
-
export declare const ModelCardVersionSummaryFilterSensitiveLog: (
|
|
2401
|
-
obj: ModelCardVersionSummary
|
|
2402
|
-
) => any;
|
|
2403
|
-
export declare const ListModelCardVersionsResponseFilterSensitiveLog: (
|
|
2404
|
-
obj: ListModelCardVersionsResponse
|
|
2405
|
-
) => any;
|
|
2406
|
-
export declare const ListModelExplainabilityJobDefinitionsRequestFilterSensitiveLog: (
|
|
2407
|
-
obj: ListModelExplainabilityJobDefinitionsRequest
|
|
2408
|
-
) => any;
|
|
2409
|
-
export declare const ListModelExplainabilityJobDefinitionsResponseFilterSensitiveLog: (
|
|
2410
|
-
obj: ListModelExplainabilityJobDefinitionsResponse
|
|
2411
|
-
) => any;
|
|
2412
|
-
export declare const ModelMetadataFilterFilterSensitiveLog: (
|
|
2413
|
-
obj: ModelMetadataFilter
|
|
2414
|
-
) => any;
|
|
2415
|
-
export declare const ModelMetadataSearchExpressionFilterSensitiveLog: (
|
|
2416
|
-
obj: ModelMetadataSearchExpression
|
|
2417
|
-
) => any;
|
|
2418
|
-
export declare const ListModelMetadataRequestFilterSensitiveLog: (
|
|
2419
|
-
obj: ListModelMetadataRequest
|
|
2420
|
-
) => any;
|
|
2421
|
-
export declare const ModelMetadataSummaryFilterSensitiveLog: (
|
|
2422
|
-
obj: ModelMetadataSummary
|
|
2423
|
-
) => any;
|
|
2424
|
-
export declare const ListModelMetadataResponseFilterSensitiveLog: (
|
|
2425
|
-
obj: ListModelMetadataResponse
|
|
2426
|
-
) => any;
|
|
2427
|
-
export declare const ListModelPackageGroupsInputFilterSensitiveLog: (
|
|
2428
|
-
obj: ListModelPackageGroupsInput
|
|
2429
|
-
) => any;
|
|
2430
|
-
export declare const ModelPackageGroupSummaryFilterSensitiveLog: (
|
|
2431
|
-
obj: ModelPackageGroupSummary
|
|
2432
|
-
) => any;
|
|
2433
|
-
export declare const ListModelPackageGroupsOutputFilterSensitiveLog: (
|
|
2434
|
-
obj: ListModelPackageGroupsOutput
|
|
2435
|
-
) => any;
|
|
2436
|
-
export declare const ListModelPackagesInputFilterSensitiveLog: (
|
|
2437
|
-
obj: ListModelPackagesInput
|
|
2438
|
-
) => any;
|
|
2439
|
-
export declare const ModelPackageSummaryFilterSensitiveLog: (
|
|
2440
|
-
obj: ModelPackageSummary
|
|
2441
|
-
) => any;
|
|
2442
|
-
export declare const ListModelPackagesOutputFilterSensitiveLog: (
|
|
2443
|
-
obj: ListModelPackagesOutput
|
|
2444
|
-
) => any;
|
|
2445
|
-
export declare const ListModelQualityJobDefinitionsRequestFilterSensitiveLog: (
|
|
2446
|
-
obj: ListModelQualityJobDefinitionsRequest
|
|
2447
|
-
) => any;
|
|
2448
|
-
export declare const ListModelQualityJobDefinitionsResponseFilterSensitiveLog: (
|
|
2449
|
-
obj: ListModelQualityJobDefinitionsResponse
|
|
2450
|
-
) => any;
|
|
2451
|
-
export declare const ListModelsInputFilterSensitiveLog: (
|
|
2452
|
-
obj: ListModelsInput
|
|
2453
|
-
) => any;
|
|
2454
|
-
export declare const ModelSummaryFilterSensitiveLog: (obj: ModelSummary) => any;
|
|
2455
|
-
export declare const ListModelsOutputFilterSensitiveLog: (
|
|
2456
|
-
obj: ListModelsOutput
|
|
2457
|
-
) => any;
|
|
2458
|
-
export declare const ListMonitoringAlertHistoryRequestFilterSensitiveLog: (
|
|
2459
|
-
obj: ListMonitoringAlertHistoryRequest
|
|
2460
|
-
) => any;
|
|
2461
|
-
export declare const MonitoringAlertHistorySummaryFilterSensitiveLog: (
|
|
2462
|
-
obj: MonitoringAlertHistorySummary
|
|
2463
|
-
) => any;
|
|
2464
|
-
export declare const ListMonitoringAlertHistoryResponseFilterSensitiveLog: (
|
|
2465
|
-
obj: ListMonitoringAlertHistoryResponse
|
|
2466
|
-
) => any;
|
|
2467
|
-
export declare const ListMonitoringAlertsRequestFilterSensitiveLog: (
|
|
2468
|
-
obj: ListMonitoringAlertsRequest
|
|
2469
|
-
) => any;
|
|
2470
|
-
export declare const ModelDashboardIndicatorActionFilterSensitiveLog: (
|
|
2471
|
-
obj: ModelDashboardIndicatorAction
|
|
2472
|
-
) => any;
|
|
2473
|
-
export declare const MonitoringAlertActionsFilterSensitiveLog: (
|
|
2474
|
-
obj: MonitoringAlertActions
|
|
2475
|
-
) => any;
|
|
2476
|
-
export declare const MonitoringAlertSummaryFilterSensitiveLog: (
|
|
2477
|
-
obj: MonitoringAlertSummary
|
|
2478
|
-
) => any;
|
|
2479
|
-
export declare const ListMonitoringAlertsResponseFilterSensitiveLog: (
|
|
2480
|
-
obj: ListMonitoringAlertsResponse
|
|
2481
|
-
) => any;
|
|
2482
|
-
export declare const ListMonitoringExecutionsRequestFilterSensitiveLog: (
|
|
2483
|
-
obj: ListMonitoringExecutionsRequest
|
|
2484
|
-
) => any;
|
|
2485
|
-
export declare const ListMonitoringExecutionsResponseFilterSensitiveLog: (
|
|
2486
|
-
obj: ListMonitoringExecutionsResponse
|
|
2487
|
-
) => any;
|
|
2488
|
-
export declare const ListMonitoringSchedulesRequestFilterSensitiveLog: (
|
|
2489
|
-
obj: ListMonitoringSchedulesRequest
|
|
2490
|
-
) => any;
|
|
2491
|
-
export declare const MonitoringScheduleSummaryFilterSensitiveLog: (
|
|
2492
|
-
obj: MonitoringScheduleSummary
|
|
2493
|
-
) => any;
|
|
2494
|
-
export declare const ListMonitoringSchedulesResponseFilterSensitiveLog: (
|
|
2495
|
-
obj: ListMonitoringSchedulesResponse
|
|
2496
|
-
) => any;
|
|
2497
|
-
export declare const ListNotebookInstanceLifecycleConfigsInputFilterSensitiveLog: (
|
|
2498
|
-
obj: ListNotebookInstanceLifecycleConfigsInput
|
|
2499
|
-
) => any;
|
|
2500
|
-
export declare const NotebookInstanceLifecycleConfigSummaryFilterSensitiveLog: (
|
|
2501
|
-
obj: NotebookInstanceLifecycleConfigSummary
|
|
2502
|
-
) => any;
|
|
2503
|
-
export declare const ListNotebookInstanceLifecycleConfigsOutputFilterSensitiveLog: (
|
|
2504
|
-
obj: ListNotebookInstanceLifecycleConfigsOutput
|
|
2505
|
-
) => any;
|
|
2506
|
-
export declare const ListNotebookInstancesInputFilterSensitiveLog: (
|
|
2507
|
-
obj: ListNotebookInstancesInput
|
|
2508
|
-
) => any;
|
|
2509
|
-
export declare const NotebookInstanceSummaryFilterSensitiveLog: (
|
|
2510
|
-
obj: NotebookInstanceSummary
|
|
2511
|
-
) => any;
|
|
2512
|
-
export declare const ListNotebookInstancesOutputFilterSensitiveLog: (
|
|
2513
|
-
obj: ListNotebookInstancesOutput
|
|
2514
|
-
) => any;
|
|
2515
|
-
export declare const ListPipelineExecutionsRequestFilterSensitiveLog: (
|
|
2516
|
-
obj: ListPipelineExecutionsRequest
|
|
2517
|
-
) => any;
|
|
2518
|
-
export declare const PipelineExecutionSummaryFilterSensitiveLog: (
|
|
2519
|
-
obj: PipelineExecutionSummary
|
|
2520
|
-
) => any;
|
|
2521
|
-
export declare const ListPipelineExecutionsResponseFilterSensitiveLog: (
|
|
2522
|
-
obj: ListPipelineExecutionsResponse
|
|
2523
|
-
) => any;
|
|
2524
|
-
export declare const ListPipelineExecutionStepsRequestFilterSensitiveLog: (
|
|
2525
|
-
obj: ListPipelineExecutionStepsRequest
|
|
2526
|
-
) => any;
|
|
2527
|
-
export declare const ModelStepMetadataFilterSensitiveLog: (
|
|
2528
|
-
obj: ModelStepMetadata
|
|
2529
|
-
) => any;
|
|
2530
|
-
export declare const ProcessingJobStepMetadataFilterSensitiveLog: (
|
|
2531
|
-
obj: ProcessingJobStepMetadata
|
|
2532
|
-
) => any;
|
|
2533
|
-
export declare const QualityCheckStepMetadataFilterSensitiveLog: (
|
|
2534
|
-
obj: QualityCheckStepMetadata
|
|
2535
|
-
) => any;
|
|
2536
|
-
export declare const RegisterModelStepMetadataFilterSensitiveLog: (
|
|
2537
|
-
obj: RegisterModelStepMetadata
|
|
2538
|
-
) => any;
|
|
2539
|
-
export declare const TrainingJobStepMetadataFilterSensitiveLog: (
|
|
2540
|
-
obj: TrainingJobStepMetadata
|
|
2541
|
-
) => any;
|
|
2542
|
-
export declare const TransformJobStepMetadataFilterSensitiveLog: (
|
|
2543
|
-
obj: TransformJobStepMetadata
|
|
2544
|
-
) => any;
|
|
2545
|
-
export declare const TuningJobStepMetaDataFilterSensitiveLog: (
|
|
2546
|
-
obj: TuningJobStepMetaData
|
|
2547
|
-
) => any;
|
|
2548
|
-
export declare const PipelineExecutionStepMetadataFilterSensitiveLog: (
|
|
2549
|
-
obj: PipelineExecutionStepMetadata
|
|
2550
|
-
) => any;
|
|
2551
|
-
export declare const PipelineExecutionStepFilterSensitiveLog: (
|
|
2552
|
-
obj: PipelineExecutionStep
|
|
2553
|
-
) => any;
|
|
2554
|
-
export declare const ListPipelineExecutionStepsResponseFilterSensitiveLog: (
|
|
2555
|
-
obj: ListPipelineExecutionStepsResponse
|
|
2556
|
-
) => any;
|
|
2557
|
-
export declare const ListPipelineParametersForExecutionRequestFilterSensitiveLog: (
|
|
2558
|
-
obj: ListPipelineParametersForExecutionRequest
|
|
2559
|
-
) => any;
|
|
2560
|
-
export declare const ParameterFilterSensitiveLog: (obj: Parameter) => any;
|
|
2561
|
-
export declare const ListPipelineParametersForExecutionResponseFilterSensitiveLog: (
|
|
2562
|
-
obj: ListPipelineParametersForExecutionResponse
|
|
2563
|
-
) => any;
|
|
2564
|
-
export declare const ListPipelinesRequestFilterSensitiveLog: (
|
|
2565
|
-
obj: ListPipelinesRequest
|
|
2566
|
-
) => any;
|
|
2567
|
-
export declare const PipelineSummaryFilterSensitiveLog: (
|
|
2568
|
-
obj: PipelineSummary
|
|
2569
|
-
) => any;
|
|
2570
|
-
export declare const ListPipelinesResponseFilterSensitiveLog: (
|
|
2571
|
-
obj: ListPipelinesResponse
|
|
2572
|
-
) => any;
|
|
2573
|
-
export declare const ListProcessingJobsRequestFilterSensitiveLog: (
|
|
2574
|
-
obj: ListProcessingJobsRequest
|
|
2575
|
-
) => any;
|
|
2576
|
-
export declare const ProcessingJobSummaryFilterSensitiveLog: (
|
|
2577
|
-
obj: ProcessingJobSummary
|
|
2578
|
-
) => any;
|
|
2579
|
-
export declare const ListProcessingJobsResponseFilterSensitiveLog: (
|
|
2580
|
-
obj: ListProcessingJobsResponse
|
|
2581
|
-
) => any;
|
|
2582
|
-
export declare const ListProjectsInputFilterSensitiveLog: (
|
|
2583
|
-
obj: ListProjectsInput
|
|
2584
|
-
) => any;
|
|
2585
|
-
export declare const ProjectSummaryFilterSensitiveLog: (
|
|
2586
|
-
obj: ProjectSummary
|
|
2587
|
-
) => any;
|
|
2588
|
-
export declare const ListProjectsOutputFilterSensitiveLog: (
|
|
2589
|
-
obj: ListProjectsOutput
|
|
2590
|
-
) => any;
|
|
2591
|
-
export declare const ListSpacesRequestFilterSensitiveLog: (
|
|
2592
|
-
obj: ListSpacesRequest
|
|
2593
|
-
) => any;
|
|
2594
|
-
export declare const SpaceDetailsFilterSensitiveLog: (obj: SpaceDetails) => any;
|
|
2595
|
-
export declare const ListSpacesResponseFilterSensitiveLog: (
|
|
2596
|
-
obj: ListSpacesResponse
|
|
2597
|
-
) => any;
|
|
2598
|
-
export declare const ListStageDevicesRequestFilterSensitiveLog: (
|
|
2599
|
-
obj: ListStageDevicesRequest
|
|
2600
|
-
) => any;
|
|
2601
|
-
export declare const ListStageDevicesResponseFilterSensitiveLog: (
|
|
2602
|
-
obj: ListStageDevicesResponse
|
|
2603
|
-
) => any;
|
|
2604
|
-
export declare const ListStudioLifecycleConfigsRequestFilterSensitiveLog: (
|
|
2605
|
-
obj: ListStudioLifecycleConfigsRequest
|
|
2606
|
-
) => any;
|
|
2607
|
-
export declare const StudioLifecycleConfigDetailsFilterSensitiveLog: (
|
|
2608
|
-
obj: StudioLifecycleConfigDetails
|
|
2609
|
-
) => any;
|
|
2610
|
-
export declare const ListStudioLifecycleConfigsResponseFilterSensitiveLog: (
|
|
2611
|
-
obj: ListStudioLifecycleConfigsResponse
|
|
2612
|
-
) => any;
|
|
2613
|
-
export declare const ListSubscribedWorkteamsRequestFilterSensitiveLog: (
|
|
2614
|
-
obj: ListSubscribedWorkteamsRequest
|
|
2615
|
-
) => any;
|
|
2616
|
-
export declare const ListSubscribedWorkteamsResponseFilterSensitiveLog: (
|
|
2617
|
-
obj: ListSubscribedWorkteamsResponse
|
|
2618
|
-
) => any;
|
|
2619
|
-
export declare const ListTagsInputFilterSensitiveLog: (
|
|
2620
|
-
obj: ListTagsInput
|
|
2621
|
-
) => any;
|
|
2622
|
-
export declare const ListTagsOutputFilterSensitiveLog: (
|
|
2623
|
-
obj: ListTagsOutput
|
|
2624
|
-
) => any;
|
|
2625
|
-
export declare const ListTrainingJobsRequestFilterSensitiveLog: (
|
|
2626
|
-
obj: ListTrainingJobsRequest
|
|
2627
|
-
) => any;
|
|
2628
|
-
export declare const TrainingJobSummaryFilterSensitiveLog: (
|
|
2629
|
-
obj: TrainingJobSummary
|
|
2630
|
-
) => any;
|
|
2631
|
-
export declare const ListTrainingJobsResponseFilterSensitiveLog: (
|
|
2632
|
-
obj: ListTrainingJobsResponse
|
|
2633
|
-
) => any;
|
|
2634
|
-
export declare const ListTrainingJobsForHyperParameterTuningJobRequestFilterSensitiveLog: (
|
|
2635
|
-
obj: ListTrainingJobsForHyperParameterTuningJobRequest
|
|
2636
|
-
) => any;
|
|
2637
|
-
export declare const ListTrainingJobsForHyperParameterTuningJobResponseFilterSensitiveLog: (
|
|
2638
|
-
obj: ListTrainingJobsForHyperParameterTuningJobResponse
|
|
2639
|
-
) => any;
|
|
2640
|
-
export declare const ListTransformJobsRequestFilterSensitiveLog: (
|
|
2641
|
-
obj: ListTransformJobsRequest
|
|
2642
|
-
) => any;
|
|
2643
|
-
export declare const TransformJobSummaryFilterSensitiveLog: (
|
|
2644
|
-
obj: TransformJobSummary
|
|
2645
|
-
) => any;
|
|
2646
|
-
export declare const ListTransformJobsResponseFilterSensitiveLog: (
|
|
2647
|
-
obj: ListTransformJobsResponse
|
|
2648
|
-
) => any;
|
|
2649
|
-
export declare const ListTrialComponentsRequestFilterSensitiveLog: (
|
|
2650
|
-
obj: ListTrialComponentsRequest
|
|
2651
|
-
) => any;
|
|
2652
|
-
export declare const TrialComponentSummaryFilterSensitiveLog: (
|
|
2653
|
-
obj: TrialComponentSummary
|
|
2654
|
-
) => any;
|
|
2655
|
-
export declare const ListTrialComponentsResponseFilterSensitiveLog: (
|
|
2656
|
-
obj: ListTrialComponentsResponse
|
|
2657
|
-
) => any;
|
|
2658
|
-
export declare const ListTrialsRequestFilterSensitiveLog: (
|
|
2659
|
-
obj: ListTrialsRequest
|
|
2660
|
-
) => any;
|
|
2661
|
-
export declare const TrialSummaryFilterSensitiveLog: (obj: TrialSummary) => any;
|
|
2662
|
-
export declare const ListTrialsResponseFilterSensitiveLog: (
|
|
2663
|
-
obj: ListTrialsResponse
|
|
2664
|
-
) => any;
|
|
2665
|
-
export declare const ListUserProfilesRequestFilterSensitiveLog: (
|
|
2666
|
-
obj: ListUserProfilesRequest
|
|
2667
|
-
) => any;
|
|
2668
|
-
export declare const UserProfileDetailsFilterSensitiveLog: (
|
|
2669
|
-
obj: UserProfileDetails
|
|
2670
|
-
) => any;
|
|
2671
|
-
export declare const ListUserProfilesResponseFilterSensitiveLog: (
|
|
2672
|
-
obj: ListUserProfilesResponse
|
|
2673
|
-
) => any;
|
|
2674
|
-
export declare const ListWorkforcesRequestFilterSensitiveLog: (
|
|
2675
|
-
obj: ListWorkforcesRequest
|
|
2676
|
-
) => any;
|
|
2677
|
-
export declare const ListWorkforcesResponseFilterSensitiveLog: (
|
|
2678
|
-
obj: ListWorkforcesResponse
|
|
2679
|
-
) => any;
|
|
2680
|
-
export declare const ListWorkteamsRequestFilterSensitiveLog: (
|
|
2681
|
-
obj: ListWorkteamsRequest
|
|
2682
|
-
) => any;
|
|
2683
|
-
export declare const ListWorkteamsResponseFilterSensitiveLog: (
|
|
2684
|
-
obj: ListWorkteamsResponse
|
|
2685
|
-
) => any;
|
|
2686
|
-
export declare const ModelFilterSensitiveLog: (obj: Model) => any;
|
|
2687
2176
|
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
2688
|
-
export declare const ModelDashboardEndpointFilterSensitiveLog: (
|
|
2689
|
-
obj: ModelDashboardEndpoint
|
|
2690
|
-
) => any;
|
|
2691
|
-
export declare const TransformJobFilterSensitiveLog: (obj: TransformJob) => any;
|
|
2692
|
-
export declare const ModelDashboardModelCardFilterSensitiveLog: (
|
|
2693
|
-
obj: ModelDashboardModelCard
|
|
2694
|
-
) => any;
|
|
2695
|
-
export declare const ModelDashboardMonitoringScheduleFilterSensitiveLog: (
|
|
2696
|
-
obj: ModelDashboardMonitoringSchedule
|
|
2697
|
-
) => any;
|
|
2698
|
-
export declare const ModelDashboardModelFilterSensitiveLog: (
|
|
2699
|
-
obj: ModelDashboardModel
|
|
2700
|
-
) => any;
|
|
2701
|
-
export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
|
|
2702
|
-
export declare const ModelPackageGroupFilterSensitiveLog: (
|
|
2703
|
-
obj: ModelPackageGroup
|
|
2704
|
-
) => any;
|
|
2705
|
-
export declare const NestedFiltersFilterSensitiveLog: (
|
|
2706
|
-
obj: NestedFilters
|
|
2707
|
-
) => any;
|
|
2708
|
-
export declare const ParentFilterSensitiveLog: (obj: Parent) => any;
|
|
2709
|
-
export declare const PipelineFilterSensitiveLog: (obj: Pipeline) => any;
|
|
2710
|
-
export declare const PipelineExecutionFilterSensitiveLog: (
|
|
2711
|
-
obj: PipelineExecution
|
|
2712
|
-
) => any;
|
|
2713
|
-
export declare const ProcessingJobFilterSensitiveLog: (
|
|
2714
|
-
obj: ProcessingJob
|
|
2715
|
-
) => any;
|
|
2716
|
-
export declare const ProfilerConfigForUpdateFilterSensitiveLog: (
|
|
2717
|
-
obj: ProfilerConfigForUpdate
|
|
2718
|
-
) => any;
|
|
2719
|
-
export declare const ProjectFilterSensitiveLog: (obj: Project) => any;
|
|
2720
|
-
export declare const PutModelPackageGroupPolicyInputFilterSensitiveLog: (
|
|
2721
|
-
obj: PutModelPackageGroupPolicyInput
|
|
2722
|
-
) => any;
|
|
2723
|
-
export declare const PutModelPackageGroupPolicyOutputFilterSensitiveLog: (
|
|
2724
|
-
obj: PutModelPackageGroupPolicyOutput
|
|
2725
|
-
) => any;
|
|
2726
|
-
export declare const QueryFiltersFilterSensitiveLog: (obj: QueryFilters) => any;
|
|
2727
|
-
export declare const QueryLineageRequestFilterSensitiveLog: (
|
|
2728
|
-
obj: QueryLineageRequest
|
|
2729
|
-
) => any;
|
|
2730
|
-
export declare const VertexFilterSensitiveLog: (obj: Vertex) => any;
|
|
2731
|
-
export declare const QueryLineageResponseFilterSensitiveLog: (
|
|
2732
|
-
obj: QueryLineageResponse
|
|
2733
|
-
) => any;
|
|
2734
|
-
export declare const RegisterDevicesRequestFilterSensitiveLog: (
|
|
2735
|
-
obj: RegisterDevicesRequest
|
|
2736
|
-
) => any;
|
|
2737
|
-
export declare const RenderableTaskFilterSensitiveLog: (
|
|
2738
|
-
obj: RenderableTask
|
|
2739
|
-
) => any;
|
|
2740
|
-
export declare const RenderingErrorFilterSensitiveLog: (
|
|
2741
|
-
obj: RenderingError
|
|
2742
|
-
) => any;
|
|
2743
|
-
export declare const RenderUiTemplateRequestFilterSensitiveLog: (
|
|
2744
|
-
obj: RenderUiTemplateRequest
|
|
2745
|
-
) => any;
|
|
2746
|
-
export declare const RenderUiTemplateResponseFilterSensitiveLog: (
|
|
2747
|
-
obj: RenderUiTemplateResponse
|
|
2748
|
-
) => any;
|
|
2749
|
-
export declare const ResourceConfigForUpdateFilterSensitiveLog: (
|
|
2750
|
-
obj: ResourceConfigForUpdate
|
|
2751
|
-
) => any;
|
|
2752
|
-
export declare const RetryPipelineExecutionRequestFilterSensitiveLog: (
|
|
2753
|
-
obj: RetryPipelineExecutionRequest
|
|
2754
|
-
) => any;
|
|
2755
|
-
export declare const RetryPipelineExecutionResponseFilterSensitiveLog: (
|
|
2756
|
-
obj: RetryPipelineExecutionResponse
|
|
2757
|
-
) => any;
|
|
2758
|
-
export declare const TrainingJobFilterSensitiveLog: (obj: TrainingJob) => any;
|
|
2759
|
-
export declare const TrialComponentSimpleSummaryFilterSensitiveLog: (
|
|
2760
|
-
obj: TrialComponentSimpleSummary
|
|
2761
|
-
) => any;
|
|
2762
|
-
export declare const TrialFilterSensitiveLog: (obj: Trial) => any;
|
|
2763
|
-
export declare const TrialComponentSourceDetailFilterSensitiveLog: (
|
|
2764
|
-
obj: TrialComponentSourceDetail
|
|
2765
|
-
) => any;
|
|
2766
|
-
export declare const TrialComponentFilterSensitiveLog: (
|
|
2767
|
-
obj: TrialComponent
|
|
2768
|
-
) => any;
|
|
2769
2177
|
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
2770
2178
|
export declare const SearchResponseFilterSensitiveLog: (
|
|
2771
2179
|
obj: SearchResponse
|
|
2772
2180
|
) => any;
|
|
2773
|
-
export declare const SendPipelineExecutionStepFailureRequestFilterSensitiveLog: (
|
|
2774
|
-
obj: SendPipelineExecutionStepFailureRequest
|
|
2775
|
-
) => any;
|
|
2776
|
-
export declare const SendPipelineExecutionStepFailureResponseFilterSensitiveLog: (
|
|
2777
|
-
obj: SendPipelineExecutionStepFailureResponse
|
|
2778
|
-
) => any;
|
|
2779
|
-
export declare const SendPipelineExecutionStepSuccessRequestFilterSensitiveLog: (
|
|
2780
|
-
obj: SendPipelineExecutionStepSuccessRequest
|
|
2781
|
-
) => any;
|
|
2782
|
-
export declare const SendPipelineExecutionStepSuccessResponseFilterSensitiveLog: (
|
|
2783
|
-
obj: SendPipelineExecutionStepSuccessResponse
|
|
2784
|
-
) => any;
|
|
2785
|
-
export declare const StartEdgeDeploymentStageRequestFilterSensitiveLog: (
|
|
2786
|
-
obj: StartEdgeDeploymentStageRequest
|
|
2787
|
-
) => any;
|
|
2788
|
-
export declare const StartInferenceExperimentRequestFilterSensitiveLog: (
|
|
2789
|
-
obj: StartInferenceExperimentRequest
|
|
2790
|
-
) => any;
|
|
2791
|
-
export declare const StartInferenceExperimentResponseFilterSensitiveLog: (
|
|
2792
|
-
obj: StartInferenceExperimentResponse
|
|
2793
|
-
) => any;
|
|
2794
|
-
export declare const StartMonitoringScheduleRequestFilterSensitiveLog: (
|
|
2795
|
-
obj: StartMonitoringScheduleRequest
|
|
2796
|
-
) => any;
|
|
2797
|
-
export declare const StartNotebookInstanceInputFilterSensitiveLog: (
|
|
2798
|
-
obj: StartNotebookInstanceInput
|
|
2799
|
-
) => any;
|
|
2800
|
-
export declare const StartPipelineExecutionRequestFilterSensitiveLog: (
|
|
2801
|
-
obj: StartPipelineExecutionRequest
|
|
2802
|
-
) => any;
|
|
2803
|
-
export declare const StartPipelineExecutionResponseFilterSensitiveLog: (
|
|
2804
|
-
obj: StartPipelineExecutionResponse
|
|
2805
|
-
) => any;
|
|
2806
|
-
export declare const StopAutoMLJobRequestFilterSensitiveLog: (
|
|
2807
|
-
obj: StopAutoMLJobRequest
|
|
2808
|
-
) => any;
|
|
2809
|
-
export declare const StopCompilationJobRequestFilterSensitiveLog: (
|
|
2810
|
-
obj: StopCompilationJobRequest
|
|
2811
|
-
) => any;
|
|
2812
|
-
export declare const StopEdgeDeploymentStageRequestFilterSensitiveLog: (
|
|
2813
|
-
obj: StopEdgeDeploymentStageRequest
|
|
2814
|
-
) => any;
|
|
2815
|
-
export declare const StopEdgePackagingJobRequestFilterSensitiveLog: (
|
|
2816
|
-
obj: StopEdgePackagingJobRequest
|
|
2817
|
-
) => any;
|
|
2818
|
-
export declare const StopHyperParameterTuningJobRequestFilterSensitiveLog: (
|
|
2819
|
-
obj: StopHyperParameterTuningJobRequest
|
|
2820
|
-
) => any;
|
|
2821
|
-
export declare const StopInferenceExperimentRequestFilterSensitiveLog: (
|
|
2822
|
-
obj: StopInferenceExperimentRequest
|
|
2823
|
-
) => any;
|
|
2824
|
-
export declare const StopInferenceExperimentResponseFilterSensitiveLog: (
|
|
2825
|
-
obj: StopInferenceExperimentResponse
|
|
2826
|
-
) => any;
|
|
2827
|
-
export declare const StopInferenceRecommendationsJobRequestFilterSensitiveLog: (
|
|
2828
|
-
obj: StopInferenceRecommendationsJobRequest
|
|
2829
|
-
) => any;
|
|
2830
|
-
export declare const StopLabelingJobRequestFilterSensitiveLog: (
|
|
2831
|
-
obj: StopLabelingJobRequest
|
|
2832
|
-
) => any;
|
|
2833
|
-
export declare const StopMonitoringScheduleRequestFilterSensitiveLog: (
|
|
2834
|
-
obj: StopMonitoringScheduleRequest
|
|
2835
|
-
) => any;
|
|
2836
|
-
export declare const StopNotebookInstanceInputFilterSensitiveLog: (
|
|
2837
|
-
obj: StopNotebookInstanceInput
|
|
2838
|
-
) => any;
|
|
2839
|
-
export declare const StopPipelineExecutionRequestFilterSensitiveLog: (
|
|
2840
|
-
obj: StopPipelineExecutionRequest
|
|
2841
|
-
) => any;
|
|
2842
|
-
export declare const StopPipelineExecutionResponseFilterSensitiveLog: (
|
|
2843
|
-
obj: StopPipelineExecutionResponse
|
|
2844
|
-
) => any;
|
|
2845
|
-
export declare const StopProcessingJobRequestFilterSensitiveLog: (
|
|
2846
|
-
obj: StopProcessingJobRequest
|
|
2847
|
-
) => any;
|
|
2848
|
-
export declare const StopTrainingJobRequestFilterSensitiveLog: (
|
|
2849
|
-
obj: StopTrainingJobRequest
|
|
2850
|
-
) => any;
|
|
2851
|
-
export declare const StopTransformJobRequestFilterSensitiveLog: (
|
|
2852
|
-
obj: StopTransformJobRequest
|
|
2853
|
-
) => any;
|
|
2854
|
-
export declare const UpdateActionRequestFilterSensitiveLog: (
|
|
2855
|
-
obj: UpdateActionRequest
|
|
2856
|
-
) => any;
|
|
2857
|
-
export declare const UpdateActionResponseFilterSensitiveLog: (
|
|
2858
|
-
obj: UpdateActionResponse
|
|
2859
|
-
) => any;
|
|
2860
|
-
export declare const UpdateAppImageConfigRequestFilterSensitiveLog: (
|
|
2861
|
-
obj: UpdateAppImageConfigRequest
|
|
2862
|
-
) => any;
|
|
2863
|
-
export declare const UpdateAppImageConfigResponseFilterSensitiveLog: (
|
|
2864
|
-
obj: UpdateAppImageConfigResponse
|
|
2865
|
-
) => any;
|
|
2866
|
-
export declare const UpdateArtifactRequestFilterSensitiveLog: (
|
|
2867
|
-
obj: UpdateArtifactRequest
|
|
2868
|
-
) => any;
|
|
2869
|
-
export declare const UpdateArtifactResponseFilterSensitiveLog: (
|
|
2870
|
-
obj: UpdateArtifactResponse
|
|
2871
|
-
) => any;
|
|
2872
|
-
export declare const UpdateCodeRepositoryInputFilterSensitiveLog: (
|
|
2873
|
-
obj: UpdateCodeRepositoryInput
|
|
2874
|
-
) => any;
|
|
2875
|
-
export declare const UpdateCodeRepositoryOutputFilterSensitiveLog: (
|
|
2876
|
-
obj: UpdateCodeRepositoryOutput
|
|
2877
|
-
) => any;
|
|
2878
|
-
export declare const UpdateContextRequestFilterSensitiveLog: (
|
|
2879
|
-
obj: UpdateContextRequest
|
|
2880
|
-
) => any;
|
|
2881
|
-
export declare const UpdateContextResponseFilterSensitiveLog: (
|
|
2882
|
-
obj: UpdateContextResponse
|
|
2883
|
-
) => any;
|
|
2884
|
-
export declare const UpdateDeviceFleetRequestFilterSensitiveLog: (
|
|
2885
|
-
obj: UpdateDeviceFleetRequest
|
|
2886
|
-
) => any;
|
|
2887
|
-
export declare const UpdateDevicesRequestFilterSensitiveLog: (
|
|
2888
|
-
obj: UpdateDevicesRequest
|
|
2889
|
-
) => any;
|