@aws-sdk/client-sagemaker 3.297.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/dist-cjs/SageMaker.js +30 -0
- package/dist-cjs/commands/AddAssociationCommand.js +2 -3
- package/dist-cjs/commands/AddTagsCommand.js +2 -3
- package/dist-cjs/commands/AssociateTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/BatchDescribeModelPackageCommand.js +2 -3
- package/dist-cjs/commands/CreateActionCommand.js +2 -3
- package/dist-cjs/commands/CreateAlgorithmCommand.js +2 -3
- package/dist-cjs/commands/CreateAppCommand.js +2 -3
- package/dist-cjs/commands/CreateAppImageConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateArtifactCommand.js +2 -3
- package/dist-cjs/commands/CreateAutoMLJobCommand.js +2 -3
- package/dist-cjs/commands/CreateAutoMLJobV2Command.js +45 -0
- package/dist-cjs/commands/CreateCodeRepositoryCommand.js +2 -3
- package/dist-cjs/commands/CreateCompilationJobCommand.js +2 -3
- package/dist-cjs/commands/CreateContextCommand.js +2 -3
- package/dist-cjs/commands/CreateDataQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateDeviceFleetCommand.js +2 -3
- package/dist-cjs/commands/CreateDomainCommand.js +2 -3
- package/dist-cjs/commands/CreateEdgeDeploymentPlanCommand.js +2 -3
- package/dist-cjs/commands/CreateEdgeDeploymentStageCommand.js +2 -3
- package/dist-cjs/commands/CreateEdgePackagingJobCommand.js +2 -3
- package/dist-cjs/commands/CreateEndpointCommand.js +2 -3
- package/dist-cjs/commands/CreateEndpointConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateExperimentCommand.js +2 -3
- package/dist-cjs/commands/CreateFeatureGroupCommand.js +2 -3
- package/dist-cjs/commands/CreateFlowDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateHubCommand.js +2 -3
- package/dist-cjs/commands/CreateHumanTaskUiCommand.js +2 -3
- package/dist-cjs/commands/CreateHyperParameterTuningJobCommand.js +2 -3
- package/dist-cjs/commands/CreateImageCommand.js +2 -3
- package/dist-cjs/commands/CreateImageVersionCommand.js +2 -3
- package/dist-cjs/commands/CreateInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +2 -3
- package/dist-cjs/commands/CreateLabelingJobCommand.js +2 -3
- package/dist-cjs/commands/CreateModelBiasJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateModelCardCommand.js +1 -1
- package/dist-cjs/commands/CreateModelCardExportJobCommand.js +2 -3
- package/dist-cjs/commands/CreateModelCommand.js +2 -3
- package/dist-cjs/commands/CreateModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateModelPackageCommand.js +2 -3
- package/dist-cjs/commands/CreateModelPackageGroupCommand.js +2 -3
- package/dist-cjs/commands/CreateModelQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/CreateNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/CreateNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/CreatePipelineCommand.js +2 -3
- package/dist-cjs/commands/CreatePresignedDomainUrlCommand.js +2 -3
- package/dist-cjs/commands/CreatePresignedNotebookInstanceUrlCommand.js +2 -3
- package/dist-cjs/commands/CreateProcessingJobCommand.js +2 -3
- package/dist-cjs/commands/CreateProjectCommand.js +2 -3
- package/dist-cjs/commands/CreateSpaceCommand.js +2 -3
- package/dist-cjs/commands/CreateStudioLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateTrainingJobCommand.js +2 -3
- package/dist-cjs/commands/CreateTransformJobCommand.js +2 -3
- package/dist-cjs/commands/CreateTrialCommand.js +2 -3
- package/dist-cjs/commands/CreateTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/CreateUserProfileCommand.js +2 -3
- package/dist-cjs/commands/CreateWorkforceCommand.js +1 -1
- package/dist-cjs/commands/CreateWorkteamCommand.js +2 -3
- package/dist-cjs/commands/DeleteActionCommand.js +2 -3
- package/dist-cjs/commands/DeleteAlgorithmCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppImageConfigCommand.js +2 -3
- package/dist-cjs/commands/DeleteArtifactCommand.js +2 -3
- package/dist-cjs/commands/DeleteAssociationCommand.js +2 -3
- package/dist-cjs/commands/DeleteCodeRepositoryCommand.js +2 -3
- package/dist-cjs/commands/DeleteContextCommand.js +2 -3
- package/dist-cjs/commands/DeleteDataQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteDeviceFleetCommand.js +2 -3
- package/dist-cjs/commands/DeleteDomainCommand.js +2 -3
- package/dist-cjs/commands/DeleteEdgeDeploymentPlanCommand.js +2 -3
- package/dist-cjs/commands/DeleteEdgeDeploymentStageCommand.js +2 -3
- package/dist-cjs/commands/DeleteEndpointCommand.js +2 -3
- package/dist-cjs/commands/DeleteEndpointConfigCommand.js +2 -3
- package/dist-cjs/commands/DeleteExperimentCommand.js +2 -3
- package/dist-cjs/commands/DeleteFeatureGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteFlowDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteHubCommand.js +2 -3
- package/dist-cjs/commands/DeleteHubContentCommand.js +2 -3
- package/dist-cjs/commands/DeleteHumanTaskUiCommand.js +2 -3
- package/dist-cjs/commands/DeleteImageCommand.js +2 -3
- package/dist-cjs/commands/DeleteImageVersionCommand.js +2 -3
- package/dist-cjs/commands/DeleteInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelBiasJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelCardCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelPackageCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelPackageGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelPackageGroupPolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/DeleteNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/DeletePipelineCommand.js +2 -3
- package/dist-cjs/commands/DeleteProjectCommand.js +2 -3
- package/dist-cjs/commands/DeleteSpaceCommand.js +2 -3
- package/dist-cjs/commands/DeleteStudioLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -3
- package/dist-cjs/commands/DeleteTrialCommand.js +2 -3
- package/dist-cjs/commands/DeleteTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/DeleteUserProfileCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkforceCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkteamCommand.js +2 -3
- package/dist-cjs/commands/DeregisterDevicesCommand.js +2 -3
- package/dist-cjs/commands/DescribeActionCommand.js +2 -3
- package/dist-cjs/commands/DescribeAlgorithmCommand.js +2 -3
- package/dist-cjs/commands/DescribeAppCommand.js +2 -3
- package/dist-cjs/commands/DescribeAppImageConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribeArtifactCommand.js +2 -3
- package/dist-cjs/commands/DescribeAutoMLJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeAutoMLJobV2Command.js +45 -0
- package/dist-cjs/commands/DescribeCodeRepositoryCommand.js +2 -3
- package/dist-cjs/commands/DescribeCompilationJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeContextCommand.js +2 -3
- package/dist-cjs/commands/DescribeDataQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeDeviceCommand.js +2 -3
- package/dist-cjs/commands/DescribeDeviceFleetCommand.js +2 -3
- package/dist-cjs/commands/DescribeDomainCommand.js +2 -3
- package/dist-cjs/commands/DescribeEdgeDeploymentPlanCommand.js +2 -3
- package/dist-cjs/commands/DescribeEdgePackagingJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeEndpointCommand.js +2 -3
- package/dist-cjs/commands/DescribeEndpointConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribeExperimentCommand.js +2 -3
- package/dist-cjs/commands/DescribeFeatureGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeFeatureMetadataCommand.js +2 -3
- package/dist-cjs/commands/DescribeFlowDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeHubCommand.js +2 -3
- package/dist-cjs/commands/DescribeHubContentCommand.js +2 -3
- package/dist-cjs/commands/DescribeHumanTaskUiCommand.js +2 -3
- package/dist-cjs/commands/DescribeHyperParameterTuningJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeImageCommand.js +2 -3
- package/dist-cjs/commands/DescribeImageVersionCommand.js +2 -3
- package/dist-cjs/commands/DescribeInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeLabelingJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeLineageGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelCardCommand.js +1 -1
- package/dist-cjs/commands/DescribeModelCardExportJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelPackageCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribePipelineCommand.js +2 -3
- package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +2 -3
- package/dist-cjs/commands/DescribePipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/DescribeProcessingJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeProjectCommand.js +2 -3
- package/dist-cjs/commands/DescribeSpaceCommand.js +2 -3
- package/dist-cjs/commands/DescribeStudioLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribeSubscribedWorkteamCommand.js +2 -3
- package/dist-cjs/commands/DescribeTrainingJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeTransformJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeTrialCommand.js +2 -3
- package/dist-cjs/commands/DescribeTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/DescribeUserProfileCommand.js +2 -3
- package/dist-cjs/commands/DescribeWorkforceCommand.js +2 -3
- package/dist-cjs/commands/DescribeWorkteamCommand.js +2 -3
- package/dist-cjs/commands/DisableSagemakerServicecatalogPortfolioCommand.js +2 -3
- package/dist-cjs/commands/DisassociateTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/EnableSagemakerServicecatalogPortfolioCommand.js +2 -3
- package/dist-cjs/commands/GetDeviceFleetReportCommand.js +2 -3
- package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +2 -3
- package/dist-cjs/commands/GetModelPackageGroupPolicyCommand.js +2 -3
- package/dist-cjs/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +2 -3
- package/dist-cjs/commands/GetSearchSuggestionsCommand.js +2 -3
- package/dist-cjs/commands/ImportHubContentCommand.js +2 -3
- package/dist-cjs/commands/ListActionsCommand.js +2 -3
- package/dist-cjs/commands/ListAlgorithmsCommand.js +2 -3
- package/dist-cjs/commands/ListAliasesCommand.js +2 -3
- package/dist-cjs/commands/ListAppImageConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListAppsCommand.js +2 -3
- package/dist-cjs/commands/ListArtifactsCommand.js +2 -3
- package/dist-cjs/commands/ListAssociationsCommand.js +2 -3
- package/dist-cjs/commands/ListAutoMLJobsCommand.js +2 -3
- package/dist-cjs/commands/ListCandidatesForAutoMLJobCommand.js +2 -3
- package/dist-cjs/commands/ListCodeRepositoriesCommand.js +2 -3
- package/dist-cjs/commands/ListCompilationJobsCommand.js +2 -3
- package/dist-cjs/commands/ListContextsCommand.js +2 -3
- package/dist-cjs/commands/ListDataQualityJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListDeviceFleetsCommand.js +2 -3
- package/dist-cjs/commands/ListDevicesCommand.js +2 -3
- package/dist-cjs/commands/ListDomainsCommand.js +2 -3
- package/dist-cjs/commands/ListEdgeDeploymentPlansCommand.js +2 -3
- package/dist-cjs/commands/ListEdgePackagingJobsCommand.js +2 -3
- package/dist-cjs/commands/ListEndpointConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListEndpointsCommand.js +2 -3
- package/dist-cjs/commands/ListExperimentsCommand.js +2 -3
- package/dist-cjs/commands/ListFeatureGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListFlowDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListHubContentVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListHubContentsCommand.js +2 -3
- package/dist-cjs/commands/ListHubsCommand.js +2 -3
- package/dist-cjs/commands/ListHumanTaskUisCommand.js +2 -3
- package/dist-cjs/commands/ListHyperParameterTuningJobsCommand.js +2 -3
- package/dist-cjs/commands/ListImageVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListImagesCommand.js +2 -3
- package/dist-cjs/commands/ListInferenceExperimentsCommand.js +2 -3
- package/dist-cjs/commands/ListInferenceRecommendationsJobStepsCommand.js +2 -3
- package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +2 -3
- package/dist-cjs/commands/ListLabelingJobsCommand.js +2 -3
- package/dist-cjs/commands/ListLabelingJobsForWorkteamCommand.js +2 -3
- package/dist-cjs/commands/ListLineageGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListModelBiasJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListModelCardExportJobsCommand.js +2 -3
- package/dist-cjs/commands/ListModelCardVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListModelCardsCommand.js +2 -3
- package/dist-cjs/commands/ListModelExplainabilityJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListModelMetadataCommand.js +2 -3
- package/dist-cjs/commands/ListModelPackageGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListModelPackagesCommand.js +2 -3
- package/dist-cjs/commands/ListModelQualityJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListModelsCommand.js +2 -3
- package/dist-cjs/commands/ListMonitoringAlertHistoryCommand.js +2 -3
- package/dist-cjs/commands/ListMonitoringAlertsCommand.js +2 -3
- package/dist-cjs/commands/ListMonitoringExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListMonitoringSchedulesCommand.js +2 -3
- package/dist-cjs/commands/ListNotebookInstanceLifecycleConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListNotebookInstancesCommand.js +2 -3
- package/dist-cjs/commands/ListPipelineExecutionStepsCommand.js +2 -3
- package/dist-cjs/commands/ListPipelineExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListPipelineParametersForExecutionCommand.js +2 -3
- package/dist-cjs/commands/ListPipelinesCommand.js +2 -3
- package/dist-cjs/commands/ListProcessingJobsCommand.js +2 -3
- package/dist-cjs/commands/ListProjectsCommand.js +2 -3
- package/dist-cjs/commands/ListSpacesCommand.js +2 -3
- package/dist-cjs/commands/ListStageDevicesCommand.js +2 -3
- package/dist-cjs/commands/ListStudioLifecycleConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListSubscribedWorkteamsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsCommand.js +2 -3
- package/dist-cjs/commands/ListTrainingJobsCommand.js +2 -3
- package/dist-cjs/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -3
- package/dist-cjs/commands/ListTransformJobsCommand.js +2 -3
- package/dist-cjs/commands/ListTrialComponentsCommand.js +2 -3
- package/dist-cjs/commands/ListTrialsCommand.js +2 -3
- package/dist-cjs/commands/ListUserProfilesCommand.js +2 -3
- package/dist-cjs/commands/ListWorkforcesCommand.js +2 -3
- package/dist-cjs/commands/ListWorkteamsCommand.js +2 -3
- package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +2 -3
- package/dist-cjs/commands/QueryLineageCommand.js +2 -3
- package/dist-cjs/commands/RegisterDevicesCommand.js +2 -3
- package/dist-cjs/commands/RenderUiTemplateCommand.js +2 -3
- package/dist-cjs/commands/RetryPipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/SearchCommand.js +1 -2
- package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +2 -3
- package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +2 -3
- package/dist-cjs/commands/StartEdgeDeploymentStageCommand.js +2 -3
- package/dist-cjs/commands/StartInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/StartMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/StartNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/StopAutoMLJobCommand.js +2 -3
- package/dist-cjs/commands/StopCompilationJobCommand.js +2 -3
- package/dist-cjs/commands/StopEdgeDeploymentStageCommand.js +2 -3
- package/dist-cjs/commands/StopEdgePackagingJobCommand.js +2 -3
- package/dist-cjs/commands/StopHyperParameterTuningJobCommand.js +2 -3
- package/dist-cjs/commands/StopInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +2 -3
- package/dist-cjs/commands/StopLabelingJobCommand.js +2 -3
- package/dist-cjs/commands/StopMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/StopNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/StopPipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/StopProcessingJobCommand.js +2 -3
- package/dist-cjs/commands/StopTrainingJobCommand.js +2 -3
- package/dist-cjs/commands/StopTransformJobCommand.js +2 -3
- package/dist-cjs/commands/UpdateActionCommand.js +2 -3
- package/dist-cjs/commands/UpdateAppImageConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateArtifactCommand.js +2 -3
- package/dist-cjs/commands/UpdateCodeRepositoryCommand.js +2 -3
- package/dist-cjs/commands/UpdateContextCommand.js +2 -3
- package/dist-cjs/commands/UpdateDeviceFleetCommand.js +2 -3
- package/dist-cjs/commands/UpdateDevicesCommand.js +2 -3
- package/dist-cjs/commands/UpdateDomainCommand.js +2 -3
- package/dist-cjs/commands/UpdateEndpointCommand.js +2 -3
- package/dist-cjs/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +2 -3
- package/dist-cjs/commands/UpdateExperimentCommand.js +2 -3
- package/dist-cjs/commands/UpdateFeatureGroupCommand.js +2 -3
- package/dist-cjs/commands/UpdateFeatureMetadataCommand.js +2 -3
- package/dist-cjs/commands/UpdateHubCommand.js +2 -3
- package/dist-cjs/commands/UpdateImageCommand.js +2 -3
- package/dist-cjs/commands/UpdateImageVersionCommand.js +2 -3
- package/dist-cjs/commands/UpdateInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/UpdateModelCardCommand.js +1 -1
- package/dist-cjs/commands/UpdateModelPackageCommand.js +2 -3
- package/dist-cjs/commands/UpdateMonitoringAlertCommand.js +2 -3
- package/dist-cjs/commands/UpdateMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/UpdateNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdatePipelineCommand.js +2 -3
- package/dist-cjs/commands/UpdatePipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/UpdateProjectCommand.js +2 -3
- package/dist-cjs/commands/UpdateSpaceCommand.js +2 -3
- package/dist-cjs/commands/UpdateTrainingJobCommand.js +2 -3
- package/dist-cjs/commands/UpdateTrialCommand.js +2 -3
- package/dist-cjs/commands/UpdateTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/UpdateUserProfileCommand.js +2 -3
- package/dist-cjs/commands/UpdateWorkforceCommand.js +1 -1
- package/dist-cjs/commands/UpdateWorkteamCommand.js +2 -3
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +20 -847
- package/dist-cjs/models/models_1.js +13 -1074
- package/dist-cjs/models/models_2.js +1 -982
- package/dist-cjs/models/models_3.js +20 -1007
- package/dist-cjs/models/models_4.js +1 -217
- package/dist-cjs/protocols/Aws_json1_1.js +289 -12
- package/dist-es/SageMaker.js +30 -0
- package/dist-es/commands/AddAssociationCommand.js +2 -3
- package/dist-es/commands/AddTagsCommand.js +2 -3
- package/dist-es/commands/AssociateTrialComponentCommand.js +2 -3
- package/dist-es/commands/BatchDescribeModelPackageCommand.js +2 -3
- package/dist-es/commands/CreateActionCommand.js +2 -3
- package/dist-es/commands/CreateAlgorithmCommand.js +2 -3
- package/dist-es/commands/CreateAppCommand.js +2 -3
- package/dist-es/commands/CreateAppImageConfigCommand.js +2 -3
- package/dist-es/commands/CreateArtifactCommand.js +2 -3
- package/dist-es/commands/CreateAutoMLJobCommand.js +2 -3
- package/dist-es/commands/CreateAutoMLJobV2Command.js +41 -0
- package/dist-es/commands/CreateCodeRepositoryCommand.js +2 -3
- package/dist-es/commands/CreateCompilationJobCommand.js +2 -3
- package/dist-es/commands/CreateContextCommand.js +2 -3
- package/dist-es/commands/CreateDataQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateDeviceFleetCommand.js +2 -3
- package/dist-es/commands/CreateDomainCommand.js +2 -3
- package/dist-es/commands/CreateEdgeDeploymentPlanCommand.js +2 -3
- package/dist-es/commands/CreateEdgeDeploymentStageCommand.js +2 -3
- package/dist-es/commands/CreateEdgePackagingJobCommand.js +2 -3
- package/dist-es/commands/CreateEndpointCommand.js +2 -3
- package/dist-es/commands/CreateEndpointConfigCommand.js +2 -3
- package/dist-es/commands/CreateExperimentCommand.js +2 -3
- package/dist-es/commands/CreateFeatureGroupCommand.js +2 -3
- package/dist-es/commands/CreateFlowDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateHubCommand.js +2 -3
- package/dist-es/commands/CreateHumanTaskUiCommand.js +2 -3
- package/dist-es/commands/CreateHyperParameterTuningJobCommand.js +2 -3
- package/dist-es/commands/CreateImageCommand.js +2 -3
- package/dist-es/commands/CreateImageVersionCommand.js +2 -3
- package/dist-es/commands/CreateInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +2 -3
- package/dist-es/commands/CreateLabelingJobCommand.js +2 -3
- package/dist-es/commands/CreateModelBiasJobDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateModelCardCommand.js +2 -2
- package/dist-es/commands/CreateModelCardExportJobCommand.js +2 -3
- package/dist-es/commands/CreateModelCommand.js +2 -3
- package/dist-es/commands/CreateModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateModelPackageCommand.js +2 -3
- package/dist-es/commands/CreateModelPackageGroupCommand.js +2 -3
- package/dist-es/commands/CreateModelQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/CreateNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/CreateNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/CreatePipelineCommand.js +2 -3
- package/dist-es/commands/CreatePresignedDomainUrlCommand.js +2 -3
- package/dist-es/commands/CreatePresignedNotebookInstanceUrlCommand.js +2 -3
- package/dist-es/commands/CreateProcessingJobCommand.js +2 -3
- package/dist-es/commands/CreateProjectCommand.js +2 -3
- package/dist-es/commands/CreateSpaceCommand.js +2 -3
- package/dist-es/commands/CreateStudioLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/CreateTrainingJobCommand.js +2 -3
- package/dist-es/commands/CreateTransformJobCommand.js +2 -3
- package/dist-es/commands/CreateTrialCommand.js +2 -3
- package/dist-es/commands/CreateTrialComponentCommand.js +2 -3
- package/dist-es/commands/CreateUserProfileCommand.js +2 -3
- package/dist-es/commands/CreateWorkforceCommand.js +2 -2
- package/dist-es/commands/CreateWorkteamCommand.js +2 -3
- package/dist-es/commands/DeleteActionCommand.js +2 -3
- package/dist-es/commands/DeleteAlgorithmCommand.js +2 -3
- package/dist-es/commands/DeleteAppCommand.js +2 -3
- package/dist-es/commands/DeleteAppImageConfigCommand.js +2 -3
- package/dist-es/commands/DeleteArtifactCommand.js +2 -3
- package/dist-es/commands/DeleteAssociationCommand.js +2 -3
- package/dist-es/commands/DeleteCodeRepositoryCommand.js +2 -3
- package/dist-es/commands/DeleteContextCommand.js +2 -3
- package/dist-es/commands/DeleteDataQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteDeviceFleetCommand.js +2 -3
- package/dist-es/commands/DeleteDomainCommand.js +2 -3
- package/dist-es/commands/DeleteEdgeDeploymentPlanCommand.js +2 -3
- package/dist-es/commands/DeleteEdgeDeploymentStageCommand.js +2 -3
- package/dist-es/commands/DeleteEndpointCommand.js +2 -3
- package/dist-es/commands/DeleteEndpointConfigCommand.js +2 -3
- package/dist-es/commands/DeleteExperimentCommand.js +2 -3
- package/dist-es/commands/DeleteFeatureGroupCommand.js +2 -3
- package/dist-es/commands/DeleteFlowDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteHubCommand.js +2 -3
- package/dist-es/commands/DeleteHubContentCommand.js +2 -3
- package/dist-es/commands/DeleteHumanTaskUiCommand.js +2 -3
- package/dist-es/commands/DeleteImageCommand.js +2 -3
- package/dist-es/commands/DeleteImageVersionCommand.js +2 -3
- package/dist-es/commands/DeleteInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/DeleteModelBiasJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteModelCardCommand.js +2 -3
- package/dist-es/commands/DeleteModelCommand.js +2 -3
- package/dist-es/commands/DeleteModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteModelPackageCommand.js +2 -3
- package/dist-es/commands/DeleteModelPackageGroupCommand.js +2 -3
- package/dist-es/commands/DeleteModelPackageGroupPolicyCommand.js +2 -3
- package/dist-es/commands/DeleteModelQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/DeleteNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/DeletePipelineCommand.js +2 -3
- package/dist-es/commands/DeleteProjectCommand.js +2 -3
- package/dist-es/commands/DeleteSpaceCommand.js +2 -3
- package/dist-es/commands/DeleteStudioLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/DeleteTagsCommand.js +2 -3
- package/dist-es/commands/DeleteTrialCommand.js +2 -3
- package/dist-es/commands/DeleteTrialComponentCommand.js +2 -3
- package/dist-es/commands/DeleteUserProfileCommand.js +2 -3
- package/dist-es/commands/DeleteWorkforceCommand.js +2 -3
- package/dist-es/commands/DeleteWorkteamCommand.js +2 -3
- package/dist-es/commands/DeregisterDevicesCommand.js +2 -3
- package/dist-es/commands/DescribeActionCommand.js +2 -3
- package/dist-es/commands/DescribeAlgorithmCommand.js +2 -3
- package/dist-es/commands/DescribeAppCommand.js +2 -3
- package/dist-es/commands/DescribeAppImageConfigCommand.js +2 -3
- package/dist-es/commands/DescribeArtifactCommand.js +2 -3
- package/dist-es/commands/DescribeAutoMLJobCommand.js +2 -3
- package/dist-es/commands/DescribeAutoMLJobV2Command.js +41 -0
- package/dist-es/commands/DescribeCodeRepositoryCommand.js +2 -3
- package/dist-es/commands/DescribeCompilationJobCommand.js +2 -3
- package/dist-es/commands/DescribeContextCommand.js +2 -3
- package/dist-es/commands/DescribeDataQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeDeviceCommand.js +2 -3
- package/dist-es/commands/DescribeDeviceFleetCommand.js +2 -3
- package/dist-es/commands/DescribeDomainCommand.js +2 -3
- package/dist-es/commands/DescribeEdgeDeploymentPlanCommand.js +2 -3
- package/dist-es/commands/DescribeEdgePackagingJobCommand.js +2 -3
- package/dist-es/commands/DescribeEndpointCommand.js +2 -3
- package/dist-es/commands/DescribeEndpointConfigCommand.js +2 -3
- package/dist-es/commands/DescribeExperimentCommand.js +2 -3
- package/dist-es/commands/DescribeFeatureGroupCommand.js +2 -3
- package/dist-es/commands/DescribeFeatureMetadataCommand.js +2 -3
- package/dist-es/commands/DescribeFlowDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeHubCommand.js +2 -3
- package/dist-es/commands/DescribeHubContentCommand.js +2 -3
- package/dist-es/commands/DescribeHumanTaskUiCommand.js +2 -3
- package/dist-es/commands/DescribeHyperParameterTuningJobCommand.js +2 -3
- package/dist-es/commands/DescribeImageCommand.js +2 -3
- package/dist-es/commands/DescribeImageVersionCommand.js +2 -3
- package/dist-es/commands/DescribeInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +2 -3
- package/dist-es/commands/DescribeLabelingJobCommand.js +2 -3
- package/dist-es/commands/DescribeLineageGroupCommand.js +2 -3
- package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeModelCardCommand.js +2 -2
- package/dist-es/commands/DescribeModelCardExportJobCommand.js +2 -3
- package/dist-es/commands/DescribeModelCommand.js +2 -3
- package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeModelPackageCommand.js +2 -3
- package/dist-es/commands/DescribeModelPackageGroupCommand.js +2 -3
- package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/DescribeNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/DescribePipelineCommand.js +2 -3
- package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +2 -3
- package/dist-es/commands/DescribePipelineExecutionCommand.js +2 -3
- package/dist-es/commands/DescribeProcessingJobCommand.js +2 -3
- package/dist-es/commands/DescribeProjectCommand.js +2 -3
- package/dist-es/commands/DescribeSpaceCommand.js +2 -3
- package/dist-es/commands/DescribeStudioLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/DescribeSubscribedWorkteamCommand.js +2 -3
- package/dist-es/commands/DescribeTrainingJobCommand.js +2 -3
- package/dist-es/commands/DescribeTransformJobCommand.js +2 -3
- package/dist-es/commands/DescribeTrialCommand.js +2 -3
- package/dist-es/commands/DescribeTrialComponentCommand.js +2 -3
- package/dist-es/commands/DescribeUserProfileCommand.js +2 -3
- package/dist-es/commands/DescribeWorkforceCommand.js +2 -3
- package/dist-es/commands/DescribeWorkteamCommand.js +2 -3
- package/dist-es/commands/DisableSagemakerServicecatalogPortfolioCommand.js +2 -3
- package/dist-es/commands/DisassociateTrialComponentCommand.js +2 -3
- package/dist-es/commands/EnableSagemakerServicecatalogPortfolioCommand.js +2 -3
- package/dist-es/commands/GetDeviceFleetReportCommand.js +2 -3
- package/dist-es/commands/GetLineageGroupPolicyCommand.js +2 -3
- package/dist-es/commands/GetModelPackageGroupPolicyCommand.js +2 -3
- package/dist-es/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +2 -3
- package/dist-es/commands/GetSearchSuggestionsCommand.js +2 -3
- package/dist-es/commands/ImportHubContentCommand.js +2 -3
- package/dist-es/commands/ListActionsCommand.js +2 -3
- package/dist-es/commands/ListAlgorithmsCommand.js +2 -3
- package/dist-es/commands/ListAliasesCommand.js +2 -3
- package/dist-es/commands/ListAppImageConfigsCommand.js +2 -3
- package/dist-es/commands/ListAppsCommand.js +2 -3
- package/dist-es/commands/ListArtifactsCommand.js +2 -3
- package/dist-es/commands/ListAssociationsCommand.js +2 -3
- package/dist-es/commands/ListAutoMLJobsCommand.js +2 -3
- package/dist-es/commands/ListCandidatesForAutoMLJobCommand.js +2 -3
- package/dist-es/commands/ListCodeRepositoriesCommand.js +2 -3
- package/dist-es/commands/ListCompilationJobsCommand.js +2 -3
- package/dist-es/commands/ListContextsCommand.js +2 -3
- package/dist-es/commands/ListDataQualityJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListDeviceFleetsCommand.js +2 -3
- package/dist-es/commands/ListDevicesCommand.js +2 -3
- package/dist-es/commands/ListDomainsCommand.js +2 -3
- package/dist-es/commands/ListEdgeDeploymentPlansCommand.js +2 -3
- package/dist-es/commands/ListEdgePackagingJobsCommand.js +2 -3
- package/dist-es/commands/ListEndpointConfigsCommand.js +2 -3
- package/dist-es/commands/ListEndpointsCommand.js +2 -3
- package/dist-es/commands/ListExperimentsCommand.js +2 -3
- package/dist-es/commands/ListFeatureGroupsCommand.js +2 -3
- package/dist-es/commands/ListFlowDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListHubContentVersionsCommand.js +2 -3
- package/dist-es/commands/ListHubContentsCommand.js +2 -3
- package/dist-es/commands/ListHubsCommand.js +2 -3
- package/dist-es/commands/ListHumanTaskUisCommand.js +2 -3
- package/dist-es/commands/ListHyperParameterTuningJobsCommand.js +2 -3
- package/dist-es/commands/ListImageVersionsCommand.js +2 -3
- package/dist-es/commands/ListImagesCommand.js +2 -3
- package/dist-es/commands/ListInferenceExperimentsCommand.js +2 -3
- package/dist-es/commands/ListInferenceRecommendationsJobStepsCommand.js +2 -3
- package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +2 -3
- package/dist-es/commands/ListLabelingJobsCommand.js +2 -3
- package/dist-es/commands/ListLabelingJobsForWorkteamCommand.js +2 -3
- package/dist-es/commands/ListLineageGroupsCommand.js +2 -3
- package/dist-es/commands/ListModelBiasJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListModelCardExportJobsCommand.js +2 -3
- package/dist-es/commands/ListModelCardVersionsCommand.js +2 -3
- package/dist-es/commands/ListModelCardsCommand.js +2 -3
- package/dist-es/commands/ListModelExplainabilityJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListModelMetadataCommand.js +2 -3
- package/dist-es/commands/ListModelPackageGroupsCommand.js +2 -3
- package/dist-es/commands/ListModelPackagesCommand.js +2 -3
- package/dist-es/commands/ListModelQualityJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListModelsCommand.js +2 -3
- package/dist-es/commands/ListMonitoringAlertHistoryCommand.js +2 -3
- package/dist-es/commands/ListMonitoringAlertsCommand.js +2 -3
- package/dist-es/commands/ListMonitoringExecutionsCommand.js +2 -3
- package/dist-es/commands/ListMonitoringSchedulesCommand.js +2 -3
- package/dist-es/commands/ListNotebookInstanceLifecycleConfigsCommand.js +2 -3
- package/dist-es/commands/ListNotebookInstancesCommand.js +2 -3
- package/dist-es/commands/ListPipelineExecutionStepsCommand.js +2 -3
- package/dist-es/commands/ListPipelineExecutionsCommand.js +2 -3
- package/dist-es/commands/ListPipelineParametersForExecutionCommand.js +2 -3
- package/dist-es/commands/ListPipelinesCommand.js +2 -3
- package/dist-es/commands/ListProcessingJobsCommand.js +2 -3
- package/dist-es/commands/ListProjectsCommand.js +2 -3
- package/dist-es/commands/ListSpacesCommand.js +2 -3
- package/dist-es/commands/ListStageDevicesCommand.js +2 -3
- package/dist-es/commands/ListStudioLifecycleConfigsCommand.js +2 -3
- package/dist-es/commands/ListSubscribedWorkteamsCommand.js +2 -3
- package/dist-es/commands/ListTagsCommand.js +2 -3
- package/dist-es/commands/ListTrainingJobsCommand.js +2 -3
- package/dist-es/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -3
- package/dist-es/commands/ListTransformJobsCommand.js +2 -3
- package/dist-es/commands/ListTrialComponentsCommand.js +2 -3
- package/dist-es/commands/ListTrialsCommand.js +2 -3
- package/dist-es/commands/ListUserProfilesCommand.js +2 -3
- package/dist-es/commands/ListWorkforcesCommand.js +2 -3
- package/dist-es/commands/ListWorkteamsCommand.js +2 -3
- package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +2 -3
- package/dist-es/commands/QueryLineageCommand.js +2 -3
- package/dist-es/commands/RegisterDevicesCommand.js +2 -3
- package/dist-es/commands/RenderUiTemplateCommand.js +2 -3
- package/dist-es/commands/RetryPipelineExecutionCommand.js +2 -3
- package/dist-es/commands/SearchCommand.js +1 -2
- package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +2 -3
- package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +2 -3
- package/dist-es/commands/StartEdgeDeploymentStageCommand.js +2 -3
- package/dist-es/commands/StartInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/StartMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/StartNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/StartPipelineExecutionCommand.js +2 -3
- package/dist-es/commands/StopAutoMLJobCommand.js +2 -3
- package/dist-es/commands/StopCompilationJobCommand.js +2 -3
- package/dist-es/commands/StopEdgeDeploymentStageCommand.js +2 -3
- package/dist-es/commands/StopEdgePackagingJobCommand.js +2 -3
- package/dist-es/commands/StopHyperParameterTuningJobCommand.js +2 -3
- package/dist-es/commands/StopInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +2 -3
- package/dist-es/commands/StopLabelingJobCommand.js +2 -3
- package/dist-es/commands/StopMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/StopNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/StopPipelineExecutionCommand.js +2 -3
- package/dist-es/commands/StopProcessingJobCommand.js +2 -3
- package/dist-es/commands/StopTrainingJobCommand.js +2 -3
- package/dist-es/commands/StopTransformJobCommand.js +2 -3
- package/dist-es/commands/UpdateActionCommand.js +2 -3
- package/dist-es/commands/UpdateAppImageConfigCommand.js +2 -3
- package/dist-es/commands/UpdateArtifactCommand.js +2 -3
- package/dist-es/commands/UpdateCodeRepositoryCommand.js +2 -3
- package/dist-es/commands/UpdateContextCommand.js +2 -3
- package/dist-es/commands/UpdateDeviceFleetCommand.js +2 -3
- package/dist-es/commands/UpdateDevicesCommand.js +2 -3
- package/dist-es/commands/UpdateDomainCommand.js +2 -3
- package/dist-es/commands/UpdateEndpointCommand.js +2 -3
- package/dist-es/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +2 -3
- package/dist-es/commands/UpdateExperimentCommand.js +2 -3
- package/dist-es/commands/UpdateFeatureGroupCommand.js +2 -3
- package/dist-es/commands/UpdateFeatureMetadataCommand.js +2 -3
- package/dist-es/commands/UpdateHubCommand.js +2 -3
- package/dist-es/commands/UpdateImageCommand.js +2 -3
- package/dist-es/commands/UpdateImageVersionCommand.js +2 -3
- package/dist-es/commands/UpdateInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/UpdateModelCardCommand.js +2 -2
- package/dist-es/commands/UpdateModelPackageCommand.js +2 -3
- package/dist-es/commands/UpdateMonitoringAlertCommand.js +2 -3
- package/dist-es/commands/UpdateMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/UpdateNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/UpdatePipelineCommand.js +2 -3
- package/dist-es/commands/UpdatePipelineExecutionCommand.js +2 -3
- package/dist-es/commands/UpdateProjectCommand.js +2 -3
- package/dist-es/commands/UpdateSpaceCommand.js +2 -3
- package/dist-es/commands/UpdateTrainingJobCommand.js +2 -3
- package/dist-es/commands/UpdateTrialCommand.js +2 -3
- package/dist-es/commands/UpdateTrialComponentCommand.js +2 -3
- package/dist-es/commands/UpdateUserProfileCommand.js +2 -3
- package/dist-es/commands/UpdateWorkforceCommand.js +2 -2
- package/dist-es/commands/UpdateWorkteamCommand.js +2 -3
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +18 -633
- package/dist-es/models/models_1.js +11 -802
- package/dist-es/models/models_2.js +0 -738
- package/dist-es/models/models_3.js +18 -752
- package/dist-es/models/models_4.js +1 -163
- package/dist-es/protocols/Aws_json1_1.js +273 -1
- package/dist-types/SageMaker.d.ts +27 -0
- package/dist-types/SageMakerClient.d.ts +4 -2
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +74 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrialCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +67 -0
- package/dist-types/commands/ListActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +305 -1063
- package/dist-types/models/models_1.d.ts +188 -1124
- package/dist-types/models/models_2.d.ts +164 -1132
- package/dist-types/models/models_3.d.ts +173 -1140
- package/dist-types/models/models_4.d.ts +142 -214
- package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
- package/dist-types/ts3.4/SageMaker.d.ts +34 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateAutoMLJobV2Command.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAutoMLJobV2Command.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAlgorithmsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +64 -610
- package/dist-types/ts3.4/models/models_1.d.ts +39 -801
- package/dist-types/ts3.4/models/models_2.d.ts +52 -745
- package/dist-types/ts3.4/models/models_3.d.ts +55 -764
- package/dist-types/ts3.4/models/models_4.d.ts +42 -159
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/package.json +4 -3
|
@@ -1,5 +1,68 @@
|
|
|
1
|
-
import { ActionSource, ActionStatus,
|
|
2
|
-
import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DriftCheckBaselines, EndpointInfo, ExperimentConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProductionVariant, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, VendorGuidance } from "./models_1";
|
|
1
|
+
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLSecurityConfig, BatchDataCaptureConfig, BatchStrategy, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, ExecutionRoleIdentityConfig, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OutputConfig, OutputDataConfig, ProblemType, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
+
import { _InstanceType, DataCaptureConfig, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DriftCheckBaselines, EndpointInfo, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantServerlessConfig, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, VendorGuidance } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface DeleteTrialRequest {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The name of the trial to delete.</p>
|
|
9
|
+
*/
|
|
10
|
+
TrialName: string | undefined;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteTrialResponse {
|
|
16
|
+
/**
|
|
17
|
+
* <p>The Amazon Resource Name (ARN) of the trial that is being deleted.</p>
|
|
18
|
+
*/
|
|
19
|
+
TrialArn?: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export interface DeleteTrialComponentRequest {
|
|
25
|
+
/**
|
|
26
|
+
* <p>The name of the component to delete.</p>
|
|
27
|
+
*/
|
|
28
|
+
TrialComponentName: string | undefined;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
export interface DeleteTrialComponentResponse {
|
|
34
|
+
/**
|
|
35
|
+
* <p>The Amazon Resource Name (ARN) of the component is being deleted.</p>
|
|
36
|
+
*/
|
|
37
|
+
TrialComponentArn?: string;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
export interface DeleteUserProfileRequest {
|
|
43
|
+
/**
|
|
44
|
+
* <p>The domain ID.</p>
|
|
45
|
+
*/
|
|
46
|
+
DomainId: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>The user profile name.</p>
|
|
49
|
+
*/
|
|
50
|
+
UserProfileName: string | undefined;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
export interface DeleteWorkforceRequest {
|
|
56
|
+
/**
|
|
57
|
+
* <p>The name of the workforce.</p>
|
|
58
|
+
*/
|
|
59
|
+
WorkforceName: string | undefined;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
export interface DeleteWorkforceResponse {
|
|
65
|
+
}
|
|
3
66
|
/**
|
|
4
67
|
* @public
|
|
5
68
|
*/
|
|
@@ -451,7 +514,9 @@ export interface ModelDeployResult {
|
|
|
451
514
|
*/
|
|
452
515
|
export interface ResolvedAttributes {
|
|
453
516
|
/**
|
|
454
|
-
* <p>Specifies a metric to minimize or maximize as the objective of a job
|
|
517
|
+
* <p>Specifies a metric to minimize or maximize as the objective of a job. V2 API jobs (for
|
|
518
|
+
* example jobs created by calling <code>CreateAutoMLJobV2</code>), support
|
|
519
|
+
* <code>Accuracy</code> only.</p>
|
|
455
520
|
*/
|
|
456
521
|
AutoMLJobObjective?: AutoMLJobObjective;
|
|
457
522
|
/**
|
|
@@ -485,9 +550,8 @@ export interface DescribeAutoMLJobResponse {
|
|
|
485
550
|
*/
|
|
486
551
|
OutputDataConfig: AutoMLOutputDataConfig | undefined;
|
|
487
552
|
/**
|
|
488
|
-
* <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that
|
|
489
|
-
*
|
|
490
|
-
* location in Amazon S3.</p>
|
|
553
|
+
* <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that has read permission to the input data
|
|
554
|
+
* location and write permission to the output data location in Amazon S3.</p>
|
|
491
555
|
*/
|
|
492
556
|
RoleArn: string | undefined;
|
|
493
557
|
/**
|
|
@@ -562,6 +626,99 @@ export interface DescribeAutoMLJobResponse {
|
|
|
562
626
|
*/
|
|
563
627
|
ModelDeployResult?: ModelDeployResult;
|
|
564
628
|
}
|
|
629
|
+
/**
|
|
630
|
+
* @public
|
|
631
|
+
*/
|
|
632
|
+
export interface DescribeAutoMLJobV2Request {
|
|
633
|
+
/**
|
|
634
|
+
* <p>Requests information about an AutoML V2 job using its unique name.</p>
|
|
635
|
+
*/
|
|
636
|
+
AutoMLJobName: string | undefined;
|
|
637
|
+
}
|
|
638
|
+
/**
|
|
639
|
+
* @public
|
|
640
|
+
*/
|
|
641
|
+
export interface DescribeAutoMLJobV2Response {
|
|
642
|
+
/**
|
|
643
|
+
* <p>Returns the name of the AutoML V2 job.</p>
|
|
644
|
+
*/
|
|
645
|
+
AutoMLJobName: string | undefined;
|
|
646
|
+
/**
|
|
647
|
+
* <p>Returns the Amazon Resource Name (ARN) of the AutoML V2 job.</p>
|
|
648
|
+
*/
|
|
649
|
+
AutoMLJobArn: string | undefined;
|
|
650
|
+
/**
|
|
651
|
+
* <p>Returns an array of channel objects describing the input data and their location.</p>
|
|
652
|
+
*/
|
|
653
|
+
AutoMLJobInputDataConfig: AutoMLJobChannel[] | undefined;
|
|
654
|
+
/**
|
|
655
|
+
* <p>Returns the job's output data config.</p>
|
|
656
|
+
*/
|
|
657
|
+
OutputDataConfig: AutoMLOutputDataConfig | undefined;
|
|
658
|
+
/**
|
|
659
|
+
* <p>The ARN of the Identity and Access Management role that has read permission to the input data location and
|
|
660
|
+
* write permission to the output data location in Amazon S3.</p>
|
|
661
|
+
*/
|
|
662
|
+
RoleArn: string | undefined;
|
|
663
|
+
/**
|
|
664
|
+
* <p>Returns the job's objective.</p>
|
|
665
|
+
*/
|
|
666
|
+
AutoMLJobObjective?: AutoMLJobObjective;
|
|
667
|
+
/**
|
|
668
|
+
* <p>Returns the configuration settings of the problem type set for the AutoML V2 job.</p>
|
|
669
|
+
*/
|
|
670
|
+
AutoMLProblemTypeConfig?: AutoMLProblemTypeConfig;
|
|
671
|
+
/**
|
|
672
|
+
* <p>Returns the creation time of the AutoML V2 job.</p>
|
|
673
|
+
*/
|
|
674
|
+
CreationTime: Date | undefined;
|
|
675
|
+
/**
|
|
676
|
+
* <p>Returns the end time of the AutoML V2 job.</p>
|
|
677
|
+
*/
|
|
678
|
+
EndTime?: Date;
|
|
679
|
+
/**
|
|
680
|
+
* <p>Returns the job's last modified time.</p>
|
|
681
|
+
*/
|
|
682
|
+
LastModifiedTime: Date | undefined;
|
|
683
|
+
/**
|
|
684
|
+
* <p>Returns the reason for the failure of the AutoML V2 job, when applicable.</p>
|
|
685
|
+
*/
|
|
686
|
+
FailureReason?: string;
|
|
687
|
+
/**
|
|
688
|
+
* <p>Returns a list of reasons for partial failures within an AutoML V2 job.</p>
|
|
689
|
+
*/
|
|
690
|
+
PartialFailureReasons?: AutoMLPartialFailureReason[];
|
|
691
|
+
/**
|
|
692
|
+
* <p>Information about the candidate produced by an AutoML training job V2,
|
|
693
|
+
* including its status, steps, and other properties.</p>
|
|
694
|
+
*/
|
|
695
|
+
BestCandidate?: AutoMLCandidate;
|
|
696
|
+
/**
|
|
697
|
+
* <p>Returns the status of the AutoML V2 job.</p>
|
|
698
|
+
*/
|
|
699
|
+
AutoMLJobStatus: AutoMLJobStatus | string | undefined;
|
|
700
|
+
/**
|
|
701
|
+
* <p>Returns the secondary status of the AutoML V2 job.</p>
|
|
702
|
+
*/
|
|
703
|
+
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus | string | undefined;
|
|
704
|
+
/**
|
|
705
|
+
* <p>Indicates whether the model was deployed automatically to an endpoint and the name of
|
|
706
|
+
* that endpoint if deployed automatically.</p>
|
|
707
|
+
*/
|
|
708
|
+
ModelDeployConfig?: ModelDeployConfig;
|
|
709
|
+
/**
|
|
710
|
+
* <p>Provides information about endpoint for the model deployment.</p>
|
|
711
|
+
*/
|
|
712
|
+
ModelDeployResult?: ModelDeployResult;
|
|
713
|
+
/**
|
|
714
|
+
* <p>Returns the configuration settings of how the data are split into train and validation datasets.</p>
|
|
715
|
+
*/
|
|
716
|
+
DataSplitConfig?: AutoMLDataSplitConfig;
|
|
717
|
+
/**
|
|
718
|
+
* <p>Returns the security configuration for traffic encryption or Amazon VPC settings.</p>
|
|
719
|
+
*/
|
|
720
|
+
SecurityConfig?: AutoMLSecurityConfig;
|
|
721
|
+
}
|
|
565
722
|
/**
|
|
566
723
|
* @public
|
|
567
724
|
*/
|
|
@@ -8631,1132 +8788,7 @@ export interface LabelingJobSummary {
|
|
|
8631
8788
|
*/
|
|
8632
8789
|
InputConfig?: LabelingJobInputConfig;
|
|
8633
8790
|
}
|
|
8634
|
-
/**
|
|
8635
|
-
* @public
|
|
8636
|
-
* <p>Metadata for a Lambda step.</p>
|
|
8637
|
-
*/
|
|
8638
|
-
export interface LambdaStepMetadata {
|
|
8639
|
-
/**
|
|
8640
|
-
* <p>The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.</p>
|
|
8641
|
-
*/
|
|
8642
|
-
Arn?: string;
|
|
8643
|
-
/**
|
|
8644
|
-
* <p>A list of the output parameters of the Lambda step.</p>
|
|
8645
|
-
*/
|
|
8646
|
-
OutputParameters?: OutputParameter[];
|
|
8647
|
-
}
|
|
8648
|
-
/**
|
|
8649
|
-
* @public
|
|
8650
|
-
* <p>Lists a summary of the properties of a lineage group. A lineage group provides a group of shareable lineage entity
|
|
8651
|
-
* resources.</p>
|
|
8652
|
-
*/
|
|
8653
|
-
export interface LineageGroupSummary {
|
|
8654
|
-
/**
|
|
8655
|
-
* <p>The Amazon Resource Name (ARN) of the lineage group resource.</p>
|
|
8656
|
-
*/
|
|
8657
|
-
LineageGroupArn?: string;
|
|
8658
|
-
/**
|
|
8659
|
-
* <p>The name or Amazon Resource Name (ARN) of the lineage group.</p>
|
|
8660
|
-
*/
|
|
8661
|
-
LineageGroupName?: string;
|
|
8662
|
-
/**
|
|
8663
|
-
* <p>The display name of the lineage group summary.</p>
|
|
8664
|
-
*/
|
|
8665
|
-
DisplayName?: string;
|
|
8666
|
-
/**
|
|
8667
|
-
* <p>The creation time of the lineage group summary.</p>
|
|
8668
|
-
*/
|
|
8669
|
-
CreationTime?: Date;
|
|
8670
|
-
/**
|
|
8671
|
-
* <p>The last modified time of the lineage group summary.</p>
|
|
8672
|
-
*/
|
|
8673
|
-
LastModifiedTime?: Date;
|
|
8674
|
-
}
|
|
8675
|
-
/**
|
|
8676
|
-
* @public
|
|
8677
|
-
*/
|
|
8678
|
-
export declare enum LineageType {
|
|
8679
|
-
ACTION = "Action",
|
|
8680
|
-
ARTIFACT = "Artifact",
|
|
8681
|
-
CONTEXT = "Context",
|
|
8682
|
-
TRIAL_COMPONENT = "TrialComponent"
|
|
8683
|
-
}
|
|
8684
|
-
/**
|
|
8685
|
-
* @public
|
|
8686
|
-
*/
|
|
8687
|
-
export declare enum SortActionsBy {
|
|
8688
|
-
CREATION_TIME = "CreationTime",
|
|
8689
|
-
NAME = "Name"
|
|
8690
|
-
}
|
|
8691
|
-
/**
|
|
8692
|
-
* @public
|
|
8693
|
-
*/
|
|
8694
|
-
export declare enum SortOrder {
|
|
8695
|
-
ASCENDING = "Ascending",
|
|
8696
|
-
DESCENDING = "Descending"
|
|
8697
|
-
}
|
|
8698
|
-
/**
|
|
8699
|
-
* @public
|
|
8700
|
-
*/
|
|
8701
|
-
export interface ListActionsRequest {
|
|
8702
|
-
/**
|
|
8703
|
-
* <p>A filter that returns only actions with the specified source URI.</p>
|
|
8704
|
-
*/
|
|
8705
|
-
SourceUri?: string;
|
|
8706
|
-
/**
|
|
8707
|
-
* <p>A filter that returns only actions of the specified type.</p>
|
|
8708
|
-
*/
|
|
8709
|
-
ActionType?: string;
|
|
8710
|
-
/**
|
|
8711
|
-
* <p>A filter that returns only actions created on or after the specified time.</p>
|
|
8712
|
-
*/
|
|
8713
|
-
CreatedAfter?: Date;
|
|
8714
|
-
/**
|
|
8715
|
-
* <p>A filter that returns only actions created on or before the specified time.</p>
|
|
8716
|
-
*/
|
|
8717
|
-
CreatedBefore?: Date;
|
|
8718
|
-
/**
|
|
8719
|
-
* <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
|
|
8720
|
-
*/
|
|
8721
|
-
SortBy?: SortActionsBy | string;
|
|
8722
|
-
/**
|
|
8723
|
-
* <p>The sort order. The default value is <code>Descending</code>.</p>
|
|
8724
|
-
*/
|
|
8725
|
-
SortOrder?: SortOrder | string;
|
|
8726
|
-
/**
|
|
8727
|
-
* <p>If the previous call to <code>ListActions</code> didn't return the full set of actions,
|
|
8728
|
-
* the call returns a token for getting the next set of actions.</p>
|
|
8729
|
-
*/
|
|
8730
|
-
NextToken?: string;
|
|
8731
|
-
/**
|
|
8732
|
-
* <p>The maximum number of actions to return in the response. The default value is 10.</p>
|
|
8733
|
-
*/
|
|
8734
|
-
MaxResults?: number;
|
|
8735
|
-
}
|
|
8736
|
-
/**
|
|
8737
|
-
* @public
|
|
8738
|
-
*/
|
|
8739
|
-
export interface ListActionsResponse {
|
|
8740
|
-
/**
|
|
8741
|
-
* <p>A list of actions and their properties.</p>
|
|
8742
|
-
*/
|
|
8743
|
-
ActionSummaries?: ActionSummary[];
|
|
8744
|
-
/**
|
|
8745
|
-
* <p>A token for getting the next set of actions, if there are any.</p>
|
|
8746
|
-
*/
|
|
8747
|
-
NextToken?: string;
|
|
8748
|
-
}
|
|
8749
|
-
/**
|
|
8750
|
-
* @public
|
|
8751
|
-
*/
|
|
8752
|
-
export interface ListAlgorithmsInput {
|
|
8753
|
-
/**
|
|
8754
|
-
* <p>A filter that returns only algorithms created after the specified time
|
|
8755
|
-
* (timestamp).</p>
|
|
8756
|
-
*/
|
|
8757
|
-
CreationTimeAfter?: Date;
|
|
8758
|
-
/**
|
|
8759
|
-
* <p>A filter that returns only algorithms created before the specified time
|
|
8760
|
-
* (timestamp).</p>
|
|
8761
|
-
*/
|
|
8762
|
-
CreationTimeBefore?: Date;
|
|
8763
|
-
/**
|
|
8764
|
-
* <p>The maximum number of algorithms to return in the response.</p>
|
|
8765
|
-
*/
|
|
8766
|
-
MaxResults?: number;
|
|
8767
|
-
/**
|
|
8768
|
-
* <p>A string in the algorithm name. This filter returns only algorithms whose name
|
|
8769
|
-
* contains the specified string.</p>
|
|
8770
|
-
*/
|
|
8771
|
-
NameContains?: string;
|
|
8772
|
-
/**
|
|
8773
|
-
* <p>If the response to a previous <code>ListAlgorithms</code> request was truncated, the
|
|
8774
|
-
* response includes a <code>NextToken</code>. To retrieve the next set of algorithms, use
|
|
8775
|
-
* the token in the next request.</p>
|
|
8776
|
-
*/
|
|
8777
|
-
NextToken?: string;
|
|
8778
|
-
/**
|
|
8779
|
-
* <p>The parameter by which to sort the results. The default is
|
|
8780
|
-
* <code>CreationTime</code>.</p>
|
|
8781
|
-
*/
|
|
8782
|
-
SortBy?: AlgorithmSortBy | string;
|
|
8783
|
-
/**
|
|
8784
|
-
* <p>The sort order for the results. The default is <code>Ascending</code>.</p>
|
|
8785
|
-
*/
|
|
8786
|
-
SortOrder?: SortOrder | string;
|
|
8787
|
-
}
|
|
8788
|
-
/**
|
|
8789
|
-
* @public
|
|
8790
|
-
*/
|
|
8791
|
-
export interface ListAlgorithmsOutput {
|
|
8792
|
-
/**
|
|
8793
|
-
* <p>>An array of <code>AlgorithmSummary</code> objects, each of which lists an
|
|
8794
|
-
* algorithm.</p>
|
|
8795
|
-
*/
|
|
8796
|
-
AlgorithmSummaryList: AlgorithmSummary[] | undefined;
|
|
8797
|
-
/**
|
|
8798
|
-
* <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
|
|
8799
|
-
* algorithms, use it in the subsequent request.</p>
|
|
8800
|
-
*/
|
|
8801
|
-
NextToken?: string;
|
|
8802
|
-
}
|
|
8803
|
-
/**
|
|
8804
|
-
* @internal
|
|
8805
|
-
*/
|
|
8806
|
-
export declare const DeleteWorkteamRequestFilterSensitiveLog: (obj: DeleteWorkteamRequest) => any;
|
|
8807
|
-
/**
|
|
8808
|
-
* @internal
|
|
8809
|
-
*/
|
|
8810
|
-
export declare const DeleteWorkteamResponseFilterSensitiveLog: (obj: DeleteWorkteamResponse) => any;
|
|
8811
|
-
/**
|
|
8812
|
-
* @internal
|
|
8813
|
-
*/
|
|
8814
|
-
export declare const DeployedImageFilterSensitiveLog: (obj: DeployedImage) => any;
|
|
8815
|
-
/**
|
|
8816
|
-
* @internal
|
|
8817
|
-
*/
|
|
8818
|
-
export declare const EdgeDeploymentStatusFilterSensitiveLog: (obj: EdgeDeploymentStatus) => any;
|
|
8819
8791
|
/**
|
|
8820
8792
|
* @internal
|
|
8821
8793
|
*/
|
|
8822
|
-
export declare const
|
|
8823
|
-
/**
|
|
8824
|
-
* @internal
|
|
8825
|
-
*/
|
|
8826
|
-
export declare const DeregisterDevicesRequestFilterSensitiveLog: (obj: DeregisterDevicesRequest) => any;
|
|
8827
|
-
/**
|
|
8828
|
-
* @internal
|
|
8829
|
-
*/
|
|
8830
|
-
export declare const DescribeActionRequestFilterSensitiveLog: (obj: DescribeActionRequest) => any;
|
|
8831
|
-
/**
|
|
8832
|
-
* @internal
|
|
8833
|
-
*/
|
|
8834
|
-
export declare const DescribeActionResponseFilterSensitiveLog: (obj: DescribeActionResponse) => any;
|
|
8835
|
-
/**
|
|
8836
|
-
* @internal
|
|
8837
|
-
*/
|
|
8838
|
-
export declare const DescribeAlgorithmInputFilterSensitiveLog: (obj: DescribeAlgorithmInput) => any;
|
|
8839
|
-
/**
|
|
8840
|
-
* @internal
|
|
8841
|
-
*/
|
|
8842
|
-
export declare const DescribeAlgorithmOutputFilterSensitiveLog: (obj: DescribeAlgorithmOutput) => any;
|
|
8843
|
-
/**
|
|
8844
|
-
* @internal
|
|
8845
|
-
*/
|
|
8846
|
-
export declare const DescribeAppRequestFilterSensitiveLog: (obj: DescribeAppRequest) => any;
|
|
8847
|
-
/**
|
|
8848
|
-
* @internal
|
|
8849
|
-
*/
|
|
8850
|
-
export declare const DescribeAppResponseFilterSensitiveLog: (obj: DescribeAppResponse) => any;
|
|
8851
|
-
/**
|
|
8852
|
-
* @internal
|
|
8853
|
-
*/
|
|
8854
|
-
export declare const DescribeAppImageConfigRequestFilterSensitiveLog: (obj: DescribeAppImageConfigRequest) => any;
|
|
8855
|
-
/**
|
|
8856
|
-
* @internal
|
|
8857
|
-
*/
|
|
8858
|
-
export declare const DescribeAppImageConfigResponseFilterSensitiveLog: (obj: DescribeAppImageConfigResponse) => any;
|
|
8859
|
-
/**
|
|
8860
|
-
* @internal
|
|
8861
|
-
*/
|
|
8862
|
-
export declare const DescribeArtifactRequestFilterSensitiveLog: (obj: DescribeArtifactRequest) => any;
|
|
8863
|
-
/**
|
|
8864
|
-
* @internal
|
|
8865
|
-
*/
|
|
8866
|
-
export declare const DescribeArtifactResponseFilterSensitiveLog: (obj: DescribeArtifactResponse) => any;
|
|
8867
|
-
/**
|
|
8868
|
-
* @internal
|
|
8869
|
-
*/
|
|
8870
|
-
export declare const DescribeAutoMLJobRequestFilterSensitiveLog: (obj: DescribeAutoMLJobRequest) => any;
|
|
8871
|
-
/**
|
|
8872
|
-
* @internal
|
|
8873
|
-
*/
|
|
8874
|
-
export declare const ModelDeployResultFilterSensitiveLog: (obj: ModelDeployResult) => any;
|
|
8875
|
-
/**
|
|
8876
|
-
* @internal
|
|
8877
|
-
*/
|
|
8878
|
-
export declare const ResolvedAttributesFilterSensitiveLog: (obj: ResolvedAttributes) => any;
|
|
8879
|
-
/**
|
|
8880
|
-
* @internal
|
|
8881
|
-
*/
|
|
8882
|
-
export declare const DescribeAutoMLJobResponseFilterSensitiveLog: (obj: DescribeAutoMLJobResponse) => any;
|
|
8883
|
-
/**
|
|
8884
|
-
* @internal
|
|
8885
|
-
*/
|
|
8886
|
-
export declare const DescribeCodeRepositoryInputFilterSensitiveLog: (obj: DescribeCodeRepositoryInput) => any;
|
|
8887
|
-
/**
|
|
8888
|
-
* @internal
|
|
8889
|
-
*/
|
|
8890
|
-
export declare const DescribeCodeRepositoryOutputFilterSensitiveLog: (obj: DescribeCodeRepositoryOutput) => any;
|
|
8891
|
-
/**
|
|
8892
|
-
* @internal
|
|
8893
|
-
*/
|
|
8894
|
-
export declare const DescribeCompilationJobRequestFilterSensitiveLog: (obj: DescribeCompilationJobRequest) => any;
|
|
8895
|
-
/**
|
|
8896
|
-
* @internal
|
|
8897
|
-
*/
|
|
8898
|
-
export declare const ModelArtifactsFilterSensitiveLog: (obj: ModelArtifacts) => any;
|
|
8899
|
-
/**
|
|
8900
|
-
* @internal
|
|
8901
|
-
*/
|
|
8902
|
-
export declare const ModelDigestsFilterSensitiveLog: (obj: ModelDigests) => any;
|
|
8903
|
-
/**
|
|
8904
|
-
* @internal
|
|
8905
|
-
*/
|
|
8906
|
-
export declare const DescribeCompilationJobResponseFilterSensitiveLog: (obj: DescribeCompilationJobResponse) => any;
|
|
8907
|
-
/**
|
|
8908
|
-
* @internal
|
|
8909
|
-
*/
|
|
8910
|
-
export declare const DescribeContextRequestFilterSensitiveLog: (obj: DescribeContextRequest) => any;
|
|
8911
|
-
/**
|
|
8912
|
-
* @internal
|
|
8913
|
-
*/
|
|
8914
|
-
export declare const DescribeContextResponseFilterSensitiveLog: (obj: DescribeContextResponse) => any;
|
|
8915
|
-
/**
|
|
8916
|
-
* @internal
|
|
8917
|
-
*/
|
|
8918
|
-
export declare const DescribeDataQualityJobDefinitionRequestFilterSensitiveLog: (obj: DescribeDataQualityJobDefinitionRequest) => any;
|
|
8919
|
-
/**
|
|
8920
|
-
* @internal
|
|
8921
|
-
*/
|
|
8922
|
-
export declare const DescribeDataQualityJobDefinitionResponseFilterSensitiveLog: (obj: DescribeDataQualityJobDefinitionResponse) => any;
|
|
8923
|
-
/**
|
|
8924
|
-
* @internal
|
|
8925
|
-
*/
|
|
8926
|
-
export declare const DescribeDeviceRequestFilterSensitiveLog: (obj: DescribeDeviceRequest) => any;
|
|
8927
|
-
/**
|
|
8928
|
-
* @internal
|
|
8929
|
-
*/
|
|
8930
|
-
export declare const EdgeModelFilterSensitiveLog: (obj: EdgeModel) => any;
|
|
8931
|
-
/**
|
|
8932
|
-
* @internal
|
|
8933
|
-
*/
|
|
8934
|
-
export declare const DescribeDeviceResponseFilterSensitiveLog: (obj: DescribeDeviceResponse) => any;
|
|
8935
|
-
/**
|
|
8936
|
-
* @internal
|
|
8937
|
-
*/
|
|
8938
|
-
export declare const DescribeDeviceFleetRequestFilterSensitiveLog: (obj: DescribeDeviceFleetRequest) => any;
|
|
8939
|
-
/**
|
|
8940
|
-
* @internal
|
|
8941
|
-
*/
|
|
8942
|
-
export declare const DescribeDeviceFleetResponseFilterSensitiveLog: (obj: DescribeDeviceFleetResponse) => any;
|
|
8943
|
-
/**
|
|
8944
|
-
* @internal
|
|
8945
|
-
*/
|
|
8946
|
-
export declare const DescribeDomainRequestFilterSensitiveLog: (obj: DescribeDomainRequest) => any;
|
|
8947
|
-
/**
|
|
8948
|
-
* @internal
|
|
8949
|
-
*/
|
|
8950
|
-
export declare const DescribeDomainResponseFilterSensitiveLog: (obj: DescribeDomainResponse) => any;
|
|
8951
|
-
/**
|
|
8952
|
-
* @internal
|
|
8953
|
-
*/
|
|
8954
|
-
export declare const DescribeEdgeDeploymentPlanRequestFilterSensitiveLog: (obj: DescribeEdgeDeploymentPlanRequest) => any;
|
|
8955
|
-
/**
|
|
8956
|
-
* @internal
|
|
8957
|
-
*/
|
|
8958
|
-
export declare const DescribeEdgeDeploymentPlanResponseFilterSensitiveLog: (obj: DescribeEdgeDeploymentPlanResponse) => any;
|
|
8959
|
-
/**
|
|
8960
|
-
* @internal
|
|
8961
|
-
*/
|
|
8962
|
-
export declare const DescribeEdgePackagingJobRequestFilterSensitiveLog: (obj: DescribeEdgePackagingJobRequest) => any;
|
|
8963
|
-
/**
|
|
8964
|
-
* @internal
|
|
8965
|
-
*/
|
|
8966
|
-
export declare const EdgePresetDeploymentOutputFilterSensitiveLog: (obj: EdgePresetDeploymentOutput) => any;
|
|
8967
|
-
/**
|
|
8968
|
-
* @internal
|
|
8969
|
-
*/
|
|
8970
|
-
export declare const DescribeEdgePackagingJobResponseFilterSensitiveLog: (obj: DescribeEdgePackagingJobResponse) => any;
|
|
8971
|
-
/**
|
|
8972
|
-
* @internal
|
|
8973
|
-
*/
|
|
8974
|
-
export declare const DescribeEndpointInputFilterSensitiveLog: (obj: DescribeEndpointInput) => any;
|
|
8975
|
-
/**
|
|
8976
|
-
* @internal
|
|
8977
|
-
*/
|
|
8978
|
-
export declare const ProductionVariantStatusFilterSensitiveLog: (obj: ProductionVariantStatus) => any;
|
|
8979
|
-
/**
|
|
8980
|
-
* @internal
|
|
8981
|
-
*/
|
|
8982
|
-
export declare const PendingProductionVariantSummaryFilterSensitiveLog: (obj: PendingProductionVariantSummary) => any;
|
|
8983
|
-
/**
|
|
8984
|
-
* @internal
|
|
8985
|
-
*/
|
|
8986
|
-
export declare const PendingDeploymentSummaryFilterSensitiveLog: (obj: PendingDeploymentSummary) => any;
|
|
8987
|
-
/**
|
|
8988
|
-
* @internal
|
|
8989
|
-
*/
|
|
8990
|
-
export declare const ProductionVariantSummaryFilterSensitiveLog: (obj: ProductionVariantSummary) => any;
|
|
8991
|
-
/**
|
|
8992
|
-
* @internal
|
|
8993
|
-
*/
|
|
8994
|
-
export declare const DescribeEndpointOutputFilterSensitiveLog: (obj: DescribeEndpointOutput) => any;
|
|
8995
|
-
/**
|
|
8996
|
-
* @internal
|
|
8997
|
-
*/
|
|
8998
|
-
export declare const DescribeEndpointConfigInputFilterSensitiveLog: (obj: DescribeEndpointConfigInput) => any;
|
|
8999
|
-
/**
|
|
9000
|
-
* @internal
|
|
9001
|
-
*/
|
|
9002
|
-
export declare const DescribeEndpointConfigOutputFilterSensitiveLog: (obj: DescribeEndpointConfigOutput) => any;
|
|
9003
|
-
/**
|
|
9004
|
-
* @internal
|
|
9005
|
-
*/
|
|
9006
|
-
export declare const DescribeExperimentRequestFilterSensitiveLog: (obj: DescribeExperimentRequest) => any;
|
|
9007
|
-
/**
|
|
9008
|
-
* @internal
|
|
9009
|
-
*/
|
|
9010
|
-
export declare const ExperimentSourceFilterSensitiveLog: (obj: ExperimentSource) => any;
|
|
9011
|
-
/**
|
|
9012
|
-
* @internal
|
|
9013
|
-
*/
|
|
9014
|
-
export declare const DescribeExperimentResponseFilterSensitiveLog: (obj: DescribeExperimentResponse) => any;
|
|
9015
|
-
/**
|
|
9016
|
-
* @internal
|
|
9017
|
-
*/
|
|
9018
|
-
export declare const DescribeFeatureGroupRequestFilterSensitiveLog: (obj: DescribeFeatureGroupRequest) => any;
|
|
9019
|
-
/**
|
|
9020
|
-
* @internal
|
|
9021
|
-
*/
|
|
9022
|
-
export declare const LastUpdateStatusFilterSensitiveLog: (obj: LastUpdateStatus) => any;
|
|
9023
|
-
/**
|
|
9024
|
-
* @internal
|
|
9025
|
-
*/
|
|
9026
|
-
export declare const OfflineStoreStatusFilterSensitiveLog: (obj: OfflineStoreStatus) => any;
|
|
9027
|
-
/**
|
|
9028
|
-
* @internal
|
|
9029
|
-
*/
|
|
9030
|
-
export declare const DescribeFeatureGroupResponseFilterSensitiveLog: (obj: DescribeFeatureGroupResponse) => any;
|
|
9031
|
-
/**
|
|
9032
|
-
* @internal
|
|
9033
|
-
*/
|
|
9034
|
-
export declare const DescribeFeatureMetadataRequestFilterSensitiveLog: (obj: DescribeFeatureMetadataRequest) => any;
|
|
9035
|
-
/**
|
|
9036
|
-
* @internal
|
|
9037
|
-
*/
|
|
9038
|
-
export declare const FeatureParameterFilterSensitiveLog: (obj: FeatureParameter) => any;
|
|
9039
|
-
/**
|
|
9040
|
-
* @internal
|
|
9041
|
-
*/
|
|
9042
|
-
export declare const DescribeFeatureMetadataResponseFilterSensitiveLog: (obj: DescribeFeatureMetadataResponse) => any;
|
|
9043
|
-
/**
|
|
9044
|
-
* @internal
|
|
9045
|
-
*/
|
|
9046
|
-
export declare const DescribeFlowDefinitionRequestFilterSensitiveLog: (obj: DescribeFlowDefinitionRequest) => any;
|
|
9047
|
-
/**
|
|
9048
|
-
* @internal
|
|
9049
|
-
*/
|
|
9050
|
-
export declare const DescribeFlowDefinitionResponseFilterSensitiveLog: (obj: DescribeFlowDefinitionResponse) => any;
|
|
9051
|
-
/**
|
|
9052
|
-
* @internal
|
|
9053
|
-
*/
|
|
9054
|
-
export declare const DescribeHubRequestFilterSensitiveLog: (obj: DescribeHubRequest) => any;
|
|
9055
|
-
/**
|
|
9056
|
-
* @internal
|
|
9057
|
-
*/
|
|
9058
|
-
export declare const DescribeHubResponseFilterSensitiveLog: (obj: DescribeHubResponse) => any;
|
|
9059
|
-
/**
|
|
9060
|
-
* @internal
|
|
9061
|
-
*/
|
|
9062
|
-
export declare const DescribeHubContentRequestFilterSensitiveLog: (obj: DescribeHubContentRequest) => any;
|
|
9063
|
-
/**
|
|
9064
|
-
* @internal
|
|
9065
|
-
*/
|
|
9066
|
-
export declare const HubContentDependencyFilterSensitiveLog: (obj: HubContentDependency) => any;
|
|
9067
|
-
/**
|
|
9068
|
-
* @internal
|
|
9069
|
-
*/
|
|
9070
|
-
export declare const DescribeHubContentResponseFilterSensitiveLog: (obj: DescribeHubContentResponse) => any;
|
|
9071
|
-
/**
|
|
9072
|
-
* @internal
|
|
9073
|
-
*/
|
|
9074
|
-
export declare const DescribeHumanTaskUiRequestFilterSensitiveLog: (obj: DescribeHumanTaskUiRequest) => any;
|
|
9075
|
-
/**
|
|
9076
|
-
* @internal
|
|
9077
|
-
*/
|
|
9078
|
-
export declare const UiTemplateInfoFilterSensitiveLog: (obj: UiTemplateInfo) => any;
|
|
9079
|
-
/**
|
|
9080
|
-
* @internal
|
|
9081
|
-
*/
|
|
9082
|
-
export declare const DescribeHumanTaskUiResponseFilterSensitiveLog: (obj: DescribeHumanTaskUiResponse) => any;
|
|
9083
|
-
/**
|
|
9084
|
-
* @internal
|
|
9085
|
-
*/
|
|
9086
|
-
export declare const DescribeHyperParameterTuningJobRequestFilterSensitiveLog: (obj: DescribeHyperParameterTuningJobRequest) => any;
|
|
9087
|
-
/**
|
|
9088
|
-
* @internal
|
|
9089
|
-
*/
|
|
9090
|
-
export declare const FinalHyperParameterTuningJobObjectiveMetricFilterSensitiveLog: (obj: FinalHyperParameterTuningJobObjectiveMetric) => any;
|
|
9091
|
-
/**
|
|
9092
|
-
* @internal
|
|
9093
|
-
*/
|
|
9094
|
-
export declare const HyperParameterTrainingJobSummaryFilterSensitiveLog: (obj: HyperParameterTrainingJobSummary) => any;
|
|
9095
|
-
/**
|
|
9096
|
-
* @internal
|
|
9097
|
-
*/
|
|
9098
|
-
export declare const HyperParameterTuningJobConsumedResourcesFilterSensitiveLog: (obj: HyperParameterTuningJobConsumedResources) => any;
|
|
9099
|
-
/**
|
|
9100
|
-
* @internal
|
|
9101
|
-
*/
|
|
9102
|
-
export declare const ObjectiveStatusCountersFilterSensitiveLog: (obj: ObjectiveStatusCounters) => any;
|
|
9103
|
-
/**
|
|
9104
|
-
* @internal
|
|
9105
|
-
*/
|
|
9106
|
-
export declare const TrainingJobStatusCountersFilterSensitiveLog: (obj: TrainingJobStatusCounters) => any;
|
|
9107
|
-
/**
|
|
9108
|
-
* @internal
|
|
9109
|
-
*/
|
|
9110
|
-
export declare const HyperParameterTuningJobCompletionDetailsFilterSensitiveLog: (obj: HyperParameterTuningJobCompletionDetails) => any;
|
|
9111
|
-
/**
|
|
9112
|
-
* @internal
|
|
9113
|
-
*/
|
|
9114
|
-
export declare const DescribeHyperParameterTuningJobResponseFilterSensitiveLog: (obj: DescribeHyperParameterTuningJobResponse) => any;
|
|
9115
|
-
/**
|
|
9116
|
-
* @internal
|
|
9117
|
-
*/
|
|
9118
|
-
export declare const DescribeImageRequestFilterSensitiveLog: (obj: DescribeImageRequest) => any;
|
|
9119
|
-
/**
|
|
9120
|
-
* @internal
|
|
9121
|
-
*/
|
|
9122
|
-
export declare const DescribeImageResponseFilterSensitiveLog: (obj: DescribeImageResponse) => any;
|
|
9123
|
-
/**
|
|
9124
|
-
* @internal
|
|
9125
|
-
*/
|
|
9126
|
-
export declare const DescribeImageVersionRequestFilterSensitiveLog: (obj: DescribeImageVersionRequest) => any;
|
|
9127
|
-
/**
|
|
9128
|
-
* @internal
|
|
9129
|
-
*/
|
|
9130
|
-
export declare const DescribeImageVersionResponseFilterSensitiveLog: (obj: DescribeImageVersionResponse) => any;
|
|
9131
|
-
/**
|
|
9132
|
-
* @internal
|
|
9133
|
-
*/
|
|
9134
|
-
export declare const DescribeInferenceExperimentRequestFilterSensitiveLog: (obj: DescribeInferenceExperimentRequest) => any;
|
|
9135
|
-
/**
|
|
9136
|
-
* @internal
|
|
9137
|
-
*/
|
|
9138
|
-
export declare const EndpointMetadataFilterSensitiveLog: (obj: EndpointMetadata) => any;
|
|
9139
|
-
/**
|
|
9140
|
-
* @internal
|
|
9141
|
-
*/
|
|
9142
|
-
export declare const ModelVariantConfigSummaryFilterSensitiveLog: (obj: ModelVariantConfigSummary) => any;
|
|
9143
|
-
/**
|
|
9144
|
-
* @internal
|
|
9145
|
-
*/
|
|
9146
|
-
export declare const DescribeInferenceExperimentResponseFilterSensitiveLog: (obj: DescribeInferenceExperimentResponse) => any;
|
|
9147
|
-
/**
|
|
9148
|
-
* @internal
|
|
9149
|
-
*/
|
|
9150
|
-
export declare const DescribeInferenceRecommendationsJobRequestFilterSensitiveLog: (obj: DescribeInferenceRecommendationsJobRequest) => any;
|
|
9151
|
-
/**
|
|
9152
|
-
* @internal
|
|
9153
|
-
*/
|
|
9154
|
-
export declare const InferenceMetricsFilterSensitiveLog: (obj: InferenceMetrics) => any;
|
|
9155
|
-
/**
|
|
9156
|
-
* @internal
|
|
9157
|
-
*/
|
|
9158
|
-
export declare const EndpointPerformanceFilterSensitiveLog: (obj: EndpointPerformance) => any;
|
|
9159
|
-
/**
|
|
9160
|
-
* @internal
|
|
9161
|
-
*/
|
|
9162
|
-
export declare const EndpointOutputConfigurationFilterSensitiveLog: (obj: EndpointOutputConfiguration) => any;
|
|
9163
|
-
/**
|
|
9164
|
-
* @internal
|
|
9165
|
-
*/
|
|
9166
|
-
export declare const RecommendationMetricsFilterSensitiveLog: (obj: RecommendationMetrics) => any;
|
|
9167
|
-
/**
|
|
9168
|
-
* @internal
|
|
9169
|
-
*/
|
|
9170
|
-
export declare const EnvironmentParameterFilterSensitiveLog: (obj: EnvironmentParameter) => any;
|
|
9171
|
-
/**
|
|
9172
|
-
* @internal
|
|
9173
|
-
*/
|
|
9174
|
-
export declare const ModelConfigurationFilterSensitiveLog: (obj: ModelConfiguration) => any;
|
|
9175
|
-
/**
|
|
9176
|
-
* @internal
|
|
9177
|
-
*/
|
|
9178
|
-
export declare const InferenceRecommendationFilterSensitiveLog: (obj: InferenceRecommendation) => any;
|
|
9179
|
-
/**
|
|
9180
|
-
* @internal
|
|
9181
|
-
*/
|
|
9182
|
-
export declare const DescribeInferenceRecommendationsJobResponseFilterSensitiveLog: (obj: DescribeInferenceRecommendationsJobResponse) => any;
|
|
9183
|
-
/**
|
|
9184
|
-
* @internal
|
|
9185
|
-
*/
|
|
9186
|
-
export declare const DescribeLabelingJobRequestFilterSensitiveLog: (obj: DescribeLabelingJobRequest) => any;
|
|
9187
|
-
/**
|
|
9188
|
-
* @internal
|
|
9189
|
-
*/
|
|
9190
|
-
export declare const LabelCountersFilterSensitiveLog: (obj: LabelCounters) => any;
|
|
9191
|
-
/**
|
|
9192
|
-
* @internal
|
|
9193
|
-
*/
|
|
9194
|
-
export declare const LabelingJobOutputFilterSensitiveLog: (obj: LabelingJobOutput) => any;
|
|
9195
|
-
/**
|
|
9196
|
-
* @internal
|
|
9197
|
-
*/
|
|
9198
|
-
export declare const DescribeLabelingJobResponseFilterSensitiveLog: (obj: DescribeLabelingJobResponse) => any;
|
|
9199
|
-
/**
|
|
9200
|
-
* @internal
|
|
9201
|
-
*/
|
|
9202
|
-
export declare const DescribeLineageGroupRequestFilterSensitiveLog: (obj: DescribeLineageGroupRequest) => any;
|
|
9203
|
-
/**
|
|
9204
|
-
* @internal
|
|
9205
|
-
*/
|
|
9206
|
-
export declare const DescribeLineageGroupResponseFilterSensitiveLog: (obj: DescribeLineageGroupResponse) => any;
|
|
9207
|
-
/**
|
|
9208
|
-
* @internal
|
|
9209
|
-
*/
|
|
9210
|
-
export declare const DescribeModelInputFilterSensitiveLog: (obj: DescribeModelInput) => any;
|
|
9211
|
-
/**
|
|
9212
|
-
* @internal
|
|
9213
|
-
*/
|
|
9214
|
-
export declare const DescribeModelOutputFilterSensitiveLog: (obj: DescribeModelOutput) => any;
|
|
9215
|
-
/**
|
|
9216
|
-
* @internal
|
|
9217
|
-
*/
|
|
9218
|
-
export declare const DescribeModelBiasJobDefinitionRequestFilterSensitiveLog: (obj: DescribeModelBiasJobDefinitionRequest) => any;
|
|
9219
|
-
/**
|
|
9220
|
-
* @internal
|
|
9221
|
-
*/
|
|
9222
|
-
export declare const DescribeModelBiasJobDefinitionResponseFilterSensitiveLog: (obj: DescribeModelBiasJobDefinitionResponse) => any;
|
|
9223
|
-
/**
|
|
9224
|
-
* @internal
|
|
9225
|
-
*/
|
|
9226
|
-
export declare const DescribeModelCardRequestFilterSensitiveLog: (obj: DescribeModelCardRequest) => any;
|
|
9227
|
-
/**
|
|
9228
|
-
* @internal
|
|
9229
|
-
*/
|
|
9230
|
-
export declare const DescribeModelCardResponseFilterSensitiveLog: (obj: DescribeModelCardResponse) => any;
|
|
9231
|
-
/**
|
|
9232
|
-
* @internal
|
|
9233
|
-
*/
|
|
9234
|
-
export declare const DescribeModelCardExportJobRequestFilterSensitiveLog: (obj: DescribeModelCardExportJobRequest) => any;
|
|
9235
|
-
/**
|
|
9236
|
-
* @internal
|
|
9237
|
-
*/
|
|
9238
|
-
export declare const ModelCardExportArtifactsFilterSensitiveLog: (obj: ModelCardExportArtifacts) => any;
|
|
9239
|
-
/**
|
|
9240
|
-
* @internal
|
|
9241
|
-
*/
|
|
9242
|
-
export declare const DescribeModelCardExportJobResponseFilterSensitiveLog: (obj: DescribeModelCardExportJobResponse) => any;
|
|
9243
|
-
/**
|
|
9244
|
-
* @internal
|
|
9245
|
-
*/
|
|
9246
|
-
export declare const DescribeModelExplainabilityJobDefinitionRequestFilterSensitiveLog: (obj: DescribeModelExplainabilityJobDefinitionRequest) => any;
|
|
9247
|
-
/**
|
|
9248
|
-
* @internal
|
|
9249
|
-
*/
|
|
9250
|
-
export declare const DescribeModelExplainabilityJobDefinitionResponseFilterSensitiveLog: (obj: DescribeModelExplainabilityJobDefinitionResponse) => any;
|
|
9251
|
-
/**
|
|
9252
|
-
* @internal
|
|
9253
|
-
*/
|
|
9254
|
-
export declare const DescribeModelPackageInputFilterSensitiveLog: (obj: DescribeModelPackageInput) => any;
|
|
9255
|
-
/**
|
|
9256
|
-
* @internal
|
|
9257
|
-
*/
|
|
9258
|
-
export declare const ModelPackageStatusItemFilterSensitiveLog: (obj: ModelPackageStatusItem) => any;
|
|
9259
|
-
/**
|
|
9260
|
-
* @internal
|
|
9261
|
-
*/
|
|
9262
|
-
export declare const ModelPackageStatusDetailsFilterSensitiveLog: (obj: ModelPackageStatusDetails) => any;
|
|
9263
|
-
/**
|
|
9264
|
-
* @internal
|
|
9265
|
-
*/
|
|
9266
|
-
export declare const DescribeModelPackageOutputFilterSensitiveLog: (obj: DescribeModelPackageOutput) => any;
|
|
9267
|
-
/**
|
|
9268
|
-
* @internal
|
|
9269
|
-
*/
|
|
9270
|
-
export declare const DescribeModelPackageGroupInputFilterSensitiveLog: (obj: DescribeModelPackageGroupInput) => any;
|
|
9271
|
-
/**
|
|
9272
|
-
* @internal
|
|
9273
|
-
*/
|
|
9274
|
-
export declare const DescribeModelPackageGroupOutputFilterSensitiveLog: (obj: DescribeModelPackageGroupOutput) => any;
|
|
9275
|
-
/**
|
|
9276
|
-
* @internal
|
|
9277
|
-
*/
|
|
9278
|
-
export declare const DescribeModelQualityJobDefinitionRequestFilterSensitiveLog: (obj: DescribeModelQualityJobDefinitionRequest) => any;
|
|
9279
|
-
/**
|
|
9280
|
-
* @internal
|
|
9281
|
-
*/
|
|
9282
|
-
export declare const DescribeModelQualityJobDefinitionResponseFilterSensitiveLog: (obj: DescribeModelQualityJobDefinitionResponse) => any;
|
|
9283
|
-
/**
|
|
9284
|
-
* @internal
|
|
9285
|
-
*/
|
|
9286
|
-
export declare const DescribeMonitoringScheduleRequestFilterSensitiveLog: (obj: DescribeMonitoringScheduleRequest) => any;
|
|
9287
|
-
/**
|
|
9288
|
-
* @internal
|
|
9289
|
-
*/
|
|
9290
|
-
export declare const MonitoringExecutionSummaryFilterSensitiveLog: (obj: MonitoringExecutionSummary) => any;
|
|
9291
|
-
/**
|
|
9292
|
-
* @internal
|
|
9293
|
-
*/
|
|
9294
|
-
export declare const DescribeMonitoringScheduleResponseFilterSensitiveLog: (obj: DescribeMonitoringScheduleResponse) => any;
|
|
9295
|
-
/**
|
|
9296
|
-
* @internal
|
|
9297
|
-
*/
|
|
9298
|
-
export declare const DescribeNotebookInstanceInputFilterSensitiveLog: (obj: DescribeNotebookInstanceInput) => any;
|
|
9299
|
-
/**
|
|
9300
|
-
* @internal
|
|
9301
|
-
*/
|
|
9302
|
-
export declare const DescribeNotebookInstanceOutputFilterSensitiveLog: (obj: DescribeNotebookInstanceOutput) => any;
|
|
9303
|
-
/**
|
|
9304
|
-
* @internal
|
|
9305
|
-
*/
|
|
9306
|
-
export declare const DescribeNotebookInstanceLifecycleConfigInputFilterSensitiveLog: (obj: DescribeNotebookInstanceLifecycleConfigInput) => any;
|
|
9307
|
-
/**
|
|
9308
|
-
* @internal
|
|
9309
|
-
*/
|
|
9310
|
-
export declare const DescribeNotebookInstanceLifecycleConfigOutputFilterSensitiveLog: (obj: DescribeNotebookInstanceLifecycleConfigOutput) => any;
|
|
9311
|
-
/**
|
|
9312
|
-
* @internal
|
|
9313
|
-
*/
|
|
9314
|
-
export declare const DescribePipelineRequestFilterSensitiveLog: (obj: DescribePipelineRequest) => any;
|
|
9315
|
-
/**
|
|
9316
|
-
* @internal
|
|
9317
|
-
*/
|
|
9318
|
-
export declare const DescribePipelineResponseFilterSensitiveLog: (obj: DescribePipelineResponse) => any;
|
|
9319
|
-
/**
|
|
9320
|
-
* @internal
|
|
9321
|
-
*/
|
|
9322
|
-
export declare const DescribePipelineDefinitionForExecutionRequestFilterSensitiveLog: (obj: DescribePipelineDefinitionForExecutionRequest) => any;
|
|
9323
|
-
/**
|
|
9324
|
-
* @internal
|
|
9325
|
-
*/
|
|
9326
|
-
export declare const DescribePipelineDefinitionForExecutionResponseFilterSensitiveLog: (obj: DescribePipelineDefinitionForExecutionResponse) => any;
|
|
9327
|
-
/**
|
|
9328
|
-
* @internal
|
|
9329
|
-
*/
|
|
9330
|
-
export declare const DescribePipelineExecutionRequestFilterSensitiveLog: (obj: DescribePipelineExecutionRequest) => any;
|
|
9331
|
-
/**
|
|
9332
|
-
* @internal
|
|
9333
|
-
*/
|
|
9334
|
-
export declare const PipelineExperimentConfigFilterSensitiveLog: (obj: PipelineExperimentConfig) => any;
|
|
9335
|
-
/**
|
|
9336
|
-
* @internal
|
|
9337
|
-
*/
|
|
9338
|
-
export declare const DescribePipelineExecutionResponseFilterSensitiveLog: (obj: DescribePipelineExecutionResponse) => any;
|
|
9339
|
-
/**
|
|
9340
|
-
* @internal
|
|
9341
|
-
*/
|
|
9342
|
-
export declare const DescribeProcessingJobRequestFilterSensitiveLog: (obj: DescribeProcessingJobRequest) => any;
|
|
9343
|
-
/**
|
|
9344
|
-
* @internal
|
|
9345
|
-
*/
|
|
9346
|
-
export declare const DescribeProcessingJobResponseFilterSensitiveLog: (obj: DescribeProcessingJobResponse) => any;
|
|
9347
|
-
/**
|
|
9348
|
-
* @internal
|
|
9349
|
-
*/
|
|
9350
|
-
export declare const DescribeProjectInputFilterSensitiveLog: (obj: DescribeProjectInput) => any;
|
|
9351
|
-
/**
|
|
9352
|
-
* @internal
|
|
9353
|
-
*/
|
|
9354
|
-
export declare const ServiceCatalogProvisionedProductDetailsFilterSensitiveLog: (obj: ServiceCatalogProvisionedProductDetails) => any;
|
|
9355
|
-
/**
|
|
9356
|
-
* @internal
|
|
9357
|
-
*/
|
|
9358
|
-
export declare const DescribeProjectOutputFilterSensitiveLog: (obj: DescribeProjectOutput) => any;
|
|
9359
|
-
/**
|
|
9360
|
-
* @internal
|
|
9361
|
-
*/
|
|
9362
|
-
export declare const DescribeSpaceRequestFilterSensitiveLog: (obj: DescribeSpaceRequest) => any;
|
|
9363
|
-
/**
|
|
9364
|
-
* @internal
|
|
9365
|
-
*/
|
|
9366
|
-
export declare const DescribeSpaceResponseFilterSensitiveLog: (obj: DescribeSpaceResponse) => any;
|
|
9367
|
-
/**
|
|
9368
|
-
* @internal
|
|
9369
|
-
*/
|
|
9370
|
-
export declare const DescribeStudioLifecycleConfigRequestFilterSensitiveLog: (obj: DescribeStudioLifecycleConfigRequest) => any;
|
|
9371
|
-
/**
|
|
9372
|
-
* @internal
|
|
9373
|
-
*/
|
|
9374
|
-
export declare const DescribeStudioLifecycleConfigResponseFilterSensitiveLog: (obj: DescribeStudioLifecycleConfigResponse) => any;
|
|
9375
|
-
/**
|
|
9376
|
-
* @internal
|
|
9377
|
-
*/
|
|
9378
|
-
export declare const DescribeSubscribedWorkteamRequestFilterSensitiveLog: (obj: DescribeSubscribedWorkteamRequest) => any;
|
|
9379
|
-
/**
|
|
9380
|
-
* @internal
|
|
9381
|
-
*/
|
|
9382
|
-
export declare const SubscribedWorkteamFilterSensitiveLog: (obj: SubscribedWorkteam) => any;
|
|
9383
|
-
/**
|
|
9384
|
-
* @internal
|
|
9385
|
-
*/
|
|
9386
|
-
export declare const DescribeSubscribedWorkteamResponseFilterSensitiveLog: (obj: DescribeSubscribedWorkteamResponse) => any;
|
|
9387
|
-
/**
|
|
9388
|
-
* @internal
|
|
9389
|
-
*/
|
|
9390
|
-
export declare const DescribeTrainingJobRequestFilterSensitiveLog: (obj: DescribeTrainingJobRequest) => any;
|
|
9391
|
-
/**
|
|
9392
|
-
* @internal
|
|
9393
|
-
*/
|
|
9394
|
-
export declare const MetricDataFilterSensitiveLog: (obj: MetricData) => any;
|
|
9395
|
-
/**
|
|
9396
|
-
* @internal
|
|
9397
|
-
*/
|
|
9398
|
-
export declare const ProfilerRuleEvaluationStatusFilterSensitiveLog: (obj: ProfilerRuleEvaluationStatus) => any;
|
|
9399
|
-
/**
|
|
9400
|
-
* @internal
|
|
9401
|
-
*/
|
|
9402
|
-
export declare const SecondaryStatusTransitionFilterSensitiveLog: (obj: SecondaryStatusTransition) => any;
|
|
9403
|
-
/**
|
|
9404
|
-
* @internal
|
|
9405
|
-
*/
|
|
9406
|
-
export declare const WarmPoolStatusFilterSensitiveLog: (obj: WarmPoolStatus) => any;
|
|
9407
|
-
/**
|
|
9408
|
-
* @internal
|
|
9409
|
-
*/
|
|
9410
|
-
export declare const DescribeTrainingJobResponseFilterSensitiveLog: (obj: DescribeTrainingJobResponse) => any;
|
|
9411
|
-
/**
|
|
9412
|
-
* @internal
|
|
9413
|
-
*/
|
|
9414
|
-
export declare const DescribeTransformJobRequestFilterSensitiveLog: (obj: DescribeTransformJobRequest) => any;
|
|
9415
|
-
/**
|
|
9416
|
-
* @internal
|
|
9417
|
-
*/
|
|
9418
|
-
export declare const DescribeTransformJobResponseFilterSensitiveLog: (obj: DescribeTransformJobResponse) => any;
|
|
9419
|
-
/**
|
|
9420
|
-
* @internal
|
|
9421
|
-
*/
|
|
9422
|
-
export declare const DescribeTrialRequestFilterSensitiveLog: (obj: DescribeTrialRequest) => any;
|
|
9423
|
-
/**
|
|
9424
|
-
* @internal
|
|
9425
|
-
*/
|
|
9426
|
-
export declare const TrialSourceFilterSensitiveLog: (obj: TrialSource) => any;
|
|
9427
|
-
/**
|
|
9428
|
-
* @internal
|
|
9429
|
-
*/
|
|
9430
|
-
export declare const DescribeTrialResponseFilterSensitiveLog: (obj: DescribeTrialResponse) => any;
|
|
9431
|
-
/**
|
|
9432
|
-
* @internal
|
|
9433
|
-
*/
|
|
9434
|
-
export declare const DescribeTrialComponentRequestFilterSensitiveLog: (obj: DescribeTrialComponentRequest) => any;
|
|
9435
|
-
/**
|
|
9436
|
-
* @internal
|
|
9437
|
-
*/
|
|
9438
|
-
export declare const TrialComponentMetricSummaryFilterSensitiveLog: (obj: TrialComponentMetricSummary) => any;
|
|
9439
|
-
/**
|
|
9440
|
-
* @internal
|
|
9441
|
-
*/
|
|
9442
|
-
export declare const TrialComponentSourceFilterSensitiveLog: (obj: TrialComponentSource) => any;
|
|
9443
|
-
/**
|
|
9444
|
-
* @internal
|
|
9445
|
-
*/
|
|
9446
|
-
export declare const DescribeTrialComponentResponseFilterSensitiveLog: (obj: DescribeTrialComponentResponse) => any;
|
|
9447
|
-
/**
|
|
9448
|
-
* @internal
|
|
9449
|
-
*/
|
|
9450
|
-
export declare const DescribeUserProfileRequestFilterSensitiveLog: (obj: DescribeUserProfileRequest) => any;
|
|
9451
|
-
/**
|
|
9452
|
-
* @internal
|
|
9453
|
-
*/
|
|
9454
|
-
export declare const DescribeUserProfileResponseFilterSensitiveLog: (obj: DescribeUserProfileResponse) => any;
|
|
9455
|
-
/**
|
|
9456
|
-
* @internal
|
|
9457
|
-
*/
|
|
9458
|
-
export declare const DescribeWorkforceRequestFilterSensitiveLog: (obj: DescribeWorkforceRequest) => any;
|
|
9459
|
-
/**
|
|
9460
|
-
* @internal
|
|
9461
|
-
*/
|
|
9462
|
-
export declare const OidcConfigForResponseFilterSensitiveLog: (obj: OidcConfigForResponse) => any;
|
|
9463
|
-
/**
|
|
9464
|
-
* @internal
|
|
9465
|
-
*/
|
|
9466
|
-
export declare const WorkforceVpcConfigResponseFilterSensitiveLog: (obj: WorkforceVpcConfigResponse) => any;
|
|
9467
|
-
/**
|
|
9468
|
-
* @internal
|
|
9469
|
-
*/
|
|
9470
|
-
export declare const WorkforceFilterSensitiveLog: (obj: Workforce) => any;
|
|
9471
|
-
/**
|
|
9472
|
-
* @internal
|
|
9473
|
-
*/
|
|
9474
|
-
export declare const DescribeWorkforceResponseFilterSensitiveLog: (obj: DescribeWorkforceResponse) => any;
|
|
9475
|
-
/**
|
|
9476
|
-
* @internal
|
|
9477
|
-
*/
|
|
9478
|
-
export declare const DescribeWorkteamRequestFilterSensitiveLog: (obj: DescribeWorkteamRequest) => any;
|
|
9479
|
-
/**
|
|
9480
|
-
* @internal
|
|
9481
|
-
*/
|
|
9482
|
-
export declare const WorkteamFilterSensitiveLog: (obj: Workteam) => any;
|
|
9483
|
-
/**
|
|
9484
|
-
* @internal
|
|
9485
|
-
*/
|
|
9486
|
-
export declare const DescribeWorkteamResponseFilterSensitiveLog: (obj: DescribeWorkteamResponse) => any;
|
|
9487
|
-
/**
|
|
9488
|
-
* @internal
|
|
9489
|
-
*/
|
|
9490
|
-
export declare const DesiredWeightAndCapacityFilterSensitiveLog: (obj: DesiredWeightAndCapacity) => any;
|
|
9491
|
-
/**
|
|
9492
|
-
* @internal
|
|
9493
|
-
*/
|
|
9494
|
-
export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
|
|
9495
|
-
/**
|
|
9496
|
-
* @internal
|
|
9497
|
-
*/
|
|
9498
|
-
export declare const DeviceDeploymentSummaryFilterSensitiveLog: (obj: DeviceDeploymentSummary) => any;
|
|
9499
|
-
/**
|
|
9500
|
-
* @internal
|
|
9501
|
-
*/
|
|
9502
|
-
export declare const DeviceFleetSummaryFilterSensitiveLog: (obj: DeviceFleetSummary) => any;
|
|
9503
|
-
/**
|
|
9504
|
-
* @internal
|
|
9505
|
-
*/
|
|
9506
|
-
export declare const DeviceStatsFilterSensitiveLog: (obj: DeviceStats) => any;
|
|
9507
|
-
/**
|
|
9508
|
-
* @internal
|
|
9509
|
-
*/
|
|
9510
|
-
export declare const EdgeModelSummaryFilterSensitiveLog: (obj: EdgeModelSummary) => any;
|
|
9511
|
-
/**
|
|
9512
|
-
* @internal
|
|
9513
|
-
*/
|
|
9514
|
-
export declare const DeviceSummaryFilterSensitiveLog: (obj: DeviceSummary) => any;
|
|
9515
|
-
/**
|
|
9516
|
-
* @internal
|
|
9517
|
-
*/
|
|
9518
|
-
export declare const DisableSagemakerServicecatalogPortfolioInputFilterSensitiveLog: (obj: DisableSagemakerServicecatalogPortfolioInput) => any;
|
|
9519
|
-
/**
|
|
9520
|
-
* @internal
|
|
9521
|
-
*/
|
|
9522
|
-
export declare const DisableSagemakerServicecatalogPortfolioOutputFilterSensitiveLog: (obj: DisableSagemakerServicecatalogPortfolioOutput) => any;
|
|
9523
|
-
/**
|
|
9524
|
-
* @internal
|
|
9525
|
-
*/
|
|
9526
|
-
export declare const DisassociateTrialComponentRequestFilterSensitiveLog: (obj: DisassociateTrialComponentRequest) => any;
|
|
9527
|
-
/**
|
|
9528
|
-
* @internal
|
|
9529
|
-
*/
|
|
9530
|
-
export declare const DisassociateTrialComponentResponseFilterSensitiveLog: (obj: DisassociateTrialComponentResponse) => any;
|
|
9531
|
-
/**
|
|
9532
|
-
* @internal
|
|
9533
|
-
*/
|
|
9534
|
-
export declare const DomainDetailsFilterSensitiveLog: (obj: DomainDetails) => any;
|
|
9535
|
-
/**
|
|
9536
|
-
* @internal
|
|
9537
|
-
*/
|
|
9538
|
-
export declare const RStudioServerProDomainSettingsForUpdateFilterSensitiveLog: (obj: RStudioServerProDomainSettingsForUpdate) => any;
|
|
9539
|
-
/**
|
|
9540
|
-
* @internal
|
|
9541
|
-
*/
|
|
9542
|
-
export declare const DomainSettingsForUpdateFilterSensitiveLog: (obj: DomainSettingsForUpdate) => any;
|
|
9543
|
-
/**
|
|
9544
|
-
* @internal
|
|
9545
|
-
*/
|
|
9546
|
-
export declare const EdgeFilterSensitiveLog: (obj: Edge) => any;
|
|
9547
|
-
/**
|
|
9548
|
-
* @internal
|
|
9549
|
-
*/
|
|
9550
|
-
export declare const EdgeDeploymentPlanSummaryFilterSensitiveLog: (obj: EdgeDeploymentPlanSummary) => any;
|
|
9551
|
-
/**
|
|
9552
|
-
* @internal
|
|
9553
|
-
*/
|
|
9554
|
-
export declare const EdgeModelStatFilterSensitiveLog: (obj: EdgeModelStat) => any;
|
|
9555
|
-
/**
|
|
9556
|
-
* @internal
|
|
9557
|
-
*/
|
|
9558
|
-
export declare const EdgePackagingJobSummaryFilterSensitiveLog: (obj: EdgePackagingJobSummary) => any;
|
|
9559
|
-
/**
|
|
9560
|
-
* @internal
|
|
9561
|
-
*/
|
|
9562
|
-
export declare const EMRStepMetadataFilterSensitiveLog: (obj: EMRStepMetadata) => any;
|
|
9563
|
-
/**
|
|
9564
|
-
* @internal
|
|
9565
|
-
*/
|
|
9566
|
-
export declare const EnableSagemakerServicecatalogPortfolioInputFilterSensitiveLog: (obj: EnableSagemakerServicecatalogPortfolioInput) => any;
|
|
9567
|
-
/**
|
|
9568
|
-
* @internal
|
|
9569
|
-
*/
|
|
9570
|
-
export declare const EnableSagemakerServicecatalogPortfolioOutputFilterSensitiveLog: (obj: EnableSagemakerServicecatalogPortfolioOutput) => any;
|
|
9571
|
-
/**
|
|
9572
|
-
* @internal
|
|
9573
|
-
*/
|
|
9574
|
-
export declare const MonitoringScheduleFilterSensitiveLog: (obj: MonitoringSchedule) => any;
|
|
9575
|
-
/**
|
|
9576
|
-
* @internal
|
|
9577
|
-
*/
|
|
9578
|
-
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
9579
|
-
/**
|
|
9580
|
-
* @internal
|
|
9581
|
-
*/
|
|
9582
|
-
export declare const EndpointConfigSummaryFilterSensitiveLog: (obj: EndpointConfigSummary) => any;
|
|
9583
|
-
/**
|
|
9584
|
-
* @internal
|
|
9585
|
-
*/
|
|
9586
|
-
export declare const EndpointSummaryFilterSensitiveLog: (obj: EndpointSummary) => any;
|
|
9587
|
-
/**
|
|
9588
|
-
* @internal
|
|
9589
|
-
*/
|
|
9590
|
-
export declare const ExperimentFilterSensitiveLog: (obj: Experiment) => any;
|
|
9591
|
-
/**
|
|
9592
|
-
* @internal
|
|
9593
|
-
*/
|
|
9594
|
-
export declare const ExperimentSummaryFilterSensitiveLog: (obj: ExperimentSummary) => any;
|
|
9595
|
-
/**
|
|
9596
|
-
* @internal
|
|
9597
|
-
*/
|
|
9598
|
-
export declare const FailStepMetadataFilterSensitiveLog: (obj: FailStepMetadata) => any;
|
|
9599
|
-
/**
|
|
9600
|
-
* @internal
|
|
9601
|
-
*/
|
|
9602
|
-
export declare const FeatureGroupFilterSensitiveLog: (obj: FeatureGroup) => any;
|
|
9603
|
-
/**
|
|
9604
|
-
* @internal
|
|
9605
|
-
*/
|
|
9606
|
-
export declare const FeatureGroupSummaryFilterSensitiveLog: (obj: FeatureGroupSummary) => any;
|
|
9607
|
-
/**
|
|
9608
|
-
* @internal
|
|
9609
|
-
*/
|
|
9610
|
-
export declare const FeatureMetadataFilterSensitiveLog: (obj: FeatureMetadata) => any;
|
|
9611
|
-
/**
|
|
9612
|
-
* @internal
|
|
9613
|
-
*/
|
|
9614
|
-
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
9615
|
-
/**
|
|
9616
|
-
* @internal
|
|
9617
|
-
*/
|
|
9618
|
-
export declare const FlowDefinitionSummaryFilterSensitiveLog: (obj: FlowDefinitionSummary) => any;
|
|
9619
|
-
/**
|
|
9620
|
-
* @internal
|
|
9621
|
-
*/
|
|
9622
|
-
export declare const GetDeviceFleetReportRequestFilterSensitiveLog: (obj: GetDeviceFleetReportRequest) => any;
|
|
9623
|
-
/**
|
|
9624
|
-
* @internal
|
|
9625
|
-
*/
|
|
9626
|
-
export declare const GetDeviceFleetReportResponseFilterSensitiveLog: (obj: GetDeviceFleetReportResponse) => any;
|
|
9627
|
-
/**
|
|
9628
|
-
* @internal
|
|
9629
|
-
*/
|
|
9630
|
-
export declare const GetLineageGroupPolicyRequestFilterSensitiveLog: (obj: GetLineageGroupPolicyRequest) => any;
|
|
9631
|
-
/**
|
|
9632
|
-
* @internal
|
|
9633
|
-
*/
|
|
9634
|
-
export declare const GetLineageGroupPolicyResponseFilterSensitiveLog: (obj: GetLineageGroupPolicyResponse) => any;
|
|
9635
|
-
/**
|
|
9636
|
-
* @internal
|
|
9637
|
-
*/
|
|
9638
|
-
export declare const GetModelPackageGroupPolicyInputFilterSensitiveLog: (obj: GetModelPackageGroupPolicyInput) => any;
|
|
9639
|
-
/**
|
|
9640
|
-
* @internal
|
|
9641
|
-
*/
|
|
9642
|
-
export declare const GetModelPackageGroupPolicyOutputFilterSensitiveLog: (obj: GetModelPackageGroupPolicyOutput) => any;
|
|
9643
|
-
/**
|
|
9644
|
-
* @internal
|
|
9645
|
-
*/
|
|
9646
|
-
export declare const GetSagemakerServicecatalogPortfolioStatusInputFilterSensitiveLog: (obj: GetSagemakerServicecatalogPortfolioStatusInput) => any;
|
|
9647
|
-
/**
|
|
9648
|
-
* @internal
|
|
9649
|
-
*/
|
|
9650
|
-
export declare const GetSagemakerServicecatalogPortfolioStatusOutputFilterSensitiveLog: (obj: GetSagemakerServicecatalogPortfolioStatusOutput) => any;
|
|
9651
|
-
/**
|
|
9652
|
-
* @internal
|
|
9653
|
-
*/
|
|
9654
|
-
export declare const PropertyNameQueryFilterSensitiveLog: (obj: PropertyNameQuery) => any;
|
|
9655
|
-
/**
|
|
9656
|
-
* @internal
|
|
9657
|
-
*/
|
|
9658
|
-
export declare const SuggestionQueryFilterSensitiveLog: (obj: SuggestionQuery) => any;
|
|
9659
|
-
/**
|
|
9660
|
-
* @internal
|
|
9661
|
-
*/
|
|
9662
|
-
export declare const GetSearchSuggestionsRequestFilterSensitiveLog: (obj: GetSearchSuggestionsRequest) => any;
|
|
9663
|
-
/**
|
|
9664
|
-
* @internal
|
|
9665
|
-
*/
|
|
9666
|
-
export declare const PropertyNameSuggestionFilterSensitiveLog: (obj: PropertyNameSuggestion) => any;
|
|
9667
|
-
/**
|
|
9668
|
-
* @internal
|
|
9669
|
-
*/
|
|
9670
|
-
export declare const GetSearchSuggestionsResponseFilterSensitiveLog: (obj: GetSearchSuggestionsResponse) => any;
|
|
9671
|
-
/**
|
|
9672
|
-
* @internal
|
|
9673
|
-
*/
|
|
9674
|
-
export declare const GitConfigForUpdateFilterSensitiveLog: (obj: GitConfigForUpdate) => any;
|
|
9675
|
-
/**
|
|
9676
|
-
* @internal
|
|
9677
|
-
*/
|
|
9678
|
-
export declare const HubContentInfoFilterSensitiveLog: (obj: HubContentInfo) => any;
|
|
9679
|
-
/**
|
|
9680
|
-
* @internal
|
|
9681
|
-
*/
|
|
9682
|
-
export declare const HubInfoFilterSensitiveLog: (obj: HubInfo) => any;
|
|
9683
|
-
/**
|
|
9684
|
-
* @internal
|
|
9685
|
-
*/
|
|
9686
|
-
export declare const HumanTaskUiSummaryFilterSensitiveLog: (obj: HumanTaskUiSummary) => any;
|
|
9687
|
-
/**
|
|
9688
|
-
* @internal
|
|
9689
|
-
*/
|
|
9690
|
-
export declare const HyperParameterTuningJobSearchEntityFilterSensitiveLog: (obj: HyperParameterTuningJobSearchEntity) => any;
|
|
9691
|
-
/**
|
|
9692
|
-
* @internal
|
|
9693
|
-
*/
|
|
9694
|
-
export declare const HyperParameterTuningJobSummaryFilterSensitiveLog: (obj: HyperParameterTuningJobSummary) => any;
|
|
9695
|
-
/**
|
|
9696
|
-
* @internal
|
|
9697
|
-
*/
|
|
9698
|
-
export declare const ImageFilterSensitiveLog: (obj: Image) => any;
|
|
9699
|
-
/**
|
|
9700
|
-
* @internal
|
|
9701
|
-
*/
|
|
9702
|
-
export declare const ImageVersionFilterSensitiveLog: (obj: ImageVersion) => any;
|
|
9703
|
-
/**
|
|
9704
|
-
* @internal
|
|
9705
|
-
*/
|
|
9706
|
-
export declare const ImportHubContentRequestFilterSensitiveLog: (obj: ImportHubContentRequest) => any;
|
|
9707
|
-
/**
|
|
9708
|
-
* @internal
|
|
9709
|
-
*/
|
|
9710
|
-
export declare const ImportHubContentResponseFilterSensitiveLog: (obj: ImportHubContentResponse) => any;
|
|
9711
|
-
/**
|
|
9712
|
-
* @internal
|
|
9713
|
-
*/
|
|
9714
|
-
export declare const InferenceExperimentSummaryFilterSensitiveLog: (obj: InferenceExperimentSummary) => any;
|
|
9715
|
-
/**
|
|
9716
|
-
* @internal
|
|
9717
|
-
*/
|
|
9718
|
-
export declare const InferenceRecommendationsJobFilterSensitiveLog: (obj: InferenceRecommendationsJob) => any;
|
|
9719
|
-
/**
|
|
9720
|
-
* @internal
|
|
9721
|
-
*/
|
|
9722
|
-
export declare const RecommendationJobInferenceBenchmarkFilterSensitiveLog: (obj: RecommendationJobInferenceBenchmark) => any;
|
|
9723
|
-
/**
|
|
9724
|
-
* @internal
|
|
9725
|
-
*/
|
|
9726
|
-
export declare const InferenceRecommendationsJobStepFilterSensitiveLog: (obj: InferenceRecommendationsJobStep) => any;
|
|
9727
|
-
/**
|
|
9728
|
-
* @internal
|
|
9729
|
-
*/
|
|
9730
|
-
export declare const LabelCountersForWorkteamFilterSensitiveLog: (obj: LabelCountersForWorkteam) => any;
|
|
9731
|
-
/**
|
|
9732
|
-
* @internal
|
|
9733
|
-
*/
|
|
9734
|
-
export declare const LabelingJobForWorkteamSummaryFilterSensitiveLog: (obj: LabelingJobForWorkteamSummary) => any;
|
|
9735
|
-
/**
|
|
9736
|
-
* @internal
|
|
9737
|
-
*/
|
|
9738
|
-
export declare const LabelingJobSummaryFilterSensitiveLog: (obj: LabelingJobSummary) => any;
|
|
9739
|
-
/**
|
|
9740
|
-
* @internal
|
|
9741
|
-
*/
|
|
9742
|
-
export declare const LambdaStepMetadataFilterSensitiveLog: (obj: LambdaStepMetadata) => any;
|
|
9743
|
-
/**
|
|
9744
|
-
* @internal
|
|
9745
|
-
*/
|
|
9746
|
-
export declare const LineageGroupSummaryFilterSensitiveLog: (obj: LineageGroupSummary) => any;
|
|
9747
|
-
/**
|
|
9748
|
-
* @internal
|
|
9749
|
-
*/
|
|
9750
|
-
export declare const ListActionsRequestFilterSensitiveLog: (obj: ListActionsRequest) => any;
|
|
9751
|
-
/**
|
|
9752
|
-
* @internal
|
|
9753
|
-
*/
|
|
9754
|
-
export declare const ListActionsResponseFilterSensitiveLog: (obj: ListActionsResponse) => any;
|
|
9755
|
-
/**
|
|
9756
|
-
* @internal
|
|
9757
|
-
*/
|
|
9758
|
-
export declare const ListAlgorithmsInputFilterSensitiveLog: (obj: ListAlgorithmsInput) => any;
|
|
9759
|
-
/**
|
|
9760
|
-
* @internal
|
|
9761
|
-
*/
|
|
9762
|
-
export declare const ListAlgorithmsOutputFilterSensitiveLog: (obj: ListAlgorithmsOutput) => any;
|
|
8794
|
+
export declare const DescribeModelCardResponseFilterSensitiveLog: (obj: DescribeModelCardResponse) => any;
|