@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
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StopInferenceRecommendationsJobCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_3_1 = require("../models/models_3");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class StopInferenceRecommendationsJobCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "SageMakerClient";
|
|
18
|
+
const commandName = "StopInferenceRecommendationsJobCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_3_1.StopInferenceRecommendationsJobRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: (output) => output,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_json1_1_1.serializeAws_json1_1StopInferenceRecommendationsJobCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_json1_1_1.deserializeAws_json1_1StopInferenceRecommendationsJobCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.StopInferenceRecommendationsJobCommand = StopInferenceRecommendationsJobCommand;
|
|
@@ -27,6 +27,7 @@ tslib_1.__exportStar(require("./CreateHumanTaskUiCommand"), exports);
|
|
|
27
27
|
tslib_1.__exportStar(require("./CreateHyperParameterTuningJobCommand"), exports);
|
|
28
28
|
tslib_1.__exportStar(require("./CreateImageCommand"), exports);
|
|
29
29
|
tslib_1.__exportStar(require("./CreateImageVersionCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./CreateInferenceRecommendationsJobCommand"), exports);
|
|
30
31
|
tslib_1.__exportStar(require("./CreateLabelingJobCommand"), exports);
|
|
31
32
|
tslib_1.__exportStar(require("./CreateModelBiasJobDefinitionCommand"), exports);
|
|
32
33
|
tslib_1.__exportStar(require("./CreateModelCommand"), exports);
|
|
@@ -112,7 +113,9 @@ tslib_1.__exportStar(require("./DescribeHumanTaskUiCommand"), exports);
|
|
|
112
113
|
tslib_1.__exportStar(require("./DescribeHyperParameterTuningJobCommand"), exports);
|
|
113
114
|
tslib_1.__exportStar(require("./DescribeImageCommand"), exports);
|
|
114
115
|
tslib_1.__exportStar(require("./DescribeImageVersionCommand"), exports);
|
|
116
|
+
tslib_1.__exportStar(require("./DescribeInferenceRecommendationsJobCommand"), exports);
|
|
115
117
|
tslib_1.__exportStar(require("./DescribeLabelingJobCommand"), exports);
|
|
118
|
+
tslib_1.__exportStar(require("./DescribeLineageGroupCommand"), exports);
|
|
116
119
|
tslib_1.__exportStar(require("./DescribeModelBiasJobDefinitionCommand"), exports);
|
|
117
120
|
tslib_1.__exportStar(require("./DescribeModelCommand"), exports);
|
|
118
121
|
tslib_1.__exportStar(require("./DescribeModelExplainabilityJobDefinitionCommand"), exports);
|
|
@@ -140,6 +143,7 @@ tslib_1.__exportStar(require("./DisableSagemakerServicecatalogPortfolioCommand")
|
|
|
140
143
|
tslib_1.__exportStar(require("./DisassociateTrialComponentCommand"), exports);
|
|
141
144
|
tslib_1.__exportStar(require("./EnableSagemakerServicecatalogPortfolioCommand"), exports);
|
|
142
145
|
tslib_1.__exportStar(require("./GetDeviceFleetReportCommand"), exports);
|
|
146
|
+
tslib_1.__exportStar(require("./GetLineageGroupPolicyCommand"), exports);
|
|
143
147
|
tslib_1.__exportStar(require("./GetModelPackageGroupPolicyCommand"), exports);
|
|
144
148
|
tslib_1.__exportStar(require("./GetSagemakerServicecatalogPortfolioStatusCommand"), exports);
|
|
145
149
|
tslib_1.__exportStar(require("./GetSearchSuggestionsCommand"), exports);
|
|
@@ -168,10 +172,13 @@ tslib_1.__exportStar(require("./ListHumanTaskUisCommand"), exports);
|
|
|
168
172
|
tslib_1.__exportStar(require("./ListHyperParameterTuningJobsCommand"), exports);
|
|
169
173
|
tslib_1.__exportStar(require("./ListImageVersionsCommand"), exports);
|
|
170
174
|
tslib_1.__exportStar(require("./ListImagesCommand"), exports);
|
|
175
|
+
tslib_1.__exportStar(require("./ListInferenceRecommendationsJobsCommand"), exports);
|
|
171
176
|
tslib_1.__exportStar(require("./ListLabelingJobsCommand"), exports);
|
|
172
177
|
tslib_1.__exportStar(require("./ListLabelingJobsForWorkteamCommand"), exports);
|
|
178
|
+
tslib_1.__exportStar(require("./ListLineageGroupsCommand"), exports);
|
|
173
179
|
tslib_1.__exportStar(require("./ListModelBiasJobDefinitionsCommand"), exports);
|
|
174
180
|
tslib_1.__exportStar(require("./ListModelExplainabilityJobDefinitionsCommand"), exports);
|
|
181
|
+
tslib_1.__exportStar(require("./ListModelMetadataCommand"), exports);
|
|
175
182
|
tslib_1.__exportStar(require("./ListModelPackageGroupsCommand"), exports);
|
|
176
183
|
tslib_1.__exportStar(require("./ListModelPackagesCommand"), exports);
|
|
177
184
|
tslib_1.__exportStar(require("./ListModelQualityJobDefinitionsCommand"), exports);
|
|
@@ -198,6 +205,7 @@ tslib_1.__exportStar(require("./ListUserProfilesCommand"), exports);
|
|
|
198
205
|
tslib_1.__exportStar(require("./ListWorkforcesCommand"), exports);
|
|
199
206
|
tslib_1.__exportStar(require("./ListWorkteamsCommand"), exports);
|
|
200
207
|
tslib_1.__exportStar(require("./PutModelPackageGroupPolicyCommand"), exports);
|
|
208
|
+
tslib_1.__exportStar(require("./QueryLineageCommand"), exports);
|
|
201
209
|
tslib_1.__exportStar(require("./RegisterDevicesCommand"), exports);
|
|
202
210
|
tslib_1.__exportStar(require("./RenderUiTemplateCommand"), exports);
|
|
203
211
|
tslib_1.__exportStar(require("./RetryPipelineExecutionCommand"), exports);
|
|
@@ -211,6 +219,7 @@ tslib_1.__exportStar(require("./StopAutoMLJobCommand"), exports);
|
|
|
211
219
|
tslib_1.__exportStar(require("./StopCompilationJobCommand"), exports);
|
|
212
220
|
tslib_1.__exportStar(require("./StopEdgePackagingJobCommand"), exports);
|
|
213
221
|
tslib_1.__exportStar(require("./StopHyperParameterTuningJobCommand"), exports);
|
|
222
|
+
tslib_1.__exportStar(require("./StopInferenceRecommendationsJobCommand"), exports);
|
|
214
223
|
tslib_1.__exportStar(require("./StopLabelingJobCommand"), exports);
|
|
215
224
|
tslib_1.__exportStar(require("./StopMonitoringScheduleCommand"), exports);
|
|
216
225
|
tslib_1.__exportStar(require("./StopNotebookInstanceCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -103,6 +103,14 @@ const partitionHash = {
|
|
|
103
103
|
hostname: "api-fips.sagemaker.{region}.amazonaws.com",
|
|
104
104
|
tags: ["fips"],
|
|
105
105
|
},
|
|
106
|
+
{
|
|
107
|
+
hostname: "api.sagemaker-fips.{region}.api.aws",
|
|
108
|
+
tags: ["dualstack", "fips"],
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
hostname: "api.sagemaker.{region}.api.aws",
|
|
112
|
+
tags: ["dualstack"],
|
|
113
|
+
},
|
|
106
114
|
],
|
|
107
115
|
},
|
|
108
116
|
"aws-cn": {
|
|
@@ -135,6 +143,10 @@ const partitionHash = {
|
|
|
135
143
|
hostname: "api.sagemaker.{region}.c2s.ic.gov",
|
|
136
144
|
tags: [],
|
|
137
145
|
},
|
|
146
|
+
{
|
|
147
|
+
hostname: "api.sagemaker-fips.{region}.c2s.ic.gov",
|
|
148
|
+
tags: ["fips"],
|
|
149
|
+
},
|
|
138
150
|
],
|
|
139
151
|
},
|
|
140
152
|
"aws-iso-b": {
|
|
@@ -145,6 +157,10 @@ const partitionHash = {
|
|
|
145
157
|
hostname: "api.sagemaker.{region}.sc2s.sgov.gov",
|
|
146
158
|
tags: [],
|
|
147
159
|
},
|
|
160
|
+
{
|
|
161
|
+
hostname: "api.sagemaker-fips.{region}.sc2s.sgov.gov",
|
|
162
|
+
tags: ["fips"],
|
|
163
|
+
},
|
|
148
164
|
],
|
|
149
165
|
},
|
|
150
166
|
"aws-us-gov": {
|
|
@@ -165,6 +181,14 @@ const partitionHash = {
|
|
|
165
181
|
hostname: "api-fips.sagemaker.{region}.amazonaws.com",
|
|
166
182
|
tags: ["fips"],
|
|
167
183
|
},
|
|
184
|
+
{
|
|
185
|
+
hostname: "api.sagemaker-fips.{region}.api.aws",
|
|
186
|
+
tags: ["dualstack", "fips"],
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
hostname: "api.sagemaker.{region}.api.aws",
|
|
190
|
+
tags: ["dualstack"],
|
|
191
|
+
},
|
|
168
192
|
],
|
|
169
193
|
},
|
|
170
194
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
3
|
+
exports.TransformOutput = exports.AssemblyType = exports.TransformInput = exports.SplitType = exports.TransformDataSource = exports.TransformS3DataSource = exports.BatchStrategy = exports.TrainingJobDefinition = exports.StoppingCondition = exports.ResourceConfig = exports.TrainingInstanceType = exports.OutputDataConfig = exports.Channel = exports.ShuffleConfig = exports.RecordWrapper = exports.DataSource = exports.S3DataSource = exports.S3DataType = exports.S3DataDistribution = exports.FileSystemDataSource = exports.FileSystemType = exports.FileSystemAccessMode = exports.CompressionType = exports.AlgorithmSummary = exports.AlgorithmStatusDetails = exports.AlgorithmStatusItem = exports.DetailedAlgorithmStatus = exports.AlgorithmStatus = exports.AlgorithmSpecification = exports.TrainingInputMode = exports.MetricDefinition = exports.AlgorithmSortBy = exports.Alarm = exports.AgentVersion = exports.AddTagsOutput = exports.AddTagsInput = exports.Tag = exports.AdditionalInferenceSpecificationDefinition = exports.TransformInstanceType = exports.ProductionVariantInstanceType = exports.ModelPackageContainerDefinition = exports.ModelInput = exports.ResourceNotFound = exports.ResourceLimitExceeded = exports.AddAssociationResponse = exports.AddAssociationRequest = exports.AssociationEdgeType = exports.ActionSummary = exports.ActionStatus = exports.ActionSource = void 0;
|
|
4
|
+
exports.AutoMLDataSource = exports.AutoMLS3DataSource = exports.AutoMLS3DataType = exports.AutoMLCandidate = exports.ObjectiveStatus = exports.AutoMLContainerDefinition = exports.FinalAutoMLJobObjectiveMetric = exports.AutoMLJobObjectiveType = exports.AutoMLCandidateStep = exports.CandidateStepType = exports.CandidateStatus = exports.CandidateProperties = exports.MetricDatum = exports.MetricSetSource = exports.AutoMLMetricEnum = exports.CandidateArtifactLocations = exports.AuthMode = exports.AthenaDatasetDefinition = exports.AthenaResultFormat = exports.AthenaResultCompressionType = exports.AsyncInferenceConfig = exports.AsyncInferenceOutputConfig = exports.AsyncInferenceNotificationConfig = exports.AsyncInferenceClientConfig = exports.AssociationSummary = exports.UserContext = exports.AssociateTrialComponentResponse = exports.AssociateTrialComponentRequest = exports.ArtifactSummary = exports.ArtifactSource = exports.ArtifactSourceType = exports.ArtifactSourceIdType = exports.AppSpecification = exports.AppSortKey = exports.AppSecurityGroupManagement = exports.AppNetworkAccessType = exports.AppInstanceType = exports.AppImageConfigSortKey = exports.AppImageConfigDetails = exports.KernelGatewayImageConfig = exports.KernelSpec = exports.FileSystemConfig = exports.AppDetails = exports.AppStatus = exports.AppType = exports.AnnotationConsolidationConfig = exports.AlgorithmValidationSpecification = exports.AlgorithmValidationProfile = exports.TransformJobDefinition = exports.TransformResources = void 0;
|
|
5
|
+
exports.CognitoConfig = exports.CodeRepositorySummary = exports.GitConfig = exports.CodeRepositorySortOrder = exports.CodeRepositorySortBy = exports.ClarifyCheckStepMetadata = exports.CheckpointConfig = exports.ChannelSpecification = exports.CategoricalParameterRangeSpecification = exports.CategoricalParameterRange = exports.CategoricalParameter = exports.CaptureStatus = exports.CaptureOption = exports.CaptureMode = exports.CaptureContentTypeHeader = exports.CandidateSortBy = exports.CallbackStepMetadata = exports.OutputParameter = exports.CacheHitResult = exports.BooleanOperator = exports.BlueGreenUpdatePolicy = exports.TrafficRoutingConfig = exports.TrafficRoutingConfigType = exports.CapacitySize = exports.CapacitySizeType = exports.Bias = exports.MetricsSource = exports.BatchDescribeModelPackageOutput = exports.BatchDescribeModelPackageSummary = exports.ModelPackageStatus = exports.ModelApprovalStatus = exports.InferenceSpecification = exports.BatchDescribeModelPackageError = exports.BatchDescribeModelPackageInput = exports.AwsManagedHumanLoopRequestSource = exports.AutoRollbackConfig = exports.AutoMLSortOrder = exports.AutoMLSortBy = exports.AutoMLOutputDataConfig = exports.AutoMLJobSummary = exports.AutoMLPartialFailureReason = exports.AutoMLJobStatus = exports.AutoMLJobSecondaryStatus = exports.AutoMLJobObjective = exports.AutoMLJobConfig = exports.AutoMLSecurityConfig = exports.VpcConfig = exports.AutoMLJobCompletionCriteria = exports.AutoMLJobArtifacts = exports.AutoMLChannel = void 0;
|
|
6
|
+
exports.CreateCodeRepositoryOutput = exports.CreateCodeRepositoryInput = exports.CreateAutoMLJobResponse = exports.CreateAutoMLJobRequest = exports.ProblemType = exports.ModelDeployConfig = exports.CreateArtifactResponse = exports.CreateArtifactRequest = exports.CreateAppImageConfigResponse = exports.CreateAppImageConfigRequest = exports.ResourceInUse = exports.CreateAppResponse = exports.CreateAppRequest = exports.ResourceSpec = exports.CreateAlgorithmOutput = exports.CreateAlgorithmInput = exports.TrainingSpecification = exports.HyperParameterTuningJobObjective = exports.HyperParameterTuningJobObjectiveType = exports.HyperParameterSpecification = exports.ParameterType = exports.ParameterRange = exports.IntegerParameterRangeSpecification = exports.CreateActionResponse = exports.CreateActionRequest = exports.MetadataProperties = exports.ContinuousParameterRangeSpecification = exports.ContinuousParameterRange = exports.HyperParameterScalingType = exports.ContextSummary = exports.ContextSource = exports.ContentClassifier = exports.ContainerDefinition = exports.MultiModelConfig = exports.ModelCacheSetting = exports.ContainerMode = exports.ImageConfig = exports.RepositoryAuthConfig = exports.RepositoryAccessMode = exports.ConflictException = exports.ConditionStepMetadata = exports.ConditionOutcome = exports.CompilationJobSummary = exports.TargetPlatformOs = exports.TargetPlatformArch = exports.TargetPlatformAccelerator = exports.TargetDevice = exports.CompilationJobStatus = exports.CollectionConfiguration = exports.CognitoMemberDefinition = void 0;
|
|
7
|
+
exports.CreateEndpointOutput = exports.CreateEndpointInput = exports.DeploymentConfig = exports.CreateEdgePackagingJobRequest = exports.CreateDomainResponse = exports.CreateDomainRequest = exports.DomainSettings = exports.RStudioServerProDomainSettings = exports.UserSettings = exports.TensorBoardAppSettings = exports.SharingSettings = exports.NotebookOutputOption = exports.RStudioServerProAppSettings = exports.RStudioServerProUserGroup = exports.RStudioServerProAccessStatus = exports.RSessionAppSettings = exports.KernelGatewayAppSettings = exports.CustomImage = exports.JupyterServerAppSettings = exports.CreateDeviceFleetRequest = exports.EdgeOutputConfig = exports.EdgePresetDeploymentType = exports.CreateDataQualityJobDefinitionResponse = exports.CreateDataQualityJobDefinitionRequest = exports.MonitoringStoppingCondition = exports.MonitoringNetworkConfig = exports.MonitoringResources = exports.MonitoringClusterConfig = exports.ProcessingInstanceType = exports.MonitoringOutputConfig = exports.MonitoringOutput = exports.MonitoringS3Output = exports.ProcessingS3UploadMode = exports.DataQualityJobInput = exports.EndpointInput = exports.ProcessingS3InputMode = exports.ProcessingS3DataDistributionType = exports.DataQualityBaselineConfig = exports.MonitoringStatisticsResource = exports.MonitoringConstraintsResource = exports.DataQualityAppSpecification = exports.CreateContextResponse = exports.CreateContextRequest = exports.CreateCompilationJobResponse = exports.CreateCompilationJobRequest = exports.NeoVpcConfig = exports.OutputConfig = exports.TargetPlatform = exports.InputConfig = exports.Framework = void 0;
|
|
8
|
+
exports.EnvironmentParameterRanges = exports.CreateImageVersionResponse = exports.CreateImageVersionRequest = exports.CreateImageResponse = exports.CreateImageRequest = exports.CreateHyperParameterTuningJobResponse = exports.CreateHyperParameterTuningJobRequest = exports.HyperParameterTuningJobWarmStartConfig = exports.HyperParameterTuningJobWarmStartType = exports.ParentHyperParameterTuningJob = exports.HyperParameterTrainingJobDefinition = exports.RetryStrategy = exports.HyperParameterAlgorithmSpecification = exports.HyperParameterTuningJobConfig = exports.TuningJobCompletionCriteria = exports.TrainingJobEarlyStoppingType = exports.HyperParameterTuningJobStrategyType = exports.ResourceLimits = exports.ParameterRanges = exports.IntegerParameterRange = exports.CreateHumanTaskUiResponse = exports.CreateHumanTaskUiRequest = exports.UiTemplate = exports.CreateFlowDefinitionResponse = exports.CreateFlowDefinitionRequest = exports.FlowDefinitionOutputConfig = exports.HumanLoopRequestSource = exports.HumanLoopConfig = exports.PublicWorkforceTaskPrice = exports.USD = exports.HumanLoopActivationConfig = exports.HumanLoopActivationConditionsConfig = exports.CreateFeatureGroupResponse = exports.CreateFeatureGroupRequest = exports.OnlineStoreConfig = exports.OnlineStoreSecurityConfig = exports.OfflineStoreConfig = exports.S3StorageConfig = exports.DataCatalogConfig = exports.FeatureDefinition = exports.FeatureType = exports.CreateExperimentResponse = exports.CreateExperimentRequest = exports.CreateEndpointConfigOutput = exports.CreateEndpointConfigInput = exports.ProductionVariant = exports.ProductionVariantServerlessConfig = exports.ProductionVariantCoreDumpConfig = exports.ProductionVariantAcceleratorType = exports.DataCaptureConfig = void 0;
|
|
9
9
|
var ActionSource;
|
|
10
10
|
(function (ActionSource) {
|
|
11
11
|
ActionSource.filterSensitiveLog = (obj) => ({
|
|
@@ -58,6 +58,128 @@ var ResourceNotFound;
|
|
|
58
58
|
...obj,
|
|
59
59
|
});
|
|
60
60
|
})(ResourceNotFound = exports.ResourceNotFound || (exports.ResourceNotFound = {}));
|
|
61
|
+
var ModelInput;
|
|
62
|
+
(function (ModelInput) {
|
|
63
|
+
ModelInput.filterSensitiveLog = (obj) => ({
|
|
64
|
+
...obj,
|
|
65
|
+
});
|
|
66
|
+
})(ModelInput = exports.ModelInput || (exports.ModelInput = {}));
|
|
67
|
+
var ModelPackageContainerDefinition;
|
|
68
|
+
(function (ModelPackageContainerDefinition) {
|
|
69
|
+
ModelPackageContainerDefinition.filterSensitiveLog = (obj) => ({
|
|
70
|
+
...obj,
|
|
71
|
+
});
|
|
72
|
+
})(ModelPackageContainerDefinition = exports.ModelPackageContainerDefinition || (exports.ModelPackageContainerDefinition = {}));
|
|
73
|
+
var ProductionVariantInstanceType;
|
|
74
|
+
(function (ProductionVariantInstanceType) {
|
|
75
|
+
ProductionVariantInstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
|
|
76
|
+
ProductionVariantInstanceType["ML_C4_4XLARGE"] = "ml.c4.4xlarge";
|
|
77
|
+
ProductionVariantInstanceType["ML_C4_8XLARGE"] = "ml.c4.8xlarge";
|
|
78
|
+
ProductionVariantInstanceType["ML_C4_LARGE"] = "ml.c4.large";
|
|
79
|
+
ProductionVariantInstanceType["ML_C4_XLARGE"] = "ml.c4.xlarge";
|
|
80
|
+
ProductionVariantInstanceType["ML_C5D_18XLARGE"] = "ml.c5d.18xlarge";
|
|
81
|
+
ProductionVariantInstanceType["ML_C5D_2XLARGE"] = "ml.c5d.2xlarge";
|
|
82
|
+
ProductionVariantInstanceType["ML_C5D_4XLARGE"] = "ml.c5d.4xlarge";
|
|
83
|
+
ProductionVariantInstanceType["ML_C5D_9XLARGE"] = "ml.c5d.9xlarge";
|
|
84
|
+
ProductionVariantInstanceType["ML_C5D_LARGE"] = "ml.c5d.large";
|
|
85
|
+
ProductionVariantInstanceType["ML_C5D_XLARGE"] = "ml.c5d.xlarge";
|
|
86
|
+
ProductionVariantInstanceType["ML_C5_18XLARGE"] = "ml.c5.18xlarge";
|
|
87
|
+
ProductionVariantInstanceType["ML_C5_2XLARGE"] = "ml.c5.2xlarge";
|
|
88
|
+
ProductionVariantInstanceType["ML_C5_4XLARGE"] = "ml.c5.4xlarge";
|
|
89
|
+
ProductionVariantInstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
|
|
90
|
+
ProductionVariantInstanceType["ML_C5_LARGE"] = "ml.c5.large";
|
|
91
|
+
ProductionVariantInstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
|
|
92
|
+
ProductionVariantInstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
|
|
93
|
+
ProductionVariantInstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
|
|
94
|
+
ProductionVariantInstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
|
|
95
|
+
ProductionVariantInstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
|
|
96
|
+
ProductionVariantInstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
|
|
97
|
+
ProductionVariantInstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
|
|
98
|
+
ProductionVariantInstanceType["ML_INF1_24XLARGE"] = "ml.inf1.24xlarge";
|
|
99
|
+
ProductionVariantInstanceType["ML_INF1_2XLARGE"] = "ml.inf1.2xlarge";
|
|
100
|
+
ProductionVariantInstanceType["ML_INF1_6XLARGE"] = "ml.inf1.6xlarge";
|
|
101
|
+
ProductionVariantInstanceType["ML_INF1_XLARGE"] = "ml.inf1.xlarge";
|
|
102
|
+
ProductionVariantInstanceType["ML_M4_10XLARGE"] = "ml.m4.10xlarge";
|
|
103
|
+
ProductionVariantInstanceType["ML_M4_16XLARGE"] = "ml.m4.16xlarge";
|
|
104
|
+
ProductionVariantInstanceType["ML_M4_2XLARGE"] = "ml.m4.2xlarge";
|
|
105
|
+
ProductionVariantInstanceType["ML_M4_4XLARGE"] = "ml.m4.4xlarge";
|
|
106
|
+
ProductionVariantInstanceType["ML_M4_XLARGE"] = "ml.m4.xlarge";
|
|
107
|
+
ProductionVariantInstanceType["ML_M5D_12XLARGE"] = "ml.m5d.12xlarge";
|
|
108
|
+
ProductionVariantInstanceType["ML_M5D_24XLARGE"] = "ml.m5d.24xlarge";
|
|
109
|
+
ProductionVariantInstanceType["ML_M5D_2XLARGE"] = "ml.m5d.2xlarge";
|
|
110
|
+
ProductionVariantInstanceType["ML_M5D_4XLARGE"] = "ml.m5d.4xlarge";
|
|
111
|
+
ProductionVariantInstanceType["ML_M5D_LARGE"] = "ml.m5d.large";
|
|
112
|
+
ProductionVariantInstanceType["ML_M5D_XLARGE"] = "ml.m5d.xlarge";
|
|
113
|
+
ProductionVariantInstanceType["ML_M5_12XLARGE"] = "ml.m5.12xlarge";
|
|
114
|
+
ProductionVariantInstanceType["ML_M5_24XLARGE"] = "ml.m5.24xlarge";
|
|
115
|
+
ProductionVariantInstanceType["ML_M5_2XLARGE"] = "ml.m5.2xlarge";
|
|
116
|
+
ProductionVariantInstanceType["ML_M5_4XLARGE"] = "ml.m5.4xlarge";
|
|
117
|
+
ProductionVariantInstanceType["ML_M5_LARGE"] = "ml.m5.large";
|
|
118
|
+
ProductionVariantInstanceType["ML_M5_XLARGE"] = "ml.m5.xlarge";
|
|
119
|
+
ProductionVariantInstanceType["ML_P2_16XLARGE"] = "ml.p2.16xlarge";
|
|
120
|
+
ProductionVariantInstanceType["ML_P2_8XLARGE"] = "ml.p2.8xlarge";
|
|
121
|
+
ProductionVariantInstanceType["ML_P2_XLARGE"] = "ml.p2.xlarge";
|
|
122
|
+
ProductionVariantInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
|
|
123
|
+
ProductionVariantInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
|
|
124
|
+
ProductionVariantInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
|
|
125
|
+
ProductionVariantInstanceType["ML_R5D_12XLARGE"] = "ml.r5d.12xlarge";
|
|
126
|
+
ProductionVariantInstanceType["ML_R5D_24XLARGE"] = "ml.r5d.24xlarge";
|
|
127
|
+
ProductionVariantInstanceType["ML_R5D_2XLARGE"] = "ml.r5d.2xlarge";
|
|
128
|
+
ProductionVariantInstanceType["ML_R5D_4XLARGE"] = "ml.r5d.4xlarge";
|
|
129
|
+
ProductionVariantInstanceType["ML_R5D_LARGE"] = "ml.r5d.large";
|
|
130
|
+
ProductionVariantInstanceType["ML_R5D_XLARGE"] = "ml.r5d.xlarge";
|
|
131
|
+
ProductionVariantInstanceType["ML_R5_12XLARGE"] = "ml.r5.12xlarge";
|
|
132
|
+
ProductionVariantInstanceType["ML_R5_24XLARGE"] = "ml.r5.24xlarge";
|
|
133
|
+
ProductionVariantInstanceType["ML_R5_2XLARGE"] = "ml.r5.2xlarge";
|
|
134
|
+
ProductionVariantInstanceType["ML_R5_4XLARGE"] = "ml.r5.4xlarge";
|
|
135
|
+
ProductionVariantInstanceType["ML_R5_LARGE"] = "ml.r5.large";
|
|
136
|
+
ProductionVariantInstanceType["ML_R5_XLARGE"] = "ml.r5.xlarge";
|
|
137
|
+
ProductionVariantInstanceType["ML_T2_2XLARGE"] = "ml.t2.2xlarge";
|
|
138
|
+
ProductionVariantInstanceType["ML_T2_LARGE"] = "ml.t2.large";
|
|
139
|
+
ProductionVariantInstanceType["ML_T2_MEDIUM"] = "ml.t2.medium";
|
|
140
|
+
ProductionVariantInstanceType["ML_T2_XLARGE"] = "ml.t2.xlarge";
|
|
141
|
+
})(ProductionVariantInstanceType = exports.ProductionVariantInstanceType || (exports.ProductionVariantInstanceType = {}));
|
|
142
|
+
var TransformInstanceType;
|
|
143
|
+
(function (TransformInstanceType) {
|
|
144
|
+
TransformInstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
|
|
145
|
+
TransformInstanceType["ML_C4_4XLARGE"] = "ml.c4.4xlarge";
|
|
146
|
+
TransformInstanceType["ML_C4_8XLARGE"] = "ml.c4.8xlarge";
|
|
147
|
+
TransformInstanceType["ML_C4_XLARGE"] = "ml.c4.xlarge";
|
|
148
|
+
TransformInstanceType["ML_C5_18XLARGE"] = "ml.c5.18xlarge";
|
|
149
|
+
TransformInstanceType["ML_C5_2XLARGE"] = "ml.c5.2xlarge";
|
|
150
|
+
TransformInstanceType["ML_C5_4XLARGE"] = "ml.c5.4xlarge";
|
|
151
|
+
TransformInstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
|
|
152
|
+
TransformInstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
|
|
153
|
+
TransformInstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
|
|
154
|
+
TransformInstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
|
|
155
|
+
TransformInstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
|
|
156
|
+
TransformInstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
|
|
157
|
+
TransformInstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
|
|
158
|
+
TransformInstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
|
|
159
|
+
TransformInstanceType["ML_M4_10XLARGE"] = "ml.m4.10xlarge";
|
|
160
|
+
TransformInstanceType["ML_M4_16XLARGE"] = "ml.m4.16xlarge";
|
|
161
|
+
TransformInstanceType["ML_M4_2XLARGE"] = "ml.m4.2xlarge";
|
|
162
|
+
TransformInstanceType["ML_M4_4XLARGE"] = "ml.m4.4xlarge";
|
|
163
|
+
TransformInstanceType["ML_M4_XLARGE"] = "ml.m4.xlarge";
|
|
164
|
+
TransformInstanceType["ML_M5_12XLARGE"] = "ml.m5.12xlarge";
|
|
165
|
+
TransformInstanceType["ML_M5_24XLARGE"] = "ml.m5.24xlarge";
|
|
166
|
+
TransformInstanceType["ML_M5_2XLARGE"] = "ml.m5.2xlarge";
|
|
167
|
+
TransformInstanceType["ML_M5_4XLARGE"] = "ml.m5.4xlarge";
|
|
168
|
+
TransformInstanceType["ML_M5_LARGE"] = "ml.m5.large";
|
|
169
|
+
TransformInstanceType["ML_M5_XLARGE"] = "ml.m5.xlarge";
|
|
170
|
+
TransformInstanceType["ML_P2_16XLARGE"] = "ml.p2.16xlarge";
|
|
171
|
+
TransformInstanceType["ML_P2_8XLARGE"] = "ml.p2.8xlarge";
|
|
172
|
+
TransformInstanceType["ML_P2_XLARGE"] = "ml.p2.xlarge";
|
|
173
|
+
TransformInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
|
|
174
|
+
TransformInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
|
|
175
|
+
TransformInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
|
|
176
|
+
})(TransformInstanceType = exports.TransformInstanceType || (exports.TransformInstanceType = {}));
|
|
177
|
+
var AdditionalInferenceSpecificationDefinition;
|
|
178
|
+
(function (AdditionalInferenceSpecificationDefinition) {
|
|
179
|
+
AdditionalInferenceSpecificationDefinition.filterSensitiveLog = (obj) => ({
|
|
180
|
+
...obj,
|
|
181
|
+
});
|
|
182
|
+
})(AdditionalInferenceSpecificationDefinition = exports.AdditionalInferenceSpecificationDefinition || (exports.AdditionalInferenceSpecificationDefinition = {}));
|
|
61
183
|
var Tag;
|
|
62
184
|
(function (Tag) {
|
|
63
185
|
Tag.filterSensitiveLog = (obj) => ({
|
|
@@ -312,41 +434,6 @@ var TransformOutput;
|
|
|
312
434
|
...obj,
|
|
313
435
|
});
|
|
314
436
|
})(TransformOutput = exports.TransformOutput || (exports.TransformOutput = {}));
|
|
315
|
-
var TransformInstanceType;
|
|
316
|
-
(function (TransformInstanceType) {
|
|
317
|
-
TransformInstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
|
|
318
|
-
TransformInstanceType["ML_C4_4XLARGE"] = "ml.c4.4xlarge";
|
|
319
|
-
TransformInstanceType["ML_C4_8XLARGE"] = "ml.c4.8xlarge";
|
|
320
|
-
TransformInstanceType["ML_C4_XLARGE"] = "ml.c4.xlarge";
|
|
321
|
-
TransformInstanceType["ML_C5_18XLARGE"] = "ml.c5.18xlarge";
|
|
322
|
-
TransformInstanceType["ML_C5_2XLARGE"] = "ml.c5.2xlarge";
|
|
323
|
-
TransformInstanceType["ML_C5_4XLARGE"] = "ml.c5.4xlarge";
|
|
324
|
-
TransformInstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
|
|
325
|
-
TransformInstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
|
|
326
|
-
TransformInstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
|
|
327
|
-
TransformInstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
|
|
328
|
-
TransformInstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
|
|
329
|
-
TransformInstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
|
|
330
|
-
TransformInstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
|
|
331
|
-
TransformInstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
|
|
332
|
-
TransformInstanceType["ML_M4_10XLARGE"] = "ml.m4.10xlarge";
|
|
333
|
-
TransformInstanceType["ML_M4_16XLARGE"] = "ml.m4.16xlarge";
|
|
334
|
-
TransformInstanceType["ML_M4_2XLARGE"] = "ml.m4.2xlarge";
|
|
335
|
-
TransformInstanceType["ML_M4_4XLARGE"] = "ml.m4.4xlarge";
|
|
336
|
-
TransformInstanceType["ML_M4_XLARGE"] = "ml.m4.xlarge";
|
|
337
|
-
TransformInstanceType["ML_M5_12XLARGE"] = "ml.m5.12xlarge";
|
|
338
|
-
TransformInstanceType["ML_M5_24XLARGE"] = "ml.m5.24xlarge";
|
|
339
|
-
TransformInstanceType["ML_M5_2XLARGE"] = "ml.m5.2xlarge";
|
|
340
|
-
TransformInstanceType["ML_M5_4XLARGE"] = "ml.m5.4xlarge";
|
|
341
|
-
TransformInstanceType["ML_M5_LARGE"] = "ml.m5.large";
|
|
342
|
-
TransformInstanceType["ML_M5_XLARGE"] = "ml.m5.xlarge";
|
|
343
|
-
TransformInstanceType["ML_P2_16XLARGE"] = "ml.p2.16xlarge";
|
|
344
|
-
TransformInstanceType["ML_P2_8XLARGE"] = "ml.p2.8xlarge";
|
|
345
|
-
TransformInstanceType["ML_P2_XLARGE"] = "ml.p2.xlarge";
|
|
346
|
-
TransformInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
|
|
347
|
-
TransformInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
|
|
348
|
-
TransformInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
|
|
349
|
-
})(TransformInstanceType = exports.TransformInstanceType || (exports.TransformInstanceType = {}));
|
|
350
437
|
var TransformResources;
|
|
351
438
|
(function (TransformResources) {
|
|
352
439
|
TransformResources.filterSensitiveLog = (obj) => ({
|
|
@@ -817,81 +904,6 @@ var BatchDescribeModelPackageError;
|
|
|
817
904
|
...obj,
|
|
818
905
|
});
|
|
819
906
|
})(BatchDescribeModelPackageError = exports.BatchDescribeModelPackageError || (exports.BatchDescribeModelPackageError = {}));
|
|
820
|
-
var ModelPackageContainerDefinition;
|
|
821
|
-
(function (ModelPackageContainerDefinition) {
|
|
822
|
-
ModelPackageContainerDefinition.filterSensitiveLog = (obj) => ({
|
|
823
|
-
...obj,
|
|
824
|
-
});
|
|
825
|
-
})(ModelPackageContainerDefinition = exports.ModelPackageContainerDefinition || (exports.ModelPackageContainerDefinition = {}));
|
|
826
|
-
var ProductionVariantInstanceType;
|
|
827
|
-
(function (ProductionVariantInstanceType) {
|
|
828
|
-
ProductionVariantInstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
|
|
829
|
-
ProductionVariantInstanceType["ML_C4_4XLARGE"] = "ml.c4.4xlarge";
|
|
830
|
-
ProductionVariantInstanceType["ML_C4_8XLARGE"] = "ml.c4.8xlarge";
|
|
831
|
-
ProductionVariantInstanceType["ML_C4_LARGE"] = "ml.c4.large";
|
|
832
|
-
ProductionVariantInstanceType["ML_C4_XLARGE"] = "ml.c4.xlarge";
|
|
833
|
-
ProductionVariantInstanceType["ML_C5D_18XLARGE"] = "ml.c5d.18xlarge";
|
|
834
|
-
ProductionVariantInstanceType["ML_C5D_2XLARGE"] = "ml.c5d.2xlarge";
|
|
835
|
-
ProductionVariantInstanceType["ML_C5D_4XLARGE"] = "ml.c5d.4xlarge";
|
|
836
|
-
ProductionVariantInstanceType["ML_C5D_9XLARGE"] = "ml.c5d.9xlarge";
|
|
837
|
-
ProductionVariantInstanceType["ML_C5D_LARGE"] = "ml.c5d.large";
|
|
838
|
-
ProductionVariantInstanceType["ML_C5D_XLARGE"] = "ml.c5d.xlarge";
|
|
839
|
-
ProductionVariantInstanceType["ML_C5_18XLARGE"] = "ml.c5.18xlarge";
|
|
840
|
-
ProductionVariantInstanceType["ML_C5_2XLARGE"] = "ml.c5.2xlarge";
|
|
841
|
-
ProductionVariantInstanceType["ML_C5_4XLARGE"] = "ml.c5.4xlarge";
|
|
842
|
-
ProductionVariantInstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
|
|
843
|
-
ProductionVariantInstanceType["ML_C5_LARGE"] = "ml.c5.large";
|
|
844
|
-
ProductionVariantInstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
|
|
845
|
-
ProductionVariantInstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
|
|
846
|
-
ProductionVariantInstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
|
|
847
|
-
ProductionVariantInstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
|
|
848
|
-
ProductionVariantInstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
|
|
849
|
-
ProductionVariantInstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
|
|
850
|
-
ProductionVariantInstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
|
|
851
|
-
ProductionVariantInstanceType["ML_INF1_24XLARGE"] = "ml.inf1.24xlarge";
|
|
852
|
-
ProductionVariantInstanceType["ML_INF1_2XLARGE"] = "ml.inf1.2xlarge";
|
|
853
|
-
ProductionVariantInstanceType["ML_INF1_6XLARGE"] = "ml.inf1.6xlarge";
|
|
854
|
-
ProductionVariantInstanceType["ML_INF1_XLARGE"] = "ml.inf1.xlarge";
|
|
855
|
-
ProductionVariantInstanceType["ML_M4_10XLARGE"] = "ml.m4.10xlarge";
|
|
856
|
-
ProductionVariantInstanceType["ML_M4_16XLARGE"] = "ml.m4.16xlarge";
|
|
857
|
-
ProductionVariantInstanceType["ML_M4_2XLARGE"] = "ml.m4.2xlarge";
|
|
858
|
-
ProductionVariantInstanceType["ML_M4_4XLARGE"] = "ml.m4.4xlarge";
|
|
859
|
-
ProductionVariantInstanceType["ML_M4_XLARGE"] = "ml.m4.xlarge";
|
|
860
|
-
ProductionVariantInstanceType["ML_M5D_12XLARGE"] = "ml.m5d.12xlarge";
|
|
861
|
-
ProductionVariantInstanceType["ML_M5D_24XLARGE"] = "ml.m5d.24xlarge";
|
|
862
|
-
ProductionVariantInstanceType["ML_M5D_2XLARGE"] = "ml.m5d.2xlarge";
|
|
863
|
-
ProductionVariantInstanceType["ML_M5D_4XLARGE"] = "ml.m5d.4xlarge";
|
|
864
|
-
ProductionVariantInstanceType["ML_M5D_LARGE"] = "ml.m5d.large";
|
|
865
|
-
ProductionVariantInstanceType["ML_M5D_XLARGE"] = "ml.m5d.xlarge";
|
|
866
|
-
ProductionVariantInstanceType["ML_M5_12XLARGE"] = "ml.m5.12xlarge";
|
|
867
|
-
ProductionVariantInstanceType["ML_M5_24XLARGE"] = "ml.m5.24xlarge";
|
|
868
|
-
ProductionVariantInstanceType["ML_M5_2XLARGE"] = "ml.m5.2xlarge";
|
|
869
|
-
ProductionVariantInstanceType["ML_M5_4XLARGE"] = "ml.m5.4xlarge";
|
|
870
|
-
ProductionVariantInstanceType["ML_M5_LARGE"] = "ml.m5.large";
|
|
871
|
-
ProductionVariantInstanceType["ML_M5_XLARGE"] = "ml.m5.xlarge";
|
|
872
|
-
ProductionVariantInstanceType["ML_P2_16XLARGE"] = "ml.p2.16xlarge";
|
|
873
|
-
ProductionVariantInstanceType["ML_P2_8XLARGE"] = "ml.p2.8xlarge";
|
|
874
|
-
ProductionVariantInstanceType["ML_P2_XLARGE"] = "ml.p2.xlarge";
|
|
875
|
-
ProductionVariantInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
|
|
876
|
-
ProductionVariantInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
|
|
877
|
-
ProductionVariantInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
|
|
878
|
-
ProductionVariantInstanceType["ML_R5D_12XLARGE"] = "ml.r5d.12xlarge";
|
|
879
|
-
ProductionVariantInstanceType["ML_R5D_24XLARGE"] = "ml.r5d.24xlarge";
|
|
880
|
-
ProductionVariantInstanceType["ML_R5D_2XLARGE"] = "ml.r5d.2xlarge";
|
|
881
|
-
ProductionVariantInstanceType["ML_R5D_4XLARGE"] = "ml.r5d.4xlarge";
|
|
882
|
-
ProductionVariantInstanceType["ML_R5D_LARGE"] = "ml.r5d.large";
|
|
883
|
-
ProductionVariantInstanceType["ML_R5D_XLARGE"] = "ml.r5d.xlarge";
|
|
884
|
-
ProductionVariantInstanceType["ML_R5_12XLARGE"] = "ml.r5.12xlarge";
|
|
885
|
-
ProductionVariantInstanceType["ML_R5_24XLARGE"] = "ml.r5.24xlarge";
|
|
886
|
-
ProductionVariantInstanceType["ML_R5_2XLARGE"] = "ml.r5.2xlarge";
|
|
887
|
-
ProductionVariantInstanceType["ML_R5_4XLARGE"] = "ml.r5.4xlarge";
|
|
888
|
-
ProductionVariantInstanceType["ML_R5_LARGE"] = "ml.r5.large";
|
|
889
|
-
ProductionVariantInstanceType["ML_R5_XLARGE"] = "ml.r5.xlarge";
|
|
890
|
-
ProductionVariantInstanceType["ML_T2_2XLARGE"] = "ml.t2.2xlarge";
|
|
891
|
-
ProductionVariantInstanceType["ML_T2_LARGE"] = "ml.t2.large";
|
|
892
|
-
ProductionVariantInstanceType["ML_T2_MEDIUM"] = "ml.t2.medium";
|
|
893
|
-
ProductionVariantInstanceType["ML_T2_XLARGE"] = "ml.t2.xlarge";
|
|
894
|
-
})(ProductionVariantInstanceType = exports.ProductionVariantInstanceType || (exports.ProductionVariantInstanceType = {}));
|
|
895
907
|
var InferenceSpecification;
|
|
896
908
|
(function (InferenceSpecification) {
|
|
897
909
|
InferenceSpecification.filterSensitiveLog = (obj) => ({
|
|
@@ -951,6 +963,7 @@ var TrafficRoutingConfigType;
|
|
|
951
963
|
(function (TrafficRoutingConfigType) {
|
|
952
964
|
TrafficRoutingConfigType["ALL_AT_ONCE"] = "ALL_AT_ONCE";
|
|
953
965
|
TrafficRoutingConfigType["CANARY"] = "CANARY";
|
|
966
|
+
TrafficRoutingConfigType["LINEAR"] = "LINEAR";
|
|
954
967
|
})(TrafficRoutingConfigType = exports.TrafficRoutingConfigType || (exports.TrafficRoutingConfigType = {}));
|
|
955
968
|
var TrafficRoutingConfig;
|
|
956
969
|
(function (TrafficRoutingConfig) {
|
|
@@ -1015,6 +1028,12 @@ var CaptureStatus;
|
|
|
1015
1028
|
CaptureStatus["STARTED"] = "Started";
|
|
1016
1029
|
CaptureStatus["STOPPED"] = "Stopped";
|
|
1017
1030
|
})(CaptureStatus = exports.CaptureStatus || (exports.CaptureStatus = {}));
|
|
1031
|
+
var CategoricalParameter;
|
|
1032
|
+
(function (CategoricalParameter) {
|
|
1033
|
+
CategoricalParameter.filterSensitiveLog = (obj) => ({
|
|
1034
|
+
...obj,
|
|
1035
|
+
});
|
|
1036
|
+
})(CategoricalParameter = exports.CategoricalParameter || (exports.CategoricalParameter = {}));
|
|
1018
1037
|
var CategoricalParameterRange;
|
|
1019
1038
|
(function (CategoricalParameterRange) {
|
|
1020
1039
|
CategoricalParameterRange.filterSensitiveLog = (obj) => ({
|
|
@@ -1039,6 +1058,12 @@ var CheckpointConfig;
|
|
|
1039
1058
|
...obj,
|
|
1040
1059
|
});
|
|
1041
1060
|
})(CheckpointConfig = exports.CheckpointConfig || (exports.CheckpointConfig = {}));
|
|
1061
|
+
var ClarifyCheckStepMetadata;
|
|
1062
|
+
(function (ClarifyCheckStepMetadata) {
|
|
1063
|
+
ClarifyCheckStepMetadata.filterSensitiveLog = (obj) => ({
|
|
1064
|
+
...obj,
|
|
1065
|
+
});
|
|
1066
|
+
})(ClarifyCheckStepMetadata = exports.ClarifyCheckStepMetadata || (exports.ClarifyCheckStepMetadata = {}));
|
|
1042
1067
|
var CodeRepositorySortBy;
|
|
1043
1068
|
(function (CodeRepositorySortBy) {
|
|
1044
1069
|
CodeRepositorySortBy["CREATION_TIME"] = "CreationTime";
|
|
@@ -1717,6 +1742,12 @@ var CreateEdgePackagingJobRequest;
|
|
|
1717
1742
|
...obj,
|
|
1718
1743
|
});
|
|
1719
1744
|
})(CreateEdgePackagingJobRequest = exports.CreateEdgePackagingJobRequest || (exports.CreateEdgePackagingJobRequest = {}));
|
|
1745
|
+
var DeploymentConfig;
|
|
1746
|
+
(function (DeploymentConfig) {
|
|
1747
|
+
DeploymentConfig.filterSensitiveLog = (obj) => ({
|
|
1748
|
+
...obj,
|
|
1749
|
+
});
|
|
1750
|
+
})(DeploymentConfig = exports.DeploymentConfig || (exports.DeploymentConfig = {}));
|
|
1720
1751
|
var CreateEndpointInput;
|
|
1721
1752
|
(function (CreateEndpointInput) {
|
|
1722
1753
|
CreateEndpointInput.filterSensitiveLog = (obj) => ({
|
|
@@ -1750,6 +1781,12 @@ var ProductionVariantCoreDumpConfig;
|
|
|
1750
1781
|
...obj,
|
|
1751
1782
|
});
|
|
1752
1783
|
})(ProductionVariantCoreDumpConfig = exports.ProductionVariantCoreDumpConfig || (exports.ProductionVariantCoreDumpConfig = {}));
|
|
1784
|
+
var ProductionVariantServerlessConfig;
|
|
1785
|
+
(function (ProductionVariantServerlessConfig) {
|
|
1786
|
+
ProductionVariantServerlessConfig.filterSensitiveLog = (obj) => ({
|
|
1787
|
+
...obj,
|
|
1788
|
+
});
|
|
1789
|
+
})(ProductionVariantServerlessConfig = exports.ProductionVariantServerlessConfig || (exports.ProductionVariantServerlessConfig = {}));
|
|
1753
1790
|
var ProductionVariant;
|
|
1754
1791
|
(function (ProductionVariant) {
|
|
1755
1792
|
ProductionVariant.filterSensitiveLog = (obj) => ({
|
|
@@ -2017,45 +2054,9 @@ var CreateImageVersionResponse;
|
|
|
2017
2054
|
...obj,
|
|
2018
2055
|
});
|
|
2019
2056
|
})(CreateImageVersionResponse = exports.CreateImageVersionResponse || (exports.CreateImageVersionResponse = {}));
|
|
2020
|
-
var
|
|
2021
|
-
(function (
|
|
2022
|
-
|
|
2023
|
-
...obj,
|
|
2024
|
-
});
|
|
2025
|
-
})(UiConfig = exports.UiConfig || (exports.UiConfig = {}));
|
|
2026
|
-
var HumanTaskConfig;
|
|
2027
|
-
(function (HumanTaskConfig) {
|
|
2028
|
-
HumanTaskConfig.filterSensitiveLog = (obj) => ({
|
|
2029
|
-
...obj,
|
|
2030
|
-
});
|
|
2031
|
-
})(HumanTaskConfig = exports.HumanTaskConfig || (exports.HumanTaskConfig = {}));
|
|
2032
|
-
var LabelingJobDataAttributes;
|
|
2033
|
-
(function (LabelingJobDataAttributes) {
|
|
2034
|
-
LabelingJobDataAttributes.filterSensitiveLog = (obj) => ({
|
|
2035
|
-
...obj,
|
|
2036
|
-
});
|
|
2037
|
-
})(LabelingJobDataAttributes = exports.LabelingJobDataAttributes || (exports.LabelingJobDataAttributes = {}));
|
|
2038
|
-
var LabelingJobS3DataSource;
|
|
2039
|
-
(function (LabelingJobS3DataSource) {
|
|
2040
|
-
LabelingJobS3DataSource.filterSensitiveLog = (obj) => ({
|
|
2041
|
-
...obj,
|
|
2042
|
-
});
|
|
2043
|
-
})(LabelingJobS3DataSource = exports.LabelingJobS3DataSource || (exports.LabelingJobS3DataSource = {}));
|
|
2044
|
-
var LabelingJobSnsDataSource;
|
|
2045
|
-
(function (LabelingJobSnsDataSource) {
|
|
2046
|
-
LabelingJobSnsDataSource.filterSensitiveLog = (obj) => ({
|
|
2047
|
-
...obj,
|
|
2048
|
-
});
|
|
2049
|
-
})(LabelingJobSnsDataSource = exports.LabelingJobSnsDataSource || (exports.LabelingJobSnsDataSource = {}));
|
|
2050
|
-
var LabelingJobDataSource;
|
|
2051
|
-
(function (LabelingJobDataSource) {
|
|
2052
|
-
LabelingJobDataSource.filterSensitiveLog = (obj) => ({
|
|
2053
|
-
...obj,
|
|
2054
|
-
});
|
|
2055
|
-
})(LabelingJobDataSource = exports.LabelingJobDataSource || (exports.LabelingJobDataSource = {}));
|
|
2056
|
-
var LabelingJobInputConfig;
|
|
2057
|
-
(function (LabelingJobInputConfig) {
|
|
2058
|
-
LabelingJobInputConfig.filterSensitiveLog = (obj) => ({
|
|
2057
|
+
var EnvironmentParameterRanges;
|
|
2058
|
+
(function (EnvironmentParameterRanges) {
|
|
2059
|
+
EnvironmentParameterRanges.filterSensitiveLog = (obj) => ({
|
|
2059
2060
|
...obj,
|
|
2060
2061
|
});
|
|
2061
|
-
})(
|
|
2062
|
+
})(EnvironmentParameterRanges = exports.EnvironmentParameterRanges || (exports.EnvironmentParameterRanges = {}));
|