@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,6 +1,175 @@
|
|
|
1
|
-
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobStepMetadata, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClarifyCheckStepMetadata, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary,
|
|
1
|
+
import { ActionStatus, ActionSummary, AdditionalInferenceSpecificationDefinition, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobStepMetadata, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClarifyCheckStepMetadata, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
2
|
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, HubContentType, InferenceExecutionConfig, InferenceExperimentType, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, RetryStrategy, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UiTemplate } from "./models_1";
|
|
3
|
-
import { Device, DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, Direction, DomainDetails, Edge, EdgeDeploymentPlanSummary, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, Endpoint, EndpointConfigSortKey, EndpointConfigSummary, EndpointSortKey, EndpointStatus, EndpointSummary, ExecutionStatus, Experiment, ExperimentSummary, FailStepMetadata, FeatureGroup, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureGroupSummary, FeatureMetadata, Filter, FlowDefinitionSummary,
|
|
3
|
+
import { Device, DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, Direction, DomainDetails, Edge, EdgeDeploymentPlanSummary, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, Endpoint, EndpointConfigSortKey, EndpointConfigSummary, EndpointSortKey, EndpointStatus, EndpointSummary, ExecutionStatus, Experiment, ExperimentSummary, FailStepMetadata, FeatureGroup, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureGroupSummary, FeatureMetadata, Filter, FlowDefinitionSummary, HubContentInfo, HubContentSortBy, HubInfo, HubSortBy, HumanTaskUiSummary, HyperParameterTrainingJobSummary, HyperParameterTuningJobSearchEntity, HyperParameterTuningJobSortByOptions, HyperParameterTuningJobStatus, HyperParameterTuningJobSummary, Image, ImageSortBy, ImageSortOrder, ImageVersion, ImageVersionSortBy, ImageVersionSortOrder, InferenceExperimentStatus, InferenceExperimentStopDesiredState, InferenceExperimentSummary, InferenceRecommendationsJob, InferenceRecommendationsJobStep, LabelingJobForWorkteamSummary, LabelingJobStatus, LabelingJobSummary, MetricData, ModelArtifacts, ModelCardExportJobStatus, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, OfflineStoreStatusValue, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationStepType, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SpaceStatus, SubscribedWorkteam, TrainingJobStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* <p>Metadata for a Lambda step.</p>
|
|
7
|
+
*/
|
|
8
|
+
export interface LambdaStepMetadata {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.</p>
|
|
11
|
+
*/
|
|
12
|
+
Arn?: string;
|
|
13
|
+
/**
|
|
14
|
+
* <p>A list of the output parameters of the Lambda step.</p>
|
|
15
|
+
*/
|
|
16
|
+
OutputParameters?: OutputParameter[];
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
* <p>Lists a summary of the properties of a lineage group. A lineage group provides a group of shareable lineage entity
|
|
21
|
+
* resources.</p>
|
|
22
|
+
*/
|
|
23
|
+
export interface LineageGroupSummary {
|
|
24
|
+
/**
|
|
25
|
+
* <p>The Amazon Resource Name (ARN) of the lineage group resource.</p>
|
|
26
|
+
*/
|
|
27
|
+
LineageGroupArn?: string;
|
|
28
|
+
/**
|
|
29
|
+
* <p>The name or Amazon Resource Name (ARN) of the lineage group.</p>
|
|
30
|
+
*/
|
|
31
|
+
LineageGroupName?: string;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The display name of the lineage group summary.</p>
|
|
34
|
+
*/
|
|
35
|
+
DisplayName?: string;
|
|
36
|
+
/**
|
|
37
|
+
* <p>The creation time of the lineage group summary.</p>
|
|
38
|
+
*/
|
|
39
|
+
CreationTime?: Date;
|
|
40
|
+
/**
|
|
41
|
+
* <p>The last modified time of the lineage group summary.</p>
|
|
42
|
+
*/
|
|
43
|
+
LastModifiedTime?: Date;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
export declare enum LineageType {
|
|
49
|
+
ACTION = "Action",
|
|
50
|
+
ARTIFACT = "Artifact",
|
|
51
|
+
CONTEXT = "Context",
|
|
52
|
+
TRIAL_COMPONENT = "TrialComponent"
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
export declare enum SortActionsBy {
|
|
58
|
+
CREATION_TIME = "CreationTime",
|
|
59
|
+
NAME = "Name"
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
export declare enum SortOrder {
|
|
65
|
+
ASCENDING = "Ascending",
|
|
66
|
+
DESCENDING = "Descending"
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
export interface ListActionsRequest {
|
|
72
|
+
/**
|
|
73
|
+
* <p>A filter that returns only actions with the specified source URI.</p>
|
|
74
|
+
*/
|
|
75
|
+
SourceUri?: string;
|
|
76
|
+
/**
|
|
77
|
+
* <p>A filter that returns only actions of the specified type.</p>
|
|
78
|
+
*/
|
|
79
|
+
ActionType?: string;
|
|
80
|
+
/**
|
|
81
|
+
* <p>A filter that returns only actions created on or after the specified time.</p>
|
|
82
|
+
*/
|
|
83
|
+
CreatedAfter?: Date;
|
|
84
|
+
/**
|
|
85
|
+
* <p>A filter that returns only actions created on or before the specified time.</p>
|
|
86
|
+
*/
|
|
87
|
+
CreatedBefore?: Date;
|
|
88
|
+
/**
|
|
89
|
+
* <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
|
|
90
|
+
*/
|
|
91
|
+
SortBy?: SortActionsBy | string;
|
|
92
|
+
/**
|
|
93
|
+
* <p>The sort order. The default value is <code>Descending</code>.</p>
|
|
94
|
+
*/
|
|
95
|
+
SortOrder?: SortOrder | string;
|
|
96
|
+
/**
|
|
97
|
+
* <p>If the previous call to <code>ListActions</code> didn't return the full set of actions,
|
|
98
|
+
* the call returns a token for getting the next set of actions.</p>
|
|
99
|
+
*/
|
|
100
|
+
NextToken?: string;
|
|
101
|
+
/**
|
|
102
|
+
* <p>The maximum number of actions to return in the response. The default value is 10.</p>
|
|
103
|
+
*/
|
|
104
|
+
MaxResults?: number;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
export interface ListActionsResponse {
|
|
110
|
+
/**
|
|
111
|
+
* <p>A list of actions and their properties.</p>
|
|
112
|
+
*/
|
|
113
|
+
ActionSummaries?: ActionSummary[];
|
|
114
|
+
/**
|
|
115
|
+
* <p>A token for getting the next set of actions, if there are any.</p>
|
|
116
|
+
*/
|
|
117
|
+
NextToken?: string;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
export interface ListAlgorithmsInput {
|
|
123
|
+
/**
|
|
124
|
+
* <p>A filter that returns only algorithms created after the specified time
|
|
125
|
+
* (timestamp).</p>
|
|
126
|
+
*/
|
|
127
|
+
CreationTimeAfter?: Date;
|
|
128
|
+
/**
|
|
129
|
+
* <p>A filter that returns only algorithms created before the specified time
|
|
130
|
+
* (timestamp).</p>
|
|
131
|
+
*/
|
|
132
|
+
CreationTimeBefore?: Date;
|
|
133
|
+
/**
|
|
134
|
+
* <p>The maximum number of algorithms to return in the response.</p>
|
|
135
|
+
*/
|
|
136
|
+
MaxResults?: number;
|
|
137
|
+
/**
|
|
138
|
+
* <p>A string in the algorithm name. This filter returns only algorithms whose name
|
|
139
|
+
* contains the specified string.</p>
|
|
140
|
+
*/
|
|
141
|
+
NameContains?: string;
|
|
142
|
+
/**
|
|
143
|
+
* <p>If the response to a previous <code>ListAlgorithms</code> request was truncated, the
|
|
144
|
+
* response includes a <code>NextToken</code>. To retrieve the next set of algorithms, use
|
|
145
|
+
* the token in the next request.</p>
|
|
146
|
+
*/
|
|
147
|
+
NextToken?: string;
|
|
148
|
+
/**
|
|
149
|
+
* <p>The parameter by which to sort the results. The default is
|
|
150
|
+
* <code>CreationTime</code>.</p>
|
|
151
|
+
*/
|
|
152
|
+
SortBy?: AlgorithmSortBy | string;
|
|
153
|
+
/**
|
|
154
|
+
* <p>The sort order for the results. The default is <code>Ascending</code>.</p>
|
|
155
|
+
*/
|
|
156
|
+
SortOrder?: SortOrder | string;
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* @public
|
|
160
|
+
*/
|
|
161
|
+
export interface ListAlgorithmsOutput {
|
|
162
|
+
/**
|
|
163
|
+
* <p>>An array of <code>AlgorithmSummary</code> objects, each of which lists an
|
|
164
|
+
* algorithm.</p>
|
|
165
|
+
*/
|
|
166
|
+
AlgorithmSummaryList: AlgorithmSummary[] | undefined;
|
|
167
|
+
/**
|
|
168
|
+
* <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
|
|
169
|
+
* algorithms, use it in the subsequent request.</p>
|
|
170
|
+
*/
|
|
171
|
+
NextToken?: string;
|
|
172
|
+
}
|
|
4
173
|
/**
|
|
5
174
|
* @public
|
|
6
175
|
*/
|
|
@@ -7632,1151 +7801,15 @@ export interface UpdateAppImageConfigRequest {
|
|
|
7632
7801
|
*/
|
|
7633
7802
|
KernelGatewayImageConfig?: KernelGatewayImageConfig;
|
|
7634
7803
|
}
|
|
7635
|
-
/**
|
|
7636
|
-
* @public
|
|
7637
|
-
*/
|
|
7638
|
-
export interface UpdateAppImageConfigResponse {
|
|
7639
|
-
/**
|
|
7640
|
-
* <p>The Amazon Resource Name (ARN) for the AppImageConfig.</p>
|
|
7641
|
-
*/
|
|
7642
|
-
AppImageConfigArn?: string;
|
|
7643
|
-
}
|
|
7644
|
-
/**
|
|
7645
|
-
* @public
|
|
7646
|
-
*/
|
|
7647
|
-
export interface UpdateArtifactRequest {
|
|
7648
|
-
/**
|
|
7649
|
-
* <p>The Amazon Resource Name (ARN) of the artifact to update.</p>
|
|
7650
|
-
*/
|
|
7651
|
-
ArtifactArn: string | undefined;
|
|
7652
|
-
/**
|
|
7653
|
-
* <p>The new name for the artifact.</p>
|
|
7654
|
-
*/
|
|
7655
|
-
ArtifactName?: string;
|
|
7656
|
-
/**
|
|
7657
|
-
* <p>The new list of properties. Overwrites the current property list.</p>
|
|
7658
|
-
*/
|
|
7659
|
-
Properties?: Record<string, string>;
|
|
7660
|
-
/**
|
|
7661
|
-
* <p>A list of properties to remove.</p>
|
|
7662
|
-
*/
|
|
7663
|
-
PropertiesToRemove?: string[];
|
|
7664
|
-
}
|
|
7665
|
-
/**
|
|
7666
|
-
* @public
|
|
7667
|
-
*/
|
|
7668
|
-
export interface UpdateArtifactResponse {
|
|
7669
|
-
/**
|
|
7670
|
-
* <p>The Amazon Resource Name (ARN) of the artifact.</p>
|
|
7671
|
-
*/
|
|
7672
|
-
ArtifactArn?: string;
|
|
7673
|
-
}
|
|
7674
|
-
/**
|
|
7675
|
-
* @public
|
|
7676
|
-
*/
|
|
7677
|
-
export interface UpdateCodeRepositoryInput {
|
|
7678
|
-
/**
|
|
7679
|
-
* <p>The name of the Git repository to update.</p>
|
|
7680
|
-
*/
|
|
7681
|
-
CodeRepositoryName: string | undefined;
|
|
7682
|
-
/**
|
|
7683
|
-
* <p>The configuration of the git repository, including the URL and the Amazon Resource
|
|
7684
|
-
* Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the
|
|
7685
|
-
* credentials used to access the repository. The secret must have a staging label of
|
|
7686
|
-
* <code>AWSCURRENT</code> and must be in the following format:</p>
|
|
7687
|
-
* <p>
|
|
7688
|
-
* <code>\{"username": <i>UserName</i>, "password":
|
|
7689
|
-
* <i>Password</i>\}</code>
|
|
7690
|
-
* </p>
|
|
7691
|
-
*/
|
|
7692
|
-
GitConfig?: GitConfigForUpdate;
|
|
7693
|
-
}
|
|
7694
|
-
/**
|
|
7695
|
-
* @public
|
|
7696
|
-
*/
|
|
7697
|
-
export interface UpdateCodeRepositoryOutput {
|
|
7698
|
-
/**
|
|
7699
|
-
* <p>The ARN of the Git repository.</p>
|
|
7700
|
-
*/
|
|
7701
|
-
CodeRepositoryArn: string | undefined;
|
|
7702
|
-
}
|
|
7703
|
-
/**
|
|
7704
|
-
* @public
|
|
7705
|
-
*/
|
|
7706
|
-
export interface UpdateContextRequest {
|
|
7707
|
-
/**
|
|
7708
|
-
* <p>The name of the context to update.</p>
|
|
7709
|
-
*/
|
|
7710
|
-
ContextName: string | undefined;
|
|
7711
|
-
/**
|
|
7712
|
-
* <p>The new description for the context.</p>
|
|
7713
|
-
*/
|
|
7714
|
-
Description?: string;
|
|
7715
|
-
/**
|
|
7716
|
-
* <p>The new list of properties. Overwrites the current property list.</p>
|
|
7717
|
-
*/
|
|
7718
|
-
Properties?: Record<string, string>;
|
|
7719
|
-
/**
|
|
7720
|
-
* <p>A list of properties to remove.</p>
|
|
7721
|
-
*/
|
|
7722
|
-
PropertiesToRemove?: string[];
|
|
7723
|
-
}
|
|
7724
|
-
/**
|
|
7725
|
-
* @public
|
|
7726
|
-
*/
|
|
7727
|
-
export interface UpdateContextResponse {
|
|
7728
|
-
/**
|
|
7729
|
-
* <p>The Amazon Resource Name (ARN) of the context.</p>
|
|
7730
|
-
*/
|
|
7731
|
-
ContextArn?: string;
|
|
7732
|
-
}
|
|
7733
|
-
/**
|
|
7734
|
-
* @public
|
|
7735
|
-
*/
|
|
7736
|
-
export interface UpdateDeviceFleetRequest {
|
|
7737
|
-
/**
|
|
7738
|
-
* <p>The name of the fleet.</p>
|
|
7739
|
-
*/
|
|
7740
|
-
DeviceFleetName: string | undefined;
|
|
7741
|
-
/**
|
|
7742
|
-
* <p>The Amazon Resource Name (ARN) of the device.</p>
|
|
7743
|
-
*/
|
|
7744
|
-
RoleArn?: string;
|
|
7745
|
-
/**
|
|
7746
|
-
* <p>Description of the fleet.</p>
|
|
7747
|
-
*/
|
|
7748
|
-
Description?: string;
|
|
7749
|
-
/**
|
|
7750
|
-
* <p>Output configuration for storing sample data collected by the fleet.</p>
|
|
7751
|
-
*/
|
|
7752
|
-
OutputConfig: EdgeOutputConfig | undefined;
|
|
7753
|
-
/**
|
|
7754
|
-
* <p>Whether to create an Amazon Web Services IoT Role Alias during device fleet creation.
|
|
7755
|
-
* The name of the role alias generated will match this pattern:
|
|
7756
|
-
* "SageMakerEdge-\{DeviceFleetName\}".</p>
|
|
7757
|
-
* <p>For example, if your device fleet is called "demo-fleet", the name of
|
|
7758
|
-
* the role alias will be "SageMakerEdge-demo-fleet".</p>
|
|
7759
|
-
*/
|
|
7760
|
-
EnableIotRoleAlias?: boolean;
|
|
7761
|
-
}
|
|
7762
|
-
/**
|
|
7763
|
-
* @public
|
|
7764
|
-
*/
|
|
7765
|
-
export interface UpdateDevicesRequest {
|
|
7766
|
-
/**
|
|
7767
|
-
* <p>The name of the fleet the devices belong to.</p>
|
|
7768
|
-
*/
|
|
7769
|
-
DeviceFleetName: string | undefined;
|
|
7770
|
-
/**
|
|
7771
|
-
* <p>List of devices to register with Edge Manager agent.</p>
|
|
7772
|
-
*/
|
|
7773
|
-
Devices: Device[] | undefined;
|
|
7774
|
-
}
|
|
7775
|
-
/**
|
|
7776
|
-
* @internal
|
|
7777
|
-
*/
|
|
7778
|
-
export declare const ListAliasesRequestFilterSensitiveLog: (obj: ListAliasesRequest) => any;
|
|
7779
|
-
/**
|
|
7780
|
-
* @internal
|
|
7781
|
-
*/
|
|
7782
|
-
export declare const ListAliasesResponseFilterSensitiveLog: (obj: ListAliasesResponse) => any;
|
|
7783
7804
|
/**
|
|
7784
7805
|
* @internal
|
|
7785
7806
|
*/
|
|
7786
|
-
export declare const
|
|
7787
|
-
/**
|
|
7788
|
-
* @internal
|
|
7789
|
-
*/
|
|
7790
|
-
export declare const ListAppImageConfigsResponseFilterSensitiveLog: (obj: ListAppImageConfigsResponse) => any;
|
|
7791
|
-
/**
|
|
7792
|
-
* @internal
|
|
7793
|
-
*/
|
|
7794
|
-
export declare const ListAppsRequestFilterSensitiveLog: (obj: ListAppsRequest) => any;
|
|
7795
|
-
/**
|
|
7796
|
-
* @internal
|
|
7797
|
-
*/
|
|
7798
|
-
export declare const ListAppsResponseFilterSensitiveLog: (obj: ListAppsResponse) => any;
|
|
7799
|
-
/**
|
|
7800
|
-
* @internal
|
|
7801
|
-
*/
|
|
7802
|
-
export declare const ListArtifactsRequestFilterSensitiveLog: (obj: ListArtifactsRequest) => any;
|
|
7803
|
-
/**
|
|
7804
|
-
* @internal
|
|
7805
|
-
*/
|
|
7806
|
-
export declare const ListArtifactsResponseFilterSensitiveLog: (obj: ListArtifactsResponse) => any;
|
|
7807
|
-
/**
|
|
7808
|
-
* @internal
|
|
7809
|
-
*/
|
|
7810
|
-
export declare const ListAssociationsRequestFilterSensitiveLog: (obj: ListAssociationsRequest) => any;
|
|
7811
|
-
/**
|
|
7812
|
-
* @internal
|
|
7813
|
-
*/
|
|
7814
|
-
export declare const ListAssociationsResponseFilterSensitiveLog: (obj: ListAssociationsResponse) => any;
|
|
7815
|
-
/**
|
|
7816
|
-
* @internal
|
|
7817
|
-
*/
|
|
7818
|
-
export declare const ListAutoMLJobsRequestFilterSensitiveLog: (obj: ListAutoMLJobsRequest) => any;
|
|
7819
|
-
/**
|
|
7820
|
-
* @internal
|
|
7821
|
-
*/
|
|
7822
|
-
export declare const ListAutoMLJobsResponseFilterSensitiveLog: (obj: ListAutoMLJobsResponse) => any;
|
|
7823
|
-
/**
|
|
7824
|
-
* @internal
|
|
7825
|
-
*/
|
|
7826
|
-
export declare const ListCandidatesForAutoMLJobRequestFilterSensitiveLog: (obj: ListCandidatesForAutoMLJobRequest) => any;
|
|
7807
|
+
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
7827
7808
|
/**
|
|
7828
7809
|
* @internal
|
|
7829
7810
|
*/
|
|
7830
|
-
export declare const
|
|
7831
|
-
/**
|
|
7832
|
-
* @internal
|
|
7833
|
-
*/
|
|
7834
|
-
export declare const ListCodeRepositoriesInputFilterSensitiveLog: (obj: ListCodeRepositoriesInput) => any;
|
|
7835
|
-
/**
|
|
7836
|
-
* @internal
|
|
7837
|
-
*/
|
|
7838
|
-
export declare const ListCodeRepositoriesOutputFilterSensitiveLog: (obj: ListCodeRepositoriesOutput) => any;
|
|
7839
|
-
/**
|
|
7840
|
-
* @internal
|
|
7841
|
-
*/
|
|
7842
|
-
export declare const ListCompilationJobsRequestFilterSensitiveLog: (obj: ListCompilationJobsRequest) => any;
|
|
7843
|
-
/**
|
|
7844
|
-
* @internal
|
|
7845
|
-
*/
|
|
7846
|
-
export declare const ListCompilationJobsResponseFilterSensitiveLog: (obj: ListCompilationJobsResponse) => any;
|
|
7847
|
-
/**
|
|
7848
|
-
* @internal
|
|
7849
|
-
*/
|
|
7850
|
-
export declare const ListContextsRequestFilterSensitiveLog: (obj: ListContextsRequest) => any;
|
|
7851
|
-
/**
|
|
7852
|
-
* @internal
|
|
7853
|
-
*/
|
|
7854
|
-
export declare const ListContextsResponseFilterSensitiveLog: (obj: ListContextsResponse) => any;
|
|
7855
|
-
/**
|
|
7856
|
-
* @internal
|
|
7857
|
-
*/
|
|
7858
|
-
export declare const ListDataQualityJobDefinitionsRequestFilterSensitiveLog: (obj: ListDataQualityJobDefinitionsRequest) => any;
|
|
7859
|
-
/**
|
|
7860
|
-
* @internal
|
|
7861
|
-
*/
|
|
7862
|
-
export declare const MonitoringJobDefinitionSummaryFilterSensitiveLog: (obj: MonitoringJobDefinitionSummary) => any;
|
|
7863
|
-
/**
|
|
7864
|
-
* @internal
|
|
7865
|
-
*/
|
|
7866
|
-
export declare const ListDataQualityJobDefinitionsResponseFilterSensitiveLog: (obj: ListDataQualityJobDefinitionsResponse) => any;
|
|
7867
|
-
/**
|
|
7868
|
-
* @internal
|
|
7869
|
-
*/
|
|
7870
|
-
export declare const ListDeviceFleetsRequestFilterSensitiveLog: (obj: ListDeviceFleetsRequest) => any;
|
|
7871
|
-
/**
|
|
7872
|
-
* @internal
|
|
7873
|
-
*/
|
|
7874
|
-
export declare const ListDeviceFleetsResponseFilterSensitiveLog: (obj: ListDeviceFleetsResponse) => any;
|
|
7875
|
-
/**
|
|
7876
|
-
* @internal
|
|
7877
|
-
*/
|
|
7878
|
-
export declare const ListDevicesRequestFilterSensitiveLog: (obj: ListDevicesRequest) => any;
|
|
7879
|
-
/**
|
|
7880
|
-
* @internal
|
|
7881
|
-
*/
|
|
7882
|
-
export declare const ListDevicesResponseFilterSensitiveLog: (obj: ListDevicesResponse) => any;
|
|
7883
|
-
/**
|
|
7884
|
-
* @internal
|
|
7885
|
-
*/
|
|
7886
|
-
export declare const ListDomainsRequestFilterSensitiveLog: (obj: ListDomainsRequest) => any;
|
|
7887
|
-
/**
|
|
7888
|
-
* @internal
|
|
7889
|
-
*/
|
|
7890
|
-
export declare const ListDomainsResponseFilterSensitiveLog: (obj: ListDomainsResponse) => any;
|
|
7891
|
-
/**
|
|
7892
|
-
* @internal
|
|
7893
|
-
*/
|
|
7894
|
-
export declare const ListEdgeDeploymentPlansRequestFilterSensitiveLog: (obj: ListEdgeDeploymentPlansRequest) => any;
|
|
7895
|
-
/**
|
|
7896
|
-
* @internal
|
|
7897
|
-
*/
|
|
7898
|
-
export declare const ListEdgeDeploymentPlansResponseFilterSensitiveLog: (obj: ListEdgeDeploymentPlansResponse) => any;
|
|
7899
|
-
/**
|
|
7900
|
-
* @internal
|
|
7901
|
-
*/
|
|
7902
|
-
export declare const ListEdgePackagingJobsRequestFilterSensitiveLog: (obj: ListEdgePackagingJobsRequest) => any;
|
|
7903
|
-
/**
|
|
7904
|
-
* @internal
|
|
7905
|
-
*/
|
|
7906
|
-
export declare const ListEdgePackagingJobsResponseFilterSensitiveLog: (obj: ListEdgePackagingJobsResponse) => any;
|
|
7907
|
-
/**
|
|
7908
|
-
* @internal
|
|
7909
|
-
*/
|
|
7910
|
-
export declare const ListEndpointConfigsInputFilterSensitiveLog: (obj: ListEndpointConfigsInput) => any;
|
|
7911
|
-
/**
|
|
7912
|
-
* @internal
|
|
7913
|
-
*/
|
|
7914
|
-
export declare const ListEndpointConfigsOutputFilterSensitiveLog: (obj: ListEndpointConfigsOutput) => any;
|
|
7915
|
-
/**
|
|
7916
|
-
* @internal
|
|
7917
|
-
*/
|
|
7918
|
-
export declare const ListEndpointsInputFilterSensitiveLog: (obj: ListEndpointsInput) => any;
|
|
7919
|
-
/**
|
|
7920
|
-
* @internal
|
|
7921
|
-
*/
|
|
7922
|
-
export declare const ListEndpointsOutputFilterSensitiveLog: (obj: ListEndpointsOutput) => any;
|
|
7923
|
-
/**
|
|
7924
|
-
* @internal
|
|
7925
|
-
*/
|
|
7926
|
-
export declare const ListExperimentsRequestFilterSensitiveLog: (obj: ListExperimentsRequest) => any;
|
|
7927
|
-
/**
|
|
7928
|
-
* @internal
|
|
7929
|
-
*/
|
|
7930
|
-
export declare const ListExperimentsResponseFilterSensitiveLog: (obj: ListExperimentsResponse) => any;
|
|
7931
|
-
/**
|
|
7932
|
-
* @internal
|
|
7933
|
-
*/
|
|
7934
|
-
export declare const ListFeatureGroupsRequestFilterSensitiveLog: (obj: ListFeatureGroupsRequest) => any;
|
|
7935
|
-
/**
|
|
7936
|
-
* @internal
|
|
7937
|
-
*/
|
|
7938
|
-
export declare const ListFeatureGroupsResponseFilterSensitiveLog: (obj: ListFeatureGroupsResponse) => any;
|
|
7939
|
-
/**
|
|
7940
|
-
* @internal
|
|
7941
|
-
*/
|
|
7942
|
-
export declare const ListFlowDefinitionsRequestFilterSensitiveLog: (obj: ListFlowDefinitionsRequest) => any;
|
|
7943
|
-
/**
|
|
7944
|
-
* @internal
|
|
7945
|
-
*/
|
|
7946
|
-
export declare const ListFlowDefinitionsResponseFilterSensitiveLog: (obj: ListFlowDefinitionsResponse) => any;
|
|
7947
|
-
/**
|
|
7948
|
-
* @internal
|
|
7949
|
-
*/
|
|
7950
|
-
export declare const ListHubContentsRequestFilterSensitiveLog: (obj: ListHubContentsRequest) => any;
|
|
7951
|
-
/**
|
|
7952
|
-
* @internal
|
|
7953
|
-
*/
|
|
7954
|
-
export declare const ListHubContentsResponseFilterSensitiveLog: (obj: ListHubContentsResponse) => any;
|
|
7955
|
-
/**
|
|
7956
|
-
* @internal
|
|
7957
|
-
*/
|
|
7958
|
-
export declare const ListHubContentVersionsRequestFilterSensitiveLog: (obj: ListHubContentVersionsRequest) => any;
|
|
7959
|
-
/**
|
|
7960
|
-
* @internal
|
|
7961
|
-
*/
|
|
7962
|
-
export declare const ListHubContentVersionsResponseFilterSensitiveLog: (obj: ListHubContentVersionsResponse) => any;
|
|
7963
|
-
/**
|
|
7964
|
-
* @internal
|
|
7965
|
-
*/
|
|
7966
|
-
export declare const ListHubsRequestFilterSensitiveLog: (obj: ListHubsRequest) => any;
|
|
7967
|
-
/**
|
|
7968
|
-
* @internal
|
|
7969
|
-
*/
|
|
7970
|
-
export declare const ListHubsResponseFilterSensitiveLog: (obj: ListHubsResponse) => any;
|
|
7971
|
-
/**
|
|
7972
|
-
* @internal
|
|
7973
|
-
*/
|
|
7974
|
-
export declare const ListHumanTaskUisRequestFilterSensitiveLog: (obj: ListHumanTaskUisRequest) => any;
|
|
7975
|
-
/**
|
|
7976
|
-
* @internal
|
|
7977
|
-
*/
|
|
7978
|
-
export declare const ListHumanTaskUisResponseFilterSensitiveLog: (obj: ListHumanTaskUisResponse) => any;
|
|
7979
|
-
/**
|
|
7980
|
-
* @internal
|
|
7981
|
-
*/
|
|
7982
|
-
export declare const ListHyperParameterTuningJobsRequestFilterSensitiveLog: (obj: ListHyperParameterTuningJobsRequest) => any;
|
|
7983
|
-
/**
|
|
7984
|
-
* @internal
|
|
7985
|
-
*/
|
|
7986
|
-
export declare const ListHyperParameterTuningJobsResponseFilterSensitiveLog: (obj: ListHyperParameterTuningJobsResponse) => any;
|
|
7987
|
-
/**
|
|
7988
|
-
* @internal
|
|
7989
|
-
*/
|
|
7990
|
-
export declare const ListImagesRequestFilterSensitiveLog: (obj: ListImagesRequest) => any;
|
|
7991
|
-
/**
|
|
7992
|
-
* @internal
|
|
7993
|
-
*/
|
|
7994
|
-
export declare const ListImagesResponseFilterSensitiveLog: (obj: ListImagesResponse) => any;
|
|
7995
|
-
/**
|
|
7996
|
-
* @internal
|
|
7997
|
-
*/
|
|
7998
|
-
export declare const ListImageVersionsRequestFilterSensitiveLog: (obj: ListImageVersionsRequest) => any;
|
|
7999
|
-
/**
|
|
8000
|
-
* @internal
|
|
8001
|
-
*/
|
|
8002
|
-
export declare const ListImageVersionsResponseFilterSensitiveLog: (obj: ListImageVersionsResponse) => any;
|
|
8003
|
-
/**
|
|
8004
|
-
* @internal
|
|
8005
|
-
*/
|
|
8006
|
-
export declare const ListInferenceExperimentsRequestFilterSensitiveLog: (obj: ListInferenceExperimentsRequest) => any;
|
|
8007
|
-
/**
|
|
8008
|
-
* @internal
|
|
8009
|
-
*/
|
|
8010
|
-
export declare const ListInferenceExperimentsResponseFilterSensitiveLog: (obj: ListInferenceExperimentsResponse) => any;
|
|
8011
|
-
/**
|
|
8012
|
-
* @internal
|
|
8013
|
-
*/
|
|
8014
|
-
export declare const ListInferenceRecommendationsJobsRequestFilterSensitiveLog: (obj: ListInferenceRecommendationsJobsRequest) => any;
|
|
8015
|
-
/**
|
|
8016
|
-
* @internal
|
|
8017
|
-
*/
|
|
8018
|
-
export declare const ListInferenceRecommendationsJobsResponseFilterSensitiveLog: (obj: ListInferenceRecommendationsJobsResponse) => any;
|
|
8019
|
-
/**
|
|
8020
|
-
* @internal
|
|
8021
|
-
*/
|
|
8022
|
-
export declare const ListInferenceRecommendationsJobStepsRequestFilterSensitiveLog: (obj: ListInferenceRecommendationsJobStepsRequest) => any;
|
|
8023
|
-
/**
|
|
8024
|
-
* @internal
|
|
8025
|
-
*/
|
|
8026
|
-
export declare const ListInferenceRecommendationsJobStepsResponseFilterSensitiveLog: (obj: ListInferenceRecommendationsJobStepsResponse) => any;
|
|
8027
|
-
/**
|
|
8028
|
-
* @internal
|
|
8029
|
-
*/
|
|
8030
|
-
export declare const ListLabelingJobsRequestFilterSensitiveLog: (obj: ListLabelingJobsRequest) => any;
|
|
8031
|
-
/**
|
|
8032
|
-
* @internal
|
|
8033
|
-
*/
|
|
8034
|
-
export declare const ListLabelingJobsResponseFilterSensitiveLog: (obj: ListLabelingJobsResponse) => any;
|
|
8035
|
-
/**
|
|
8036
|
-
* @internal
|
|
8037
|
-
*/
|
|
8038
|
-
export declare const ListLabelingJobsForWorkteamRequestFilterSensitiveLog: (obj: ListLabelingJobsForWorkteamRequest) => any;
|
|
8039
|
-
/**
|
|
8040
|
-
* @internal
|
|
8041
|
-
*/
|
|
8042
|
-
export declare const ListLabelingJobsForWorkteamResponseFilterSensitiveLog: (obj: ListLabelingJobsForWorkteamResponse) => any;
|
|
8043
|
-
/**
|
|
8044
|
-
* @internal
|
|
8045
|
-
*/
|
|
8046
|
-
export declare const ListLineageGroupsRequestFilterSensitiveLog: (obj: ListLineageGroupsRequest) => any;
|
|
8047
|
-
/**
|
|
8048
|
-
* @internal
|
|
8049
|
-
*/
|
|
8050
|
-
export declare const ListLineageGroupsResponseFilterSensitiveLog: (obj: ListLineageGroupsResponse) => any;
|
|
8051
|
-
/**
|
|
8052
|
-
* @internal
|
|
8053
|
-
*/
|
|
8054
|
-
export declare const ListModelBiasJobDefinitionsRequestFilterSensitiveLog: (obj: ListModelBiasJobDefinitionsRequest) => any;
|
|
8055
|
-
/**
|
|
8056
|
-
* @internal
|
|
8057
|
-
*/
|
|
8058
|
-
export declare const ListModelBiasJobDefinitionsResponseFilterSensitiveLog: (obj: ListModelBiasJobDefinitionsResponse) => any;
|
|
8059
|
-
/**
|
|
8060
|
-
* @internal
|
|
8061
|
-
*/
|
|
8062
|
-
export declare const ListModelCardExportJobsRequestFilterSensitiveLog: (obj: ListModelCardExportJobsRequest) => any;
|
|
8063
|
-
/**
|
|
8064
|
-
* @internal
|
|
8065
|
-
*/
|
|
8066
|
-
export declare const ModelCardExportJobSummaryFilterSensitiveLog: (obj: ModelCardExportJobSummary) => any;
|
|
8067
|
-
/**
|
|
8068
|
-
* @internal
|
|
8069
|
-
*/
|
|
8070
|
-
export declare const ListModelCardExportJobsResponseFilterSensitiveLog: (obj: ListModelCardExportJobsResponse) => any;
|
|
8071
|
-
/**
|
|
8072
|
-
* @internal
|
|
8073
|
-
*/
|
|
8074
|
-
export declare const ListModelCardsRequestFilterSensitiveLog: (obj: ListModelCardsRequest) => any;
|
|
8075
|
-
/**
|
|
8076
|
-
* @internal
|
|
8077
|
-
*/
|
|
8078
|
-
export declare const ModelCardSummaryFilterSensitiveLog: (obj: ModelCardSummary) => any;
|
|
8079
|
-
/**
|
|
8080
|
-
* @internal
|
|
8081
|
-
*/
|
|
8082
|
-
export declare const ListModelCardsResponseFilterSensitiveLog: (obj: ListModelCardsResponse) => any;
|
|
8083
|
-
/**
|
|
8084
|
-
* @internal
|
|
8085
|
-
*/
|
|
8086
|
-
export declare const ListModelCardVersionsRequestFilterSensitiveLog: (obj: ListModelCardVersionsRequest) => any;
|
|
8087
|
-
/**
|
|
8088
|
-
* @internal
|
|
8089
|
-
*/
|
|
8090
|
-
export declare const ModelCardVersionSummaryFilterSensitiveLog: (obj: ModelCardVersionSummary) => any;
|
|
8091
|
-
/**
|
|
8092
|
-
* @internal
|
|
8093
|
-
*/
|
|
8094
|
-
export declare const ListModelCardVersionsResponseFilterSensitiveLog: (obj: ListModelCardVersionsResponse) => any;
|
|
8095
|
-
/**
|
|
8096
|
-
* @internal
|
|
8097
|
-
*/
|
|
8098
|
-
export declare const ListModelExplainabilityJobDefinitionsRequestFilterSensitiveLog: (obj: ListModelExplainabilityJobDefinitionsRequest) => any;
|
|
8099
|
-
/**
|
|
8100
|
-
* @internal
|
|
8101
|
-
*/
|
|
8102
|
-
export declare const ListModelExplainabilityJobDefinitionsResponseFilterSensitiveLog: (obj: ListModelExplainabilityJobDefinitionsResponse) => any;
|
|
8103
|
-
/**
|
|
8104
|
-
* @internal
|
|
8105
|
-
*/
|
|
8106
|
-
export declare const ModelMetadataFilterFilterSensitiveLog: (obj: ModelMetadataFilter) => any;
|
|
8107
|
-
/**
|
|
8108
|
-
* @internal
|
|
8109
|
-
*/
|
|
8110
|
-
export declare const ModelMetadataSearchExpressionFilterSensitiveLog: (obj: ModelMetadataSearchExpression) => any;
|
|
8111
|
-
/**
|
|
8112
|
-
* @internal
|
|
8113
|
-
*/
|
|
8114
|
-
export declare const ListModelMetadataRequestFilterSensitiveLog: (obj: ListModelMetadataRequest) => any;
|
|
8115
|
-
/**
|
|
8116
|
-
* @internal
|
|
8117
|
-
*/
|
|
8118
|
-
export declare const ModelMetadataSummaryFilterSensitiveLog: (obj: ModelMetadataSummary) => any;
|
|
8119
|
-
/**
|
|
8120
|
-
* @internal
|
|
8121
|
-
*/
|
|
8122
|
-
export declare const ListModelMetadataResponseFilterSensitiveLog: (obj: ListModelMetadataResponse) => any;
|
|
8123
|
-
/**
|
|
8124
|
-
* @internal
|
|
8125
|
-
*/
|
|
8126
|
-
export declare const ListModelPackageGroupsInputFilterSensitiveLog: (obj: ListModelPackageGroupsInput) => any;
|
|
8127
|
-
/**
|
|
8128
|
-
* @internal
|
|
8129
|
-
*/
|
|
8130
|
-
export declare const ModelPackageGroupSummaryFilterSensitiveLog: (obj: ModelPackageGroupSummary) => any;
|
|
8131
|
-
/**
|
|
8132
|
-
* @internal
|
|
8133
|
-
*/
|
|
8134
|
-
export declare const ListModelPackageGroupsOutputFilterSensitiveLog: (obj: ListModelPackageGroupsOutput) => any;
|
|
8135
|
-
/**
|
|
8136
|
-
* @internal
|
|
8137
|
-
*/
|
|
8138
|
-
export declare const ListModelPackagesInputFilterSensitiveLog: (obj: ListModelPackagesInput) => any;
|
|
8139
|
-
/**
|
|
8140
|
-
* @internal
|
|
8141
|
-
*/
|
|
8142
|
-
export declare const ModelPackageSummaryFilterSensitiveLog: (obj: ModelPackageSummary) => any;
|
|
8143
|
-
/**
|
|
8144
|
-
* @internal
|
|
8145
|
-
*/
|
|
8146
|
-
export declare const ListModelPackagesOutputFilterSensitiveLog: (obj: ListModelPackagesOutput) => any;
|
|
8147
|
-
/**
|
|
8148
|
-
* @internal
|
|
8149
|
-
*/
|
|
8150
|
-
export declare const ListModelQualityJobDefinitionsRequestFilterSensitiveLog: (obj: ListModelQualityJobDefinitionsRequest) => any;
|
|
8151
|
-
/**
|
|
8152
|
-
* @internal
|
|
8153
|
-
*/
|
|
8154
|
-
export declare const ListModelQualityJobDefinitionsResponseFilterSensitiveLog: (obj: ListModelQualityJobDefinitionsResponse) => any;
|
|
8155
|
-
/**
|
|
8156
|
-
* @internal
|
|
8157
|
-
*/
|
|
8158
|
-
export declare const ListModelsInputFilterSensitiveLog: (obj: ListModelsInput) => any;
|
|
8159
|
-
/**
|
|
8160
|
-
* @internal
|
|
8161
|
-
*/
|
|
8162
|
-
export declare const ModelSummaryFilterSensitiveLog: (obj: ModelSummary) => any;
|
|
8163
|
-
/**
|
|
8164
|
-
* @internal
|
|
8165
|
-
*/
|
|
8166
|
-
export declare const ListModelsOutputFilterSensitiveLog: (obj: ListModelsOutput) => any;
|
|
8167
|
-
/**
|
|
8168
|
-
* @internal
|
|
8169
|
-
*/
|
|
8170
|
-
export declare const ListMonitoringAlertHistoryRequestFilterSensitiveLog: (obj: ListMonitoringAlertHistoryRequest) => any;
|
|
8171
|
-
/**
|
|
8172
|
-
* @internal
|
|
8173
|
-
*/
|
|
8174
|
-
export declare const MonitoringAlertHistorySummaryFilterSensitiveLog: (obj: MonitoringAlertHistorySummary) => any;
|
|
8175
|
-
/**
|
|
8176
|
-
* @internal
|
|
8177
|
-
*/
|
|
8178
|
-
export declare const ListMonitoringAlertHistoryResponseFilterSensitiveLog: (obj: ListMonitoringAlertHistoryResponse) => any;
|
|
8179
|
-
/**
|
|
8180
|
-
* @internal
|
|
8181
|
-
*/
|
|
8182
|
-
export declare const ListMonitoringAlertsRequestFilterSensitiveLog: (obj: ListMonitoringAlertsRequest) => any;
|
|
8183
|
-
/**
|
|
8184
|
-
* @internal
|
|
8185
|
-
*/
|
|
8186
|
-
export declare const ModelDashboardIndicatorActionFilterSensitiveLog: (obj: ModelDashboardIndicatorAction) => any;
|
|
8187
|
-
/**
|
|
8188
|
-
* @internal
|
|
8189
|
-
*/
|
|
8190
|
-
export declare const MonitoringAlertActionsFilterSensitiveLog: (obj: MonitoringAlertActions) => any;
|
|
8191
|
-
/**
|
|
8192
|
-
* @internal
|
|
8193
|
-
*/
|
|
8194
|
-
export declare const MonitoringAlertSummaryFilterSensitiveLog: (obj: MonitoringAlertSummary) => any;
|
|
8195
|
-
/**
|
|
8196
|
-
* @internal
|
|
8197
|
-
*/
|
|
8198
|
-
export declare const ListMonitoringAlertsResponseFilterSensitiveLog: (obj: ListMonitoringAlertsResponse) => any;
|
|
8199
|
-
/**
|
|
8200
|
-
* @internal
|
|
8201
|
-
*/
|
|
8202
|
-
export declare const ListMonitoringExecutionsRequestFilterSensitiveLog: (obj: ListMonitoringExecutionsRequest) => any;
|
|
8203
|
-
/**
|
|
8204
|
-
* @internal
|
|
8205
|
-
*/
|
|
8206
|
-
export declare const ListMonitoringExecutionsResponseFilterSensitiveLog: (obj: ListMonitoringExecutionsResponse) => any;
|
|
8207
|
-
/**
|
|
8208
|
-
* @internal
|
|
8209
|
-
*/
|
|
8210
|
-
export declare const ListMonitoringSchedulesRequestFilterSensitiveLog: (obj: ListMonitoringSchedulesRequest) => any;
|
|
8211
|
-
/**
|
|
8212
|
-
* @internal
|
|
8213
|
-
*/
|
|
8214
|
-
export declare const MonitoringScheduleSummaryFilterSensitiveLog: (obj: MonitoringScheduleSummary) => any;
|
|
8215
|
-
/**
|
|
8216
|
-
* @internal
|
|
8217
|
-
*/
|
|
8218
|
-
export declare const ListMonitoringSchedulesResponseFilterSensitiveLog: (obj: ListMonitoringSchedulesResponse) => any;
|
|
8219
|
-
/**
|
|
8220
|
-
* @internal
|
|
8221
|
-
*/
|
|
8222
|
-
export declare const ListNotebookInstanceLifecycleConfigsInputFilterSensitiveLog: (obj: ListNotebookInstanceLifecycleConfigsInput) => any;
|
|
8223
|
-
/**
|
|
8224
|
-
* @internal
|
|
8225
|
-
*/
|
|
8226
|
-
export declare const NotebookInstanceLifecycleConfigSummaryFilterSensitiveLog: (obj: NotebookInstanceLifecycleConfigSummary) => any;
|
|
8227
|
-
/**
|
|
8228
|
-
* @internal
|
|
8229
|
-
*/
|
|
8230
|
-
export declare const ListNotebookInstanceLifecycleConfigsOutputFilterSensitiveLog: (obj: ListNotebookInstanceLifecycleConfigsOutput) => any;
|
|
8231
|
-
/**
|
|
8232
|
-
* @internal
|
|
8233
|
-
*/
|
|
8234
|
-
export declare const ListNotebookInstancesInputFilterSensitiveLog: (obj: ListNotebookInstancesInput) => any;
|
|
8235
|
-
/**
|
|
8236
|
-
* @internal
|
|
8237
|
-
*/
|
|
8238
|
-
export declare const NotebookInstanceSummaryFilterSensitiveLog: (obj: NotebookInstanceSummary) => any;
|
|
8239
|
-
/**
|
|
8240
|
-
* @internal
|
|
8241
|
-
*/
|
|
8242
|
-
export declare const ListNotebookInstancesOutputFilterSensitiveLog: (obj: ListNotebookInstancesOutput) => any;
|
|
8243
|
-
/**
|
|
8244
|
-
* @internal
|
|
8245
|
-
*/
|
|
8246
|
-
export declare const ListPipelineExecutionsRequestFilterSensitiveLog: (obj: ListPipelineExecutionsRequest) => any;
|
|
8247
|
-
/**
|
|
8248
|
-
* @internal
|
|
8249
|
-
*/
|
|
8250
|
-
export declare const PipelineExecutionSummaryFilterSensitiveLog: (obj: PipelineExecutionSummary) => any;
|
|
8251
|
-
/**
|
|
8252
|
-
* @internal
|
|
8253
|
-
*/
|
|
8254
|
-
export declare const ListPipelineExecutionsResponseFilterSensitiveLog: (obj: ListPipelineExecutionsResponse) => any;
|
|
8255
|
-
/**
|
|
8256
|
-
* @internal
|
|
8257
|
-
*/
|
|
8258
|
-
export declare const ListPipelineExecutionStepsRequestFilterSensitiveLog: (obj: ListPipelineExecutionStepsRequest) => any;
|
|
8259
|
-
/**
|
|
8260
|
-
* @internal
|
|
8261
|
-
*/
|
|
8262
|
-
export declare const ModelStepMetadataFilterSensitiveLog: (obj: ModelStepMetadata) => any;
|
|
8263
|
-
/**
|
|
8264
|
-
* @internal
|
|
8265
|
-
*/
|
|
8266
|
-
export declare const ProcessingJobStepMetadataFilterSensitiveLog: (obj: ProcessingJobStepMetadata) => any;
|
|
8267
|
-
/**
|
|
8268
|
-
* @internal
|
|
8269
|
-
*/
|
|
8270
|
-
export declare const QualityCheckStepMetadataFilterSensitiveLog: (obj: QualityCheckStepMetadata) => any;
|
|
8271
|
-
/**
|
|
8272
|
-
* @internal
|
|
8273
|
-
*/
|
|
8274
|
-
export declare const RegisterModelStepMetadataFilterSensitiveLog: (obj: RegisterModelStepMetadata) => any;
|
|
8275
|
-
/**
|
|
8276
|
-
* @internal
|
|
8277
|
-
*/
|
|
8278
|
-
export declare const TrainingJobStepMetadataFilterSensitiveLog: (obj: TrainingJobStepMetadata) => any;
|
|
8279
|
-
/**
|
|
8280
|
-
* @internal
|
|
8281
|
-
*/
|
|
8282
|
-
export declare const TransformJobStepMetadataFilterSensitiveLog: (obj: TransformJobStepMetadata) => any;
|
|
8283
|
-
/**
|
|
8284
|
-
* @internal
|
|
8285
|
-
*/
|
|
8286
|
-
export declare const TuningJobStepMetaDataFilterSensitiveLog: (obj: TuningJobStepMetaData) => any;
|
|
8287
|
-
/**
|
|
8288
|
-
* @internal
|
|
8289
|
-
*/
|
|
8290
|
-
export declare const PipelineExecutionStepMetadataFilterSensitiveLog: (obj: PipelineExecutionStepMetadata) => any;
|
|
8291
|
-
/**
|
|
8292
|
-
* @internal
|
|
8293
|
-
*/
|
|
8294
|
-
export declare const PipelineExecutionStepFilterSensitiveLog: (obj: PipelineExecutionStep) => any;
|
|
8295
|
-
/**
|
|
8296
|
-
* @internal
|
|
8297
|
-
*/
|
|
8298
|
-
export declare const ListPipelineExecutionStepsResponseFilterSensitiveLog: (obj: ListPipelineExecutionStepsResponse) => any;
|
|
8299
|
-
/**
|
|
8300
|
-
* @internal
|
|
8301
|
-
*/
|
|
8302
|
-
export declare const ListPipelineParametersForExecutionRequestFilterSensitiveLog: (obj: ListPipelineParametersForExecutionRequest) => any;
|
|
8303
|
-
/**
|
|
8304
|
-
* @internal
|
|
8305
|
-
*/
|
|
8306
|
-
export declare const ParameterFilterSensitiveLog: (obj: Parameter) => any;
|
|
8307
|
-
/**
|
|
8308
|
-
* @internal
|
|
8309
|
-
*/
|
|
8310
|
-
export declare const ListPipelineParametersForExecutionResponseFilterSensitiveLog: (obj: ListPipelineParametersForExecutionResponse) => any;
|
|
8311
|
-
/**
|
|
8312
|
-
* @internal
|
|
8313
|
-
*/
|
|
8314
|
-
export declare const ListPipelinesRequestFilterSensitiveLog: (obj: ListPipelinesRequest) => any;
|
|
8315
|
-
/**
|
|
8316
|
-
* @internal
|
|
8317
|
-
*/
|
|
8318
|
-
export declare const PipelineSummaryFilterSensitiveLog: (obj: PipelineSummary) => any;
|
|
8319
|
-
/**
|
|
8320
|
-
* @internal
|
|
8321
|
-
*/
|
|
8322
|
-
export declare const ListPipelinesResponseFilterSensitiveLog: (obj: ListPipelinesResponse) => any;
|
|
8323
|
-
/**
|
|
8324
|
-
* @internal
|
|
8325
|
-
*/
|
|
8326
|
-
export declare const ListProcessingJobsRequestFilterSensitiveLog: (obj: ListProcessingJobsRequest) => any;
|
|
8327
|
-
/**
|
|
8328
|
-
* @internal
|
|
8329
|
-
*/
|
|
8330
|
-
export declare const ProcessingJobSummaryFilterSensitiveLog: (obj: ProcessingJobSummary) => any;
|
|
8331
|
-
/**
|
|
8332
|
-
* @internal
|
|
8333
|
-
*/
|
|
8334
|
-
export declare const ListProcessingJobsResponseFilterSensitiveLog: (obj: ListProcessingJobsResponse) => any;
|
|
8335
|
-
/**
|
|
8336
|
-
* @internal
|
|
8337
|
-
*/
|
|
8338
|
-
export declare const ListProjectsInputFilterSensitiveLog: (obj: ListProjectsInput) => any;
|
|
8339
|
-
/**
|
|
8340
|
-
* @internal
|
|
8341
|
-
*/
|
|
8342
|
-
export declare const ProjectSummaryFilterSensitiveLog: (obj: ProjectSummary) => any;
|
|
8343
|
-
/**
|
|
8344
|
-
* @internal
|
|
8345
|
-
*/
|
|
8346
|
-
export declare const ListProjectsOutputFilterSensitiveLog: (obj: ListProjectsOutput) => any;
|
|
8347
|
-
/**
|
|
8348
|
-
* @internal
|
|
8349
|
-
*/
|
|
8350
|
-
export declare const ListSpacesRequestFilterSensitiveLog: (obj: ListSpacesRequest) => any;
|
|
8351
|
-
/**
|
|
8352
|
-
* @internal
|
|
8353
|
-
*/
|
|
8354
|
-
export declare const SpaceDetailsFilterSensitiveLog: (obj: SpaceDetails) => any;
|
|
8355
|
-
/**
|
|
8356
|
-
* @internal
|
|
8357
|
-
*/
|
|
8358
|
-
export declare const ListSpacesResponseFilterSensitiveLog: (obj: ListSpacesResponse) => any;
|
|
8359
|
-
/**
|
|
8360
|
-
* @internal
|
|
8361
|
-
*/
|
|
8362
|
-
export declare const ListStageDevicesRequestFilterSensitiveLog: (obj: ListStageDevicesRequest) => any;
|
|
8363
|
-
/**
|
|
8364
|
-
* @internal
|
|
8365
|
-
*/
|
|
8366
|
-
export declare const ListStageDevicesResponseFilterSensitiveLog: (obj: ListStageDevicesResponse) => any;
|
|
8367
|
-
/**
|
|
8368
|
-
* @internal
|
|
8369
|
-
*/
|
|
8370
|
-
export declare const ListStudioLifecycleConfigsRequestFilterSensitiveLog: (obj: ListStudioLifecycleConfigsRequest) => any;
|
|
8371
|
-
/**
|
|
8372
|
-
* @internal
|
|
8373
|
-
*/
|
|
8374
|
-
export declare const StudioLifecycleConfigDetailsFilterSensitiveLog: (obj: StudioLifecycleConfigDetails) => any;
|
|
8375
|
-
/**
|
|
8376
|
-
* @internal
|
|
8377
|
-
*/
|
|
8378
|
-
export declare const ListStudioLifecycleConfigsResponseFilterSensitiveLog: (obj: ListStudioLifecycleConfigsResponse) => any;
|
|
8379
|
-
/**
|
|
8380
|
-
* @internal
|
|
8381
|
-
*/
|
|
8382
|
-
export declare const ListSubscribedWorkteamsRequestFilterSensitiveLog: (obj: ListSubscribedWorkteamsRequest) => any;
|
|
8383
|
-
/**
|
|
8384
|
-
* @internal
|
|
8385
|
-
*/
|
|
8386
|
-
export declare const ListSubscribedWorkteamsResponseFilterSensitiveLog: (obj: ListSubscribedWorkteamsResponse) => any;
|
|
8387
|
-
/**
|
|
8388
|
-
* @internal
|
|
8389
|
-
*/
|
|
8390
|
-
export declare const ListTagsInputFilterSensitiveLog: (obj: ListTagsInput) => any;
|
|
8391
|
-
/**
|
|
8392
|
-
* @internal
|
|
8393
|
-
*/
|
|
8394
|
-
export declare const ListTagsOutputFilterSensitiveLog: (obj: ListTagsOutput) => any;
|
|
8395
|
-
/**
|
|
8396
|
-
* @internal
|
|
8397
|
-
*/
|
|
8398
|
-
export declare const ListTrainingJobsRequestFilterSensitiveLog: (obj: ListTrainingJobsRequest) => any;
|
|
8399
|
-
/**
|
|
8400
|
-
* @internal
|
|
8401
|
-
*/
|
|
8402
|
-
export declare const TrainingJobSummaryFilterSensitiveLog: (obj: TrainingJobSummary) => any;
|
|
8403
|
-
/**
|
|
8404
|
-
* @internal
|
|
8405
|
-
*/
|
|
8406
|
-
export declare const ListTrainingJobsResponseFilterSensitiveLog: (obj: ListTrainingJobsResponse) => any;
|
|
8407
|
-
/**
|
|
8408
|
-
* @internal
|
|
8409
|
-
*/
|
|
8410
|
-
export declare const ListTrainingJobsForHyperParameterTuningJobRequestFilterSensitiveLog: (obj: ListTrainingJobsForHyperParameterTuningJobRequest) => any;
|
|
8411
|
-
/**
|
|
8412
|
-
* @internal
|
|
8413
|
-
*/
|
|
8414
|
-
export declare const ListTrainingJobsForHyperParameterTuningJobResponseFilterSensitiveLog: (obj: ListTrainingJobsForHyperParameterTuningJobResponse) => any;
|
|
8415
|
-
/**
|
|
8416
|
-
* @internal
|
|
8417
|
-
*/
|
|
8418
|
-
export declare const ListTransformJobsRequestFilterSensitiveLog: (obj: ListTransformJobsRequest) => any;
|
|
8419
|
-
/**
|
|
8420
|
-
* @internal
|
|
8421
|
-
*/
|
|
8422
|
-
export declare const TransformJobSummaryFilterSensitiveLog: (obj: TransformJobSummary) => any;
|
|
8423
|
-
/**
|
|
8424
|
-
* @internal
|
|
8425
|
-
*/
|
|
8426
|
-
export declare const ListTransformJobsResponseFilterSensitiveLog: (obj: ListTransformJobsResponse) => any;
|
|
8427
|
-
/**
|
|
8428
|
-
* @internal
|
|
8429
|
-
*/
|
|
8430
|
-
export declare const ListTrialComponentsRequestFilterSensitiveLog: (obj: ListTrialComponentsRequest) => any;
|
|
8431
|
-
/**
|
|
8432
|
-
* @internal
|
|
8433
|
-
*/
|
|
8434
|
-
export declare const TrialComponentSummaryFilterSensitiveLog: (obj: TrialComponentSummary) => any;
|
|
8435
|
-
/**
|
|
8436
|
-
* @internal
|
|
8437
|
-
*/
|
|
8438
|
-
export declare const ListTrialComponentsResponseFilterSensitiveLog: (obj: ListTrialComponentsResponse) => any;
|
|
8439
|
-
/**
|
|
8440
|
-
* @internal
|
|
8441
|
-
*/
|
|
8442
|
-
export declare const ListTrialsRequestFilterSensitiveLog: (obj: ListTrialsRequest) => any;
|
|
8443
|
-
/**
|
|
8444
|
-
* @internal
|
|
8445
|
-
*/
|
|
8446
|
-
export declare const TrialSummaryFilterSensitiveLog: (obj: TrialSummary) => any;
|
|
8447
|
-
/**
|
|
8448
|
-
* @internal
|
|
8449
|
-
*/
|
|
8450
|
-
export declare const ListTrialsResponseFilterSensitiveLog: (obj: ListTrialsResponse) => any;
|
|
8451
|
-
/**
|
|
8452
|
-
* @internal
|
|
8453
|
-
*/
|
|
8454
|
-
export declare const ListUserProfilesRequestFilterSensitiveLog: (obj: ListUserProfilesRequest) => any;
|
|
8455
|
-
/**
|
|
8456
|
-
* @internal
|
|
8457
|
-
*/
|
|
8458
|
-
export declare const UserProfileDetailsFilterSensitiveLog: (obj: UserProfileDetails) => any;
|
|
8459
|
-
/**
|
|
8460
|
-
* @internal
|
|
8461
|
-
*/
|
|
8462
|
-
export declare const ListUserProfilesResponseFilterSensitiveLog: (obj: ListUserProfilesResponse) => any;
|
|
8463
|
-
/**
|
|
8464
|
-
* @internal
|
|
8465
|
-
*/
|
|
8466
|
-
export declare const ListWorkforcesRequestFilterSensitiveLog: (obj: ListWorkforcesRequest) => any;
|
|
8467
|
-
/**
|
|
8468
|
-
* @internal
|
|
8469
|
-
*/
|
|
8470
|
-
export declare const ListWorkforcesResponseFilterSensitiveLog: (obj: ListWorkforcesResponse) => any;
|
|
8471
|
-
/**
|
|
8472
|
-
* @internal
|
|
8473
|
-
*/
|
|
8474
|
-
export declare const ListWorkteamsRequestFilterSensitiveLog: (obj: ListWorkteamsRequest) => any;
|
|
8475
|
-
/**
|
|
8476
|
-
* @internal
|
|
8477
|
-
*/
|
|
8478
|
-
export declare const ListWorkteamsResponseFilterSensitiveLog: (obj: ListWorkteamsResponse) => any;
|
|
8479
|
-
/**
|
|
8480
|
-
* @internal
|
|
8481
|
-
*/
|
|
8482
|
-
export declare const ModelFilterSensitiveLog: (obj: Model) => any;
|
|
8483
|
-
/**
|
|
8484
|
-
* @internal
|
|
8485
|
-
*/
|
|
8486
|
-
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
8487
|
-
/**
|
|
8488
|
-
* @internal
|
|
8489
|
-
*/
|
|
8490
|
-
export declare const ModelDashboardEndpointFilterSensitiveLog: (obj: ModelDashboardEndpoint) => any;
|
|
8491
|
-
/**
|
|
8492
|
-
* @internal
|
|
8493
|
-
*/
|
|
8494
|
-
export declare const TransformJobFilterSensitiveLog: (obj: TransformJob) => any;
|
|
8495
|
-
/**
|
|
8496
|
-
* @internal
|
|
8497
|
-
*/
|
|
8498
|
-
export declare const ModelDashboardModelCardFilterSensitiveLog: (obj: ModelDashboardModelCard) => any;
|
|
8499
|
-
/**
|
|
8500
|
-
* @internal
|
|
8501
|
-
*/
|
|
8502
|
-
export declare const ModelDashboardMonitoringScheduleFilterSensitiveLog: (obj: ModelDashboardMonitoringSchedule) => any;
|
|
8503
|
-
/**
|
|
8504
|
-
* @internal
|
|
8505
|
-
*/
|
|
8506
|
-
export declare const ModelDashboardModelFilterSensitiveLog: (obj: ModelDashboardModel) => any;
|
|
8507
|
-
/**
|
|
8508
|
-
* @internal
|
|
8509
|
-
*/
|
|
8510
|
-
export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
|
|
8511
|
-
/**
|
|
8512
|
-
* @internal
|
|
8513
|
-
*/
|
|
8514
|
-
export declare const ModelPackageGroupFilterSensitiveLog: (obj: ModelPackageGroup) => any;
|
|
8515
|
-
/**
|
|
8516
|
-
* @internal
|
|
8517
|
-
*/
|
|
8518
|
-
export declare const NestedFiltersFilterSensitiveLog: (obj: NestedFilters) => any;
|
|
8519
|
-
/**
|
|
8520
|
-
* @internal
|
|
8521
|
-
*/
|
|
8522
|
-
export declare const ParentFilterSensitiveLog: (obj: Parent) => any;
|
|
8523
|
-
/**
|
|
8524
|
-
* @internal
|
|
8525
|
-
*/
|
|
8526
|
-
export declare const PipelineFilterSensitiveLog: (obj: Pipeline) => any;
|
|
8527
|
-
/**
|
|
8528
|
-
* @internal
|
|
8529
|
-
*/
|
|
8530
|
-
export declare const PipelineExecutionFilterSensitiveLog: (obj: PipelineExecution) => any;
|
|
8531
|
-
/**
|
|
8532
|
-
* @internal
|
|
8533
|
-
*/
|
|
8534
|
-
export declare const ProcessingJobFilterSensitiveLog: (obj: ProcessingJob) => any;
|
|
8535
|
-
/**
|
|
8536
|
-
* @internal
|
|
8537
|
-
*/
|
|
8538
|
-
export declare const ProfilerConfigForUpdateFilterSensitiveLog: (obj: ProfilerConfigForUpdate) => any;
|
|
8539
|
-
/**
|
|
8540
|
-
* @internal
|
|
8541
|
-
*/
|
|
8542
|
-
export declare const ProjectFilterSensitiveLog: (obj: Project) => any;
|
|
8543
|
-
/**
|
|
8544
|
-
* @internal
|
|
8545
|
-
*/
|
|
8546
|
-
export declare const PutModelPackageGroupPolicyInputFilterSensitiveLog: (obj: PutModelPackageGroupPolicyInput) => any;
|
|
8547
|
-
/**
|
|
8548
|
-
* @internal
|
|
8549
|
-
*/
|
|
8550
|
-
export declare const PutModelPackageGroupPolicyOutputFilterSensitiveLog: (obj: PutModelPackageGroupPolicyOutput) => any;
|
|
8551
|
-
/**
|
|
8552
|
-
* @internal
|
|
8553
|
-
*/
|
|
8554
|
-
export declare const QueryFiltersFilterSensitiveLog: (obj: QueryFilters) => any;
|
|
8555
|
-
/**
|
|
8556
|
-
* @internal
|
|
8557
|
-
*/
|
|
8558
|
-
export declare const QueryLineageRequestFilterSensitiveLog: (obj: QueryLineageRequest) => any;
|
|
8559
|
-
/**
|
|
8560
|
-
* @internal
|
|
8561
|
-
*/
|
|
8562
|
-
export declare const VertexFilterSensitiveLog: (obj: Vertex) => any;
|
|
8563
|
-
/**
|
|
8564
|
-
* @internal
|
|
8565
|
-
*/
|
|
8566
|
-
export declare const QueryLineageResponseFilterSensitiveLog: (obj: QueryLineageResponse) => any;
|
|
8567
|
-
/**
|
|
8568
|
-
* @internal
|
|
8569
|
-
*/
|
|
8570
|
-
export declare const RegisterDevicesRequestFilterSensitiveLog: (obj: RegisterDevicesRequest) => any;
|
|
8571
|
-
/**
|
|
8572
|
-
* @internal
|
|
8573
|
-
*/
|
|
8574
|
-
export declare const RenderableTaskFilterSensitiveLog: (obj: RenderableTask) => any;
|
|
8575
|
-
/**
|
|
8576
|
-
* @internal
|
|
8577
|
-
*/
|
|
8578
|
-
export declare const RenderingErrorFilterSensitiveLog: (obj: RenderingError) => any;
|
|
8579
|
-
/**
|
|
8580
|
-
* @internal
|
|
8581
|
-
*/
|
|
8582
|
-
export declare const RenderUiTemplateRequestFilterSensitiveLog: (obj: RenderUiTemplateRequest) => any;
|
|
8583
|
-
/**
|
|
8584
|
-
* @internal
|
|
8585
|
-
*/
|
|
8586
|
-
export declare const RenderUiTemplateResponseFilterSensitiveLog: (obj: RenderUiTemplateResponse) => any;
|
|
8587
|
-
/**
|
|
8588
|
-
* @internal
|
|
8589
|
-
*/
|
|
8590
|
-
export declare const ResourceConfigForUpdateFilterSensitiveLog: (obj: ResourceConfigForUpdate) => any;
|
|
8591
|
-
/**
|
|
8592
|
-
* @internal
|
|
8593
|
-
*/
|
|
8594
|
-
export declare const RetryPipelineExecutionRequestFilterSensitiveLog: (obj: RetryPipelineExecutionRequest) => any;
|
|
8595
|
-
/**
|
|
8596
|
-
* @internal
|
|
8597
|
-
*/
|
|
8598
|
-
export declare const RetryPipelineExecutionResponseFilterSensitiveLog: (obj: RetryPipelineExecutionResponse) => any;
|
|
8599
|
-
/**
|
|
8600
|
-
* @internal
|
|
8601
|
-
*/
|
|
8602
|
-
export declare const TrainingJobFilterSensitiveLog: (obj: TrainingJob) => any;
|
|
8603
|
-
/**
|
|
8604
|
-
* @internal
|
|
8605
|
-
*/
|
|
8606
|
-
export declare const TrialComponentSimpleSummaryFilterSensitiveLog: (obj: TrialComponentSimpleSummary) => any;
|
|
8607
|
-
/**
|
|
8608
|
-
* @internal
|
|
8609
|
-
*/
|
|
8610
|
-
export declare const TrialFilterSensitiveLog: (obj: Trial) => any;
|
|
8611
|
-
/**
|
|
8612
|
-
* @internal
|
|
8613
|
-
*/
|
|
8614
|
-
export declare const TrialComponentSourceDetailFilterSensitiveLog: (obj: TrialComponentSourceDetail) => any;
|
|
8615
|
-
/**
|
|
8616
|
-
* @internal
|
|
8617
|
-
*/
|
|
8618
|
-
export declare const TrialComponentFilterSensitiveLog: (obj: TrialComponent) => any;
|
|
8619
|
-
/**
|
|
8620
|
-
* @internal
|
|
8621
|
-
*/
|
|
8622
|
-
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
7811
|
+
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
8623
7812
|
/**
|
|
8624
7813
|
* @internal
|
|
8625
7814
|
*/
|
|
8626
7815
|
export declare const SearchResponseFilterSensitiveLog: (obj: SearchResponse) => any;
|
|
8627
|
-
/**
|
|
8628
|
-
* @internal
|
|
8629
|
-
*/
|
|
8630
|
-
export declare const SendPipelineExecutionStepFailureRequestFilterSensitiveLog: (obj: SendPipelineExecutionStepFailureRequest) => any;
|
|
8631
|
-
/**
|
|
8632
|
-
* @internal
|
|
8633
|
-
*/
|
|
8634
|
-
export declare const SendPipelineExecutionStepFailureResponseFilterSensitiveLog: (obj: SendPipelineExecutionStepFailureResponse) => any;
|
|
8635
|
-
/**
|
|
8636
|
-
* @internal
|
|
8637
|
-
*/
|
|
8638
|
-
export declare const SendPipelineExecutionStepSuccessRequestFilterSensitiveLog: (obj: SendPipelineExecutionStepSuccessRequest) => any;
|
|
8639
|
-
/**
|
|
8640
|
-
* @internal
|
|
8641
|
-
*/
|
|
8642
|
-
export declare const SendPipelineExecutionStepSuccessResponseFilterSensitiveLog: (obj: SendPipelineExecutionStepSuccessResponse) => any;
|
|
8643
|
-
/**
|
|
8644
|
-
* @internal
|
|
8645
|
-
*/
|
|
8646
|
-
export declare const StartEdgeDeploymentStageRequestFilterSensitiveLog: (obj: StartEdgeDeploymentStageRequest) => any;
|
|
8647
|
-
/**
|
|
8648
|
-
* @internal
|
|
8649
|
-
*/
|
|
8650
|
-
export declare const StartInferenceExperimentRequestFilterSensitiveLog: (obj: StartInferenceExperimentRequest) => any;
|
|
8651
|
-
/**
|
|
8652
|
-
* @internal
|
|
8653
|
-
*/
|
|
8654
|
-
export declare const StartInferenceExperimentResponseFilterSensitiveLog: (obj: StartInferenceExperimentResponse) => any;
|
|
8655
|
-
/**
|
|
8656
|
-
* @internal
|
|
8657
|
-
*/
|
|
8658
|
-
export declare const StartMonitoringScheduleRequestFilterSensitiveLog: (obj: StartMonitoringScheduleRequest) => any;
|
|
8659
|
-
/**
|
|
8660
|
-
* @internal
|
|
8661
|
-
*/
|
|
8662
|
-
export declare const StartNotebookInstanceInputFilterSensitiveLog: (obj: StartNotebookInstanceInput) => any;
|
|
8663
|
-
/**
|
|
8664
|
-
* @internal
|
|
8665
|
-
*/
|
|
8666
|
-
export declare const StartPipelineExecutionRequestFilterSensitiveLog: (obj: StartPipelineExecutionRequest) => any;
|
|
8667
|
-
/**
|
|
8668
|
-
* @internal
|
|
8669
|
-
*/
|
|
8670
|
-
export declare const StartPipelineExecutionResponseFilterSensitiveLog: (obj: StartPipelineExecutionResponse) => any;
|
|
8671
|
-
/**
|
|
8672
|
-
* @internal
|
|
8673
|
-
*/
|
|
8674
|
-
export declare const StopAutoMLJobRequestFilterSensitiveLog: (obj: StopAutoMLJobRequest) => any;
|
|
8675
|
-
/**
|
|
8676
|
-
* @internal
|
|
8677
|
-
*/
|
|
8678
|
-
export declare const StopCompilationJobRequestFilterSensitiveLog: (obj: StopCompilationJobRequest) => any;
|
|
8679
|
-
/**
|
|
8680
|
-
* @internal
|
|
8681
|
-
*/
|
|
8682
|
-
export declare const StopEdgeDeploymentStageRequestFilterSensitiveLog: (obj: StopEdgeDeploymentStageRequest) => any;
|
|
8683
|
-
/**
|
|
8684
|
-
* @internal
|
|
8685
|
-
*/
|
|
8686
|
-
export declare const StopEdgePackagingJobRequestFilterSensitiveLog: (obj: StopEdgePackagingJobRequest) => any;
|
|
8687
|
-
/**
|
|
8688
|
-
* @internal
|
|
8689
|
-
*/
|
|
8690
|
-
export declare const StopHyperParameterTuningJobRequestFilterSensitiveLog: (obj: StopHyperParameterTuningJobRequest) => any;
|
|
8691
|
-
/**
|
|
8692
|
-
* @internal
|
|
8693
|
-
*/
|
|
8694
|
-
export declare const StopInferenceExperimentRequestFilterSensitiveLog: (obj: StopInferenceExperimentRequest) => any;
|
|
8695
|
-
/**
|
|
8696
|
-
* @internal
|
|
8697
|
-
*/
|
|
8698
|
-
export declare const StopInferenceExperimentResponseFilterSensitiveLog: (obj: StopInferenceExperimentResponse) => any;
|
|
8699
|
-
/**
|
|
8700
|
-
* @internal
|
|
8701
|
-
*/
|
|
8702
|
-
export declare const StopInferenceRecommendationsJobRequestFilterSensitiveLog: (obj: StopInferenceRecommendationsJobRequest) => any;
|
|
8703
|
-
/**
|
|
8704
|
-
* @internal
|
|
8705
|
-
*/
|
|
8706
|
-
export declare const StopLabelingJobRequestFilterSensitiveLog: (obj: StopLabelingJobRequest) => any;
|
|
8707
|
-
/**
|
|
8708
|
-
* @internal
|
|
8709
|
-
*/
|
|
8710
|
-
export declare const StopMonitoringScheduleRequestFilterSensitiveLog: (obj: StopMonitoringScheduleRequest) => any;
|
|
8711
|
-
/**
|
|
8712
|
-
* @internal
|
|
8713
|
-
*/
|
|
8714
|
-
export declare const StopNotebookInstanceInputFilterSensitiveLog: (obj: StopNotebookInstanceInput) => any;
|
|
8715
|
-
/**
|
|
8716
|
-
* @internal
|
|
8717
|
-
*/
|
|
8718
|
-
export declare const StopPipelineExecutionRequestFilterSensitiveLog: (obj: StopPipelineExecutionRequest) => any;
|
|
8719
|
-
/**
|
|
8720
|
-
* @internal
|
|
8721
|
-
*/
|
|
8722
|
-
export declare const StopPipelineExecutionResponseFilterSensitiveLog: (obj: StopPipelineExecutionResponse) => any;
|
|
8723
|
-
/**
|
|
8724
|
-
* @internal
|
|
8725
|
-
*/
|
|
8726
|
-
export declare const StopProcessingJobRequestFilterSensitiveLog: (obj: StopProcessingJobRequest) => any;
|
|
8727
|
-
/**
|
|
8728
|
-
* @internal
|
|
8729
|
-
*/
|
|
8730
|
-
export declare const StopTrainingJobRequestFilterSensitiveLog: (obj: StopTrainingJobRequest) => any;
|
|
8731
|
-
/**
|
|
8732
|
-
* @internal
|
|
8733
|
-
*/
|
|
8734
|
-
export declare const StopTransformJobRequestFilterSensitiveLog: (obj: StopTransformJobRequest) => any;
|
|
8735
|
-
/**
|
|
8736
|
-
* @internal
|
|
8737
|
-
*/
|
|
8738
|
-
export declare const UpdateActionRequestFilterSensitiveLog: (obj: UpdateActionRequest) => any;
|
|
8739
|
-
/**
|
|
8740
|
-
* @internal
|
|
8741
|
-
*/
|
|
8742
|
-
export declare const UpdateActionResponseFilterSensitiveLog: (obj: UpdateActionResponse) => any;
|
|
8743
|
-
/**
|
|
8744
|
-
* @internal
|
|
8745
|
-
*/
|
|
8746
|
-
export declare const UpdateAppImageConfigRequestFilterSensitiveLog: (obj: UpdateAppImageConfigRequest) => any;
|
|
8747
|
-
/**
|
|
8748
|
-
* @internal
|
|
8749
|
-
*/
|
|
8750
|
-
export declare const UpdateAppImageConfigResponseFilterSensitiveLog: (obj: UpdateAppImageConfigResponse) => any;
|
|
8751
|
-
/**
|
|
8752
|
-
* @internal
|
|
8753
|
-
*/
|
|
8754
|
-
export declare const UpdateArtifactRequestFilterSensitiveLog: (obj: UpdateArtifactRequest) => any;
|
|
8755
|
-
/**
|
|
8756
|
-
* @internal
|
|
8757
|
-
*/
|
|
8758
|
-
export declare const UpdateArtifactResponseFilterSensitiveLog: (obj: UpdateArtifactResponse) => any;
|
|
8759
|
-
/**
|
|
8760
|
-
* @internal
|
|
8761
|
-
*/
|
|
8762
|
-
export declare const UpdateCodeRepositoryInputFilterSensitiveLog: (obj: UpdateCodeRepositoryInput) => any;
|
|
8763
|
-
/**
|
|
8764
|
-
* @internal
|
|
8765
|
-
*/
|
|
8766
|
-
export declare const UpdateCodeRepositoryOutputFilterSensitiveLog: (obj: UpdateCodeRepositoryOutput) => any;
|
|
8767
|
-
/**
|
|
8768
|
-
* @internal
|
|
8769
|
-
*/
|
|
8770
|
-
export declare const UpdateContextRequestFilterSensitiveLog: (obj: UpdateContextRequest) => any;
|
|
8771
|
-
/**
|
|
8772
|
-
* @internal
|
|
8773
|
-
*/
|
|
8774
|
-
export declare const UpdateContextResponseFilterSensitiveLog: (obj: UpdateContextResponse) => any;
|
|
8775
|
-
/**
|
|
8776
|
-
* @internal
|
|
8777
|
-
*/
|
|
8778
|
-
export declare const UpdateDeviceFleetRequestFilterSensitiveLog: (obj: UpdateDeviceFleetRequest) => any;
|
|
8779
|
-
/**
|
|
8780
|
-
* @internal
|
|
8781
|
-
*/
|
|
8782
|
-
export declare const UpdateDevicesRequestFilterSensitiveLog: (obj: UpdateDevicesRequest) => any;
|