@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
|
@@ -39,6 +39,122 @@ export var ResourceNotFound;
|
|
|
39
39
|
(function (ResourceNotFound) {
|
|
40
40
|
ResourceNotFound.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
41
|
})(ResourceNotFound || (ResourceNotFound = {}));
|
|
42
|
+
export var ModelInput;
|
|
43
|
+
(function (ModelInput) {
|
|
44
|
+
ModelInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
|
+
})(ModelInput || (ModelInput = {}));
|
|
46
|
+
export var ModelPackageContainerDefinition;
|
|
47
|
+
(function (ModelPackageContainerDefinition) {
|
|
48
|
+
ModelPackageContainerDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
|
+
})(ModelPackageContainerDefinition || (ModelPackageContainerDefinition = {}));
|
|
50
|
+
export var ProductionVariantInstanceType;
|
|
51
|
+
(function (ProductionVariantInstanceType) {
|
|
52
|
+
ProductionVariantInstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
|
|
53
|
+
ProductionVariantInstanceType["ML_C4_4XLARGE"] = "ml.c4.4xlarge";
|
|
54
|
+
ProductionVariantInstanceType["ML_C4_8XLARGE"] = "ml.c4.8xlarge";
|
|
55
|
+
ProductionVariantInstanceType["ML_C4_LARGE"] = "ml.c4.large";
|
|
56
|
+
ProductionVariantInstanceType["ML_C4_XLARGE"] = "ml.c4.xlarge";
|
|
57
|
+
ProductionVariantInstanceType["ML_C5D_18XLARGE"] = "ml.c5d.18xlarge";
|
|
58
|
+
ProductionVariantInstanceType["ML_C5D_2XLARGE"] = "ml.c5d.2xlarge";
|
|
59
|
+
ProductionVariantInstanceType["ML_C5D_4XLARGE"] = "ml.c5d.4xlarge";
|
|
60
|
+
ProductionVariantInstanceType["ML_C5D_9XLARGE"] = "ml.c5d.9xlarge";
|
|
61
|
+
ProductionVariantInstanceType["ML_C5D_LARGE"] = "ml.c5d.large";
|
|
62
|
+
ProductionVariantInstanceType["ML_C5D_XLARGE"] = "ml.c5d.xlarge";
|
|
63
|
+
ProductionVariantInstanceType["ML_C5_18XLARGE"] = "ml.c5.18xlarge";
|
|
64
|
+
ProductionVariantInstanceType["ML_C5_2XLARGE"] = "ml.c5.2xlarge";
|
|
65
|
+
ProductionVariantInstanceType["ML_C5_4XLARGE"] = "ml.c5.4xlarge";
|
|
66
|
+
ProductionVariantInstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
|
|
67
|
+
ProductionVariantInstanceType["ML_C5_LARGE"] = "ml.c5.large";
|
|
68
|
+
ProductionVariantInstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
|
|
69
|
+
ProductionVariantInstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
|
|
70
|
+
ProductionVariantInstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
|
|
71
|
+
ProductionVariantInstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
|
|
72
|
+
ProductionVariantInstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
|
|
73
|
+
ProductionVariantInstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
|
|
74
|
+
ProductionVariantInstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
|
|
75
|
+
ProductionVariantInstanceType["ML_INF1_24XLARGE"] = "ml.inf1.24xlarge";
|
|
76
|
+
ProductionVariantInstanceType["ML_INF1_2XLARGE"] = "ml.inf1.2xlarge";
|
|
77
|
+
ProductionVariantInstanceType["ML_INF1_6XLARGE"] = "ml.inf1.6xlarge";
|
|
78
|
+
ProductionVariantInstanceType["ML_INF1_XLARGE"] = "ml.inf1.xlarge";
|
|
79
|
+
ProductionVariantInstanceType["ML_M4_10XLARGE"] = "ml.m4.10xlarge";
|
|
80
|
+
ProductionVariantInstanceType["ML_M4_16XLARGE"] = "ml.m4.16xlarge";
|
|
81
|
+
ProductionVariantInstanceType["ML_M4_2XLARGE"] = "ml.m4.2xlarge";
|
|
82
|
+
ProductionVariantInstanceType["ML_M4_4XLARGE"] = "ml.m4.4xlarge";
|
|
83
|
+
ProductionVariantInstanceType["ML_M4_XLARGE"] = "ml.m4.xlarge";
|
|
84
|
+
ProductionVariantInstanceType["ML_M5D_12XLARGE"] = "ml.m5d.12xlarge";
|
|
85
|
+
ProductionVariantInstanceType["ML_M5D_24XLARGE"] = "ml.m5d.24xlarge";
|
|
86
|
+
ProductionVariantInstanceType["ML_M5D_2XLARGE"] = "ml.m5d.2xlarge";
|
|
87
|
+
ProductionVariantInstanceType["ML_M5D_4XLARGE"] = "ml.m5d.4xlarge";
|
|
88
|
+
ProductionVariantInstanceType["ML_M5D_LARGE"] = "ml.m5d.large";
|
|
89
|
+
ProductionVariantInstanceType["ML_M5D_XLARGE"] = "ml.m5d.xlarge";
|
|
90
|
+
ProductionVariantInstanceType["ML_M5_12XLARGE"] = "ml.m5.12xlarge";
|
|
91
|
+
ProductionVariantInstanceType["ML_M5_24XLARGE"] = "ml.m5.24xlarge";
|
|
92
|
+
ProductionVariantInstanceType["ML_M5_2XLARGE"] = "ml.m5.2xlarge";
|
|
93
|
+
ProductionVariantInstanceType["ML_M5_4XLARGE"] = "ml.m5.4xlarge";
|
|
94
|
+
ProductionVariantInstanceType["ML_M5_LARGE"] = "ml.m5.large";
|
|
95
|
+
ProductionVariantInstanceType["ML_M5_XLARGE"] = "ml.m5.xlarge";
|
|
96
|
+
ProductionVariantInstanceType["ML_P2_16XLARGE"] = "ml.p2.16xlarge";
|
|
97
|
+
ProductionVariantInstanceType["ML_P2_8XLARGE"] = "ml.p2.8xlarge";
|
|
98
|
+
ProductionVariantInstanceType["ML_P2_XLARGE"] = "ml.p2.xlarge";
|
|
99
|
+
ProductionVariantInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
|
|
100
|
+
ProductionVariantInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
|
|
101
|
+
ProductionVariantInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
|
|
102
|
+
ProductionVariantInstanceType["ML_R5D_12XLARGE"] = "ml.r5d.12xlarge";
|
|
103
|
+
ProductionVariantInstanceType["ML_R5D_24XLARGE"] = "ml.r5d.24xlarge";
|
|
104
|
+
ProductionVariantInstanceType["ML_R5D_2XLARGE"] = "ml.r5d.2xlarge";
|
|
105
|
+
ProductionVariantInstanceType["ML_R5D_4XLARGE"] = "ml.r5d.4xlarge";
|
|
106
|
+
ProductionVariantInstanceType["ML_R5D_LARGE"] = "ml.r5d.large";
|
|
107
|
+
ProductionVariantInstanceType["ML_R5D_XLARGE"] = "ml.r5d.xlarge";
|
|
108
|
+
ProductionVariantInstanceType["ML_R5_12XLARGE"] = "ml.r5.12xlarge";
|
|
109
|
+
ProductionVariantInstanceType["ML_R5_24XLARGE"] = "ml.r5.24xlarge";
|
|
110
|
+
ProductionVariantInstanceType["ML_R5_2XLARGE"] = "ml.r5.2xlarge";
|
|
111
|
+
ProductionVariantInstanceType["ML_R5_4XLARGE"] = "ml.r5.4xlarge";
|
|
112
|
+
ProductionVariantInstanceType["ML_R5_LARGE"] = "ml.r5.large";
|
|
113
|
+
ProductionVariantInstanceType["ML_R5_XLARGE"] = "ml.r5.xlarge";
|
|
114
|
+
ProductionVariantInstanceType["ML_T2_2XLARGE"] = "ml.t2.2xlarge";
|
|
115
|
+
ProductionVariantInstanceType["ML_T2_LARGE"] = "ml.t2.large";
|
|
116
|
+
ProductionVariantInstanceType["ML_T2_MEDIUM"] = "ml.t2.medium";
|
|
117
|
+
ProductionVariantInstanceType["ML_T2_XLARGE"] = "ml.t2.xlarge";
|
|
118
|
+
})(ProductionVariantInstanceType || (ProductionVariantInstanceType = {}));
|
|
119
|
+
export var TransformInstanceType;
|
|
120
|
+
(function (TransformInstanceType) {
|
|
121
|
+
TransformInstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
|
|
122
|
+
TransformInstanceType["ML_C4_4XLARGE"] = "ml.c4.4xlarge";
|
|
123
|
+
TransformInstanceType["ML_C4_8XLARGE"] = "ml.c4.8xlarge";
|
|
124
|
+
TransformInstanceType["ML_C4_XLARGE"] = "ml.c4.xlarge";
|
|
125
|
+
TransformInstanceType["ML_C5_18XLARGE"] = "ml.c5.18xlarge";
|
|
126
|
+
TransformInstanceType["ML_C5_2XLARGE"] = "ml.c5.2xlarge";
|
|
127
|
+
TransformInstanceType["ML_C5_4XLARGE"] = "ml.c5.4xlarge";
|
|
128
|
+
TransformInstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
|
|
129
|
+
TransformInstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
|
|
130
|
+
TransformInstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
|
|
131
|
+
TransformInstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
|
|
132
|
+
TransformInstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
|
|
133
|
+
TransformInstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
|
|
134
|
+
TransformInstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
|
|
135
|
+
TransformInstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
|
|
136
|
+
TransformInstanceType["ML_M4_10XLARGE"] = "ml.m4.10xlarge";
|
|
137
|
+
TransformInstanceType["ML_M4_16XLARGE"] = "ml.m4.16xlarge";
|
|
138
|
+
TransformInstanceType["ML_M4_2XLARGE"] = "ml.m4.2xlarge";
|
|
139
|
+
TransformInstanceType["ML_M4_4XLARGE"] = "ml.m4.4xlarge";
|
|
140
|
+
TransformInstanceType["ML_M4_XLARGE"] = "ml.m4.xlarge";
|
|
141
|
+
TransformInstanceType["ML_M5_12XLARGE"] = "ml.m5.12xlarge";
|
|
142
|
+
TransformInstanceType["ML_M5_24XLARGE"] = "ml.m5.24xlarge";
|
|
143
|
+
TransformInstanceType["ML_M5_2XLARGE"] = "ml.m5.2xlarge";
|
|
144
|
+
TransformInstanceType["ML_M5_4XLARGE"] = "ml.m5.4xlarge";
|
|
145
|
+
TransformInstanceType["ML_M5_LARGE"] = "ml.m5.large";
|
|
146
|
+
TransformInstanceType["ML_M5_XLARGE"] = "ml.m5.xlarge";
|
|
147
|
+
TransformInstanceType["ML_P2_16XLARGE"] = "ml.p2.16xlarge";
|
|
148
|
+
TransformInstanceType["ML_P2_8XLARGE"] = "ml.p2.8xlarge";
|
|
149
|
+
TransformInstanceType["ML_P2_XLARGE"] = "ml.p2.xlarge";
|
|
150
|
+
TransformInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
|
|
151
|
+
TransformInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
|
|
152
|
+
TransformInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
|
|
153
|
+
})(TransformInstanceType || (TransformInstanceType = {}));
|
|
154
|
+
export var AdditionalInferenceSpecificationDefinition;
|
|
155
|
+
(function (AdditionalInferenceSpecificationDefinition) {
|
|
156
|
+
AdditionalInferenceSpecificationDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
+
})(AdditionalInferenceSpecificationDefinition || (AdditionalInferenceSpecificationDefinition = {}));
|
|
42
158
|
export var Tag;
|
|
43
159
|
(function (Tag) {
|
|
44
160
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -247,41 +363,6 @@ export var TransformOutput;
|
|
|
247
363
|
(function (TransformOutput) {
|
|
248
364
|
TransformOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
365
|
})(TransformOutput || (TransformOutput = {}));
|
|
250
|
-
export var TransformInstanceType;
|
|
251
|
-
(function (TransformInstanceType) {
|
|
252
|
-
TransformInstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
|
|
253
|
-
TransformInstanceType["ML_C4_4XLARGE"] = "ml.c4.4xlarge";
|
|
254
|
-
TransformInstanceType["ML_C4_8XLARGE"] = "ml.c4.8xlarge";
|
|
255
|
-
TransformInstanceType["ML_C4_XLARGE"] = "ml.c4.xlarge";
|
|
256
|
-
TransformInstanceType["ML_C5_18XLARGE"] = "ml.c5.18xlarge";
|
|
257
|
-
TransformInstanceType["ML_C5_2XLARGE"] = "ml.c5.2xlarge";
|
|
258
|
-
TransformInstanceType["ML_C5_4XLARGE"] = "ml.c5.4xlarge";
|
|
259
|
-
TransformInstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
|
|
260
|
-
TransformInstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
|
|
261
|
-
TransformInstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
|
|
262
|
-
TransformInstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
|
|
263
|
-
TransformInstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
|
|
264
|
-
TransformInstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
|
|
265
|
-
TransformInstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
|
|
266
|
-
TransformInstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
|
|
267
|
-
TransformInstanceType["ML_M4_10XLARGE"] = "ml.m4.10xlarge";
|
|
268
|
-
TransformInstanceType["ML_M4_16XLARGE"] = "ml.m4.16xlarge";
|
|
269
|
-
TransformInstanceType["ML_M4_2XLARGE"] = "ml.m4.2xlarge";
|
|
270
|
-
TransformInstanceType["ML_M4_4XLARGE"] = "ml.m4.4xlarge";
|
|
271
|
-
TransformInstanceType["ML_M4_XLARGE"] = "ml.m4.xlarge";
|
|
272
|
-
TransformInstanceType["ML_M5_12XLARGE"] = "ml.m5.12xlarge";
|
|
273
|
-
TransformInstanceType["ML_M5_24XLARGE"] = "ml.m5.24xlarge";
|
|
274
|
-
TransformInstanceType["ML_M5_2XLARGE"] = "ml.m5.2xlarge";
|
|
275
|
-
TransformInstanceType["ML_M5_4XLARGE"] = "ml.m5.4xlarge";
|
|
276
|
-
TransformInstanceType["ML_M5_LARGE"] = "ml.m5.large";
|
|
277
|
-
TransformInstanceType["ML_M5_XLARGE"] = "ml.m5.xlarge";
|
|
278
|
-
TransformInstanceType["ML_P2_16XLARGE"] = "ml.p2.16xlarge";
|
|
279
|
-
TransformInstanceType["ML_P2_8XLARGE"] = "ml.p2.8xlarge";
|
|
280
|
-
TransformInstanceType["ML_P2_XLARGE"] = "ml.p2.xlarge";
|
|
281
|
-
TransformInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
|
|
282
|
-
TransformInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
|
|
283
|
-
TransformInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
|
|
284
|
-
})(TransformInstanceType || (TransformInstanceType = {}));
|
|
285
366
|
export var TransformResources;
|
|
286
367
|
(function (TransformResources) {
|
|
287
368
|
TransformResources.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -662,79 +743,6 @@ export var BatchDescribeModelPackageError;
|
|
|
662
743
|
(function (BatchDescribeModelPackageError) {
|
|
663
744
|
BatchDescribeModelPackageError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
745
|
})(BatchDescribeModelPackageError || (BatchDescribeModelPackageError = {}));
|
|
665
|
-
export var ModelPackageContainerDefinition;
|
|
666
|
-
(function (ModelPackageContainerDefinition) {
|
|
667
|
-
ModelPackageContainerDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
668
|
-
})(ModelPackageContainerDefinition || (ModelPackageContainerDefinition = {}));
|
|
669
|
-
export var ProductionVariantInstanceType;
|
|
670
|
-
(function (ProductionVariantInstanceType) {
|
|
671
|
-
ProductionVariantInstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
|
|
672
|
-
ProductionVariantInstanceType["ML_C4_4XLARGE"] = "ml.c4.4xlarge";
|
|
673
|
-
ProductionVariantInstanceType["ML_C4_8XLARGE"] = "ml.c4.8xlarge";
|
|
674
|
-
ProductionVariantInstanceType["ML_C4_LARGE"] = "ml.c4.large";
|
|
675
|
-
ProductionVariantInstanceType["ML_C4_XLARGE"] = "ml.c4.xlarge";
|
|
676
|
-
ProductionVariantInstanceType["ML_C5D_18XLARGE"] = "ml.c5d.18xlarge";
|
|
677
|
-
ProductionVariantInstanceType["ML_C5D_2XLARGE"] = "ml.c5d.2xlarge";
|
|
678
|
-
ProductionVariantInstanceType["ML_C5D_4XLARGE"] = "ml.c5d.4xlarge";
|
|
679
|
-
ProductionVariantInstanceType["ML_C5D_9XLARGE"] = "ml.c5d.9xlarge";
|
|
680
|
-
ProductionVariantInstanceType["ML_C5D_LARGE"] = "ml.c5d.large";
|
|
681
|
-
ProductionVariantInstanceType["ML_C5D_XLARGE"] = "ml.c5d.xlarge";
|
|
682
|
-
ProductionVariantInstanceType["ML_C5_18XLARGE"] = "ml.c5.18xlarge";
|
|
683
|
-
ProductionVariantInstanceType["ML_C5_2XLARGE"] = "ml.c5.2xlarge";
|
|
684
|
-
ProductionVariantInstanceType["ML_C5_4XLARGE"] = "ml.c5.4xlarge";
|
|
685
|
-
ProductionVariantInstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
|
|
686
|
-
ProductionVariantInstanceType["ML_C5_LARGE"] = "ml.c5.large";
|
|
687
|
-
ProductionVariantInstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
|
|
688
|
-
ProductionVariantInstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
|
|
689
|
-
ProductionVariantInstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
|
|
690
|
-
ProductionVariantInstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
|
|
691
|
-
ProductionVariantInstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
|
|
692
|
-
ProductionVariantInstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
|
|
693
|
-
ProductionVariantInstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
|
|
694
|
-
ProductionVariantInstanceType["ML_INF1_24XLARGE"] = "ml.inf1.24xlarge";
|
|
695
|
-
ProductionVariantInstanceType["ML_INF1_2XLARGE"] = "ml.inf1.2xlarge";
|
|
696
|
-
ProductionVariantInstanceType["ML_INF1_6XLARGE"] = "ml.inf1.6xlarge";
|
|
697
|
-
ProductionVariantInstanceType["ML_INF1_XLARGE"] = "ml.inf1.xlarge";
|
|
698
|
-
ProductionVariantInstanceType["ML_M4_10XLARGE"] = "ml.m4.10xlarge";
|
|
699
|
-
ProductionVariantInstanceType["ML_M4_16XLARGE"] = "ml.m4.16xlarge";
|
|
700
|
-
ProductionVariantInstanceType["ML_M4_2XLARGE"] = "ml.m4.2xlarge";
|
|
701
|
-
ProductionVariantInstanceType["ML_M4_4XLARGE"] = "ml.m4.4xlarge";
|
|
702
|
-
ProductionVariantInstanceType["ML_M4_XLARGE"] = "ml.m4.xlarge";
|
|
703
|
-
ProductionVariantInstanceType["ML_M5D_12XLARGE"] = "ml.m5d.12xlarge";
|
|
704
|
-
ProductionVariantInstanceType["ML_M5D_24XLARGE"] = "ml.m5d.24xlarge";
|
|
705
|
-
ProductionVariantInstanceType["ML_M5D_2XLARGE"] = "ml.m5d.2xlarge";
|
|
706
|
-
ProductionVariantInstanceType["ML_M5D_4XLARGE"] = "ml.m5d.4xlarge";
|
|
707
|
-
ProductionVariantInstanceType["ML_M5D_LARGE"] = "ml.m5d.large";
|
|
708
|
-
ProductionVariantInstanceType["ML_M5D_XLARGE"] = "ml.m5d.xlarge";
|
|
709
|
-
ProductionVariantInstanceType["ML_M5_12XLARGE"] = "ml.m5.12xlarge";
|
|
710
|
-
ProductionVariantInstanceType["ML_M5_24XLARGE"] = "ml.m5.24xlarge";
|
|
711
|
-
ProductionVariantInstanceType["ML_M5_2XLARGE"] = "ml.m5.2xlarge";
|
|
712
|
-
ProductionVariantInstanceType["ML_M5_4XLARGE"] = "ml.m5.4xlarge";
|
|
713
|
-
ProductionVariantInstanceType["ML_M5_LARGE"] = "ml.m5.large";
|
|
714
|
-
ProductionVariantInstanceType["ML_M5_XLARGE"] = "ml.m5.xlarge";
|
|
715
|
-
ProductionVariantInstanceType["ML_P2_16XLARGE"] = "ml.p2.16xlarge";
|
|
716
|
-
ProductionVariantInstanceType["ML_P2_8XLARGE"] = "ml.p2.8xlarge";
|
|
717
|
-
ProductionVariantInstanceType["ML_P2_XLARGE"] = "ml.p2.xlarge";
|
|
718
|
-
ProductionVariantInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
|
|
719
|
-
ProductionVariantInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
|
|
720
|
-
ProductionVariantInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
|
|
721
|
-
ProductionVariantInstanceType["ML_R5D_12XLARGE"] = "ml.r5d.12xlarge";
|
|
722
|
-
ProductionVariantInstanceType["ML_R5D_24XLARGE"] = "ml.r5d.24xlarge";
|
|
723
|
-
ProductionVariantInstanceType["ML_R5D_2XLARGE"] = "ml.r5d.2xlarge";
|
|
724
|
-
ProductionVariantInstanceType["ML_R5D_4XLARGE"] = "ml.r5d.4xlarge";
|
|
725
|
-
ProductionVariantInstanceType["ML_R5D_LARGE"] = "ml.r5d.large";
|
|
726
|
-
ProductionVariantInstanceType["ML_R5D_XLARGE"] = "ml.r5d.xlarge";
|
|
727
|
-
ProductionVariantInstanceType["ML_R5_12XLARGE"] = "ml.r5.12xlarge";
|
|
728
|
-
ProductionVariantInstanceType["ML_R5_24XLARGE"] = "ml.r5.24xlarge";
|
|
729
|
-
ProductionVariantInstanceType["ML_R5_2XLARGE"] = "ml.r5.2xlarge";
|
|
730
|
-
ProductionVariantInstanceType["ML_R5_4XLARGE"] = "ml.r5.4xlarge";
|
|
731
|
-
ProductionVariantInstanceType["ML_R5_LARGE"] = "ml.r5.large";
|
|
732
|
-
ProductionVariantInstanceType["ML_R5_XLARGE"] = "ml.r5.xlarge";
|
|
733
|
-
ProductionVariantInstanceType["ML_T2_2XLARGE"] = "ml.t2.2xlarge";
|
|
734
|
-
ProductionVariantInstanceType["ML_T2_LARGE"] = "ml.t2.large";
|
|
735
|
-
ProductionVariantInstanceType["ML_T2_MEDIUM"] = "ml.t2.medium";
|
|
736
|
-
ProductionVariantInstanceType["ML_T2_XLARGE"] = "ml.t2.xlarge";
|
|
737
|
-
})(ProductionVariantInstanceType || (ProductionVariantInstanceType = {}));
|
|
738
746
|
export var InferenceSpecification;
|
|
739
747
|
(function (InferenceSpecification) {
|
|
740
748
|
InferenceSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -782,6 +790,7 @@ export var TrafficRoutingConfigType;
|
|
|
782
790
|
(function (TrafficRoutingConfigType) {
|
|
783
791
|
TrafficRoutingConfigType["ALL_AT_ONCE"] = "ALL_AT_ONCE";
|
|
784
792
|
TrafficRoutingConfigType["CANARY"] = "CANARY";
|
|
793
|
+
TrafficRoutingConfigType["LINEAR"] = "LINEAR";
|
|
785
794
|
})(TrafficRoutingConfigType || (TrafficRoutingConfigType = {}));
|
|
786
795
|
export var TrafficRoutingConfig;
|
|
787
796
|
(function (TrafficRoutingConfig) {
|
|
@@ -832,6 +841,10 @@ export var CaptureStatus;
|
|
|
832
841
|
CaptureStatus["STARTED"] = "Started";
|
|
833
842
|
CaptureStatus["STOPPED"] = "Stopped";
|
|
834
843
|
})(CaptureStatus || (CaptureStatus = {}));
|
|
844
|
+
export var CategoricalParameter;
|
|
845
|
+
(function (CategoricalParameter) {
|
|
846
|
+
CategoricalParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
|
+
})(CategoricalParameter || (CategoricalParameter = {}));
|
|
835
848
|
export var CategoricalParameterRange;
|
|
836
849
|
(function (CategoricalParameterRange) {
|
|
837
850
|
CategoricalParameterRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -848,6 +861,10 @@ export var CheckpointConfig;
|
|
|
848
861
|
(function (CheckpointConfig) {
|
|
849
862
|
CheckpointConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
863
|
})(CheckpointConfig || (CheckpointConfig = {}));
|
|
864
|
+
export var ClarifyCheckStepMetadata;
|
|
865
|
+
(function (ClarifyCheckStepMetadata) {
|
|
866
|
+
ClarifyCheckStepMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
867
|
+
})(ClarifyCheckStepMetadata || (ClarifyCheckStepMetadata = {}));
|
|
851
868
|
export var CodeRepositorySortBy;
|
|
852
869
|
(function (CodeRepositorySortBy) {
|
|
853
870
|
CodeRepositorySortBy["CREATION_TIME"] = "CreationTime";
|
|
@@ -1372,6 +1389,10 @@ export var CreateEdgePackagingJobRequest;
|
|
|
1372
1389
|
(function (CreateEdgePackagingJobRequest) {
|
|
1373
1390
|
CreateEdgePackagingJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1374
1391
|
})(CreateEdgePackagingJobRequest || (CreateEdgePackagingJobRequest = {}));
|
|
1392
|
+
export var DeploymentConfig;
|
|
1393
|
+
(function (DeploymentConfig) {
|
|
1394
|
+
DeploymentConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1395
|
+
})(DeploymentConfig || (DeploymentConfig = {}));
|
|
1375
1396
|
export var CreateEndpointInput;
|
|
1376
1397
|
(function (CreateEndpointInput) {
|
|
1377
1398
|
CreateEndpointInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1397,6 +1418,10 @@ export var ProductionVariantCoreDumpConfig;
|
|
|
1397
1418
|
(function (ProductionVariantCoreDumpConfig) {
|
|
1398
1419
|
ProductionVariantCoreDumpConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1399
1420
|
})(ProductionVariantCoreDumpConfig || (ProductionVariantCoreDumpConfig = {}));
|
|
1421
|
+
export var ProductionVariantServerlessConfig;
|
|
1422
|
+
(function (ProductionVariantServerlessConfig) {
|
|
1423
|
+
ProductionVariantServerlessConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1424
|
+
})(ProductionVariantServerlessConfig || (ProductionVariantServerlessConfig = {}));
|
|
1400
1425
|
export var ProductionVariant;
|
|
1401
1426
|
(function (ProductionVariant) {
|
|
1402
1427
|
ProductionVariant.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1582,31 +1607,7 @@ export var CreateImageVersionResponse;
|
|
|
1582
1607
|
(function (CreateImageVersionResponse) {
|
|
1583
1608
|
CreateImageVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1584
1609
|
})(CreateImageVersionResponse || (CreateImageVersionResponse = {}));
|
|
1585
|
-
export var
|
|
1586
|
-
(function (
|
|
1587
|
-
|
|
1588
|
-
})(
|
|
1589
|
-
export var HumanTaskConfig;
|
|
1590
|
-
(function (HumanTaskConfig) {
|
|
1591
|
-
HumanTaskConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1592
|
-
})(HumanTaskConfig || (HumanTaskConfig = {}));
|
|
1593
|
-
export var LabelingJobDataAttributes;
|
|
1594
|
-
(function (LabelingJobDataAttributes) {
|
|
1595
|
-
LabelingJobDataAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1596
|
-
})(LabelingJobDataAttributes || (LabelingJobDataAttributes = {}));
|
|
1597
|
-
export var LabelingJobS3DataSource;
|
|
1598
|
-
(function (LabelingJobS3DataSource) {
|
|
1599
|
-
LabelingJobS3DataSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1600
|
-
})(LabelingJobS3DataSource || (LabelingJobS3DataSource = {}));
|
|
1601
|
-
export var LabelingJobSnsDataSource;
|
|
1602
|
-
(function (LabelingJobSnsDataSource) {
|
|
1603
|
-
LabelingJobSnsDataSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1604
|
-
})(LabelingJobSnsDataSource || (LabelingJobSnsDataSource = {}));
|
|
1605
|
-
export var LabelingJobDataSource;
|
|
1606
|
-
(function (LabelingJobDataSource) {
|
|
1607
|
-
LabelingJobDataSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1608
|
-
})(LabelingJobDataSource || (LabelingJobDataSource = {}));
|
|
1609
|
-
export var LabelingJobInputConfig;
|
|
1610
|
-
(function (LabelingJobInputConfig) {
|
|
1611
|
-
LabelingJobInputConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1612
|
-
})(LabelingJobInputConfig || (LabelingJobInputConfig = {}));
|
|
1610
|
+
export var EnvironmentParameterRanges;
|
|
1611
|
+
(function (EnvironmentParameterRanges) {
|
|
1612
|
+
EnvironmentParameterRanges.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1613
|
+
})(EnvironmentParameterRanges || (EnvironmentParameterRanges = {}));
|