@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,14 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ActionSource,
|
|
3
3
|
ActionStatus,
|
|
4
|
-
ActionSummary,
|
|
5
4
|
AdditionalInferenceSpecificationDefinition,
|
|
6
5
|
AgentVersion,
|
|
7
|
-
AlgorithmSortBy,
|
|
8
6
|
AlgorithmSpecification,
|
|
9
7
|
AlgorithmStatus,
|
|
10
8
|
AlgorithmStatusDetails,
|
|
11
|
-
AlgorithmSummary,
|
|
12
9
|
AlgorithmValidationSpecification,
|
|
13
10
|
AppNetworkAccessType,
|
|
14
11
|
AppSecurityGroupManagement,
|
|
@@ -21,7 +18,9 @@ import {
|
|
|
21
18
|
AuthMode,
|
|
22
19
|
AutoMLCandidate,
|
|
23
20
|
AutoMLChannel,
|
|
21
|
+
AutoMLDataSplitConfig,
|
|
24
22
|
AutoMLJobArtifacts,
|
|
23
|
+
AutoMLJobChannel,
|
|
25
24
|
AutoMLJobCompletionCriteria,
|
|
26
25
|
AutoMLJobConfig,
|
|
27
26
|
AutoMLJobObjective,
|
|
@@ -29,6 +28,8 @@ import {
|
|
|
29
28
|
AutoMLJobStatus,
|
|
30
29
|
AutoMLOutputDataConfig,
|
|
31
30
|
AutoMLPartialFailureReason,
|
|
31
|
+
AutoMLProblemTypeConfig,
|
|
32
|
+
AutoMLSecurityConfig,
|
|
32
33
|
BatchDataCaptureConfig,
|
|
33
34
|
BatchStrategy,
|
|
34
35
|
Channel,
|
|
@@ -37,7 +38,6 @@ import {
|
|
|
37
38
|
CompilationJobStatus,
|
|
38
39
|
ContainerDefinition,
|
|
39
40
|
ContextSource,
|
|
40
|
-
DataCaptureConfig,
|
|
41
41
|
DataQualityAppSpecification,
|
|
42
42
|
DataQualityBaselineConfig,
|
|
43
43
|
DataQualityJobInput,
|
|
@@ -50,7 +50,6 @@ import {
|
|
|
50
50
|
EdgeOutputConfig,
|
|
51
51
|
EdgePresetDeploymentType,
|
|
52
52
|
ExecutionRoleIdentityConfig,
|
|
53
|
-
ExplainerConfig,
|
|
54
53
|
GitConfig,
|
|
55
54
|
HyperParameterTuningJobObjectiveType,
|
|
56
55
|
InferenceSpecification,
|
|
@@ -68,11 +67,8 @@ import {
|
|
|
68
67
|
ObjectiveStatus,
|
|
69
68
|
OutputConfig,
|
|
70
69
|
OutputDataConfig,
|
|
71
|
-
OutputParameter,
|
|
72
70
|
ProblemType,
|
|
73
|
-
ProductionVariantAcceleratorType,
|
|
74
71
|
ProductionVariantInstanceType,
|
|
75
|
-
ProductionVariantServerlessConfig,
|
|
76
72
|
ResourceConfig,
|
|
77
73
|
ResourceSpec,
|
|
78
74
|
StoppingCondition,
|
|
@@ -87,6 +83,7 @@ import {
|
|
|
87
83
|
} from "./models_0";
|
|
88
84
|
import {
|
|
89
85
|
_InstanceType,
|
|
86
|
+
DataCaptureConfig,
|
|
90
87
|
DataCaptureConfigSummary,
|
|
91
88
|
DataProcessing,
|
|
92
89
|
DebugHookConfig,
|
|
@@ -96,6 +93,7 @@ import {
|
|
|
96
93
|
DriftCheckBaselines,
|
|
97
94
|
EndpointInfo,
|
|
98
95
|
ExperimentConfig,
|
|
96
|
+
ExplainerConfig,
|
|
99
97
|
FeatureDefinition,
|
|
100
98
|
FeatureType,
|
|
101
99
|
FlowDefinitionOutputConfig,
|
|
@@ -151,6 +149,8 @@ import {
|
|
|
151
149
|
ProcessingStoppingCondition,
|
|
152
150
|
Processor,
|
|
153
151
|
ProductionVariant,
|
|
152
|
+
ProductionVariantAcceleratorType,
|
|
153
|
+
ProductionVariantServerlessConfig,
|
|
154
154
|
ProfilerConfig,
|
|
155
155
|
ProfilerRuleConfiguration,
|
|
156
156
|
RecommendationJobInputConfig,
|
|
@@ -172,6 +172,26 @@ import {
|
|
|
172
172
|
TrialComponentStatus,
|
|
173
173
|
VendorGuidance,
|
|
174
174
|
} from "./models_1";
|
|
175
|
+
export interface DeleteTrialRequest {
|
|
176
|
+
TrialName: string | undefined;
|
|
177
|
+
}
|
|
178
|
+
export interface DeleteTrialResponse {
|
|
179
|
+
TrialArn?: string;
|
|
180
|
+
}
|
|
181
|
+
export interface DeleteTrialComponentRequest {
|
|
182
|
+
TrialComponentName: string | undefined;
|
|
183
|
+
}
|
|
184
|
+
export interface DeleteTrialComponentResponse {
|
|
185
|
+
TrialComponentArn?: string;
|
|
186
|
+
}
|
|
187
|
+
export interface DeleteUserProfileRequest {
|
|
188
|
+
DomainId: string | undefined;
|
|
189
|
+
UserProfileName: string | undefined;
|
|
190
|
+
}
|
|
191
|
+
export interface DeleteWorkforceRequest {
|
|
192
|
+
WorkforceName: string | undefined;
|
|
193
|
+
}
|
|
194
|
+
export interface DeleteWorkforceResponse {}
|
|
175
195
|
export interface DeleteWorkteamRequest {
|
|
176
196
|
WorkteamName: string | undefined;
|
|
177
197
|
}
|
|
@@ -326,6 +346,30 @@ export interface DescribeAutoMLJobResponse {
|
|
|
326
346
|
ModelDeployConfig?: ModelDeployConfig;
|
|
327
347
|
ModelDeployResult?: ModelDeployResult;
|
|
328
348
|
}
|
|
349
|
+
export interface DescribeAutoMLJobV2Request {
|
|
350
|
+
AutoMLJobName: string | undefined;
|
|
351
|
+
}
|
|
352
|
+
export interface DescribeAutoMLJobV2Response {
|
|
353
|
+
AutoMLJobName: string | undefined;
|
|
354
|
+
AutoMLJobArn: string | undefined;
|
|
355
|
+
AutoMLJobInputDataConfig: AutoMLJobChannel[] | undefined;
|
|
356
|
+
OutputDataConfig: AutoMLOutputDataConfig | undefined;
|
|
357
|
+
RoleArn: string | undefined;
|
|
358
|
+
AutoMLJobObjective?: AutoMLJobObjective;
|
|
359
|
+
AutoMLProblemTypeConfig?: AutoMLProblemTypeConfig;
|
|
360
|
+
CreationTime: Date | undefined;
|
|
361
|
+
EndTime?: Date;
|
|
362
|
+
LastModifiedTime: Date | undefined;
|
|
363
|
+
FailureReason?: string;
|
|
364
|
+
PartialFailureReasons?: AutoMLPartialFailureReason[];
|
|
365
|
+
BestCandidate?: AutoMLCandidate;
|
|
366
|
+
AutoMLJobStatus: AutoMLJobStatus | string | undefined;
|
|
367
|
+
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus | string | undefined;
|
|
368
|
+
ModelDeployConfig?: ModelDeployConfig;
|
|
369
|
+
ModelDeployResult?: ModelDeployResult;
|
|
370
|
+
DataSplitConfig?: AutoMLDataSplitConfig;
|
|
371
|
+
SecurityConfig?: AutoMLSecurityConfig;
|
|
372
|
+
}
|
|
329
373
|
export interface DescribeCodeRepositoryInput {
|
|
330
374
|
CodeRepositoryName: string | undefined;
|
|
331
375
|
}
|
|
@@ -2344,743 +2388,6 @@ export interface LabelingJobSummary {
|
|
|
2344
2388
|
LabelingJobOutput?: LabelingJobOutput;
|
|
2345
2389
|
InputConfig?: LabelingJobInputConfig;
|
|
2346
2390
|
}
|
|
2347
|
-
export interface LambdaStepMetadata {
|
|
2348
|
-
Arn?: string;
|
|
2349
|
-
OutputParameters?: OutputParameter[];
|
|
2350
|
-
}
|
|
2351
|
-
export interface LineageGroupSummary {
|
|
2352
|
-
LineageGroupArn?: string;
|
|
2353
|
-
LineageGroupName?: string;
|
|
2354
|
-
DisplayName?: string;
|
|
2355
|
-
CreationTime?: Date;
|
|
2356
|
-
LastModifiedTime?: Date;
|
|
2357
|
-
}
|
|
2358
|
-
export declare enum LineageType {
|
|
2359
|
-
ACTION = "Action",
|
|
2360
|
-
ARTIFACT = "Artifact",
|
|
2361
|
-
CONTEXT = "Context",
|
|
2362
|
-
TRIAL_COMPONENT = "TrialComponent",
|
|
2363
|
-
}
|
|
2364
|
-
export declare enum SortActionsBy {
|
|
2365
|
-
CREATION_TIME = "CreationTime",
|
|
2366
|
-
NAME = "Name",
|
|
2367
|
-
}
|
|
2368
|
-
export declare enum SortOrder {
|
|
2369
|
-
ASCENDING = "Ascending",
|
|
2370
|
-
DESCENDING = "Descending",
|
|
2371
|
-
}
|
|
2372
|
-
export interface ListActionsRequest {
|
|
2373
|
-
SourceUri?: string;
|
|
2374
|
-
ActionType?: string;
|
|
2375
|
-
CreatedAfter?: Date;
|
|
2376
|
-
CreatedBefore?: Date;
|
|
2377
|
-
SortBy?: SortActionsBy | string;
|
|
2378
|
-
SortOrder?: SortOrder | string;
|
|
2379
|
-
NextToken?: string;
|
|
2380
|
-
MaxResults?: number;
|
|
2381
|
-
}
|
|
2382
|
-
export interface ListActionsResponse {
|
|
2383
|
-
ActionSummaries?: ActionSummary[];
|
|
2384
|
-
NextToken?: string;
|
|
2385
|
-
}
|
|
2386
|
-
export interface ListAlgorithmsInput {
|
|
2387
|
-
CreationTimeAfter?: Date;
|
|
2388
|
-
CreationTimeBefore?: Date;
|
|
2389
|
-
MaxResults?: number;
|
|
2390
|
-
NameContains?: string;
|
|
2391
|
-
NextToken?: string;
|
|
2392
|
-
SortBy?: AlgorithmSortBy | string;
|
|
2393
|
-
SortOrder?: SortOrder | string;
|
|
2394
|
-
}
|
|
2395
|
-
export interface ListAlgorithmsOutput {
|
|
2396
|
-
AlgorithmSummaryList: AlgorithmSummary[] | undefined;
|
|
2397
|
-
NextToken?: string;
|
|
2398
|
-
}
|
|
2399
|
-
export declare const DeleteWorkteamRequestFilterSensitiveLog: (
|
|
2400
|
-
obj: DeleteWorkteamRequest
|
|
2401
|
-
) => any;
|
|
2402
|
-
export declare const DeleteWorkteamResponseFilterSensitiveLog: (
|
|
2403
|
-
obj: DeleteWorkteamResponse
|
|
2404
|
-
) => any;
|
|
2405
|
-
export declare const DeployedImageFilterSensitiveLog: (
|
|
2406
|
-
obj: DeployedImage
|
|
2407
|
-
) => any;
|
|
2408
|
-
export declare const EdgeDeploymentStatusFilterSensitiveLog: (
|
|
2409
|
-
obj: EdgeDeploymentStatus
|
|
2410
|
-
) => any;
|
|
2411
|
-
export declare const DeploymentStageStatusSummaryFilterSensitiveLog: (
|
|
2412
|
-
obj: DeploymentStageStatusSummary
|
|
2413
|
-
) => any;
|
|
2414
|
-
export declare const DeregisterDevicesRequestFilterSensitiveLog: (
|
|
2415
|
-
obj: DeregisterDevicesRequest
|
|
2416
|
-
) => any;
|
|
2417
|
-
export declare const DescribeActionRequestFilterSensitiveLog: (
|
|
2418
|
-
obj: DescribeActionRequest
|
|
2419
|
-
) => any;
|
|
2420
|
-
export declare const DescribeActionResponseFilterSensitiveLog: (
|
|
2421
|
-
obj: DescribeActionResponse
|
|
2422
|
-
) => any;
|
|
2423
|
-
export declare const DescribeAlgorithmInputFilterSensitiveLog: (
|
|
2424
|
-
obj: DescribeAlgorithmInput
|
|
2425
|
-
) => any;
|
|
2426
|
-
export declare const DescribeAlgorithmOutputFilterSensitiveLog: (
|
|
2427
|
-
obj: DescribeAlgorithmOutput
|
|
2428
|
-
) => any;
|
|
2429
|
-
export declare const DescribeAppRequestFilterSensitiveLog: (
|
|
2430
|
-
obj: DescribeAppRequest
|
|
2431
|
-
) => any;
|
|
2432
|
-
export declare const DescribeAppResponseFilterSensitiveLog: (
|
|
2433
|
-
obj: DescribeAppResponse
|
|
2434
|
-
) => any;
|
|
2435
|
-
export declare const DescribeAppImageConfigRequestFilterSensitiveLog: (
|
|
2436
|
-
obj: DescribeAppImageConfigRequest
|
|
2437
|
-
) => any;
|
|
2438
|
-
export declare const DescribeAppImageConfigResponseFilterSensitiveLog: (
|
|
2439
|
-
obj: DescribeAppImageConfigResponse
|
|
2440
|
-
) => any;
|
|
2441
|
-
export declare const DescribeArtifactRequestFilterSensitiveLog: (
|
|
2442
|
-
obj: DescribeArtifactRequest
|
|
2443
|
-
) => any;
|
|
2444
|
-
export declare const DescribeArtifactResponseFilterSensitiveLog: (
|
|
2445
|
-
obj: DescribeArtifactResponse
|
|
2446
|
-
) => any;
|
|
2447
|
-
export declare const DescribeAutoMLJobRequestFilterSensitiveLog: (
|
|
2448
|
-
obj: DescribeAutoMLJobRequest
|
|
2449
|
-
) => any;
|
|
2450
|
-
export declare const ModelDeployResultFilterSensitiveLog: (
|
|
2451
|
-
obj: ModelDeployResult
|
|
2452
|
-
) => any;
|
|
2453
|
-
export declare const ResolvedAttributesFilterSensitiveLog: (
|
|
2454
|
-
obj: ResolvedAttributes
|
|
2455
|
-
) => any;
|
|
2456
|
-
export declare const DescribeAutoMLJobResponseFilterSensitiveLog: (
|
|
2457
|
-
obj: DescribeAutoMLJobResponse
|
|
2458
|
-
) => any;
|
|
2459
|
-
export declare const DescribeCodeRepositoryInputFilterSensitiveLog: (
|
|
2460
|
-
obj: DescribeCodeRepositoryInput
|
|
2461
|
-
) => any;
|
|
2462
|
-
export declare const DescribeCodeRepositoryOutputFilterSensitiveLog: (
|
|
2463
|
-
obj: DescribeCodeRepositoryOutput
|
|
2464
|
-
) => any;
|
|
2465
|
-
export declare const DescribeCompilationJobRequestFilterSensitiveLog: (
|
|
2466
|
-
obj: DescribeCompilationJobRequest
|
|
2467
|
-
) => any;
|
|
2468
|
-
export declare const ModelArtifactsFilterSensitiveLog: (
|
|
2469
|
-
obj: ModelArtifacts
|
|
2470
|
-
) => any;
|
|
2471
|
-
export declare const ModelDigestsFilterSensitiveLog: (obj: ModelDigests) => any;
|
|
2472
|
-
export declare const DescribeCompilationJobResponseFilterSensitiveLog: (
|
|
2473
|
-
obj: DescribeCompilationJobResponse
|
|
2474
|
-
) => any;
|
|
2475
|
-
export declare const DescribeContextRequestFilterSensitiveLog: (
|
|
2476
|
-
obj: DescribeContextRequest
|
|
2477
|
-
) => any;
|
|
2478
|
-
export declare const DescribeContextResponseFilterSensitiveLog: (
|
|
2479
|
-
obj: DescribeContextResponse
|
|
2480
|
-
) => any;
|
|
2481
|
-
export declare const DescribeDataQualityJobDefinitionRequestFilterSensitiveLog: (
|
|
2482
|
-
obj: DescribeDataQualityJobDefinitionRequest
|
|
2483
|
-
) => any;
|
|
2484
|
-
export declare const DescribeDataQualityJobDefinitionResponseFilterSensitiveLog: (
|
|
2485
|
-
obj: DescribeDataQualityJobDefinitionResponse
|
|
2486
|
-
) => any;
|
|
2487
|
-
export declare const DescribeDeviceRequestFilterSensitiveLog: (
|
|
2488
|
-
obj: DescribeDeviceRequest
|
|
2489
|
-
) => any;
|
|
2490
|
-
export declare const EdgeModelFilterSensitiveLog: (obj: EdgeModel) => any;
|
|
2491
|
-
export declare const DescribeDeviceResponseFilterSensitiveLog: (
|
|
2492
|
-
obj: DescribeDeviceResponse
|
|
2493
|
-
) => any;
|
|
2494
|
-
export declare const DescribeDeviceFleetRequestFilterSensitiveLog: (
|
|
2495
|
-
obj: DescribeDeviceFleetRequest
|
|
2496
|
-
) => any;
|
|
2497
|
-
export declare const DescribeDeviceFleetResponseFilterSensitiveLog: (
|
|
2498
|
-
obj: DescribeDeviceFleetResponse
|
|
2499
|
-
) => any;
|
|
2500
|
-
export declare const DescribeDomainRequestFilterSensitiveLog: (
|
|
2501
|
-
obj: DescribeDomainRequest
|
|
2502
|
-
) => any;
|
|
2503
|
-
export declare const DescribeDomainResponseFilterSensitiveLog: (
|
|
2504
|
-
obj: DescribeDomainResponse
|
|
2505
|
-
) => any;
|
|
2506
|
-
export declare const DescribeEdgeDeploymentPlanRequestFilterSensitiveLog: (
|
|
2507
|
-
obj: DescribeEdgeDeploymentPlanRequest
|
|
2508
|
-
) => any;
|
|
2509
|
-
export declare const DescribeEdgeDeploymentPlanResponseFilterSensitiveLog: (
|
|
2510
|
-
obj: DescribeEdgeDeploymentPlanResponse
|
|
2511
|
-
) => any;
|
|
2512
|
-
export declare const DescribeEdgePackagingJobRequestFilterSensitiveLog: (
|
|
2513
|
-
obj: DescribeEdgePackagingJobRequest
|
|
2514
|
-
) => any;
|
|
2515
|
-
export declare const EdgePresetDeploymentOutputFilterSensitiveLog: (
|
|
2516
|
-
obj: EdgePresetDeploymentOutput
|
|
2517
|
-
) => any;
|
|
2518
|
-
export declare const DescribeEdgePackagingJobResponseFilterSensitiveLog: (
|
|
2519
|
-
obj: DescribeEdgePackagingJobResponse
|
|
2520
|
-
) => any;
|
|
2521
|
-
export declare const DescribeEndpointInputFilterSensitiveLog: (
|
|
2522
|
-
obj: DescribeEndpointInput
|
|
2523
|
-
) => any;
|
|
2524
|
-
export declare const ProductionVariantStatusFilterSensitiveLog: (
|
|
2525
|
-
obj: ProductionVariantStatus
|
|
2526
|
-
) => any;
|
|
2527
|
-
export declare const PendingProductionVariantSummaryFilterSensitiveLog: (
|
|
2528
|
-
obj: PendingProductionVariantSummary
|
|
2529
|
-
) => any;
|
|
2530
|
-
export declare const PendingDeploymentSummaryFilterSensitiveLog: (
|
|
2531
|
-
obj: PendingDeploymentSummary
|
|
2532
|
-
) => any;
|
|
2533
|
-
export declare const ProductionVariantSummaryFilterSensitiveLog: (
|
|
2534
|
-
obj: ProductionVariantSummary
|
|
2535
|
-
) => any;
|
|
2536
|
-
export declare const DescribeEndpointOutputFilterSensitiveLog: (
|
|
2537
|
-
obj: DescribeEndpointOutput
|
|
2538
|
-
) => any;
|
|
2539
|
-
export declare const DescribeEndpointConfigInputFilterSensitiveLog: (
|
|
2540
|
-
obj: DescribeEndpointConfigInput
|
|
2541
|
-
) => any;
|
|
2542
|
-
export declare const DescribeEndpointConfigOutputFilterSensitiveLog: (
|
|
2543
|
-
obj: DescribeEndpointConfigOutput
|
|
2544
|
-
) => any;
|
|
2545
|
-
export declare const DescribeExperimentRequestFilterSensitiveLog: (
|
|
2546
|
-
obj: DescribeExperimentRequest
|
|
2547
|
-
) => any;
|
|
2548
|
-
export declare const ExperimentSourceFilterSensitiveLog: (
|
|
2549
|
-
obj: ExperimentSource
|
|
2550
|
-
) => any;
|
|
2551
|
-
export declare const DescribeExperimentResponseFilterSensitiveLog: (
|
|
2552
|
-
obj: DescribeExperimentResponse
|
|
2553
|
-
) => any;
|
|
2554
|
-
export declare const DescribeFeatureGroupRequestFilterSensitiveLog: (
|
|
2555
|
-
obj: DescribeFeatureGroupRequest
|
|
2556
|
-
) => any;
|
|
2557
|
-
export declare const LastUpdateStatusFilterSensitiveLog: (
|
|
2558
|
-
obj: LastUpdateStatus
|
|
2559
|
-
) => any;
|
|
2560
|
-
export declare const OfflineStoreStatusFilterSensitiveLog: (
|
|
2561
|
-
obj: OfflineStoreStatus
|
|
2562
|
-
) => any;
|
|
2563
|
-
export declare const DescribeFeatureGroupResponseFilterSensitiveLog: (
|
|
2564
|
-
obj: DescribeFeatureGroupResponse
|
|
2565
|
-
) => any;
|
|
2566
|
-
export declare const DescribeFeatureMetadataRequestFilterSensitiveLog: (
|
|
2567
|
-
obj: DescribeFeatureMetadataRequest
|
|
2568
|
-
) => any;
|
|
2569
|
-
export declare const FeatureParameterFilterSensitiveLog: (
|
|
2570
|
-
obj: FeatureParameter
|
|
2571
|
-
) => any;
|
|
2572
|
-
export declare const DescribeFeatureMetadataResponseFilterSensitiveLog: (
|
|
2573
|
-
obj: DescribeFeatureMetadataResponse
|
|
2574
|
-
) => any;
|
|
2575
|
-
export declare const DescribeFlowDefinitionRequestFilterSensitiveLog: (
|
|
2576
|
-
obj: DescribeFlowDefinitionRequest
|
|
2577
|
-
) => any;
|
|
2578
|
-
export declare const DescribeFlowDefinitionResponseFilterSensitiveLog: (
|
|
2579
|
-
obj: DescribeFlowDefinitionResponse
|
|
2580
|
-
) => any;
|
|
2581
|
-
export declare const DescribeHubRequestFilterSensitiveLog: (
|
|
2582
|
-
obj: DescribeHubRequest
|
|
2583
|
-
) => any;
|
|
2584
|
-
export declare const DescribeHubResponseFilterSensitiveLog: (
|
|
2585
|
-
obj: DescribeHubResponse
|
|
2586
|
-
) => any;
|
|
2587
|
-
export declare const DescribeHubContentRequestFilterSensitiveLog: (
|
|
2588
|
-
obj: DescribeHubContentRequest
|
|
2589
|
-
) => any;
|
|
2590
|
-
export declare const HubContentDependencyFilterSensitiveLog: (
|
|
2591
|
-
obj: HubContentDependency
|
|
2592
|
-
) => any;
|
|
2593
|
-
export declare const DescribeHubContentResponseFilterSensitiveLog: (
|
|
2594
|
-
obj: DescribeHubContentResponse
|
|
2595
|
-
) => any;
|
|
2596
|
-
export declare const DescribeHumanTaskUiRequestFilterSensitiveLog: (
|
|
2597
|
-
obj: DescribeHumanTaskUiRequest
|
|
2598
|
-
) => any;
|
|
2599
|
-
export declare const UiTemplateInfoFilterSensitiveLog: (
|
|
2600
|
-
obj: UiTemplateInfo
|
|
2601
|
-
) => any;
|
|
2602
|
-
export declare const DescribeHumanTaskUiResponseFilterSensitiveLog: (
|
|
2603
|
-
obj: DescribeHumanTaskUiResponse
|
|
2604
|
-
) => any;
|
|
2605
|
-
export declare const DescribeHyperParameterTuningJobRequestFilterSensitiveLog: (
|
|
2606
|
-
obj: DescribeHyperParameterTuningJobRequest
|
|
2607
|
-
) => any;
|
|
2608
|
-
export declare const FinalHyperParameterTuningJobObjectiveMetricFilterSensitiveLog: (
|
|
2609
|
-
obj: FinalHyperParameterTuningJobObjectiveMetric
|
|
2610
|
-
) => any;
|
|
2611
|
-
export declare const HyperParameterTrainingJobSummaryFilterSensitiveLog: (
|
|
2612
|
-
obj: HyperParameterTrainingJobSummary
|
|
2613
|
-
) => any;
|
|
2614
|
-
export declare const HyperParameterTuningJobConsumedResourcesFilterSensitiveLog: (
|
|
2615
|
-
obj: HyperParameterTuningJobConsumedResources
|
|
2616
|
-
) => any;
|
|
2617
|
-
export declare const ObjectiveStatusCountersFilterSensitiveLog: (
|
|
2618
|
-
obj: ObjectiveStatusCounters
|
|
2619
|
-
) => any;
|
|
2620
|
-
export declare const TrainingJobStatusCountersFilterSensitiveLog: (
|
|
2621
|
-
obj: TrainingJobStatusCounters
|
|
2622
|
-
) => any;
|
|
2623
|
-
export declare const HyperParameterTuningJobCompletionDetailsFilterSensitiveLog: (
|
|
2624
|
-
obj: HyperParameterTuningJobCompletionDetails
|
|
2625
|
-
) => any;
|
|
2626
|
-
export declare const DescribeHyperParameterTuningJobResponseFilterSensitiveLog: (
|
|
2627
|
-
obj: DescribeHyperParameterTuningJobResponse
|
|
2628
|
-
) => any;
|
|
2629
|
-
export declare const DescribeImageRequestFilterSensitiveLog: (
|
|
2630
|
-
obj: DescribeImageRequest
|
|
2631
|
-
) => any;
|
|
2632
|
-
export declare const DescribeImageResponseFilterSensitiveLog: (
|
|
2633
|
-
obj: DescribeImageResponse
|
|
2634
|
-
) => any;
|
|
2635
|
-
export declare const DescribeImageVersionRequestFilterSensitiveLog: (
|
|
2636
|
-
obj: DescribeImageVersionRequest
|
|
2637
|
-
) => any;
|
|
2638
|
-
export declare const DescribeImageVersionResponseFilterSensitiveLog: (
|
|
2639
|
-
obj: DescribeImageVersionResponse
|
|
2640
|
-
) => any;
|
|
2641
|
-
export declare const DescribeInferenceExperimentRequestFilterSensitiveLog: (
|
|
2642
|
-
obj: DescribeInferenceExperimentRequest
|
|
2643
|
-
) => any;
|
|
2644
|
-
export declare const EndpointMetadataFilterSensitiveLog: (
|
|
2645
|
-
obj: EndpointMetadata
|
|
2646
|
-
) => any;
|
|
2647
|
-
export declare const ModelVariantConfigSummaryFilterSensitiveLog: (
|
|
2648
|
-
obj: ModelVariantConfigSummary
|
|
2649
|
-
) => any;
|
|
2650
|
-
export declare const DescribeInferenceExperimentResponseFilterSensitiveLog: (
|
|
2651
|
-
obj: DescribeInferenceExperimentResponse
|
|
2652
|
-
) => any;
|
|
2653
|
-
export declare const DescribeInferenceRecommendationsJobRequestFilterSensitiveLog: (
|
|
2654
|
-
obj: DescribeInferenceRecommendationsJobRequest
|
|
2655
|
-
) => any;
|
|
2656
|
-
export declare const InferenceMetricsFilterSensitiveLog: (
|
|
2657
|
-
obj: InferenceMetrics
|
|
2658
|
-
) => any;
|
|
2659
|
-
export declare const EndpointPerformanceFilterSensitiveLog: (
|
|
2660
|
-
obj: EndpointPerformance
|
|
2661
|
-
) => any;
|
|
2662
|
-
export declare const EndpointOutputConfigurationFilterSensitiveLog: (
|
|
2663
|
-
obj: EndpointOutputConfiguration
|
|
2664
|
-
) => any;
|
|
2665
|
-
export declare const RecommendationMetricsFilterSensitiveLog: (
|
|
2666
|
-
obj: RecommendationMetrics
|
|
2667
|
-
) => any;
|
|
2668
|
-
export declare const EnvironmentParameterFilterSensitiveLog: (
|
|
2669
|
-
obj: EnvironmentParameter
|
|
2670
|
-
) => any;
|
|
2671
|
-
export declare const ModelConfigurationFilterSensitiveLog: (
|
|
2672
|
-
obj: ModelConfiguration
|
|
2673
|
-
) => any;
|
|
2674
|
-
export declare const InferenceRecommendationFilterSensitiveLog: (
|
|
2675
|
-
obj: InferenceRecommendation
|
|
2676
|
-
) => any;
|
|
2677
|
-
export declare const DescribeInferenceRecommendationsJobResponseFilterSensitiveLog: (
|
|
2678
|
-
obj: DescribeInferenceRecommendationsJobResponse
|
|
2679
|
-
) => any;
|
|
2680
|
-
export declare const DescribeLabelingJobRequestFilterSensitiveLog: (
|
|
2681
|
-
obj: DescribeLabelingJobRequest
|
|
2682
|
-
) => any;
|
|
2683
|
-
export declare const LabelCountersFilterSensitiveLog: (
|
|
2684
|
-
obj: LabelCounters
|
|
2685
|
-
) => any;
|
|
2686
|
-
export declare const LabelingJobOutputFilterSensitiveLog: (
|
|
2687
|
-
obj: LabelingJobOutput
|
|
2688
|
-
) => any;
|
|
2689
|
-
export declare const DescribeLabelingJobResponseFilterSensitiveLog: (
|
|
2690
|
-
obj: DescribeLabelingJobResponse
|
|
2691
|
-
) => any;
|
|
2692
|
-
export declare const DescribeLineageGroupRequestFilterSensitiveLog: (
|
|
2693
|
-
obj: DescribeLineageGroupRequest
|
|
2694
|
-
) => any;
|
|
2695
|
-
export declare const DescribeLineageGroupResponseFilterSensitiveLog: (
|
|
2696
|
-
obj: DescribeLineageGroupResponse
|
|
2697
|
-
) => any;
|
|
2698
|
-
export declare const DescribeModelInputFilterSensitiveLog: (
|
|
2699
|
-
obj: DescribeModelInput
|
|
2700
|
-
) => any;
|
|
2701
|
-
export declare const DescribeModelOutputFilterSensitiveLog: (
|
|
2702
|
-
obj: DescribeModelOutput
|
|
2703
|
-
) => any;
|
|
2704
|
-
export declare const DescribeModelBiasJobDefinitionRequestFilterSensitiveLog: (
|
|
2705
|
-
obj: DescribeModelBiasJobDefinitionRequest
|
|
2706
|
-
) => any;
|
|
2707
|
-
export declare const DescribeModelBiasJobDefinitionResponseFilterSensitiveLog: (
|
|
2708
|
-
obj: DescribeModelBiasJobDefinitionResponse
|
|
2709
|
-
) => any;
|
|
2710
|
-
export declare const DescribeModelCardRequestFilterSensitiveLog: (
|
|
2711
|
-
obj: DescribeModelCardRequest
|
|
2712
|
-
) => any;
|
|
2713
2391
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2714
2392
|
obj: DescribeModelCardResponse
|
|
2715
2393
|
) => any;
|
|
2716
|
-
export declare const DescribeModelCardExportJobRequestFilterSensitiveLog: (
|
|
2717
|
-
obj: DescribeModelCardExportJobRequest
|
|
2718
|
-
) => any;
|
|
2719
|
-
export declare const ModelCardExportArtifactsFilterSensitiveLog: (
|
|
2720
|
-
obj: ModelCardExportArtifacts
|
|
2721
|
-
) => any;
|
|
2722
|
-
export declare const DescribeModelCardExportJobResponseFilterSensitiveLog: (
|
|
2723
|
-
obj: DescribeModelCardExportJobResponse
|
|
2724
|
-
) => any;
|
|
2725
|
-
export declare const DescribeModelExplainabilityJobDefinitionRequestFilterSensitiveLog: (
|
|
2726
|
-
obj: DescribeModelExplainabilityJobDefinitionRequest
|
|
2727
|
-
) => any;
|
|
2728
|
-
export declare const DescribeModelExplainabilityJobDefinitionResponseFilterSensitiveLog: (
|
|
2729
|
-
obj: DescribeModelExplainabilityJobDefinitionResponse
|
|
2730
|
-
) => any;
|
|
2731
|
-
export declare const DescribeModelPackageInputFilterSensitiveLog: (
|
|
2732
|
-
obj: DescribeModelPackageInput
|
|
2733
|
-
) => any;
|
|
2734
|
-
export declare const ModelPackageStatusItemFilterSensitiveLog: (
|
|
2735
|
-
obj: ModelPackageStatusItem
|
|
2736
|
-
) => any;
|
|
2737
|
-
export declare const ModelPackageStatusDetailsFilterSensitiveLog: (
|
|
2738
|
-
obj: ModelPackageStatusDetails
|
|
2739
|
-
) => any;
|
|
2740
|
-
export declare const DescribeModelPackageOutputFilterSensitiveLog: (
|
|
2741
|
-
obj: DescribeModelPackageOutput
|
|
2742
|
-
) => any;
|
|
2743
|
-
export declare const DescribeModelPackageGroupInputFilterSensitiveLog: (
|
|
2744
|
-
obj: DescribeModelPackageGroupInput
|
|
2745
|
-
) => any;
|
|
2746
|
-
export declare const DescribeModelPackageGroupOutputFilterSensitiveLog: (
|
|
2747
|
-
obj: DescribeModelPackageGroupOutput
|
|
2748
|
-
) => any;
|
|
2749
|
-
export declare const DescribeModelQualityJobDefinitionRequestFilterSensitiveLog: (
|
|
2750
|
-
obj: DescribeModelQualityJobDefinitionRequest
|
|
2751
|
-
) => any;
|
|
2752
|
-
export declare const DescribeModelQualityJobDefinitionResponseFilterSensitiveLog: (
|
|
2753
|
-
obj: DescribeModelQualityJobDefinitionResponse
|
|
2754
|
-
) => any;
|
|
2755
|
-
export declare const DescribeMonitoringScheduleRequestFilterSensitiveLog: (
|
|
2756
|
-
obj: DescribeMonitoringScheduleRequest
|
|
2757
|
-
) => any;
|
|
2758
|
-
export declare const MonitoringExecutionSummaryFilterSensitiveLog: (
|
|
2759
|
-
obj: MonitoringExecutionSummary
|
|
2760
|
-
) => any;
|
|
2761
|
-
export declare const DescribeMonitoringScheduleResponseFilterSensitiveLog: (
|
|
2762
|
-
obj: DescribeMonitoringScheduleResponse
|
|
2763
|
-
) => any;
|
|
2764
|
-
export declare const DescribeNotebookInstanceInputFilterSensitiveLog: (
|
|
2765
|
-
obj: DescribeNotebookInstanceInput
|
|
2766
|
-
) => any;
|
|
2767
|
-
export declare const DescribeNotebookInstanceOutputFilterSensitiveLog: (
|
|
2768
|
-
obj: DescribeNotebookInstanceOutput
|
|
2769
|
-
) => any;
|
|
2770
|
-
export declare const DescribeNotebookInstanceLifecycleConfigInputFilterSensitiveLog: (
|
|
2771
|
-
obj: DescribeNotebookInstanceLifecycleConfigInput
|
|
2772
|
-
) => any;
|
|
2773
|
-
export declare const DescribeNotebookInstanceLifecycleConfigOutputFilterSensitiveLog: (
|
|
2774
|
-
obj: DescribeNotebookInstanceLifecycleConfigOutput
|
|
2775
|
-
) => any;
|
|
2776
|
-
export declare const DescribePipelineRequestFilterSensitiveLog: (
|
|
2777
|
-
obj: DescribePipelineRequest
|
|
2778
|
-
) => any;
|
|
2779
|
-
export declare const DescribePipelineResponseFilterSensitiveLog: (
|
|
2780
|
-
obj: DescribePipelineResponse
|
|
2781
|
-
) => any;
|
|
2782
|
-
export declare const DescribePipelineDefinitionForExecutionRequestFilterSensitiveLog: (
|
|
2783
|
-
obj: DescribePipelineDefinitionForExecutionRequest
|
|
2784
|
-
) => any;
|
|
2785
|
-
export declare const DescribePipelineDefinitionForExecutionResponseFilterSensitiveLog: (
|
|
2786
|
-
obj: DescribePipelineDefinitionForExecutionResponse
|
|
2787
|
-
) => any;
|
|
2788
|
-
export declare const DescribePipelineExecutionRequestFilterSensitiveLog: (
|
|
2789
|
-
obj: DescribePipelineExecutionRequest
|
|
2790
|
-
) => any;
|
|
2791
|
-
export declare const PipelineExperimentConfigFilterSensitiveLog: (
|
|
2792
|
-
obj: PipelineExperimentConfig
|
|
2793
|
-
) => any;
|
|
2794
|
-
export declare const DescribePipelineExecutionResponseFilterSensitiveLog: (
|
|
2795
|
-
obj: DescribePipelineExecutionResponse
|
|
2796
|
-
) => any;
|
|
2797
|
-
export declare const DescribeProcessingJobRequestFilterSensitiveLog: (
|
|
2798
|
-
obj: DescribeProcessingJobRequest
|
|
2799
|
-
) => any;
|
|
2800
|
-
export declare const DescribeProcessingJobResponseFilterSensitiveLog: (
|
|
2801
|
-
obj: DescribeProcessingJobResponse
|
|
2802
|
-
) => any;
|
|
2803
|
-
export declare const DescribeProjectInputFilterSensitiveLog: (
|
|
2804
|
-
obj: DescribeProjectInput
|
|
2805
|
-
) => any;
|
|
2806
|
-
export declare const ServiceCatalogProvisionedProductDetailsFilterSensitiveLog: (
|
|
2807
|
-
obj: ServiceCatalogProvisionedProductDetails
|
|
2808
|
-
) => any;
|
|
2809
|
-
export declare const DescribeProjectOutputFilterSensitiveLog: (
|
|
2810
|
-
obj: DescribeProjectOutput
|
|
2811
|
-
) => any;
|
|
2812
|
-
export declare const DescribeSpaceRequestFilterSensitiveLog: (
|
|
2813
|
-
obj: DescribeSpaceRequest
|
|
2814
|
-
) => any;
|
|
2815
|
-
export declare const DescribeSpaceResponseFilterSensitiveLog: (
|
|
2816
|
-
obj: DescribeSpaceResponse
|
|
2817
|
-
) => any;
|
|
2818
|
-
export declare const DescribeStudioLifecycleConfigRequestFilterSensitiveLog: (
|
|
2819
|
-
obj: DescribeStudioLifecycleConfigRequest
|
|
2820
|
-
) => any;
|
|
2821
|
-
export declare const DescribeStudioLifecycleConfigResponseFilterSensitiveLog: (
|
|
2822
|
-
obj: DescribeStudioLifecycleConfigResponse
|
|
2823
|
-
) => any;
|
|
2824
|
-
export declare const DescribeSubscribedWorkteamRequestFilterSensitiveLog: (
|
|
2825
|
-
obj: DescribeSubscribedWorkteamRequest
|
|
2826
|
-
) => any;
|
|
2827
|
-
export declare const SubscribedWorkteamFilterSensitiveLog: (
|
|
2828
|
-
obj: SubscribedWorkteam
|
|
2829
|
-
) => any;
|
|
2830
|
-
export declare const DescribeSubscribedWorkteamResponseFilterSensitiveLog: (
|
|
2831
|
-
obj: DescribeSubscribedWorkteamResponse
|
|
2832
|
-
) => any;
|
|
2833
|
-
export declare const DescribeTrainingJobRequestFilterSensitiveLog: (
|
|
2834
|
-
obj: DescribeTrainingJobRequest
|
|
2835
|
-
) => any;
|
|
2836
|
-
export declare const MetricDataFilterSensitiveLog: (obj: MetricData) => any;
|
|
2837
|
-
export declare const ProfilerRuleEvaluationStatusFilterSensitiveLog: (
|
|
2838
|
-
obj: ProfilerRuleEvaluationStatus
|
|
2839
|
-
) => any;
|
|
2840
|
-
export declare const SecondaryStatusTransitionFilterSensitiveLog: (
|
|
2841
|
-
obj: SecondaryStatusTransition
|
|
2842
|
-
) => any;
|
|
2843
|
-
export declare const WarmPoolStatusFilterSensitiveLog: (
|
|
2844
|
-
obj: WarmPoolStatus
|
|
2845
|
-
) => any;
|
|
2846
|
-
export declare const DescribeTrainingJobResponseFilterSensitiveLog: (
|
|
2847
|
-
obj: DescribeTrainingJobResponse
|
|
2848
|
-
) => any;
|
|
2849
|
-
export declare const DescribeTransformJobRequestFilterSensitiveLog: (
|
|
2850
|
-
obj: DescribeTransformJobRequest
|
|
2851
|
-
) => any;
|
|
2852
|
-
export declare const DescribeTransformJobResponseFilterSensitiveLog: (
|
|
2853
|
-
obj: DescribeTransformJobResponse
|
|
2854
|
-
) => any;
|
|
2855
|
-
export declare const DescribeTrialRequestFilterSensitiveLog: (
|
|
2856
|
-
obj: DescribeTrialRequest
|
|
2857
|
-
) => any;
|
|
2858
|
-
export declare const TrialSourceFilterSensitiveLog: (obj: TrialSource) => any;
|
|
2859
|
-
export declare const DescribeTrialResponseFilterSensitiveLog: (
|
|
2860
|
-
obj: DescribeTrialResponse
|
|
2861
|
-
) => any;
|
|
2862
|
-
export declare const DescribeTrialComponentRequestFilterSensitiveLog: (
|
|
2863
|
-
obj: DescribeTrialComponentRequest
|
|
2864
|
-
) => any;
|
|
2865
|
-
export declare const TrialComponentMetricSummaryFilterSensitiveLog: (
|
|
2866
|
-
obj: TrialComponentMetricSummary
|
|
2867
|
-
) => any;
|
|
2868
|
-
export declare const TrialComponentSourceFilterSensitiveLog: (
|
|
2869
|
-
obj: TrialComponentSource
|
|
2870
|
-
) => any;
|
|
2871
|
-
export declare const DescribeTrialComponentResponseFilterSensitiveLog: (
|
|
2872
|
-
obj: DescribeTrialComponentResponse
|
|
2873
|
-
) => any;
|
|
2874
|
-
export declare const DescribeUserProfileRequestFilterSensitiveLog: (
|
|
2875
|
-
obj: DescribeUserProfileRequest
|
|
2876
|
-
) => any;
|
|
2877
|
-
export declare const DescribeUserProfileResponseFilterSensitiveLog: (
|
|
2878
|
-
obj: DescribeUserProfileResponse
|
|
2879
|
-
) => any;
|
|
2880
|
-
export declare const DescribeWorkforceRequestFilterSensitiveLog: (
|
|
2881
|
-
obj: DescribeWorkforceRequest
|
|
2882
|
-
) => any;
|
|
2883
|
-
export declare const OidcConfigForResponseFilterSensitiveLog: (
|
|
2884
|
-
obj: OidcConfigForResponse
|
|
2885
|
-
) => any;
|
|
2886
|
-
export declare const WorkforceVpcConfigResponseFilterSensitiveLog: (
|
|
2887
|
-
obj: WorkforceVpcConfigResponse
|
|
2888
|
-
) => any;
|
|
2889
|
-
export declare const WorkforceFilterSensitiveLog: (obj: Workforce) => any;
|
|
2890
|
-
export declare const DescribeWorkforceResponseFilterSensitiveLog: (
|
|
2891
|
-
obj: DescribeWorkforceResponse
|
|
2892
|
-
) => any;
|
|
2893
|
-
export declare const DescribeWorkteamRequestFilterSensitiveLog: (
|
|
2894
|
-
obj: DescribeWorkteamRequest
|
|
2895
|
-
) => any;
|
|
2896
|
-
export declare const WorkteamFilterSensitiveLog: (obj: Workteam) => any;
|
|
2897
|
-
export declare const DescribeWorkteamResponseFilterSensitiveLog: (
|
|
2898
|
-
obj: DescribeWorkteamResponse
|
|
2899
|
-
) => any;
|
|
2900
|
-
export declare const DesiredWeightAndCapacityFilterSensitiveLog: (
|
|
2901
|
-
obj: DesiredWeightAndCapacity
|
|
2902
|
-
) => any;
|
|
2903
|
-
export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
|
|
2904
|
-
export declare const DeviceDeploymentSummaryFilterSensitiveLog: (
|
|
2905
|
-
obj: DeviceDeploymentSummary
|
|
2906
|
-
) => any;
|
|
2907
|
-
export declare const DeviceFleetSummaryFilterSensitiveLog: (
|
|
2908
|
-
obj: DeviceFleetSummary
|
|
2909
|
-
) => any;
|
|
2910
|
-
export declare const DeviceStatsFilterSensitiveLog: (obj: DeviceStats) => any;
|
|
2911
|
-
export declare const EdgeModelSummaryFilterSensitiveLog: (
|
|
2912
|
-
obj: EdgeModelSummary
|
|
2913
|
-
) => any;
|
|
2914
|
-
export declare const DeviceSummaryFilterSensitiveLog: (
|
|
2915
|
-
obj: DeviceSummary
|
|
2916
|
-
) => any;
|
|
2917
|
-
export declare const DisableSagemakerServicecatalogPortfolioInputFilterSensitiveLog: (
|
|
2918
|
-
obj: DisableSagemakerServicecatalogPortfolioInput
|
|
2919
|
-
) => any;
|
|
2920
|
-
export declare const DisableSagemakerServicecatalogPortfolioOutputFilterSensitiveLog: (
|
|
2921
|
-
obj: DisableSagemakerServicecatalogPortfolioOutput
|
|
2922
|
-
) => any;
|
|
2923
|
-
export declare const DisassociateTrialComponentRequestFilterSensitiveLog: (
|
|
2924
|
-
obj: DisassociateTrialComponentRequest
|
|
2925
|
-
) => any;
|
|
2926
|
-
export declare const DisassociateTrialComponentResponseFilterSensitiveLog: (
|
|
2927
|
-
obj: DisassociateTrialComponentResponse
|
|
2928
|
-
) => any;
|
|
2929
|
-
export declare const DomainDetailsFilterSensitiveLog: (
|
|
2930
|
-
obj: DomainDetails
|
|
2931
|
-
) => any;
|
|
2932
|
-
export declare const RStudioServerProDomainSettingsForUpdateFilterSensitiveLog: (
|
|
2933
|
-
obj: RStudioServerProDomainSettingsForUpdate
|
|
2934
|
-
) => any;
|
|
2935
|
-
export declare const DomainSettingsForUpdateFilterSensitiveLog: (
|
|
2936
|
-
obj: DomainSettingsForUpdate
|
|
2937
|
-
) => any;
|
|
2938
|
-
export declare const EdgeFilterSensitiveLog: (obj: Edge) => any;
|
|
2939
|
-
export declare const EdgeDeploymentPlanSummaryFilterSensitiveLog: (
|
|
2940
|
-
obj: EdgeDeploymentPlanSummary
|
|
2941
|
-
) => any;
|
|
2942
|
-
export declare const EdgeModelStatFilterSensitiveLog: (
|
|
2943
|
-
obj: EdgeModelStat
|
|
2944
|
-
) => any;
|
|
2945
|
-
export declare const EdgePackagingJobSummaryFilterSensitiveLog: (
|
|
2946
|
-
obj: EdgePackagingJobSummary
|
|
2947
|
-
) => any;
|
|
2948
|
-
export declare const EMRStepMetadataFilterSensitiveLog: (
|
|
2949
|
-
obj: EMRStepMetadata
|
|
2950
|
-
) => any;
|
|
2951
|
-
export declare const EnableSagemakerServicecatalogPortfolioInputFilterSensitiveLog: (
|
|
2952
|
-
obj: EnableSagemakerServicecatalogPortfolioInput
|
|
2953
|
-
) => any;
|
|
2954
|
-
export declare const EnableSagemakerServicecatalogPortfolioOutputFilterSensitiveLog: (
|
|
2955
|
-
obj: EnableSagemakerServicecatalogPortfolioOutput
|
|
2956
|
-
) => any;
|
|
2957
|
-
export declare const MonitoringScheduleFilterSensitiveLog: (
|
|
2958
|
-
obj: MonitoringSchedule
|
|
2959
|
-
) => any;
|
|
2960
|
-
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
2961
|
-
export declare const EndpointConfigSummaryFilterSensitiveLog: (
|
|
2962
|
-
obj: EndpointConfigSummary
|
|
2963
|
-
) => any;
|
|
2964
|
-
export declare const EndpointSummaryFilterSensitiveLog: (
|
|
2965
|
-
obj: EndpointSummary
|
|
2966
|
-
) => any;
|
|
2967
|
-
export declare const ExperimentFilterSensitiveLog: (obj: Experiment) => any;
|
|
2968
|
-
export declare const ExperimentSummaryFilterSensitiveLog: (
|
|
2969
|
-
obj: ExperimentSummary
|
|
2970
|
-
) => any;
|
|
2971
|
-
export declare const FailStepMetadataFilterSensitiveLog: (
|
|
2972
|
-
obj: FailStepMetadata
|
|
2973
|
-
) => any;
|
|
2974
|
-
export declare const FeatureGroupFilterSensitiveLog: (obj: FeatureGroup) => any;
|
|
2975
|
-
export declare const FeatureGroupSummaryFilterSensitiveLog: (
|
|
2976
|
-
obj: FeatureGroupSummary
|
|
2977
|
-
) => any;
|
|
2978
|
-
export declare const FeatureMetadataFilterSensitiveLog: (
|
|
2979
|
-
obj: FeatureMetadata
|
|
2980
|
-
) => any;
|
|
2981
|
-
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
2982
|
-
export declare const FlowDefinitionSummaryFilterSensitiveLog: (
|
|
2983
|
-
obj: FlowDefinitionSummary
|
|
2984
|
-
) => any;
|
|
2985
|
-
export declare const GetDeviceFleetReportRequestFilterSensitiveLog: (
|
|
2986
|
-
obj: GetDeviceFleetReportRequest
|
|
2987
|
-
) => any;
|
|
2988
|
-
export declare const GetDeviceFleetReportResponseFilterSensitiveLog: (
|
|
2989
|
-
obj: GetDeviceFleetReportResponse
|
|
2990
|
-
) => any;
|
|
2991
|
-
export declare const GetLineageGroupPolicyRequestFilterSensitiveLog: (
|
|
2992
|
-
obj: GetLineageGroupPolicyRequest
|
|
2993
|
-
) => any;
|
|
2994
|
-
export declare const GetLineageGroupPolicyResponseFilterSensitiveLog: (
|
|
2995
|
-
obj: GetLineageGroupPolicyResponse
|
|
2996
|
-
) => any;
|
|
2997
|
-
export declare const GetModelPackageGroupPolicyInputFilterSensitiveLog: (
|
|
2998
|
-
obj: GetModelPackageGroupPolicyInput
|
|
2999
|
-
) => any;
|
|
3000
|
-
export declare const GetModelPackageGroupPolicyOutputFilterSensitiveLog: (
|
|
3001
|
-
obj: GetModelPackageGroupPolicyOutput
|
|
3002
|
-
) => any;
|
|
3003
|
-
export declare const GetSagemakerServicecatalogPortfolioStatusInputFilterSensitiveLog: (
|
|
3004
|
-
obj: GetSagemakerServicecatalogPortfolioStatusInput
|
|
3005
|
-
) => any;
|
|
3006
|
-
export declare const GetSagemakerServicecatalogPortfolioStatusOutputFilterSensitiveLog: (
|
|
3007
|
-
obj: GetSagemakerServicecatalogPortfolioStatusOutput
|
|
3008
|
-
) => any;
|
|
3009
|
-
export declare const PropertyNameQueryFilterSensitiveLog: (
|
|
3010
|
-
obj: PropertyNameQuery
|
|
3011
|
-
) => any;
|
|
3012
|
-
export declare const SuggestionQueryFilterSensitiveLog: (
|
|
3013
|
-
obj: SuggestionQuery
|
|
3014
|
-
) => any;
|
|
3015
|
-
export declare const GetSearchSuggestionsRequestFilterSensitiveLog: (
|
|
3016
|
-
obj: GetSearchSuggestionsRequest
|
|
3017
|
-
) => any;
|
|
3018
|
-
export declare const PropertyNameSuggestionFilterSensitiveLog: (
|
|
3019
|
-
obj: PropertyNameSuggestion
|
|
3020
|
-
) => any;
|
|
3021
|
-
export declare const GetSearchSuggestionsResponseFilterSensitiveLog: (
|
|
3022
|
-
obj: GetSearchSuggestionsResponse
|
|
3023
|
-
) => any;
|
|
3024
|
-
export declare const GitConfigForUpdateFilterSensitiveLog: (
|
|
3025
|
-
obj: GitConfigForUpdate
|
|
3026
|
-
) => any;
|
|
3027
|
-
export declare const HubContentInfoFilterSensitiveLog: (
|
|
3028
|
-
obj: HubContentInfo
|
|
3029
|
-
) => any;
|
|
3030
|
-
export declare const HubInfoFilterSensitiveLog: (obj: HubInfo) => any;
|
|
3031
|
-
export declare const HumanTaskUiSummaryFilterSensitiveLog: (
|
|
3032
|
-
obj: HumanTaskUiSummary
|
|
3033
|
-
) => any;
|
|
3034
|
-
export declare const HyperParameterTuningJobSearchEntityFilterSensitiveLog: (
|
|
3035
|
-
obj: HyperParameterTuningJobSearchEntity
|
|
3036
|
-
) => any;
|
|
3037
|
-
export declare const HyperParameterTuningJobSummaryFilterSensitiveLog: (
|
|
3038
|
-
obj: HyperParameterTuningJobSummary
|
|
3039
|
-
) => any;
|
|
3040
|
-
export declare const ImageFilterSensitiveLog: (obj: Image) => any;
|
|
3041
|
-
export declare const ImageVersionFilterSensitiveLog: (obj: ImageVersion) => any;
|
|
3042
|
-
export declare const ImportHubContentRequestFilterSensitiveLog: (
|
|
3043
|
-
obj: ImportHubContentRequest
|
|
3044
|
-
) => any;
|
|
3045
|
-
export declare const ImportHubContentResponseFilterSensitiveLog: (
|
|
3046
|
-
obj: ImportHubContentResponse
|
|
3047
|
-
) => any;
|
|
3048
|
-
export declare const InferenceExperimentSummaryFilterSensitiveLog: (
|
|
3049
|
-
obj: InferenceExperimentSummary
|
|
3050
|
-
) => any;
|
|
3051
|
-
export declare const InferenceRecommendationsJobFilterSensitiveLog: (
|
|
3052
|
-
obj: InferenceRecommendationsJob
|
|
3053
|
-
) => any;
|
|
3054
|
-
export declare const RecommendationJobInferenceBenchmarkFilterSensitiveLog: (
|
|
3055
|
-
obj: RecommendationJobInferenceBenchmark
|
|
3056
|
-
) => any;
|
|
3057
|
-
export declare const InferenceRecommendationsJobStepFilterSensitiveLog: (
|
|
3058
|
-
obj: InferenceRecommendationsJobStep
|
|
3059
|
-
) => any;
|
|
3060
|
-
export declare const LabelCountersForWorkteamFilterSensitiveLog: (
|
|
3061
|
-
obj: LabelCountersForWorkteam
|
|
3062
|
-
) => any;
|
|
3063
|
-
export declare const LabelingJobForWorkteamSummaryFilterSensitiveLog: (
|
|
3064
|
-
obj: LabelingJobForWorkteamSummary
|
|
3065
|
-
) => any;
|
|
3066
|
-
export declare const LabelingJobSummaryFilterSensitiveLog: (
|
|
3067
|
-
obj: LabelingJobSummary
|
|
3068
|
-
) => any;
|
|
3069
|
-
export declare const LambdaStepMetadataFilterSensitiveLog: (
|
|
3070
|
-
obj: LambdaStepMetadata
|
|
3071
|
-
) => any;
|
|
3072
|
-
export declare const LineageGroupSummaryFilterSensitiveLog: (
|
|
3073
|
-
obj: LineageGroupSummary
|
|
3074
|
-
) => any;
|
|
3075
|
-
export declare const ListActionsRequestFilterSensitiveLog: (
|
|
3076
|
-
obj: ListActionsRequest
|
|
3077
|
-
) => any;
|
|
3078
|
-
export declare const ListActionsResponseFilterSensitiveLog: (
|
|
3079
|
-
obj: ListActionsResponse
|
|
3080
|
-
) => any;
|
|
3081
|
-
export declare const ListAlgorithmsInputFilterSensitiveLog: (
|
|
3082
|
-
obj: ListAlgorithmsInput
|
|
3083
|
-
) => any;
|
|
3084
|
-
export declare const ListAlgorithmsOutputFilterSensitiveLog: (
|
|
3085
|
-
obj: ListAlgorithmsOutput
|
|
3086
|
-
) => any;
|