@aws-sdk/client-sagemaker 3.40.0 → 3.44.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/CHANGELOG.md +41 -0
- package/dist-cjs/SageMaker.js +135 -0
- package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeLineageGroupCommand.js +36 -0
- package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
- package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelPackageCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/DescribeProcessingJobCommand.js +3 -3
- package/dist-cjs/commands/DescribeProjectCommand.js +1 -2
- package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +36 -0
- package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +36 -0
- package/dist-cjs/commands/ListLineageGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListModelMetadataCommand.js +36 -0
- package/dist-cjs/commands/ListTransformJobsCommand.js +2 -1
- package/dist-cjs/commands/ListTrialComponentsCommand.js +3 -3
- package/dist-cjs/commands/ListTrialsCommand.js +3 -3
- package/dist-cjs/commands/ListUserProfilesCommand.js +3 -3
- package/dist-cjs/commands/ListWorkforcesCommand.js +3 -3
- package/dist-cjs/commands/ListWorkteamsCommand.js +3 -3
- package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +3 -3
- package/dist-cjs/commands/QueryLineageCommand.js +36 -0
- package/dist-cjs/commands/RegisterDevicesCommand.js +2 -2
- package/dist-cjs/commands/RenderUiTemplateCommand.js +3 -3
- package/dist-cjs/commands/RetryPipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/SearchCommand.js +1 -2
- package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +3 -3
- package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +3 -3
- package/dist-cjs/commands/StartMonitoringScheduleCommand.js +2 -2
- package/dist-cjs/commands/StartNotebookInstanceCommand.js +2 -2
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/StopAutoMLJobCommand.js +2 -2
- package/dist-cjs/commands/StopCompilationJobCommand.js +2 -2
- package/dist-cjs/commands/StopEdgePackagingJobCommand.js +2 -2
- package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/endpoints.js +24 -0
- package/dist-cjs/models/models_0.js +157 -156
- package/dist-cjs/models/models_1.js +236 -256
- package/dist-cjs/models/models_2.js +371 -350
- package/dist-cjs/models/models_3.js +377 -2
- package/dist-cjs/pagination/ListInferenceRecommendationsJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListLineageGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/ListModelMetadataPaginator.js +35 -0
- package/dist-cjs/pagination/QueryLineagePaginator.js +35 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1654 -30
- package/dist-es/SageMaker.js +135 -0
- package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/DescribeLineageGroupCommand.js +39 -0
- package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
- package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
- package/dist-es/commands/DescribeModelPackageGroupCommand.js +1 -1
- package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeMonitoringScheduleCommand.js +1 -1
- package/dist-es/commands/DescribeNotebookInstanceCommand.js +1 -1
- package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +1 -1
- package/dist-es/commands/DescribePipelineCommand.js +1 -1
- package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +1 -1
- package/dist-es/commands/DescribePipelineExecutionCommand.js +1 -1
- package/dist-es/commands/DescribeProcessingJobCommand.js +1 -1
- package/dist-es/commands/DescribeProjectCommand.js +1 -2
- package/dist-es/commands/GetLineageGroupPolicyCommand.js +39 -0
- package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +39 -0
- package/dist-es/commands/ListLineageGroupsCommand.js +39 -0
- package/dist-es/commands/ListModelMetadataCommand.js +39 -0
- package/dist-es/commands/ListTransformJobsCommand.js +2 -1
- package/dist-es/commands/ListTrialComponentsCommand.js +1 -1
- package/dist-es/commands/ListTrialsCommand.js +1 -1
- package/dist-es/commands/ListUserProfilesCommand.js +1 -1
- package/dist-es/commands/ListWorkforcesCommand.js +1 -1
- package/dist-es/commands/ListWorkteamsCommand.js +1 -1
- package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +1 -1
- package/dist-es/commands/QueryLineageCommand.js +39 -0
- package/dist-es/commands/RegisterDevicesCommand.js +1 -1
- package/dist-es/commands/RenderUiTemplateCommand.js +1 -1
- package/dist-es/commands/RetryPipelineExecutionCommand.js +1 -1
- package/dist-es/commands/SearchCommand.js +1 -2
- package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +1 -1
- package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +1 -1
- package/dist-es/commands/StartMonitoringScheduleCommand.js +1 -1
- package/dist-es/commands/StartNotebookInstanceCommand.js +1 -1
- package/dist-es/commands/StartPipelineExecutionCommand.js +1 -1
- package/dist-es/commands/StopAutoMLJobCommand.js +1 -1
- package/dist-es/commands/StopCompilationJobCommand.js +1 -1
- package/dist-es/commands/StopEdgePackagingJobCommand.js +1 -1
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/endpoints.js +24 -0
- package/dist-es/models/models_0.js +137 -136
- package/dist-es/models/models_1.js +162 -192
- package/dist-es/models/models_2.js +279 -240
- package/dist-es/models/models_3.js +260 -0
- package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +74 -0
- package/dist-es/pagination/ListLineageGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListModelMetadataPaginator.js +74 -0
- package/dist-es/pagination/QueryLineagePaginator.js +74 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +1597 -37
- package/dist-types/SageMaker.d.ts +72 -0
- package/dist-types/SageMakerClient.d.ts +11 -2
- package/dist-types/commands/AddAssociationCommand.d.ts +1 -1
- package/dist-types/commands/AddTagsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateExperimentCommand.d.ts +1 -1
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +36 -0
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteArtifactCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContextCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExperimentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeletePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.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/DeleteWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterDevicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeActionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeArtifactCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContextCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExperimentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +37 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +3 -2
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +2 -2
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +2 -2
- package/dist-types/commands/DescribePipelineCommand.d.ts +2 -2
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +2 -2
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeProjectCommand.d.ts +2 -3
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +1 -1
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +35 -0
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppsCommand.d.ts +1 -1
- package/dist-types/commands/ListArtifactsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +1 -1
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListContextsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +1 -1
- package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListExperimentsCommand.d.ts +1 -1
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -1
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +37 -0
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelMetadataCommand.d.ts +36 -0
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/ListTransformJobsCommand.d.ts +3 -2
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +2 -2
- package/dist-types/commands/ListTrialsCommand.d.ts +2 -2
- package/dist-types/commands/ListUserProfilesCommand.d.ts +2 -2
- package/dist-types/commands/ListWorkforcesCommand.d.ts +2 -2
- package/dist-types/commands/ListWorkteamsCommand.d.ts +2 -2
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +2 -2
- package/dist-types/commands/QueryLineageCommand.d.ts +37 -0
- package/dist-types/commands/RegisterDevicesCommand.d.ts +2 -2
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +2 -2
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +2 -2
- package/dist-types/commands/SearchCommand.d.ts +2 -3
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +2 -2
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +2 -2
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +2 -2
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +2 -2
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +2 -2
- package/dist-types/commands/StopAutoMLJobCommand.d.ts +2 -2
- package/dist-types/commands/StopCompilationJobCommand.d.ts +2 -2
- package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +2 -2
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +35 -0
- package/dist-types/commands/StopLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StopProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +1 -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/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateExperimentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +462 -1998
- package/dist-types/models/models_1.d.ts +6616 -5046
- package/dist-types/models/models_2.d.ts +5421 -6005
- package/dist-types/models/models_3.d.ts +2404 -4
- package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/SageMaker.d.ts +45 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +11 -2
- package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopCompilationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +240 -213
- package/dist-types/ts3.4/models/models_1.d.ts +506 -582
- package/dist-types/ts3.4/models/models_2.d.ts +2520 -2655
- package/dist-types/ts3.4/models/models_3.d.ts +1082 -3
- package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
- package/package.json +4 -4
|
@@ -91,6 +91,167 @@ export declare namespace ResourceNotFound {
|
|
|
91
91
|
const filterSensitiveLog: (obj: ResourceNotFound) => any;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
+
export interface ModelInput {
|
|
95
|
+
|
|
96
|
+
DataInputConfig: string | undefined;
|
|
97
|
+
}
|
|
98
|
+
export declare namespace ModelInput {
|
|
99
|
+
|
|
100
|
+
const filterSensitiveLog: (obj: ModelInput) => any;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export interface ModelPackageContainerDefinition {
|
|
104
|
+
|
|
105
|
+
ContainerHostname?: string;
|
|
106
|
+
|
|
107
|
+
Image: string | undefined;
|
|
108
|
+
|
|
109
|
+
ImageDigest?: string;
|
|
110
|
+
|
|
111
|
+
ModelDataUrl?: string;
|
|
112
|
+
|
|
113
|
+
ProductId?: string;
|
|
114
|
+
|
|
115
|
+
Environment?: {
|
|
116
|
+
[key: string]: string;
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
ModelInput?: ModelInput;
|
|
120
|
+
|
|
121
|
+
Framework?: string;
|
|
122
|
+
|
|
123
|
+
FrameworkVersion?: string;
|
|
124
|
+
|
|
125
|
+
NearestModelName?: string;
|
|
126
|
+
}
|
|
127
|
+
export declare namespace ModelPackageContainerDefinition {
|
|
128
|
+
|
|
129
|
+
const filterSensitiveLog: (obj: ModelPackageContainerDefinition) => any;
|
|
130
|
+
}
|
|
131
|
+
export declare enum ProductionVariantInstanceType {
|
|
132
|
+
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
133
|
+
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
134
|
+
ML_C4_8XLARGE = "ml.c4.8xlarge",
|
|
135
|
+
ML_C4_LARGE = "ml.c4.large",
|
|
136
|
+
ML_C4_XLARGE = "ml.c4.xlarge",
|
|
137
|
+
ML_C5D_18XLARGE = "ml.c5d.18xlarge",
|
|
138
|
+
ML_C5D_2XLARGE = "ml.c5d.2xlarge",
|
|
139
|
+
ML_C5D_4XLARGE = "ml.c5d.4xlarge",
|
|
140
|
+
ML_C5D_9XLARGE = "ml.c5d.9xlarge",
|
|
141
|
+
ML_C5D_LARGE = "ml.c5d.large",
|
|
142
|
+
ML_C5D_XLARGE = "ml.c5d.xlarge",
|
|
143
|
+
ML_C5_18XLARGE = "ml.c5.18xlarge",
|
|
144
|
+
ML_C5_2XLARGE = "ml.c5.2xlarge",
|
|
145
|
+
ML_C5_4XLARGE = "ml.c5.4xlarge",
|
|
146
|
+
ML_C5_9XLARGE = "ml.c5.9xlarge",
|
|
147
|
+
ML_C5_LARGE = "ml.c5.large",
|
|
148
|
+
ML_C5_XLARGE = "ml.c5.xlarge",
|
|
149
|
+
ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
|
|
150
|
+
ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
|
|
151
|
+
ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
|
|
152
|
+
ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
|
|
153
|
+
ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
|
|
154
|
+
ML_G4DN_XLARGE = "ml.g4dn.xlarge",
|
|
155
|
+
ML_INF1_24XLARGE = "ml.inf1.24xlarge",
|
|
156
|
+
ML_INF1_2XLARGE = "ml.inf1.2xlarge",
|
|
157
|
+
ML_INF1_6XLARGE = "ml.inf1.6xlarge",
|
|
158
|
+
ML_INF1_XLARGE = "ml.inf1.xlarge",
|
|
159
|
+
ML_M4_10XLARGE = "ml.m4.10xlarge",
|
|
160
|
+
ML_M4_16XLARGE = "ml.m4.16xlarge",
|
|
161
|
+
ML_M4_2XLARGE = "ml.m4.2xlarge",
|
|
162
|
+
ML_M4_4XLARGE = "ml.m4.4xlarge",
|
|
163
|
+
ML_M4_XLARGE = "ml.m4.xlarge",
|
|
164
|
+
ML_M5D_12XLARGE = "ml.m5d.12xlarge",
|
|
165
|
+
ML_M5D_24XLARGE = "ml.m5d.24xlarge",
|
|
166
|
+
ML_M5D_2XLARGE = "ml.m5d.2xlarge",
|
|
167
|
+
ML_M5D_4XLARGE = "ml.m5d.4xlarge",
|
|
168
|
+
ML_M5D_LARGE = "ml.m5d.large",
|
|
169
|
+
ML_M5D_XLARGE = "ml.m5d.xlarge",
|
|
170
|
+
ML_M5_12XLARGE = "ml.m5.12xlarge",
|
|
171
|
+
ML_M5_24XLARGE = "ml.m5.24xlarge",
|
|
172
|
+
ML_M5_2XLARGE = "ml.m5.2xlarge",
|
|
173
|
+
ML_M5_4XLARGE = "ml.m5.4xlarge",
|
|
174
|
+
ML_M5_LARGE = "ml.m5.large",
|
|
175
|
+
ML_M5_XLARGE = "ml.m5.xlarge",
|
|
176
|
+
ML_P2_16XLARGE = "ml.p2.16xlarge",
|
|
177
|
+
ML_P2_8XLARGE = "ml.p2.8xlarge",
|
|
178
|
+
ML_P2_XLARGE = "ml.p2.xlarge",
|
|
179
|
+
ML_P3_16XLARGE = "ml.p3.16xlarge",
|
|
180
|
+
ML_P3_2XLARGE = "ml.p3.2xlarge",
|
|
181
|
+
ML_P3_8XLARGE = "ml.p3.8xlarge",
|
|
182
|
+
ML_R5D_12XLARGE = "ml.r5d.12xlarge",
|
|
183
|
+
ML_R5D_24XLARGE = "ml.r5d.24xlarge",
|
|
184
|
+
ML_R5D_2XLARGE = "ml.r5d.2xlarge",
|
|
185
|
+
ML_R5D_4XLARGE = "ml.r5d.4xlarge",
|
|
186
|
+
ML_R5D_LARGE = "ml.r5d.large",
|
|
187
|
+
ML_R5D_XLARGE = "ml.r5d.xlarge",
|
|
188
|
+
ML_R5_12XLARGE = "ml.r5.12xlarge",
|
|
189
|
+
ML_R5_24XLARGE = "ml.r5.24xlarge",
|
|
190
|
+
ML_R5_2XLARGE = "ml.r5.2xlarge",
|
|
191
|
+
ML_R5_4XLARGE = "ml.r5.4xlarge",
|
|
192
|
+
ML_R5_LARGE = "ml.r5.large",
|
|
193
|
+
ML_R5_XLARGE = "ml.r5.xlarge",
|
|
194
|
+
ML_T2_2XLARGE = "ml.t2.2xlarge",
|
|
195
|
+
ML_T2_LARGE = "ml.t2.large",
|
|
196
|
+
ML_T2_MEDIUM = "ml.t2.medium",
|
|
197
|
+
ML_T2_XLARGE = "ml.t2.xlarge"
|
|
198
|
+
}
|
|
199
|
+
export declare enum TransformInstanceType {
|
|
200
|
+
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
201
|
+
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
202
|
+
ML_C4_8XLARGE = "ml.c4.8xlarge",
|
|
203
|
+
ML_C4_XLARGE = "ml.c4.xlarge",
|
|
204
|
+
ML_C5_18XLARGE = "ml.c5.18xlarge",
|
|
205
|
+
ML_C5_2XLARGE = "ml.c5.2xlarge",
|
|
206
|
+
ML_C5_4XLARGE = "ml.c5.4xlarge",
|
|
207
|
+
ML_C5_9XLARGE = "ml.c5.9xlarge",
|
|
208
|
+
ML_C5_XLARGE = "ml.c5.xlarge",
|
|
209
|
+
ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
|
|
210
|
+
ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
|
|
211
|
+
ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
|
|
212
|
+
ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
|
|
213
|
+
ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
|
|
214
|
+
ML_G4DN_XLARGE = "ml.g4dn.xlarge",
|
|
215
|
+
ML_M4_10XLARGE = "ml.m4.10xlarge",
|
|
216
|
+
ML_M4_16XLARGE = "ml.m4.16xlarge",
|
|
217
|
+
ML_M4_2XLARGE = "ml.m4.2xlarge",
|
|
218
|
+
ML_M4_4XLARGE = "ml.m4.4xlarge",
|
|
219
|
+
ML_M4_XLARGE = "ml.m4.xlarge",
|
|
220
|
+
ML_M5_12XLARGE = "ml.m5.12xlarge",
|
|
221
|
+
ML_M5_24XLARGE = "ml.m5.24xlarge",
|
|
222
|
+
ML_M5_2XLARGE = "ml.m5.2xlarge",
|
|
223
|
+
ML_M5_4XLARGE = "ml.m5.4xlarge",
|
|
224
|
+
ML_M5_LARGE = "ml.m5.large",
|
|
225
|
+
ML_M5_XLARGE = "ml.m5.xlarge",
|
|
226
|
+
ML_P2_16XLARGE = "ml.p2.16xlarge",
|
|
227
|
+
ML_P2_8XLARGE = "ml.p2.8xlarge",
|
|
228
|
+
ML_P2_XLARGE = "ml.p2.xlarge",
|
|
229
|
+
ML_P3_16XLARGE = "ml.p3.16xlarge",
|
|
230
|
+
ML_P3_2XLARGE = "ml.p3.2xlarge",
|
|
231
|
+
ML_P3_8XLARGE = "ml.p3.8xlarge"
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
export interface AdditionalInferenceSpecificationDefinition {
|
|
235
|
+
|
|
236
|
+
Name: string | undefined;
|
|
237
|
+
|
|
238
|
+
Description?: string;
|
|
239
|
+
|
|
240
|
+
Containers: ModelPackageContainerDefinition[] | undefined;
|
|
241
|
+
|
|
242
|
+
SupportedTransformInstanceTypes?: (TransformInstanceType | string)[];
|
|
243
|
+
|
|
244
|
+
SupportedRealtimeInferenceInstanceTypes?: (ProductionVariantInstanceType | string)[];
|
|
245
|
+
|
|
246
|
+
SupportedContentTypes?: string[];
|
|
247
|
+
|
|
248
|
+
SupportedResponseMIMETypes?: string[];
|
|
249
|
+
}
|
|
250
|
+
export declare namespace AdditionalInferenceSpecificationDefinition {
|
|
251
|
+
|
|
252
|
+
const filterSensitiveLog: (obj: AdditionalInferenceSpecificationDefinition) => any;
|
|
253
|
+
}
|
|
254
|
+
|
|
94
255
|
export interface Tag {
|
|
95
256
|
|
|
96
257
|
Key: string | undefined;
|
|
@@ -489,40 +650,6 @@ export declare namespace TransformOutput {
|
|
|
489
650
|
|
|
490
651
|
const filterSensitiveLog: (obj: TransformOutput) => any;
|
|
491
652
|
}
|
|
492
|
-
export declare enum TransformInstanceType {
|
|
493
|
-
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
494
|
-
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
495
|
-
ML_C4_8XLARGE = "ml.c4.8xlarge",
|
|
496
|
-
ML_C4_XLARGE = "ml.c4.xlarge",
|
|
497
|
-
ML_C5_18XLARGE = "ml.c5.18xlarge",
|
|
498
|
-
ML_C5_2XLARGE = "ml.c5.2xlarge",
|
|
499
|
-
ML_C5_4XLARGE = "ml.c5.4xlarge",
|
|
500
|
-
ML_C5_9XLARGE = "ml.c5.9xlarge",
|
|
501
|
-
ML_C5_XLARGE = "ml.c5.xlarge",
|
|
502
|
-
ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
|
|
503
|
-
ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
|
|
504
|
-
ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
|
|
505
|
-
ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
|
|
506
|
-
ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
|
|
507
|
-
ML_G4DN_XLARGE = "ml.g4dn.xlarge",
|
|
508
|
-
ML_M4_10XLARGE = "ml.m4.10xlarge",
|
|
509
|
-
ML_M4_16XLARGE = "ml.m4.16xlarge",
|
|
510
|
-
ML_M4_2XLARGE = "ml.m4.2xlarge",
|
|
511
|
-
ML_M4_4XLARGE = "ml.m4.4xlarge",
|
|
512
|
-
ML_M4_XLARGE = "ml.m4.xlarge",
|
|
513
|
-
ML_M5_12XLARGE = "ml.m5.12xlarge",
|
|
514
|
-
ML_M5_24XLARGE = "ml.m5.24xlarge",
|
|
515
|
-
ML_M5_2XLARGE = "ml.m5.2xlarge",
|
|
516
|
-
ML_M5_4XLARGE = "ml.m5.4xlarge",
|
|
517
|
-
ML_M5_LARGE = "ml.m5.large",
|
|
518
|
-
ML_M5_XLARGE = "ml.m5.xlarge",
|
|
519
|
-
ML_P2_16XLARGE = "ml.p2.16xlarge",
|
|
520
|
-
ML_P2_8XLARGE = "ml.p2.8xlarge",
|
|
521
|
-
ML_P2_XLARGE = "ml.p2.xlarge",
|
|
522
|
-
ML_P3_16XLARGE = "ml.p3.16xlarge",
|
|
523
|
-
ML_P3_2XLARGE = "ml.p3.2xlarge",
|
|
524
|
-
ML_P3_8XLARGE = "ml.p3.8xlarge"
|
|
525
|
-
}
|
|
526
653
|
|
|
527
654
|
export interface TransformResources {
|
|
528
655
|
|
|
@@ -1297,95 +1424,6 @@ export declare namespace BatchDescribeModelPackageError {
|
|
|
1297
1424
|
const filterSensitiveLog: (obj: BatchDescribeModelPackageError) => any;
|
|
1298
1425
|
}
|
|
1299
1426
|
|
|
1300
|
-
export interface ModelPackageContainerDefinition {
|
|
1301
|
-
|
|
1302
|
-
ContainerHostname?: string;
|
|
1303
|
-
|
|
1304
|
-
Image: string | undefined;
|
|
1305
|
-
|
|
1306
|
-
ImageDigest?: string;
|
|
1307
|
-
|
|
1308
|
-
ModelDataUrl?: string;
|
|
1309
|
-
|
|
1310
|
-
ProductId?: string;
|
|
1311
|
-
|
|
1312
|
-
Environment?: {
|
|
1313
|
-
[key: string]: string;
|
|
1314
|
-
};
|
|
1315
|
-
}
|
|
1316
|
-
export declare namespace ModelPackageContainerDefinition {
|
|
1317
|
-
|
|
1318
|
-
const filterSensitiveLog: (obj: ModelPackageContainerDefinition) => any;
|
|
1319
|
-
}
|
|
1320
|
-
export declare enum ProductionVariantInstanceType {
|
|
1321
|
-
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
1322
|
-
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
1323
|
-
ML_C4_8XLARGE = "ml.c4.8xlarge",
|
|
1324
|
-
ML_C4_LARGE = "ml.c4.large",
|
|
1325
|
-
ML_C4_XLARGE = "ml.c4.xlarge",
|
|
1326
|
-
ML_C5D_18XLARGE = "ml.c5d.18xlarge",
|
|
1327
|
-
ML_C5D_2XLARGE = "ml.c5d.2xlarge",
|
|
1328
|
-
ML_C5D_4XLARGE = "ml.c5d.4xlarge",
|
|
1329
|
-
ML_C5D_9XLARGE = "ml.c5d.9xlarge",
|
|
1330
|
-
ML_C5D_LARGE = "ml.c5d.large",
|
|
1331
|
-
ML_C5D_XLARGE = "ml.c5d.xlarge",
|
|
1332
|
-
ML_C5_18XLARGE = "ml.c5.18xlarge",
|
|
1333
|
-
ML_C5_2XLARGE = "ml.c5.2xlarge",
|
|
1334
|
-
ML_C5_4XLARGE = "ml.c5.4xlarge",
|
|
1335
|
-
ML_C5_9XLARGE = "ml.c5.9xlarge",
|
|
1336
|
-
ML_C5_LARGE = "ml.c5.large",
|
|
1337
|
-
ML_C5_XLARGE = "ml.c5.xlarge",
|
|
1338
|
-
ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
|
|
1339
|
-
ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
|
|
1340
|
-
ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
|
|
1341
|
-
ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
|
|
1342
|
-
ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
|
|
1343
|
-
ML_G4DN_XLARGE = "ml.g4dn.xlarge",
|
|
1344
|
-
ML_INF1_24XLARGE = "ml.inf1.24xlarge",
|
|
1345
|
-
ML_INF1_2XLARGE = "ml.inf1.2xlarge",
|
|
1346
|
-
ML_INF1_6XLARGE = "ml.inf1.6xlarge",
|
|
1347
|
-
ML_INF1_XLARGE = "ml.inf1.xlarge",
|
|
1348
|
-
ML_M4_10XLARGE = "ml.m4.10xlarge",
|
|
1349
|
-
ML_M4_16XLARGE = "ml.m4.16xlarge",
|
|
1350
|
-
ML_M4_2XLARGE = "ml.m4.2xlarge",
|
|
1351
|
-
ML_M4_4XLARGE = "ml.m4.4xlarge",
|
|
1352
|
-
ML_M4_XLARGE = "ml.m4.xlarge",
|
|
1353
|
-
ML_M5D_12XLARGE = "ml.m5d.12xlarge",
|
|
1354
|
-
ML_M5D_24XLARGE = "ml.m5d.24xlarge",
|
|
1355
|
-
ML_M5D_2XLARGE = "ml.m5d.2xlarge",
|
|
1356
|
-
ML_M5D_4XLARGE = "ml.m5d.4xlarge",
|
|
1357
|
-
ML_M5D_LARGE = "ml.m5d.large",
|
|
1358
|
-
ML_M5D_XLARGE = "ml.m5d.xlarge",
|
|
1359
|
-
ML_M5_12XLARGE = "ml.m5.12xlarge",
|
|
1360
|
-
ML_M5_24XLARGE = "ml.m5.24xlarge",
|
|
1361
|
-
ML_M5_2XLARGE = "ml.m5.2xlarge",
|
|
1362
|
-
ML_M5_4XLARGE = "ml.m5.4xlarge",
|
|
1363
|
-
ML_M5_LARGE = "ml.m5.large",
|
|
1364
|
-
ML_M5_XLARGE = "ml.m5.xlarge",
|
|
1365
|
-
ML_P2_16XLARGE = "ml.p2.16xlarge",
|
|
1366
|
-
ML_P2_8XLARGE = "ml.p2.8xlarge",
|
|
1367
|
-
ML_P2_XLARGE = "ml.p2.xlarge",
|
|
1368
|
-
ML_P3_16XLARGE = "ml.p3.16xlarge",
|
|
1369
|
-
ML_P3_2XLARGE = "ml.p3.2xlarge",
|
|
1370
|
-
ML_P3_8XLARGE = "ml.p3.8xlarge",
|
|
1371
|
-
ML_R5D_12XLARGE = "ml.r5d.12xlarge",
|
|
1372
|
-
ML_R5D_24XLARGE = "ml.r5d.24xlarge",
|
|
1373
|
-
ML_R5D_2XLARGE = "ml.r5d.2xlarge",
|
|
1374
|
-
ML_R5D_4XLARGE = "ml.r5d.4xlarge",
|
|
1375
|
-
ML_R5D_LARGE = "ml.r5d.large",
|
|
1376
|
-
ML_R5D_XLARGE = "ml.r5d.xlarge",
|
|
1377
|
-
ML_R5_12XLARGE = "ml.r5.12xlarge",
|
|
1378
|
-
ML_R5_24XLARGE = "ml.r5.24xlarge",
|
|
1379
|
-
ML_R5_2XLARGE = "ml.r5.2xlarge",
|
|
1380
|
-
ML_R5_4XLARGE = "ml.r5.4xlarge",
|
|
1381
|
-
ML_R5_LARGE = "ml.r5.large",
|
|
1382
|
-
ML_R5_XLARGE = "ml.r5.xlarge",
|
|
1383
|
-
ML_T2_2XLARGE = "ml.t2.2xlarge",
|
|
1384
|
-
ML_T2_LARGE = "ml.t2.large",
|
|
1385
|
-
ML_T2_MEDIUM = "ml.t2.medium",
|
|
1386
|
-
ML_T2_XLARGE = "ml.t2.xlarge"
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
1427
|
export interface InferenceSpecification {
|
|
1390
1428
|
|
|
1391
1429
|
Containers: ModelPackageContainerDefinition[] | undefined;
|
|
@@ -1468,6 +1506,10 @@ export declare namespace MetricsSource {
|
|
|
1468
1506
|
export interface Bias {
|
|
1469
1507
|
|
|
1470
1508
|
Report?: MetricsSource;
|
|
1509
|
+
|
|
1510
|
+
PreTrainingReport?: MetricsSource;
|
|
1511
|
+
|
|
1512
|
+
PostTrainingReport?: MetricsSource;
|
|
1471
1513
|
}
|
|
1472
1514
|
export declare namespace Bias {
|
|
1473
1515
|
|
|
@@ -1490,7 +1532,8 @@ export declare namespace CapacitySize {
|
|
|
1490
1532
|
}
|
|
1491
1533
|
export declare enum TrafficRoutingConfigType {
|
|
1492
1534
|
ALL_AT_ONCE = "ALL_AT_ONCE",
|
|
1493
|
-
CANARY = "CANARY"
|
|
1535
|
+
CANARY = "CANARY",
|
|
1536
|
+
LINEAR = "LINEAR"
|
|
1494
1537
|
}
|
|
1495
1538
|
|
|
1496
1539
|
export interface TrafficRoutingConfig {
|
|
@@ -1500,6 +1543,8 @@ export interface TrafficRoutingConfig {
|
|
|
1500
1543
|
WaitIntervalInSeconds: number | undefined;
|
|
1501
1544
|
|
|
1502
1545
|
CanarySize?: CapacitySize;
|
|
1546
|
+
|
|
1547
|
+
LinearStepSize?: CapacitySize;
|
|
1503
1548
|
}
|
|
1504
1549
|
export declare namespace TrafficRoutingConfig {
|
|
1505
1550
|
|
|
@@ -1589,6 +1634,17 @@ export declare enum CaptureStatus {
|
|
|
1589
1634
|
STOPPED = "Stopped"
|
|
1590
1635
|
}
|
|
1591
1636
|
|
|
1637
|
+
export interface CategoricalParameter {
|
|
1638
|
+
|
|
1639
|
+
Name: string | undefined;
|
|
1640
|
+
|
|
1641
|
+
Value: string[] | undefined;
|
|
1642
|
+
}
|
|
1643
|
+
export declare namespace CategoricalParameter {
|
|
1644
|
+
|
|
1645
|
+
const filterSensitiveLog: (obj: CategoricalParameter) => any;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1592
1648
|
export interface CategoricalParameterRange {
|
|
1593
1649
|
|
|
1594
1650
|
Name: string | undefined;
|
|
@@ -1638,6 +1694,29 @@ export declare namespace CheckpointConfig {
|
|
|
1638
1694
|
|
|
1639
1695
|
const filterSensitiveLog: (obj: CheckpointConfig) => any;
|
|
1640
1696
|
}
|
|
1697
|
+
|
|
1698
|
+
export interface ClarifyCheckStepMetadata {
|
|
1699
|
+
|
|
1700
|
+
CheckType?: string;
|
|
1701
|
+
|
|
1702
|
+
BaselineUsedForDriftCheckConstraints?: string;
|
|
1703
|
+
|
|
1704
|
+
CalculatedBaselineConstraints?: string;
|
|
1705
|
+
|
|
1706
|
+
ModelPackageGroupName?: string;
|
|
1707
|
+
|
|
1708
|
+
ViolationReport?: string;
|
|
1709
|
+
|
|
1710
|
+
CheckJobArn?: string;
|
|
1711
|
+
|
|
1712
|
+
SkipCheck?: boolean;
|
|
1713
|
+
|
|
1714
|
+
RegisterNewBaseline?: boolean;
|
|
1715
|
+
}
|
|
1716
|
+
export declare namespace ClarifyCheckStepMetadata {
|
|
1717
|
+
|
|
1718
|
+
const filterSensitiveLog: (obj: ClarifyCheckStepMetadata) => any;
|
|
1719
|
+
}
|
|
1641
1720
|
export declare enum CodeRepositorySortBy {
|
|
1642
1721
|
CREATION_TIME = "CreationTime",
|
|
1643
1722
|
LAST_MODIFIED_TIME = "LastModifiedTime",
|
|
@@ -1883,6 +1962,8 @@ export interface ContainerDefinition {
|
|
|
1883
1962
|
|
|
1884
1963
|
ModelPackageName?: string;
|
|
1885
1964
|
|
|
1965
|
+
InferenceSpecificationName?: string;
|
|
1966
|
+
|
|
1886
1967
|
MultiModelConfig?: MultiModelConfig;
|
|
1887
1968
|
}
|
|
1888
1969
|
export declare namespace ContainerDefinition {
|
|
@@ -2363,7 +2444,9 @@ export interface CreateCompilationJobRequest {
|
|
|
2363
2444
|
|
|
2364
2445
|
RoleArn: string | undefined;
|
|
2365
2446
|
|
|
2366
|
-
|
|
2447
|
+
ModelPackageVersionArn?: string;
|
|
2448
|
+
|
|
2449
|
+
InputConfig?: InputConfig;
|
|
2367
2450
|
|
|
2368
2451
|
OutputConfig: OutputConfig | undefined;
|
|
2369
2452
|
|
|
@@ -2906,12 +2989,25 @@ export declare namespace CreateEdgePackagingJobRequest {
|
|
|
2906
2989
|
|
|
2907
2990
|
const filterSensitiveLog: (obj: CreateEdgePackagingJobRequest) => any;
|
|
2908
2991
|
}
|
|
2992
|
+
|
|
2993
|
+
export interface DeploymentConfig {
|
|
2994
|
+
|
|
2995
|
+
BlueGreenUpdatePolicy: BlueGreenUpdatePolicy | undefined;
|
|
2996
|
+
|
|
2997
|
+
AutoRollbackConfiguration?: AutoRollbackConfig;
|
|
2998
|
+
}
|
|
2999
|
+
export declare namespace DeploymentConfig {
|
|
3000
|
+
|
|
3001
|
+
const filterSensitiveLog: (obj: DeploymentConfig) => any;
|
|
3002
|
+
}
|
|
2909
3003
|
export interface CreateEndpointInput {
|
|
2910
3004
|
|
|
2911
3005
|
EndpointName: string | undefined;
|
|
2912
3006
|
|
|
2913
3007
|
EndpointConfigName: string | undefined;
|
|
2914
3008
|
|
|
3009
|
+
DeploymentConfig?: DeploymentConfig;
|
|
3010
|
+
|
|
2915
3011
|
Tags?: Tag[];
|
|
2916
3012
|
}
|
|
2917
3013
|
export declare namespace CreateEndpointInput {
|
|
@@ -2965,21 +3061,34 @@ export declare namespace ProductionVariantCoreDumpConfig {
|
|
|
2965
3061
|
const filterSensitiveLog: (obj: ProductionVariantCoreDumpConfig) => any;
|
|
2966
3062
|
}
|
|
2967
3063
|
|
|
3064
|
+
export interface ProductionVariantServerlessConfig {
|
|
3065
|
+
|
|
3066
|
+
MemorySizeInMB: number | undefined;
|
|
3067
|
+
|
|
3068
|
+
MaxConcurrency: number | undefined;
|
|
3069
|
+
}
|
|
3070
|
+
export declare namespace ProductionVariantServerlessConfig {
|
|
3071
|
+
|
|
3072
|
+
const filterSensitiveLog: (obj: ProductionVariantServerlessConfig) => any;
|
|
3073
|
+
}
|
|
3074
|
+
|
|
2968
3075
|
export interface ProductionVariant {
|
|
2969
3076
|
|
|
2970
3077
|
VariantName: string | undefined;
|
|
2971
3078
|
|
|
2972
3079
|
ModelName: string | undefined;
|
|
2973
3080
|
|
|
2974
|
-
InitialInstanceCount
|
|
3081
|
+
InitialInstanceCount?: number;
|
|
2975
3082
|
|
|
2976
|
-
InstanceType
|
|
3083
|
+
InstanceType?: ProductionVariantInstanceType | string;
|
|
2977
3084
|
|
|
2978
3085
|
InitialVariantWeight?: number;
|
|
2979
3086
|
|
|
2980
3087
|
AcceleratorType?: ProductionVariantAcceleratorType | string;
|
|
2981
3088
|
|
|
2982
3089
|
CoreDumpConfig?: ProductionVariantCoreDumpConfig;
|
|
3090
|
+
|
|
3091
|
+
ServerlessConfig?: ProductionVariantServerlessConfig;
|
|
2983
3092
|
}
|
|
2984
3093
|
export declare namespace ProductionVariant {
|
|
2985
3094
|
|
|
@@ -3517,93 +3626,11 @@ export declare namespace CreateImageVersionResponse {
|
|
|
3517
3626
|
const filterSensitiveLog: (obj: CreateImageVersionResponse) => any;
|
|
3518
3627
|
}
|
|
3519
3628
|
|
|
3520
|
-
export interface
|
|
3521
|
-
|
|
3522
|
-
UiTemplateS3Uri?: string;
|
|
3523
|
-
|
|
3524
|
-
HumanTaskUiArn?: string;
|
|
3525
|
-
}
|
|
3526
|
-
export declare namespace UiConfig {
|
|
3527
|
-
|
|
3528
|
-
const filterSensitiveLog: (obj: UiConfig) => any;
|
|
3529
|
-
}
|
|
3530
|
-
|
|
3531
|
-
export interface HumanTaskConfig {
|
|
3532
|
-
|
|
3533
|
-
WorkteamArn: string | undefined;
|
|
3534
|
-
|
|
3535
|
-
UiConfig: UiConfig | undefined;
|
|
3536
|
-
|
|
3537
|
-
PreHumanTaskLambdaArn: string | undefined;
|
|
3538
|
-
|
|
3539
|
-
TaskKeywords?: string[];
|
|
3540
|
-
|
|
3541
|
-
TaskTitle: string | undefined;
|
|
3542
|
-
|
|
3543
|
-
TaskDescription: string | undefined;
|
|
3544
|
-
|
|
3545
|
-
NumberOfHumanWorkersPerDataObject: number | undefined;
|
|
3546
|
-
|
|
3547
|
-
TaskTimeLimitInSeconds: number | undefined;
|
|
3548
|
-
|
|
3549
|
-
TaskAvailabilityLifetimeInSeconds?: number;
|
|
3550
|
-
|
|
3551
|
-
MaxConcurrentTaskCount?: number;
|
|
3552
|
-
|
|
3553
|
-
AnnotationConsolidationConfig: AnnotationConsolidationConfig | undefined;
|
|
3554
|
-
|
|
3555
|
-
PublicWorkforceTaskPrice?: PublicWorkforceTaskPrice;
|
|
3556
|
-
}
|
|
3557
|
-
export declare namespace HumanTaskConfig {
|
|
3558
|
-
|
|
3559
|
-
const filterSensitiveLog: (obj: HumanTaskConfig) => any;
|
|
3560
|
-
}
|
|
3561
|
-
|
|
3562
|
-
export interface LabelingJobDataAttributes {
|
|
3563
|
-
|
|
3564
|
-
ContentClassifiers?: (ContentClassifier | string)[];
|
|
3565
|
-
}
|
|
3566
|
-
export declare namespace LabelingJobDataAttributes {
|
|
3567
|
-
|
|
3568
|
-
const filterSensitiveLog: (obj: LabelingJobDataAttributes) => any;
|
|
3569
|
-
}
|
|
3570
|
-
|
|
3571
|
-
export interface LabelingJobS3DataSource {
|
|
3572
|
-
|
|
3573
|
-
ManifestS3Uri: string | undefined;
|
|
3574
|
-
}
|
|
3575
|
-
export declare namespace LabelingJobS3DataSource {
|
|
3576
|
-
|
|
3577
|
-
const filterSensitiveLog: (obj: LabelingJobS3DataSource) => any;
|
|
3578
|
-
}
|
|
3579
|
-
|
|
3580
|
-
export interface LabelingJobSnsDataSource {
|
|
3581
|
-
|
|
3582
|
-
SnsTopicArn: string | undefined;
|
|
3583
|
-
}
|
|
3584
|
-
export declare namespace LabelingJobSnsDataSource {
|
|
3585
|
-
|
|
3586
|
-
const filterSensitiveLog: (obj: LabelingJobSnsDataSource) => any;
|
|
3587
|
-
}
|
|
3588
|
-
|
|
3589
|
-
export interface LabelingJobDataSource {
|
|
3590
|
-
|
|
3591
|
-
S3DataSource?: LabelingJobS3DataSource;
|
|
3592
|
-
|
|
3593
|
-
SnsDataSource?: LabelingJobSnsDataSource;
|
|
3594
|
-
}
|
|
3595
|
-
export declare namespace LabelingJobDataSource {
|
|
3596
|
-
|
|
3597
|
-
const filterSensitiveLog: (obj: LabelingJobDataSource) => any;
|
|
3598
|
-
}
|
|
3599
|
-
|
|
3600
|
-
export interface LabelingJobInputConfig {
|
|
3601
|
-
|
|
3602
|
-
DataSource: LabelingJobDataSource | undefined;
|
|
3629
|
+
export interface EnvironmentParameterRanges {
|
|
3603
3630
|
|
|
3604
|
-
|
|
3631
|
+
CategoricalParameterRanges?: CategoricalParameter[];
|
|
3605
3632
|
}
|
|
3606
|
-
export declare namespace
|
|
3633
|
+
export declare namespace EnvironmentParameterRanges {
|
|
3607
3634
|
|
|
3608
|
-
const filterSensitiveLog: (obj:
|
|
3635
|
+
const filterSensitiveLog: (obj: EnvironmentParameterRanges) => any;
|
|
3609
3636
|
}
|