@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
package/dist-es/SageMaker.js
CHANGED
|
@@ -25,6 +25,7 @@ import { CreateHumanTaskUiCommand, } from "./commands/CreateHumanTaskUiCommand";
|
|
|
25
25
|
import { CreateHyperParameterTuningJobCommand, } from "./commands/CreateHyperParameterTuningJobCommand";
|
|
26
26
|
import { CreateImageCommand } from "./commands/CreateImageCommand";
|
|
27
27
|
import { CreateImageVersionCommand, } from "./commands/CreateImageVersionCommand";
|
|
28
|
+
import { CreateInferenceRecommendationsJobCommand, } from "./commands/CreateInferenceRecommendationsJobCommand";
|
|
28
29
|
import { CreateLabelingJobCommand, } from "./commands/CreateLabelingJobCommand";
|
|
29
30
|
import { CreateModelBiasJobDefinitionCommand, } from "./commands/CreateModelBiasJobDefinitionCommand";
|
|
30
31
|
import { CreateModelCommand } from "./commands/CreateModelCommand";
|
|
@@ -110,7 +111,9 @@ import { DescribeHumanTaskUiCommand, } from "./commands/DescribeHumanTaskUiComma
|
|
|
110
111
|
import { DescribeHyperParameterTuningJobCommand, } from "./commands/DescribeHyperParameterTuningJobCommand";
|
|
111
112
|
import { DescribeImageCommand, } from "./commands/DescribeImageCommand";
|
|
112
113
|
import { DescribeImageVersionCommand, } from "./commands/DescribeImageVersionCommand";
|
|
114
|
+
import { DescribeInferenceRecommendationsJobCommand, } from "./commands/DescribeInferenceRecommendationsJobCommand";
|
|
113
115
|
import { DescribeLabelingJobCommand, } from "./commands/DescribeLabelingJobCommand";
|
|
116
|
+
import { DescribeLineageGroupCommand, } from "./commands/DescribeLineageGroupCommand";
|
|
114
117
|
import { DescribeModelBiasJobDefinitionCommand, } from "./commands/DescribeModelBiasJobDefinitionCommand";
|
|
115
118
|
import { DescribeModelCommand, } from "./commands/DescribeModelCommand";
|
|
116
119
|
import { DescribeModelExplainabilityJobDefinitionCommand, } from "./commands/DescribeModelExplainabilityJobDefinitionCommand";
|
|
@@ -138,6 +141,7 @@ import { DisableSagemakerServicecatalogPortfolioCommand, } from "./commands/Disa
|
|
|
138
141
|
import { DisassociateTrialComponentCommand, } from "./commands/DisassociateTrialComponentCommand";
|
|
139
142
|
import { EnableSagemakerServicecatalogPortfolioCommand, } from "./commands/EnableSagemakerServicecatalogPortfolioCommand";
|
|
140
143
|
import { GetDeviceFleetReportCommand, } from "./commands/GetDeviceFleetReportCommand";
|
|
144
|
+
import { GetLineageGroupPolicyCommand, } from "./commands/GetLineageGroupPolicyCommand";
|
|
141
145
|
import { GetModelPackageGroupPolicyCommand, } from "./commands/GetModelPackageGroupPolicyCommand";
|
|
142
146
|
import { GetSagemakerServicecatalogPortfolioStatusCommand, } from "./commands/GetSagemakerServicecatalogPortfolioStatusCommand";
|
|
143
147
|
import { GetSearchSuggestionsCommand, } from "./commands/GetSearchSuggestionsCommand";
|
|
@@ -166,10 +170,13 @@ import { ListHumanTaskUisCommand, } from "./commands/ListHumanTaskUisCommand";
|
|
|
166
170
|
import { ListHyperParameterTuningJobsCommand, } from "./commands/ListHyperParameterTuningJobsCommand";
|
|
167
171
|
import { ListImagesCommand } from "./commands/ListImagesCommand";
|
|
168
172
|
import { ListImageVersionsCommand, } from "./commands/ListImageVersionsCommand";
|
|
173
|
+
import { ListInferenceRecommendationsJobsCommand, } from "./commands/ListInferenceRecommendationsJobsCommand";
|
|
169
174
|
import { ListLabelingJobsCommand, } from "./commands/ListLabelingJobsCommand";
|
|
170
175
|
import { ListLabelingJobsForWorkteamCommand, } from "./commands/ListLabelingJobsForWorkteamCommand";
|
|
176
|
+
import { ListLineageGroupsCommand, } from "./commands/ListLineageGroupsCommand";
|
|
171
177
|
import { ListModelBiasJobDefinitionsCommand, } from "./commands/ListModelBiasJobDefinitionsCommand";
|
|
172
178
|
import { ListModelExplainabilityJobDefinitionsCommand, } from "./commands/ListModelExplainabilityJobDefinitionsCommand";
|
|
179
|
+
import { ListModelMetadataCommand, } from "./commands/ListModelMetadataCommand";
|
|
173
180
|
import { ListModelPackageGroupsCommand, } from "./commands/ListModelPackageGroupsCommand";
|
|
174
181
|
import { ListModelPackagesCommand, } from "./commands/ListModelPackagesCommand";
|
|
175
182
|
import { ListModelQualityJobDefinitionsCommand, } from "./commands/ListModelQualityJobDefinitionsCommand";
|
|
@@ -196,6 +203,7 @@ import { ListUserProfilesCommand, } from "./commands/ListUserProfilesCommand";
|
|
|
196
203
|
import { ListWorkforcesCommand, } from "./commands/ListWorkforcesCommand";
|
|
197
204
|
import { ListWorkteamsCommand, } from "./commands/ListWorkteamsCommand";
|
|
198
205
|
import { PutModelPackageGroupPolicyCommand, } from "./commands/PutModelPackageGroupPolicyCommand";
|
|
206
|
+
import { QueryLineageCommand, } from "./commands/QueryLineageCommand";
|
|
199
207
|
import { RegisterDevicesCommand, } from "./commands/RegisterDevicesCommand";
|
|
200
208
|
import { RenderUiTemplateCommand, } from "./commands/RenderUiTemplateCommand";
|
|
201
209
|
import { RetryPipelineExecutionCommand, } from "./commands/RetryPipelineExecutionCommand";
|
|
@@ -209,6 +217,7 @@ import { StopAutoMLJobCommand, } from "./commands/StopAutoMLJobCommand";
|
|
|
209
217
|
import { StopCompilationJobCommand, } from "./commands/StopCompilationJobCommand";
|
|
210
218
|
import { StopEdgePackagingJobCommand, } from "./commands/StopEdgePackagingJobCommand";
|
|
211
219
|
import { StopHyperParameterTuningJobCommand, } from "./commands/StopHyperParameterTuningJobCommand";
|
|
220
|
+
import { StopInferenceRecommendationsJobCommand, } from "./commands/StopInferenceRecommendationsJobCommand";
|
|
212
221
|
import { StopLabelingJobCommand, } from "./commands/StopLabelingJobCommand";
|
|
213
222
|
import { StopMonitoringScheduleCommand, } from "./commands/StopMonitoringScheduleCommand";
|
|
214
223
|
import { StopNotebookInstanceCommand, } from "./commands/StopNotebookInstanceCommand";
|
|
@@ -611,6 +620,20 @@ var SageMaker = (function (_super) {
|
|
|
611
620
|
return this.send(command, optionsOrCb);
|
|
612
621
|
}
|
|
613
622
|
};
|
|
623
|
+
SageMaker.prototype.createInferenceRecommendationsJob = function (args, optionsOrCb, cb) {
|
|
624
|
+
var command = new CreateInferenceRecommendationsJobCommand(args);
|
|
625
|
+
if (typeof optionsOrCb === "function") {
|
|
626
|
+
this.send(command, optionsOrCb);
|
|
627
|
+
}
|
|
628
|
+
else if (typeof cb === "function") {
|
|
629
|
+
if (typeof optionsOrCb !== "object")
|
|
630
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
631
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
632
|
+
}
|
|
633
|
+
else {
|
|
634
|
+
return this.send(command, optionsOrCb);
|
|
635
|
+
}
|
|
636
|
+
};
|
|
614
637
|
SageMaker.prototype.createLabelingJob = function (args, optionsOrCb, cb) {
|
|
615
638
|
var command = new CreateLabelingJobCommand(args);
|
|
616
639
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1801,6 +1824,20 @@ var SageMaker = (function (_super) {
|
|
|
1801
1824
|
return this.send(command, optionsOrCb);
|
|
1802
1825
|
}
|
|
1803
1826
|
};
|
|
1827
|
+
SageMaker.prototype.describeInferenceRecommendationsJob = function (args, optionsOrCb, cb) {
|
|
1828
|
+
var command = new DescribeInferenceRecommendationsJobCommand(args);
|
|
1829
|
+
if (typeof optionsOrCb === "function") {
|
|
1830
|
+
this.send(command, optionsOrCb);
|
|
1831
|
+
}
|
|
1832
|
+
else if (typeof cb === "function") {
|
|
1833
|
+
if (typeof optionsOrCb !== "object")
|
|
1834
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1835
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1836
|
+
}
|
|
1837
|
+
else {
|
|
1838
|
+
return this.send(command, optionsOrCb);
|
|
1839
|
+
}
|
|
1840
|
+
};
|
|
1804
1841
|
SageMaker.prototype.describeLabelingJob = function (args, optionsOrCb, cb) {
|
|
1805
1842
|
var command = new DescribeLabelingJobCommand(args);
|
|
1806
1843
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1815,6 +1852,20 @@ var SageMaker = (function (_super) {
|
|
|
1815
1852
|
return this.send(command, optionsOrCb);
|
|
1816
1853
|
}
|
|
1817
1854
|
};
|
|
1855
|
+
SageMaker.prototype.describeLineageGroup = function (args, optionsOrCb, cb) {
|
|
1856
|
+
var command = new DescribeLineageGroupCommand(args);
|
|
1857
|
+
if (typeof optionsOrCb === "function") {
|
|
1858
|
+
this.send(command, optionsOrCb);
|
|
1859
|
+
}
|
|
1860
|
+
else if (typeof cb === "function") {
|
|
1861
|
+
if (typeof optionsOrCb !== "object")
|
|
1862
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1863
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1864
|
+
}
|
|
1865
|
+
else {
|
|
1866
|
+
return this.send(command, optionsOrCb);
|
|
1867
|
+
}
|
|
1868
|
+
};
|
|
1818
1869
|
SageMaker.prototype.describeModel = function (args, optionsOrCb, cb) {
|
|
1819
1870
|
var command = new DescribeModelCommand(args);
|
|
1820
1871
|
if (typeof optionsOrCb === "function") {
|
|
@@ -2193,6 +2244,20 @@ var SageMaker = (function (_super) {
|
|
|
2193
2244
|
return this.send(command, optionsOrCb);
|
|
2194
2245
|
}
|
|
2195
2246
|
};
|
|
2247
|
+
SageMaker.prototype.getLineageGroupPolicy = function (args, optionsOrCb, cb) {
|
|
2248
|
+
var command = new GetLineageGroupPolicyCommand(args);
|
|
2249
|
+
if (typeof optionsOrCb === "function") {
|
|
2250
|
+
this.send(command, optionsOrCb);
|
|
2251
|
+
}
|
|
2252
|
+
else if (typeof cb === "function") {
|
|
2253
|
+
if (typeof optionsOrCb !== "object")
|
|
2254
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
2255
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2256
|
+
}
|
|
2257
|
+
else {
|
|
2258
|
+
return this.send(command, optionsOrCb);
|
|
2259
|
+
}
|
|
2260
|
+
};
|
|
2196
2261
|
SageMaker.prototype.getModelPackageGroupPolicy = function (args, optionsOrCb, cb) {
|
|
2197
2262
|
var command = new GetModelPackageGroupPolicyCommand(args);
|
|
2198
2263
|
if (typeof optionsOrCb === "function") {
|
|
@@ -2585,6 +2650,20 @@ var SageMaker = (function (_super) {
|
|
|
2585
2650
|
return this.send(command, optionsOrCb);
|
|
2586
2651
|
}
|
|
2587
2652
|
};
|
|
2653
|
+
SageMaker.prototype.listInferenceRecommendationsJobs = function (args, optionsOrCb, cb) {
|
|
2654
|
+
var command = new ListInferenceRecommendationsJobsCommand(args);
|
|
2655
|
+
if (typeof optionsOrCb === "function") {
|
|
2656
|
+
this.send(command, optionsOrCb);
|
|
2657
|
+
}
|
|
2658
|
+
else if (typeof cb === "function") {
|
|
2659
|
+
if (typeof optionsOrCb !== "object")
|
|
2660
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
2661
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2662
|
+
}
|
|
2663
|
+
else {
|
|
2664
|
+
return this.send(command, optionsOrCb);
|
|
2665
|
+
}
|
|
2666
|
+
};
|
|
2588
2667
|
SageMaker.prototype.listLabelingJobs = function (args, optionsOrCb, cb) {
|
|
2589
2668
|
var command = new ListLabelingJobsCommand(args);
|
|
2590
2669
|
if (typeof optionsOrCb === "function") {
|
|
@@ -2613,6 +2692,20 @@ var SageMaker = (function (_super) {
|
|
|
2613
2692
|
return this.send(command, optionsOrCb);
|
|
2614
2693
|
}
|
|
2615
2694
|
};
|
|
2695
|
+
SageMaker.prototype.listLineageGroups = function (args, optionsOrCb, cb) {
|
|
2696
|
+
var command = new ListLineageGroupsCommand(args);
|
|
2697
|
+
if (typeof optionsOrCb === "function") {
|
|
2698
|
+
this.send(command, optionsOrCb);
|
|
2699
|
+
}
|
|
2700
|
+
else if (typeof cb === "function") {
|
|
2701
|
+
if (typeof optionsOrCb !== "object")
|
|
2702
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
2703
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2704
|
+
}
|
|
2705
|
+
else {
|
|
2706
|
+
return this.send(command, optionsOrCb);
|
|
2707
|
+
}
|
|
2708
|
+
};
|
|
2616
2709
|
SageMaker.prototype.listModelBiasJobDefinitions = function (args, optionsOrCb, cb) {
|
|
2617
2710
|
var command = new ListModelBiasJobDefinitionsCommand(args);
|
|
2618
2711
|
if (typeof optionsOrCb === "function") {
|
|
@@ -2641,6 +2734,20 @@ var SageMaker = (function (_super) {
|
|
|
2641
2734
|
return this.send(command, optionsOrCb);
|
|
2642
2735
|
}
|
|
2643
2736
|
};
|
|
2737
|
+
SageMaker.prototype.listModelMetadata = function (args, optionsOrCb, cb) {
|
|
2738
|
+
var command = new ListModelMetadataCommand(args);
|
|
2739
|
+
if (typeof optionsOrCb === "function") {
|
|
2740
|
+
this.send(command, optionsOrCb);
|
|
2741
|
+
}
|
|
2742
|
+
else if (typeof cb === "function") {
|
|
2743
|
+
if (typeof optionsOrCb !== "object")
|
|
2744
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
2745
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2746
|
+
}
|
|
2747
|
+
else {
|
|
2748
|
+
return this.send(command, optionsOrCb);
|
|
2749
|
+
}
|
|
2750
|
+
};
|
|
2644
2751
|
SageMaker.prototype.listModelPackageGroups = function (args, optionsOrCb, cb) {
|
|
2645
2752
|
var command = new ListModelPackageGroupsCommand(args);
|
|
2646
2753
|
if (typeof optionsOrCb === "function") {
|
|
@@ -3005,6 +3112,20 @@ var SageMaker = (function (_super) {
|
|
|
3005
3112
|
return this.send(command, optionsOrCb);
|
|
3006
3113
|
}
|
|
3007
3114
|
};
|
|
3115
|
+
SageMaker.prototype.queryLineage = function (args, optionsOrCb, cb) {
|
|
3116
|
+
var command = new QueryLineageCommand(args);
|
|
3117
|
+
if (typeof optionsOrCb === "function") {
|
|
3118
|
+
this.send(command, optionsOrCb);
|
|
3119
|
+
}
|
|
3120
|
+
else if (typeof cb === "function") {
|
|
3121
|
+
if (typeof optionsOrCb !== "object")
|
|
3122
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
3123
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3124
|
+
}
|
|
3125
|
+
else {
|
|
3126
|
+
return this.send(command, optionsOrCb);
|
|
3127
|
+
}
|
|
3128
|
+
};
|
|
3008
3129
|
SageMaker.prototype.registerDevices = function (args, optionsOrCb, cb) {
|
|
3009
3130
|
var command = new RegisterDevicesCommand(args);
|
|
3010
3131
|
if (typeof optionsOrCb === "function") {
|
|
@@ -3187,6 +3308,20 @@ var SageMaker = (function (_super) {
|
|
|
3187
3308
|
return this.send(command, optionsOrCb);
|
|
3188
3309
|
}
|
|
3189
3310
|
};
|
|
3311
|
+
SageMaker.prototype.stopInferenceRecommendationsJob = function (args, optionsOrCb, cb) {
|
|
3312
|
+
var command = new StopInferenceRecommendationsJobCommand(args);
|
|
3313
|
+
if (typeof optionsOrCb === "function") {
|
|
3314
|
+
this.send(command, optionsOrCb);
|
|
3315
|
+
}
|
|
3316
|
+
else if (typeof cb === "function") {
|
|
3317
|
+
if (typeof optionsOrCb !== "object")
|
|
3318
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
3319
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
3320
|
+
}
|
|
3321
|
+
else {
|
|
3322
|
+
return this.send(command, optionsOrCb);
|
|
3323
|
+
}
|
|
3324
|
+
};
|
|
3190
3325
|
SageMaker.prototype.stopLabelingJob = function (args, optionsOrCb, cb) {
|
|
3191
3326
|
var command = new StopLabelingJobCommand(args);
|
|
3192
3327
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateInferenceRecommendationsJobRequest, CreateInferenceRecommendationsJobResponse, } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_json1_1CreateInferenceRecommendationsJobCommand, serializeAws_json1_1CreateInferenceRecommendationsJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var CreateInferenceRecommendationsJobCommand = (function (_super) {
|
|
7
|
+
__extends(CreateInferenceRecommendationsJobCommand, _super);
|
|
8
|
+
function CreateInferenceRecommendationsJobCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
CreateInferenceRecommendationsJobCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SageMakerClient";
|
|
18
|
+
var commandName = "CreateInferenceRecommendationsJobCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: CreateInferenceRecommendationsJobRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateInferenceRecommendationsJobResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateInferenceRecommendationsJobCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1CreateInferenceRecommendationsJobCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
CreateInferenceRecommendationsJobCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1CreateInferenceRecommendationsJobCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return CreateInferenceRecommendationsJobCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateInferenceRecommendationsJobCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeInferenceRecommendationsJobRequest, DescribeInferenceRecommendationsJobResponse, } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_json1_1DescribeInferenceRecommendationsJobCommand, serializeAws_json1_1DescribeInferenceRecommendationsJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DescribeInferenceRecommendationsJobCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeInferenceRecommendationsJobCommand, _super);
|
|
8
|
+
function DescribeInferenceRecommendationsJobCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeInferenceRecommendationsJobCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SageMakerClient";
|
|
18
|
+
var commandName = "DescribeInferenceRecommendationsJobCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeInferenceRecommendationsJobRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeInferenceRecommendationsJobResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeInferenceRecommendationsJobCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1DescribeInferenceRecommendationsJobCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeInferenceRecommendationsJobCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1DescribeInferenceRecommendationsJobCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeInferenceRecommendationsJobCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeInferenceRecommendationsJobCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeLineageGroupRequest, DescribeLineageGroupResponse } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_json1_1DescribeLineageGroupCommand, serializeAws_json1_1DescribeLineageGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DescribeLineageGroupCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeLineageGroupCommand, _super);
|
|
8
|
+
function DescribeLineageGroupCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeLineageGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SageMakerClient";
|
|
18
|
+
var commandName = "DescribeLineageGroupCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeLineageGroupRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeLineageGroupResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeLineageGroupCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1DescribeLineageGroupCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeLineageGroupCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1DescribeLineageGroupCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeLineageGroupCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeLineageGroupCommand };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeModelBiasJobDefinitionRequest
|
|
4
|
+
import { DescribeModelBiasJobDefinitionRequest } from "../models/models_1";
|
|
5
|
+
import { DescribeModelBiasJobDefinitionResponse } from "../models/models_2";
|
|
5
6
|
import { deserializeAws_json1_1DescribeModelBiasJobDefinitionCommand, serializeAws_json1_1DescribeModelBiasJobDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
6
7
|
var DescribeModelBiasJobDefinitionCommand = (function (_super) {
|
|
7
8
|
__extends(DescribeModelBiasJobDefinitionCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeModelExplainabilityJobDefinitionRequest, DescribeModelExplainabilityJobDefinitionResponse, } from "../models/
|
|
4
|
+
import { DescribeModelExplainabilityJobDefinitionRequest, DescribeModelExplainabilityJobDefinitionResponse, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_json1_1DescribeModelExplainabilityJobDefinitionCommand, serializeAws_json1_1DescribeModelExplainabilityJobDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeModelExplainabilityJobDefinitionCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeModelExplainabilityJobDefinitionCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeModelPackageInput, DescribeModelPackageOutput } from "../models/
|
|
4
|
+
import { DescribeModelPackageInput, DescribeModelPackageOutput } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_json1_1DescribeModelPackageCommand, serializeAws_json1_1DescribeModelPackageCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeModelPackageCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeModelPackageCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeModelPackageGroupInput, DescribeModelPackageGroupOutput } from "../models/
|
|
4
|
+
import { DescribeModelPackageGroupInput, DescribeModelPackageGroupOutput } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_json1_1DescribeModelPackageGroupCommand, serializeAws_json1_1DescribeModelPackageGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeModelPackageGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeModelPackageGroupCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeModelQualityJobDefinitionRequest, DescribeModelQualityJobDefinitionResponse, } from "../models/
|
|
4
|
+
import { DescribeModelQualityJobDefinitionRequest, DescribeModelQualityJobDefinitionResponse, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_json1_1DescribeModelQualityJobDefinitionCommand, serializeAws_json1_1DescribeModelQualityJobDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeModelQualityJobDefinitionCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeModelQualityJobDefinitionCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeMonitoringScheduleRequest, DescribeMonitoringScheduleResponse } from "../models/
|
|
4
|
+
import { DescribeMonitoringScheduleRequest, DescribeMonitoringScheduleResponse } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_json1_1DescribeMonitoringScheduleCommand, serializeAws_json1_1DescribeMonitoringScheduleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeMonitoringScheduleCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeMonitoringScheduleCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeNotebookInstanceInput, DescribeNotebookInstanceOutput } from "../models/
|
|
4
|
+
import { DescribeNotebookInstanceInput, DescribeNotebookInstanceOutput } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_json1_1DescribeNotebookInstanceCommand, serializeAws_json1_1DescribeNotebookInstanceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeNotebookInstanceCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeNotebookInstanceCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeNotebookInstanceLifecycleConfigInput, DescribeNotebookInstanceLifecycleConfigOutput, } from "../models/
|
|
4
|
+
import { DescribeNotebookInstanceLifecycleConfigInput, DescribeNotebookInstanceLifecycleConfigOutput, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_json1_1DescribeNotebookInstanceLifecycleConfigCommand, serializeAws_json1_1DescribeNotebookInstanceLifecycleConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeNotebookInstanceLifecycleConfigCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeNotebookInstanceLifecycleConfigCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribePipelineRequest, DescribePipelineResponse } from "../models/
|
|
4
|
+
import { DescribePipelineRequest, DescribePipelineResponse } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_json1_1DescribePipelineCommand, serializeAws_json1_1DescribePipelineCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribePipelineCommand = (function (_super) {
|
|
7
7
|
__extends(DescribePipelineCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribePipelineDefinitionForExecutionRequest, DescribePipelineDefinitionForExecutionResponse, } from "../models/
|
|
4
|
+
import { DescribePipelineDefinitionForExecutionRequest, DescribePipelineDefinitionForExecutionResponse, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_json1_1DescribePipelineDefinitionForExecutionCommand, serializeAws_json1_1DescribePipelineDefinitionForExecutionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribePipelineDefinitionForExecutionCommand = (function (_super) {
|
|
7
7
|
__extends(DescribePipelineDefinitionForExecutionCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribePipelineExecutionRequest, DescribePipelineExecutionResponse } from "../models/
|
|
4
|
+
import { DescribePipelineExecutionRequest, DescribePipelineExecutionResponse } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_json1_1DescribePipelineExecutionCommand, serializeAws_json1_1DescribePipelineExecutionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribePipelineExecutionCommand = (function (_super) {
|
|
7
7
|
__extends(DescribePipelineExecutionCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeProcessingJobRequest, DescribeProcessingJobResponse } from "../models/
|
|
4
|
+
import { DescribeProcessingJobRequest, DescribeProcessingJobResponse } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_json1_1DescribeProcessingJobCommand, serializeAws_json1_1DescribeProcessingJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeProcessingJobCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeProcessingJobCommand, _super);
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeProjectInput } from "../models/
|
|
5
|
-
import { DescribeProjectOutput } from "../models/models_2";
|
|
4
|
+
import { DescribeProjectInput, DescribeProjectOutput } from "../models/models_2";
|
|
6
5
|
import { deserializeAws_json1_1DescribeProjectCommand, serializeAws_json1_1DescribeProjectCommand, } from "../protocols/Aws_json1_1";
|
|
7
6
|
var DescribeProjectCommand = (function (_super) {
|
|
8
7
|
__extends(DescribeProjectCommand, _super);
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetLineageGroupPolicyRequest, GetLineageGroupPolicyResponse } from "../models/models_2";
|
|
5
|
+
import { deserializeAws_json1_1GetLineageGroupPolicyCommand, serializeAws_json1_1GetLineageGroupPolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var GetLineageGroupPolicyCommand = (function (_super) {
|
|
7
|
+
__extends(GetLineageGroupPolicyCommand, _super);
|
|
8
|
+
function GetLineageGroupPolicyCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
GetLineageGroupPolicyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SageMakerClient";
|
|
18
|
+
var commandName = "GetLineageGroupPolicyCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: GetLineageGroupPolicyRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetLineageGroupPolicyResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetLineageGroupPolicyCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1GetLineageGroupPolicyCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
GetLineageGroupPolicyCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1GetLineageGroupPolicyCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return GetLineageGroupPolicyCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetLineageGroupPolicyCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListInferenceRecommendationsJobsRequest, ListInferenceRecommendationsJobsResponse } from "../models/models_2";
|
|
5
|
+
import { deserializeAws_json1_1ListInferenceRecommendationsJobsCommand, serializeAws_json1_1ListInferenceRecommendationsJobsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListInferenceRecommendationsJobsCommand = (function (_super) {
|
|
7
|
+
__extends(ListInferenceRecommendationsJobsCommand, _super);
|
|
8
|
+
function ListInferenceRecommendationsJobsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ListInferenceRecommendationsJobsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SageMakerClient";
|
|
18
|
+
var commandName = "ListInferenceRecommendationsJobsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ListInferenceRecommendationsJobsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListInferenceRecommendationsJobsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListInferenceRecommendationsJobsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1ListInferenceRecommendationsJobsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ListInferenceRecommendationsJobsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1ListInferenceRecommendationsJobsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ListInferenceRecommendationsJobsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListInferenceRecommendationsJobsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListLineageGroupsRequest, ListLineageGroupsResponse } from "../models/models_2";
|
|
5
|
+
import { deserializeAws_json1_1ListLineageGroupsCommand, serializeAws_json1_1ListLineageGroupsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListLineageGroupsCommand = (function (_super) {
|
|
7
|
+
__extends(ListLineageGroupsCommand, _super);
|
|
8
|
+
function ListLineageGroupsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ListLineageGroupsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SageMakerClient";
|
|
18
|
+
var commandName = "ListLineageGroupsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ListLineageGroupsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListLineageGroupsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListLineageGroupsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1ListLineageGroupsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ListLineageGroupsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1ListLineageGroupsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ListLineageGroupsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListLineageGroupsCommand };
|