@aws-sdk/client-sagemaker 3.297.0 → 3.299.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/dist-cjs/SageMaker.js +30 -0
- package/dist-cjs/commands/AddAssociationCommand.js +2 -3
- package/dist-cjs/commands/AddTagsCommand.js +2 -3
- package/dist-cjs/commands/AssociateTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/BatchDescribeModelPackageCommand.js +2 -3
- package/dist-cjs/commands/CreateActionCommand.js +2 -3
- package/dist-cjs/commands/CreateAlgorithmCommand.js +2 -3
- package/dist-cjs/commands/CreateAppCommand.js +2 -3
- package/dist-cjs/commands/CreateAppImageConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateArtifactCommand.js +2 -3
- package/dist-cjs/commands/CreateAutoMLJobCommand.js +2 -3
- package/dist-cjs/commands/CreateAutoMLJobV2Command.js +45 -0
- package/dist-cjs/commands/CreateCodeRepositoryCommand.js +2 -3
- package/dist-cjs/commands/CreateCompilationJobCommand.js +2 -3
- package/dist-cjs/commands/CreateContextCommand.js +2 -3
- package/dist-cjs/commands/CreateDataQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateDeviceFleetCommand.js +2 -3
- package/dist-cjs/commands/CreateDomainCommand.js +2 -3
- package/dist-cjs/commands/CreateEdgeDeploymentPlanCommand.js +2 -3
- package/dist-cjs/commands/CreateEdgeDeploymentStageCommand.js +2 -3
- package/dist-cjs/commands/CreateEdgePackagingJobCommand.js +2 -3
- package/dist-cjs/commands/CreateEndpointCommand.js +2 -3
- package/dist-cjs/commands/CreateEndpointConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateExperimentCommand.js +2 -3
- package/dist-cjs/commands/CreateFeatureGroupCommand.js +2 -3
- package/dist-cjs/commands/CreateFlowDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateHubCommand.js +2 -3
- package/dist-cjs/commands/CreateHumanTaskUiCommand.js +2 -3
- package/dist-cjs/commands/CreateHyperParameterTuningJobCommand.js +2 -3
- package/dist-cjs/commands/CreateImageCommand.js +2 -3
- package/dist-cjs/commands/CreateImageVersionCommand.js +2 -3
- package/dist-cjs/commands/CreateInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +2 -3
- package/dist-cjs/commands/CreateLabelingJobCommand.js +2 -3
- package/dist-cjs/commands/CreateModelBiasJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateModelCardCommand.js +1 -1
- package/dist-cjs/commands/CreateModelCardExportJobCommand.js +2 -3
- package/dist-cjs/commands/CreateModelCommand.js +2 -3
- package/dist-cjs/commands/CreateModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateModelPackageCommand.js +2 -3
- package/dist-cjs/commands/CreateModelPackageGroupCommand.js +2 -3
- package/dist-cjs/commands/CreateModelQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/CreateMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/CreateNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/CreateNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/CreatePipelineCommand.js +2 -3
- package/dist-cjs/commands/CreatePresignedDomainUrlCommand.js +2 -3
- package/dist-cjs/commands/CreatePresignedNotebookInstanceUrlCommand.js +2 -3
- package/dist-cjs/commands/CreateProcessingJobCommand.js +2 -3
- package/dist-cjs/commands/CreateProjectCommand.js +2 -3
- package/dist-cjs/commands/CreateSpaceCommand.js +2 -3
- package/dist-cjs/commands/CreateStudioLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateTrainingJobCommand.js +2 -3
- package/dist-cjs/commands/CreateTransformJobCommand.js +2 -3
- package/dist-cjs/commands/CreateTrialCommand.js +2 -3
- package/dist-cjs/commands/CreateTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/CreateUserProfileCommand.js +2 -3
- package/dist-cjs/commands/CreateWorkforceCommand.js +1 -1
- package/dist-cjs/commands/CreateWorkteamCommand.js +2 -3
- package/dist-cjs/commands/DeleteActionCommand.js +2 -3
- package/dist-cjs/commands/DeleteAlgorithmCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppImageConfigCommand.js +2 -3
- package/dist-cjs/commands/DeleteArtifactCommand.js +2 -3
- package/dist-cjs/commands/DeleteAssociationCommand.js +2 -3
- package/dist-cjs/commands/DeleteCodeRepositoryCommand.js +2 -3
- package/dist-cjs/commands/DeleteContextCommand.js +2 -3
- package/dist-cjs/commands/DeleteDataQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteDeviceFleetCommand.js +2 -3
- package/dist-cjs/commands/DeleteDomainCommand.js +2 -3
- package/dist-cjs/commands/DeleteEdgeDeploymentPlanCommand.js +2 -3
- package/dist-cjs/commands/DeleteEdgeDeploymentStageCommand.js +2 -3
- package/dist-cjs/commands/DeleteEndpointCommand.js +2 -3
- package/dist-cjs/commands/DeleteEndpointConfigCommand.js +2 -3
- package/dist-cjs/commands/DeleteExperimentCommand.js +2 -3
- package/dist-cjs/commands/DeleteFeatureGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteFlowDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteHubCommand.js +2 -3
- package/dist-cjs/commands/DeleteHubContentCommand.js +2 -3
- package/dist-cjs/commands/DeleteHumanTaskUiCommand.js +2 -3
- package/dist-cjs/commands/DeleteImageCommand.js +2 -3
- package/dist-cjs/commands/DeleteImageVersionCommand.js +2 -3
- package/dist-cjs/commands/DeleteInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelBiasJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelCardCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelPackageCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelPackageGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelPackageGroupPolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DeleteMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/DeleteNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/DeletePipelineCommand.js +2 -3
- package/dist-cjs/commands/DeleteProjectCommand.js +2 -3
- package/dist-cjs/commands/DeleteSpaceCommand.js +2 -3
- package/dist-cjs/commands/DeleteStudioLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -3
- package/dist-cjs/commands/DeleteTrialCommand.js +2 -3
- package/dist-cjs/commands/DeleteTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/DeleteUserProfileCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkforceCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkteamCommand.js +2 -3
- package/dist-cjs/commands/DeregisterDevicesCommand.js +2 -3
- package/dist-cjs/commands/DescribeActionCommand.js +2 -3
- package/dist-cjs/commands/DescribeAlgorithmCommand.js +2 -3
- package/dist-cjs/commands/DescribeAppCommand.js +2 -3
- package/dist-cjs/commands/DescribeAppImageConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribeArtifactCommand.js +2 -3
- package/dist-cjs/commands/DescribeAutoMLJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeAutoMLJobV2Command.js +45 -0
- package/dist-cjs/commands/DescribeCodeRepositoryCommand.js +2 -3
- package/dist-cjs/commands/DescribeCompilationJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeContextCommand.js +2 -3
- package/dist-cjs/commands/DescribeDataQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeDeviceCommand.js +2 -3
- package/dist-cjs/commands/DescribeDeviceFleetCommand.js +2 -3
- package/dist-cjs/commands/DescribeDomainCommand.js +2 -3
- package/dist-cjs/commands/DescribeEdgeDeploymentPlanCommand.js +2 -3
- package/dist-cjs/commands/DescribeEdgePackagingJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeEndpointCommand.js +2 -3
- package/dist-cjs/commands/DescribeEndpointConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribeExperimentCommand.js +2 -3
- package/dist-cjs/commands/DescribeFeatureGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeFeatureMetadataCommand.js +2 -3
- package/dist-cjs/commands/DescribeFlowDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeHubCommand.js +2 -3
- package/dist-cjs/commands/DescribeHubContentCommand.js +2 -3
- package/dist-cjs/commands/DescribeHumanTaskUiCommand.js +2 -3
- package/dist-cjs/commands/DescribeHyperParameterTuningJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeImageCommand.js +2 -3
- package/dist-cjs/commands/DescribeImageVersionCommand.js +2 -3
- package/dist-cjs/commands/DescribeInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeLabelingJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeLineageGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelCardCommand.js +1 -1
- package/dist-cjs/commands/DescribeModelCardExportJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelPackageCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribePipelineCommand.js +2 -3
- package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +2 -3
- package/dist-cjs/commands/DescribePipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/DescribeProcessingJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeProjectCommand.js +2 -3
- package/dist-cjs/commands/DescribeSpaceCommand.js +2 -3
- package/dist-cjs/commands/DescribeStudioLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribeSubscribedWorkteamCommand.js +2 -3
- package/dist-cjs/commands/DescribeTrainingJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeTransformJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeTrialCommand.js +2 -3
- package/dist-cjs/commands/DescribeTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/DescribeUserProfileCommand.js +2 -3
- package/dist-cjs/commands/DescribeWorkforceCommand.js +2 -3
- package/dist-cjs/commands/DescribeWorkteamCommand.js +2 -3
- package/dist-cjs/commands/DisableSagemakerServicecatalogPortfolioCommand.js +2 -3
- package/dist-cjs/commands/DisassociateTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/EnableSagemakerServicecatalogPortfolioCommand.js +2 -3
- package/dist-cjs/commands/GetDeviceFleetReportCommand.js +2 -3
- package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +2 -3
- package/dist-cjs/commands/GetModelPackageGroupPolicyCommand.js +2 -3
- package/dist-cjs/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +2 -3
- package/dist-cjs/commands/GetSearchSuggestionsCommand.js +2 -3
- package/dist-cjs/commands/ImportHubContentCommand.js +2 -3
- package/dist-cjs/commands/ListActionsCommand.js +2 -3
- package/dist-cjs/commands/ListAlgorithmsCommand.js +2 -3
- package/dist-cjs/commands/ListAliasesCommand.js +2 -3
- package/dist-cjs/commands/ListAppImageConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListAppsCommand.js +2 -3
- package/dist-cjs/commands/ListArtifactsCommand.js +2 -3
- package/dist-cjs/commands/ListAssociationsCommand.js +2 -3
- package/dist-cjs/commands/ListAutoMLJobsCommand.js +2 -3
- package/dist-cjs/commands/ListCandidatesForAutoMLJobCommand.js +2 -3
- package/dist-cjs/commands/ListCodeRepositoriesCommand.js +2 -3
- package/dist-cjs/commands/ListCompilationJobsCommand.js +2 -3
- package/dist-cjs/commands/ListContextsCommand.js +2 -3
- package/dist-cjs/commands/ListDataQualityJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListDeviceFleetsCommand.js +2 -3
- package/dist-cjs/commands/ListDevicesCommand.js +2 -3
- package/dist-cjs/commands/ListDomainsCommand.js +2 -3
- package/dist-cjs/commands/ListEdgeDeploymentPlansCommand.js +2 -3
- package/dist-cjs/commands/ListEdgePackagingJobsCommand.js +2 -3
- package/dist-cjs/commands/ListEndpointConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListEndpointsCommand.js +2 -3
- package/dist-cjs/commands/ListExperimentsCommand.js +2 -3
- package/dist-cjs/commands/ListFeatureGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListFlowDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListHubContentVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListHubContentsCommand.js +2 -3
- package/dist-cjs/commands/ListHubsCommand.js +2 -3
- package/dist-cjs/commands/ListHumanTaskUisCommand.js +2 -3
- package/dist-cjs/commands/ListHyperParameterTuningJobsCommand.js +2 -3
- package/dist-cjs/commands/ListImageVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListImagesCommand.js +2 -3
- package/dist-cjs/commands/ListInferenceExperimentsCommand.js +2 -3
- package/dist-cjs/commands/ListInferenceRecommendationsJobStepsCommand.js +2 -3
- package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +2 -3
- package/dist-cjs/commands/ListLabelingJobsCommand.js +2 -3
- package/dist-cjs/commands/ListLabelingJobsForWorkteamCommand.js +2 -3
- package/dist-cjs/commands/ListLineageGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListModelBiasJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListModelCardExportJobsCommand.js +2 -3
- package/dist-cjs/commands/ListModelCardVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListModelCardsCommand.js +2 -3
- package/dist-cjs/commands/ListModelExplainabilityJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListModelMetadataCommand.js +2 -3
- package/dist-cjs/commands/ListModelPackageGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListModelPackagesCommand.js +2 -3
- package/dist-cjs/commands/ListModelQualityJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListModelsCommand.js +2 -3
- package/dist-cjs/commands/ListMonitoringAlertHistoryCommand.js +2 -3
- package/dist-cjs/commands/ListMonitoringAlertsCommand.js +2 -3
- package/dist-cjs/commands/ListMonitoringExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListMonitoringSchedulesCommand.js +2 -3
- package/dist-cjs/commands/ListNotebookInstanceLifecycleConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListNotebookInstancesCommand.js +2 -3
- package/dist-cjs/commands/ListPipelineExecutionStepsCommand.js +2 -3
- package/dist-cjs/commands/ListPipelineExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListPipelineParametersForExecutionCommand.js +2 -3
- package/dist-cjs/commands/ListPipelinesCommand.js +2 -3
- package/dist-cjs/commands/ListProcessingJobsCommand.js +2 -3
- package/dist-cjs/commands/ListProjectsCommand.js +2 -3
- package/dist-cjs/commands/ListSpacesCommand.js +2 -3
- package/dist-cjs/commands/ListStageDevicesCommand.js +2 -3
- package/dist-cjs/commands/ListStudioLifecycleConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListSubscribedWorkteamsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsCommand.js +2 -3
- package/dist-cjs/commands/ListTrainingJobsCommand.js +2 -3
- package/dist-cjs/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -3
- package/dist-cjs/commands/ListTransformJobsCommand.js +2 -3
- package/dist-cjs/commands/ListTrialComponentsCommand.js +2 -3
- package/dist-cjs/commands/ListTrialsCommand.js +2 -3
- package/dist-cjs/commands/ListUserProfilesCommand.js +2 -3
- package/dist-cjs/commands/ListWorkforcesCommand.js +2 -3
- package/dist-cjs/commands/ListWorkteamsCommand.js +2 -3
- package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +2 -3
- package/dist-cjs/commands/QueryLineageCommand.js +2 -3
- package/dist-cjs/commands/RegisterDevicesCommand.js +2 -3
- package/dist-cjs/commands/RenderUiTemplateCommand.js +2 -3
- package/dist-cjs/commands/RetryPipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/SearchCommand.js +1 -2
- package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +2 -3
- package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +2 -3
- package/dist-cjs/commands/StartEdgeDeploymentStageCommand.js +2 -3
- package/dist-cjs/commands/StartInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/StartMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/StartNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/StopAutoMLJobCommand.js +2 -3
- package/dist-cjs/commands/StopCompilationJobCommand.js +2 -3
- package/dist-cjs/commands/StopEdgeDeploymentStageCommand.js +2 -3
- package/dist-cjs/commands/StopEdgePackagingJobCommand.js +2 -3
- package/dist-cjs/commands/StopHyperParameterTuningJobCommand.js +2 -3
- package/dist-cjs/commands/StopInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +2 -3
- package/dist-cjs/commands/StopLabelingJobCommand.js +2 -3
- package/dist-cjs/commands/StopMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/StopNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/StopPipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/StopProcessingJobCommand.js +2 -3
- package/dist-cjs/commands/StopTrainingJobCommand.js +2 -3
- package/dist-cjs/commands/StopTransformJobCommand.js +2 -3
- package/dist-cjs/commands/UpdateActionCommand.js +2 -3
- package/dist-cjs/commands/UpdateAppImageConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateArtifactCommand.js +2 -3
- package/dist-cjs/commands/UpdateCodeRepositoryCommand.js +2 -3
- package/dist-cjs/commands/UpdateContextCommand.js +2 -3
- package/dist-cjs/commands/UpdateDeviceFleetCommand.js +2 -3
- package/dist-cjs/commands/UpdateDevicesCommand.js +2 -3
- package/dist-cjs/commands/UpdateDomainCommand.js +2 -3
- package/dist-cjs/commands/UpdateEndpointCommand.js +2 -3
- package/dist-cjs/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +2 -3
- package/dist-cjs/commands/UpdateExperimentCommand.js +2 -3
- package/dist-cjs/commands/UpdateFeatureGroupCommand.js +2 -3
- package/dist-cjs/commands/UpdateFeatureMetadataCommand.js +2 -3
- package/dist-cjs/commands/UpdateHubCommand.js +2 -3
- package/dist-cjs/commands/UpdateImageCommand.js +2 -3
- package/dist-cjs/commands/UpdateImageVersionCommand.js +2 -3
- package/dist-cjs/commands/UpdateInferenceExperimentCommand.js +2 -3
- package/dist-cjs/commands/UpdateModelCardCommand.js +1 -1
- package/dist-cjs/commands/UpdateModelPackageCommand.js +2 -3
- package/dist-cjs/commands/UpdateMonitoringAlertCommand.js +2 -3
- package/dist-cjs/commands/UpdateMonitoringScheduleCommand.js +2 -3
- package/dist-cjs/commands/UpdateNotebookInstanceCommand.js +2 -3
- package/dist-cjs/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdatePipelineCommand.js +2 -3
- package/dist-cjs/commands/UpdatePipelineExecutionCommand.js +2 -3
- package/dist-cjs/commands/UpdateProjectCommand.js +2 -3
- package/dist-cjs/commands/UpdateSpaceCommand.js +2 -3
- package/dist-cjs/commands/UpdateTrainingJobCommand.js +2 -3
- package/dist-cjs/commands/UpdateTrialCommand.js +2 -3
- package/dist-cjs/commands/UpdateTrialComponentCommand.js +2 -3
- package/dist-cjs/commands/UpdateUserProfileCommand.js +2 -3
- package/dist-cjs/commands/UpdateWorkforceCommand.js +1 -1
- package/dist-cjs/commands/UpdateWorkteamCommand.js +2 -3
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +20 -847
- package/dist-cjs/models/models_1.js +13 -1074
- package/dist-cjs/models/models_2.js +1 -982
- package/dist-cjs/models/models_3.js +20 -1007
- package/dist-cjs/models/models_4.js +1 -217
- package/dist-cjs/protocols/Aws_json1_1.js +289 -12
- package/dist-es/SageMaker.js +30 -0
- package/dist-es/commands/AddAssociationCommand.js +2 -3
- package/dist-es/commands/AddTagsCommand.js +2 -3
- package/dist-es/commands/AssociateTrialComponentCommand.js +2 -3
- package/dist-es/commands/BatchDescribeModelPackageCommand.js +2 -3
- package/dist-es/commands/CreateActionCommand.js +2 -3
- package/dist-es/commands/CreateAlgorithmCommand.js +2 -3
- package/dist-es/commands/CreateAppCommand.js +2 -3
- package/dist-es/commands/CreateAppImageConfigCommand.js +2 -3
- package/dist-es/commands/CreateArtifactCommand.js +2 -3
- package/dist-es/commands/CreateAutoMLJobCommand.js +2 -3
- package/dist-es/commands/CreateAutoMLJobV2Command.js +41 -0
- package/dist-es/commands/CreateCodeRepositoryCommand.js +2 -3
- package/dist-es/commands/CreateCompilationJobCommand.js +2 -3
- package/dist-es/commands/CreateContextCommand.js +2 -3
- package/dist-es/commands/CreateDataQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateDeviceFleetCommand.js +2 -3
- package/dist-es/commands/CreateDomainCommand.js +2 -3
- package/dist-es/commands/CreateEdgeDeploymentPlanCommand.js +2 -3
- package/dist-es/commands/CreateEdgeDeploymentStageCommand.js +2 -3
- package/dist-es/commands/CreateEdgePackagingJobCommand.js +2 -3
- package/dist-es/commands/CreateEndpointCommand.js +2 -3
- package/dist-es/commands/CreateEndpointConfigCommand.js +2 -3
- package/dist-es/commands/CreateExperimentCommand.js +2 -3
- package/dist-es/commands/CreateFeatureGroupCommand.js +2 -3
- package/dist-es/commands/CreateFlowDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateHubCommand.js +2 -3
- package/dist-es/commands/CreateHumanTaskUiCommand.js +2 -3
- package/dist-es/commands/CreateHyperParameterTuningJobCommand.js +2 -3
- package/dist-es/commands/CreateImageCommand.js +2 -3
- package/dist-es/commands/CreateImageVersionCommand.js +2 -3
- package/dist-es/commands/CreateInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +2 -3
- package/dist-es/commands/CreateLabelingJobCommand.js +2 -3
- package/dist-es/commands/CreateModelBiasJobDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateModelCardCommand.js +2 -2
- package/dist-es/commands/CreateModelCardExportJobCommand.js +2 -3
- package/dist-es/commands/CreateModelCommand.js +2 -3
- package/dist-es/commands/CreateModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateModelPackageCommand.js +2 -3
- package/dist-es/commands/CreateModelPackageGroupCommand.js +2 -3
- package/dist-es/commands/CreateModelQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/CreateMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/CreateNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/CreateNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/CreatePipelineCommand.js +2 -3
- package/dist-es/commands/CreatePresignedDomainUrlCommand.js +2 -3
- package/dist-es/commands/CreatePresignedNotebookInstanceUrlCommand.js +2 -3
- package/dist-es/commands/CreateProcessingJobCommand.js +2 -3
- package/dist-es/commands/CreateProjectCommand.js +2 -3
- package/dist-es/commands/CreateSpaceCommand.js +2 -3
- package/dist-es/commands/CreateStudioLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/CreateTrainingJobCommand.js +2 -3
- package/dist-es/commands/CreateTransformJobCommand.js +2 -3
- package/dist-es/commands/CreateTrialCommand.js +2 -3
- package/dist-es/commands/CreateTrialComponentCommand.js +2 -3
- package/dist-es/commands/CreateUserProfileCommand.js +2 -3
- package/dist-es/commands/CreateWorkforceCommand.js +2 -2
- package/dist-es/commands/CreateWorkteamCommand.js +2 -3
- package/dist-es/commands/DeleteActionCommand.js +2 -3
- package/dist-es/commands/DeleteAlgorithmCommand.js +2 -3
- package/dist-es/commands/DeleteAppCommand.js +2 -3
- package/dist-es/commands/DeleteAppImageConfigCommand.js +2 -3
- package/dist-es/commands/DeleteArtifactCommand.js +2 -3
- package/dist-es/commands/DeleteAssociationCommand.js +2 -3
- package/dist-es/commands/DeleteCodeRepositoryCommand.js +2 -3
- package/dist-es/commands/DeleteContextCommand.js +2 -3
- package/dist-es/commands/DeleteDataQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteDeviceFleetCommand.js +2 -3
- package/dist-es/commands/DeleteDomainCommand.js +2 -3
- package/dist-es/commands/DeleteEdgeDeploymentPlanCommand.js +2 -3
- package/dist-es/commands/DeleteEdgeDeploymentStageCommand.js +2 -3
- package/dist-es/commands/DeleteEndpointCommand.js +2 -3
- package/dist-es/commands/DeleteEndpointConfigCommand.js +2 -3
- package/dist-es/commands/DeleteExperimentCommand.js +2 -3
- package/dist-es/commands/DeleteFeatureGroupCommand.js +2 -3
- package/dist-es/commands/DeleteFlowDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteHubCommand.js +2 -3
- package/dist-es/commands/DeleteHubContentCommand.js +2 -3
- package/dist-es/commands/DeleteHumanTaskUiCommand.js +2 -3
- package/dist-es/commands/DeleteImageCommand.js +2 -3
- package/dist-es/commands/DeleteImageVersionCommand.js +2 -3
- package/dist-es/commands/DeleteInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/DeleteModelBiasJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteModelCardCommand.js +2 -3
- package/dist-es/commands/DeleteModelCommand.js +2 -3
- package/dist-es/commands/DeleteModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteModelPackageCommand.js +2 -3
- package/dist-es/commands/DeleteModelPackageGroupCommand.js +2 -3
- package/dist-es/commands/DeleteModelPackageGroupPolicyCommand.js +2 -3
- package/dist-es/commands/DeleteModelQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DeleteMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/DeleteNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/DeletePipelineCommand.js +2 -3
- package/dist-es/commands/DeleteProjectCommand.js +2 -3
- package/dist-es/commands/DeleteSpaceCommand.js +2 -3
- package/dist-es/commands/DeleteStudioLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/DeleteTagsCommand.js +2 -3
- package/dist-es/commands/DeleteTrialCommand.js +2 -3
- package/dist-es/commands/DeleteTrialComponentCommand.js +2 -3
- package/dist-es/commands/DeleteUserProfileCommand.js +2 -3
- package/dist-es/commands/DeleteWorkforceCommand.js +2 -3
- package/dist-es/commands/DeleteWorkteamCommand.js +2 -3
- package/dist-es/commands/DeregisterDevicesCommand.js +2 -3
- package/dist-es/commands/DescribeActionCommand.js +2 -3
- package/dist-es/commands/DescribeAlgorithmCommand.js +2 -3
- package/dist-es/commands/DescribeAppCommand.js +2 -3
- package/dist-es/commands/DescribeAppImageConfigCommand.js +2 -3
- package/dist-es/commands/DescribeArtifactCommand.js +2 -3
- package/dist-es/commands/DescribeAutoMLJobCommand.js +2 -3
- package/dist-es/commands/DescribeAutoMLJobV2Command.js +41 -0
- package/dist-es/commands/DescribeCodeRepositoryCommand.js +2 -3
- package/dist-es/commands/DescribeCompilationJobCommand.js +2 -3
- package/dist-es/commands/DescribeContextCommand.js +2 -3
- package/dist-es/commands/DescribeDataQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeDeviceCommand.js +2 -3
- package/dist-es/commands/DescribeDeviceFleetCommand.js +2 -3
- package/dist-es/commands/DescribeDomainCommand.js +2 -3
- package/dist-es/commands/DescribeEdgeDeploymentPlanCommand.js +2 -3
- package/dist-es/commands/DescribeEdgePackagingJobCommand.js +2 -3
- package/dist-es/commands/DescribeEndpointCommand.js +2 -3
- package/dist-es/commands/DescribeEndpointConfigCommand.js +2 -3
- package/dist-es/commands/DescribeExperimentCommand.js +2 -3
- package/dist-es/commands/DescribeFeatureGroupCommand.js +2 -3
- package/dist-es/commands/DescribeFeatureMetadataCommand.js +2 -3
- package/dist-es/commands/DescribeFlowDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeHubCommand.js +2 -3
- package/dist-es/commands/DescribeHubContentCommand.js +2 -3
- package/dist-es/commands/DescribeHumanTaskUiCommand.js +2 -3
- package/dist-es/commands/DescribeHyperParameterTuningJobCommand.js +2 -3
- package/dist-es/commands/DescribeImageCommand.js +2 -3
- package/dist-es/commands/DescribeImageVersionCommand.js +2 -3
- package/dist-es/commands/DescribeInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +2 -3
- package/dist-es/commands/DescribeLabelingJobCommand.js +2 -3
- package/dist-es/commands/DescribeLineageGroupCommand.js +2 -3
- package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeModelCardCommand.js +2 -2
- package/dist-es/commands/DescribeModelCardExportJobCommand.js +2 -3
- package/dist-es/commands/DescribeModelCommand.js +2 -3
- package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeModelPackageCommand.js +2 -3
- package/dist-es/commands/DescribeModelPackageGroupCommand.js +2 -3
- package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/DescribeNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/DescribePipelineCommand.js +2 -3
- package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +2 -3
- package/dist-es/commands/DescribePipelineExecutionCommand.js +2 -3
- package/dist-es/commands/DescribeProcessingJobCommand.js +2 -3
- package/dist-es/commands/DescribeProjectCommand.js +2 -3
- package/dist-es/commands/DescribeSpaceCommand.js +2 -3
- package/dist-es/commands/DescribeStudioLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/DescribeSubscribedWorkteamCommand.js +2 -3
- package/dist-es/commands/DescribeTrainingJobCommand.js +2 -3
- package/dist-es/commands/DescribeTransformJobCommand.js +2 -3
- package/dist-es/commands/DescribeTrialCommand.js +2 -3
- package/dist-es/commands/DescribeTrialComponentCommand.js +2 -3
- package/dist-es/commands/DescribeUserProfileCommand.js +2 -3
- package/dist-es/commands/DescribeWorkforceCommand.js +2 -3
- package/dist-es/commands/DescribeWorkteamCommand.js +2 -3
- package/dist-es/commands/DisableSagemakerServicecatalogPortfolioCommand.js +2 -3
- package/dist-es/commands/DisassociateTrialComponentCommand.js +2 -3
- package/dist-es/commands/EnableSagemakerServicecatalogPortfolioCommand.js +2 -3
- package/dist-es/commands/GetDeviceFleetReportCommand.js +2 -3
- package/dist-es/commands/GetLineageGroupPolicyCommand.js +2 -3
- package/dist-es/commands/GetModelPackageGroupPolicyCommand.js +2 -3
- package/dist-es/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +2 -3
- package/dist-es/commands/GetSearchSuggestionsCommand.js +2 -3
- package/dist-es/commands/ImportHubContentCommand.js +2 -3
- package/dist-es/commands/ListActionsCommand.js +2 -3
- package/dist-es/commands/ListAlgorithmsCommand.js +2 -3
- package/dist-es/commands/ListAliasesCommand.js +2 -3
- package/dist-es/commands/ListAppImageConfigsCommand.js +2 -3
- package/dist-es/commands/ListAppsCommand.js +2 -3
- package/dist-es/commands/ListArtifactsCommand.js +2 -3
- package/dist-es/commands/ListAssociationsCommand.js +2 -3
- package/dist-es/commands/ListAutoMLJobsCommand.js +2 -3
- package/dist-es/commands/ListCandidatesForAutoMLJobCommand.js +2 -3
- package/dist-es/commands/ListCodeRepositoriesCommand.js +2 -3
- package/dist-es/commands/ListCompilationJobsCommand.js +2 -3
- package/dist-es/commands/ListContextsCommand.js +2 -3
- package/dist-es/commands/ListDataQualityJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListDeviceFleetsCommand.js +2 -3
- package/dist-es/commands/ListDevicesCommand.js +2 -3
- package/dist-es/commands/ListDomainsCommand.js +2 -3
- package/dist-es/commands/ListEdgeDeploymentPlansCommand.js +2 -3
- package/dist-es/commands/ListEdgePackagingJobsCommand.js +2 -3
- package/dist-es/commands/ListEndpointConfigsCommand.js +2 -3
- package/dist-es/commands/ListEndpointsCommand.js +2 -3
- package/dist-es/commands/ListExperimentsCommand.js +2 -3
- package/dist-es/commands/ListFeatureGroupsCommand.js +2 -3
- package/dist-es/commands/ListFlowDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListHubContentVersionsCommand.js +2 -3
- package/dist-es/commands/ListHubContentsCommand.js +2 -3
- package/dist-es/commands/ListHubsCommand.js +2 -3
- package/dist-es/commands/ListHumanTaskUisCommand.js +2 -3
- package/dist-es/commands/ListHyperParameterTuningJobsCommand.js +2 -3
- package/dist-es/commands/ListImageVersionsCommand.js +2 -3
- package/dist-es/commands/ListImagesCommand.js +2 -3
- package/dist-es/commands/ListInferenceExperimentsCommand.js +2 -3
- package/dist-es/commands/ListInferenceRecommendationsJobStepsCommand.js +2 -3
- package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +2 -3
- package/dist-es/commands/ListLabelingJobsCommand.js +2 -3
- package/dist-es/commands/ListLabelingJobsForWorkteamCommand.js +2 -3
- package/dist-es/commands/ListLineageGroupsCommand.js +2 -3
- package/dist-es/commands/ListModelBiasJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListModelCardExportJobsCommand.js +2 -3
- package/dist-es/commands/ListModelCardVersionsCommand.js +2 -3
- package/dist-es/commands/ListModelCardsCommand.js +2 -3
- package/dist-es/commands/ListModelExplainabilityJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListModelMetadataCommand.js +2 -3
- package/dist-es/commands/ListModelPackageGroupsCommand.js +2 -3
- package/dist-es/commands/ListModelPackagesCommand.js +2 -3
- package/dist-es/commands/ListModelQualityJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListModelsCommand.js +2 -3
- package/dist-es/commands/ListMonitoringAlertHistoryCommand.js +2 -3
- package/dist-es/commands/ListMonitoringAlertsCommand.js +2 -3
- package/dist-es/commands/ListMonitoringExecutionsCommand.js +2 -3
- package/dist-es/commands/ListMonitoringSchedulesCommand.js +2 -3
- package/dist-es/commands/ListNotebookInstanceLifecycleConfigsCommand.js +2 -3
- package/dist-es/commands/ListNotebookInstancesCommand.js +2 -3
- package/dist-es/commands/ListPipelineExecutionStepsCommand.js +2 -3
- package/dist-es/commands/ListPipelineExecutionsCommand.js +2 -3
- package/dist-es/commands/ListPipelineParametersForExecutionCommand.js +2 -3
- package/dist-es/commands/ListPipelinesCommand.js +2 -3
- package/dist-es/commands/ListProcessingJobsCommand.js +2 -3
- package/dist-es/commands/ListProjectsCommand.js +2 -3
- package/dist-es/commands/ListSpacesCommand.js +2 -3
- package/dist-es/commands/ListStageDevicesCommand.js +2 -3
- package/dist-es/commands/ListStudioLifecycleConfigsCommand.js +2 -3
- package/dist-es/commands/ListSubscribedWorkteamsCommand.js +2 -3
- package/dist-es/commands/ListTagsCommand.js +2 -3
- package/dist-es/commands/ListTrainingJobsCommand.js +2 -3
- package/dist-es/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -3
- package/dist-es/commands/ListTransformJobsCommand.js +2 -3
- package/dist-es/commands/ListTrialComponentsCommand.js +2 -3
- package/dist-es/commands/ListTrialsCommand.js +2 -3
- package/dist-es/commands/ListUserProfilesCommand.js +2 -3
- package/dist-es/commands/ListWorkforcesCommand.js +2 -3
- package/dist-es/commands/ListWorkteamsCommand.js +2 -3
- package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +2 -3
- package/dist-es/commands/QueryLineageCommand.js +2 -3
- package/dist-es/commands/RegisterDevicesCommand.js +2 -3
- package/dist-es/commands/RenderUiTemplateCommand.js +2 -3
- package/dist-es/commands/RetryPipelineExecutionCommand.js +2 -3
- package/dist-es/commands/SearchCommand.js +1 -2
- package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +2 -3
- package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +2 -3
- package/dist-es/commands/StartEdgeDeploymentStageCommand.js +2 -3
- package/dist-es/commands/StartInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/StartMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/StartNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/StartPipelineExecutionCommand.js +2 -3
- package/dist-es/commands/StopAutoMLJobCommand.js +2 -3
- package/dist-es/commands/StopCompilationJobCommand.js +2 -3
- package/dist-es/commands/StopEdgeDeploymentStageCommand.js +2 -3
- package/dist-es/commands/StopEdgePackagingJobCommand.js +2 -3
- package/dist-es/commands/StopHyperParameterTuningJobCommand.js +2 -3
- package/dist-es/commands/StopInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +2 -3
- package/dist-es/commands/StopLabelingJobCommand.js +2 -3
- package/dist-es/commands/StopMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/StopNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/StopPipelineExecutionCommand.js +2 -3
- package/dist-es/commands/StopProcessingJobCommand.js +2 -3
- package/dist-es/commands/StopTrainingJobCommand.js +2 -3
- package/dist-es/commands/StopTransformJobCommand.js +2 -3
- package/dist-es/commands/UpdateActionCommand.js +2 -3
- package/dist-es/commands/UpdateAppImageConfigCommand.js +2 -3
- package/dist-es/commands/UpdateArtifactCommand.js +2 -3
- package/dist-es/commands/UpdateCodeRepositoryCommand.js +2 -3
- package/dist-es/commands/UpdateContextCommand.js +2 -3
- package/dist-es/commands/UpdateDeviceFleetCommand.js +2 -3
- package/dist-es/commands/UpdateDevicesCommand.js +2 -3
- package/dist-es/commands/UpdateDomainCommand.js +2 -3
- package/dist-es/commands/UpdateEndpointCommand.js +2 -3
- package/dist-es/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +2 -3
- package/dist-es/commands/UpdateExperimentCommand.js +2 -3
- package/dist-es/commands/UpdateFeatureGroupCommand.js +2 -3
- package/dist-es/commands/UpdateFeatureMetadataCommand.js +2 -3
- package/dist-es/commands/UpdateHubCommand.js +2 -3
- package/dist-es/commands/UpdateImageCommand.js +2 -3
- package/dist-es/commands/UpdateImageVersionCommand.js +2 -3
- package/dist-es/commands/UpdateInferenceExperimentCommand.js +2 -3
- package/dist-es/commands/UpdateModelCardCommand.js +2 -2
- package/dist-es/commands/UpdateModelPackageCommand.js +2 -3
- package/dist-es/commands/UpdateMonitoringAlertCommand.js +2 -3
- package/dist-es/commands/UpdateMonitoringScheduleCommand.js +2 -3
- package/dist-es/commands/UpdateNotebookInstanceCommand.js +2 -3
- package/dist-es/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +2 -3
- package/dist-es/commands/UpdatePipelineCommand.js +2 -3
- package/dist-es/commands/UpdatePipelineExecutionCommand.js +2 -3
- package/dist-es/commands/UpdateProjectCommand.js +2 -3
- package/dist-es/commands/UpdateSpaceCommand.js +2 -3
- package/dist-es/commands/UpdateTrainingJobCommand.js +2 -3
- package/dist-es/commands/UpdateTrialCommand.js +2 -3
- package/dist-es/commands/UpdateTrialComponentCommand.js +2 -3
- package/dist-es/commands/UpdateUserProfileCommand.js +2 -3
- package/dist-es/commands/UpdateWorkforceCommand.js +2 -2
- package/dist-es/commands/UpdateWorkteamCommand.js +2 -3
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +18 -633
- package/dist-es/models/models_1.js +11 -802
- package/dist-es/models/models_2.js +0 -738
- package/dist-es/models/models_3.js +18 -752
- package/dist-es/models/models_4.js +1 -163
- package/dist-es/protocols/Aws_json1_1.js +273 -1
- package/dist-types/SageMaker.d.ts +27 -0
- package/dist-types/SageMakerClient.d.ts +4 -2
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +74 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrialCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +67 -0
- package/dist-types/commands/ListActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +305 -1063
- package/dist-types/models/models_1.d.ts +188 -1124
- package/dist-types/models/models_2.d.ts +164 -1132
- package/dist-types/models/models_3.d.ts +173 -1140
- package/dist-types/models/models_4.d.ts +142 -214
- package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
- package/dist-types/ts3.4/SageMaker.d.ts +34 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateAutoMLJobV2Command.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAutoMLJobV2Command.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAlgorithmsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +64 -610
- package/dist-types/ts3.4/models/models_1.d.ts +39 -801
- package/dist-types/ts3.4/models/models_2.d.ts +52 -745
- package/dist-types/ts3.4/models/models_3.d.ts +55 -764
- package/dist-types/ts3.4/models/models_4.d.ts +42 -159
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/package.json +11 -10
|
@@ -17,6 +17,7 @@ import { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/Create
|
|
|
17
17
|
import { CreateAppImageConfigCommandInput, CreateAppImageConfigCommandOutput } from "./commands/CreateAppImageConfigCommand";
|
|
18
18
|
import { CreateArtifactCommandInput, CreateArtifactCommandOutput } from "./commands/CreateArtifactCommand";
|
|
19
19
|
import { CreateAutoMLJobCommandInput, CreateAutoMLJobCommandOutput } from "./commands/CreateAutoMLJobCommand";
|
|
20
|
+
import { CreateAutoMLJobV2CommandInput, CreateAutoMLJobV2CommandOutput } from "./commands/CreateAutoMLJobV2Command";
|
|
20
21
|
import { CreateCodeRepositoryCommandInput, CreateCodeRepositoryCommandOutput } from "./commands/CreateCodeRepositoryCommand";
|
|
21
22
|
import { CreateCompilationJobCommandInput, CreateCompilationJobCommandOutput } from "./commands/CreateCompilationJobCommand";
|
|
22
23
|
import { CreateContextCommandInput, CreateContextCommandOutput } from "./commands/CreateContextCommand";
|
|
@@ -116,6 +117,7 @@ import { DescribeAppCommandInput, DescribeAppCommandOutput } from "./commands/De
|
|
|
116
117
|
import { DescribeAppImageConfigCommandInput, DescribeAppImageConfigCommandOutput } from "./commands/DescribeAppImageConfigCommand";
|
|
117
118
|
import { DescribeArtifactCommandInput, DescribeArtifactCommandOutput } from "./commands/DescribeArtifactCommand";
|
|
118
119
|
import { DescribeAutoMLJobCommandInput, DescribeAutoMLJobCommandOutput } from "./commands/DescribeAutoMLJobCommand";
|
|
120
|
+
import { DescribeAutoMLJobV2CommandInput, DescribeAutoMLJobV2CommandOutput } from "./commands/DescribeAutoMLJobV2Command";
|
|
119
121
|
import { DescribeCodeRepositoryCommandInput, DescribeCodeRepositoryCommandOutput } from "./commands/DescribeCodeRepositoryCommand";
|
|
120
122
|
import { DescribeCompilationJobCommandInput, DescribeCompilationJobCommandOutput } from "./commands/DescribeCompilationJobCommand";
|
|
121
123
|
import { DescribeContextCommandInput, DescribeContextCommandOutput } from "./commands/DescribeContextCommand";
|
|
@@ -311,11 +313,11 @@ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, Endpoi
|
|
|
311
313
|
/**
|
|
312
314
|
* @public
|
|
313
315
|
*/
|
|
314
|
-
export type ServiceInputTypes = AddAssociationCommandInput | AddTagsCommandInput | AssociateTrialComponentCommandInput | BatchDescribeModelPackageCommandInput | CreateActionCommandInput | CreateAlgorithmCommandInput | CreateAppCommandInput | CreateAppImageConfigCommandInput | CreateArtifactCommandInput | CreateAutoMLJobCommandInput | CreateCodeRepositoryCommandInput | CreateCompilationJobCommandInput | CreateContextCommandInput | CreateDataQualityJobDefinitionCommandInput | CreateDeviceFleetCommandInput | CreateDomainCommandInput | CreateEdgeDeploymentPlanCommandInput | CreateEdgeDeploymentStageCommandInput | CreateEdgePackagingJobCommandInput | CreateEndpointCommandInput | CreateEndpointConfigCommandInput | CreateExperimentCommandInput | CreateFeatureGroupCommandInput | CreateFlowDefinitionCommandInput | CreateHubCommandInput | CreateHumanTaskUiCommandInput | CreateHyperParameterTuningJobCommandInput | CreateImageCommandInput | CreateImageVersionCommandInput | CreateInferenceExperimentCommandInput | CreateInferenceRecommendationsJobCommandInput | CreateLabelingJobCommandInput | CreateModelBiasJobDefinitionCommandInput | CreateModelCardCommandInput | CreateModelCardExportJobCommandInput | CreateModelCommandInput | CreateModelExplainabilityJobDefinitionCommandInput | CreateModelPackageCommandInput | CreateModelPackageGroupCommandInput | CreateModelQualityJobDefinitionCommandInput | CreateMonitoringScheduleCommandInput | CreateNotebookInstanceCommandInput | CreateNotebookInstanceLifecycleConfigCommandInput | CreatePipelineCommandInput | CreatePresignedDomainUrlCommandInput | CreatePresignedNotebookInstanceUrlCommandInput | CreateProcessingJobCommandInput | CreateProjectCommandInput | CreateSpaceCommandInput | CreateStudioLifecycleConfigCommandInput | CreateTrainingJobCommandInput | CreateTransformJobCommandInput | CreateTrialCommandInput | CreateTrialComponentCommandInput | CreateUserProfileCommandInput | CreateWorkforceCommandInput | CreateWorkteamCommandInput | DeleteActionCommandInput | DeleteAlgorithmCommandInput | DeleteAppCommandInput | DeleteAppImageConfigCommandInput | DeleteArtifactCommandInput | DeleteAssociationCommandInput | DeleteCodeRepositoryCommandInput | DeleteContextCommandInput | DeleteDataQualityJobDefinitionCommandInput | DeleteDeviceFleetCommandInput | DeleteDomainCommandInput | DeleteEdgeDeploymentPlanCommandInput | DeleteEdgeDeploymentStageCommandInput | DeleteEndpointCommandInput | DeleteEndpointConfigCommandInput | DeleteExperimentCommandInput | DeleteFeatureGroupCommandInput | DeleteFlowDefinitionCommandInput | DeleteHubCommandInput | DeleteHubContentCommandInput | DeleteHumanTaskUiCommandInput | DeleteImageCommandInput | DeleteImageVersionCommandInput | DeleteInferenceExperimentCommandInput | DeleteModelBiasJobDefinitionCommandInput | DeleteModelCardCommandInput | DeleteModelCommandInput | DeleteModelExplainabilityJobDefinitionCommandInput | DeleteModelPackageCommandInput | DeleteModelPackageGroupCommandInput | DeleteModelPackageGroupPolicyCommandInput | DeleteModelQualityJobDefinitionCommandInput | DeleteMonitoringScheduleCommandInput | DeleteNotebookInstanceCommandInput | DeleteNotebookInstanceLifecycleConfigCommandInput | DeletePipelineCommandInput | DeleteProjectCommandInput | DeleteSpaceCommandInput | DeleteStudioLifecycleConfigCommandInput | DeleteTagsCommandInput | DeleteTrialCommandInput | DeleteTrialComponentCommandInput | DeleteUserProfileCommandInput | DeleteWorkforceCommandInput | DeleteWorkteamCommandInput | DeregisterDevicesCommandInput | DescribeActionCommandInput | DescribeAlgorithmCommandInput | DescribeAppCommandInput | DescribeAppImageConfigCommandInput | DescribeArtifactCommandInput | DescribeAutoMLJobCommandInput | DescribeCodeRepositoryCommandInput | DescribeCompilationJobCommandInput | DescribeContextCommandInput | DescribeDataQualityJobDefinitionCommandInput | DescribeDeviceCommandInput | DescribeDeviceFleetCommandInput | DescribeDomainCommandInput | DescribeEdgeDeploymentPlanCommandInput | DescribeEdgePackagingJobCommandInput | DescribeEndpointCommandInput | DescribeEndpointConfigCommandInput | DescribeExperimentCommandInput | DescribeFeatureGroupCommandInput | DescribeFeatureMetadataCommandInput | DescribeFlowDefinitionCommandInput | DescribeHubCommandInput | DescribeHubContentCommandInput | DescribeHumanTaskUiCommandInput | DescribeHyperParameterTuningJobCommandInput | DescribeImageCommandInput | DescribeImageVersionCommandInput | DescribeInferenceExperimentCommandInput | DescribeInferenceRecommendationsJobCommandInput | DescribeLabelingJobCommandInput | DescribeLineageGroupCommandInput | DescribeModelBiasJobDefinitionCommandInput | DescribeModelCardCommandInput | DescribeModelCardExportJobCommandInput | DescribeModelCommandInput | DescribeModelExplainabilityJobDefinitionCommandInput | DescribeModelPackageCommandInput | DescribeModelPackageGroupCommandInput | DescribeModelQualityJobDefinitionCommandInput | DescribeMonitoringScheduleCommandInput | DescribeNotebookInstanceCommandInput | DescribeNotebookInstanceLifecycleConfigCommandInput | DescribePipelineCommandInput | DescribePipelineDefinitionForExecutionCommandInput | DescribePipelineExecutionCommandInput | DescribeProcessingJobCommandInput | DescribeProjectCommandInput | DescribeSpaceCommandInput | DescribeStudioLifecycleConfigCommandInput | DescribeSubscribedWorkteamCommandInput | DescribeTrainingJobCommandInput | DescribeTransformJobCommandInput | DescribeTrialCommandInput | DescribeTrialComponentCommandInput | DescribeUserProfileCommandInput | DescribeWorkforceCommandInput | DescribeWorkteamCommandInput | DisableSagemakerServicecatalogPortfolioCommandInput | DisassociateTrialComponentCommandInput | EnableSagemakerServicecatalogPortfolioCommandInput | GetDeviceFleetReportCommandInput | GetLineageGroupPolicyCommandInput | GetModelPackageGroupPolicyCommandInput | GetSagemakerServicecatalogPortfolioStatusCommandInput | GetSearchSuggestionsCommandInput | ImportHubContentCommandInput | ListActionsCommandInput | ListAlgorithmsCommandInput | ListAliasesCommandInput | ListAppImageConfigsCommandInput | ListAppsCommandInput | ListArtifactsCommandInput | ListAssociationsCommandInput | ListAutoMLJobsCommandInput | ListCandidatesForAutoMLJobCommandInput | ListCodeRepositoriesCommandInput | ListCompilationJobsCommandInput | ListContextsCommandInput | ListDataQualityJobDefinitionsCommandInput | ListDeviceFleetsCommandInput | ListDevicesCommandInput | ListDomainsCommandInput | ListEdgeDeploymentPlansCommandInput | ListEdgePackagingJobsCommandInput | ListEndpointConfigsCommandInput | ListEndpointsCommandInput | ListExperimentsCommandInput | ListFeatureGroupsCommandInput | ListFlowDefinitionsCommandInput | ListHubContentVersionsCommandInput | ListHubContentsCommandInput | ListHubsCommandInput | ListHumanTaskUisCommandInput | ListHyperParameterTuningJobsCommandInput | ListImageVersionsCommandInput | ListImagesCommandInput | ListInferenceExperimentsCommandInput | ListInferenceRecommendationsJobStepsCommandInput | ListInferenceRecommendationsJobsCommandInput | ListLabelingJobsCommandInput | ListLabelingJobsForWorkteamCommandInput | ListLineageGroupsCommandInput | ListModelBiasJobDefinitionsCommandInput | ListModelCardExportJobsCommandInput | ListModelCardVersionsCommandInput | ListModelCardsCommandInput | ListModelExplainabilityJobDefinitionsCommandInput | ListModelMetadataCommandInput | ListModelPackageGroupsCommandInput | ListModelPackagesCommandInput | ListModelQualityJobDefinitionsCommandInput | ListModelsCommandInput | ListMonitoringAlertHistoryCommandInput | ListMonitoringAlertsCommandInput | ListMonitoringExecutionsCommandInput | ListMonitoringSchedulesCommandInput | ListNotebookInstanceLifecycleConfigsCommandInput | ListNotebookInstancesCommandInput | ListPipelineExecutionStepsCommandInput | ListPipelineExecutionsCommandInput | ListPipelineParametersForExecutionCommandInput | ListPipelinesCommandInput | ListProcessingJobsCommandInput | ListProjectsCommandInput | ListSpacesCommandInput | ListStageDevicesCommandInput | ListStudioLifecycleConfigsCommandInput | ListSubscribedWorkteamsCommandInput | ListTagsCommandInput | ListTrainingJobsCommandInput | ListTrainingJobsForHyperParameterTuningJobCommandInput | ListTransformJobsCommandInput | ListTrialComponentsCommandInput | ListTrialsCommandInput | ListUserProfilesCommandInput | ListWorkforcesCommandInput | ListWorkteamsCommandInput | PutModelPackageGroupPolicyCommandInput | QueryLineageCommandInput | RegisterDevicesCommandInput | RenderUiTemplateCommandInput | RetryPipelineExecutionCommandInput | SearchCommandInput | SendPipelineExecutionStepFailureCommandInput | SendPipelineExecutionStepSuccessCommandInput | StartEdgeDeploymentStageCommandInput | StartInferenceExperimentCommandInput | StartMonitoringScheduleCommandInput | StartNotebookInstanceCommandInput | StartPipelineExecutionCommandInput | StopAutoMLJobCommandInput | StopCompilationJobCommandInput | StopEdgeDeploymentStageCommandInput | StopEdgePackagingJobCommandInput | StopHyperParameterTuningJobCommandInput | StopInferenceExperimentCommandInput | StopInferenceRecommendationsJobCommandInput | StopLabelingJobCommandInput | StopMonitoringScheduleCommandInput | StopNotebookInstanceCommandInput | StopPipelineExecutionCommandInput | StopProcessingJobCommandInput | StopTrainingJobCommandInput | StopTransformJobCommandInput | UpdateActionCommandInput | UpdateAppImageConfigCommandInput | UpdateArtifactCommandInput | UpdateCodeRepositoryCommandInput | UpdateContextCommandInput | UpdateDeviceFleetCommandInput | UpdateDevicesCommandInput | UpdateDomainCommandInput | UpdateEndpointCommandInput | UpdateEndpointWeightsAndCapacitiesCommandInput | UpdateExperimentCommandInput | UpdateFeatureGroupCommandInput | UpdateFeatureMetadataCommandInput | UpdateHubCommandInput | UpdateImageCommandInput | UpdateImageVersionCommandInput | UpdateInferenceExperimentCommandInput | UpdateModelCardCommandInput | UpdateModelPackageCommandInput | UpdateMonitoringAlertCommandInput | UpdateMonitoringScheduleCommandInput | UpdateNotebookInstanceCommandInput | UpdateNotebookInstanceLifecycleConfigCommandInput | UpdatePipelineCommandInput | UpdatePipelineExecutionCommandInput | UpdateProjectCommandInput | UpdateSpaceCommandInput | UpdateTrainingJobCommandInput | UpdateTrialCommandInput | UpdateTrialComponentCommandInput | UpdateUserProfileCommandInput | UpdateWorkforceCommandInput | UpdateWorkteamCommandInput;
|
|
316
|
+
export type ServiceInputTypes = AddAssociationCommandInput | AddTagsCommandInput | AssociateTrialComponentCommandInput | BatchDescribeModelPackageCommandInput | CreateActionCommandInput | CreateAlgorithmCommandInput | CreateAppCommandInput | CreateAppImageConfigCommandInput | CreateArtifactCommandInput | CreateAutoMLJobCommandInput | CreateAutoMLJobV2CommandInput | CreateCodeRepositoryCommandInput | CreateCompilationJobCommandInput | CreateContextCommandInput | CreateDataQualityJobDefinitionCommandInput | CreateDeviceFleetCommandInput | CreateDomainCommandInput | CreateEdgeDeploymentPlanCommandInput | CreateEdgeDeploymentStageCommandInput | CreateEdgePackagingJobCommandInput | CreateEndpointCommandInput | CreateEndpointConfigCommandInput | CreateExperimentCommandInput | CreateFeatureGroupCommandInput | CreateFlowDefinitionCommandInput | CreateHubCommandInput | CreateHumanTaskUiCommandInput | CreateHyperParameterTuningJobCommandInput | CreateImageCommandInput | CreateImageVersionCommandInput | CreateInferenceExperimentCommandInput | CreateInferenceRecommendationsJobCommandInput | CreateLabelingJobCommandInput | CreateModelBiasJobDefinitionCommandInput | CreateModelCardCommandInput | CreateModelCardExportJobCommandInput | CreateModelCommandInput | CreateModelExplainabilityJobDefinitionCommandInput | CreateModelPackageCommandInput | CreateModelPackageGroupCommandInput | CreateModelQualityJobDefinitionCommandInput | CreateMonitoringScheduleCommandInput | CreateNotebookInstanceCommandInput | CreateNotebookInstanceLifecycleConfigCommandInput | CreatePipelineCommandInput | CreatePresignedDomainUrlCommandInput | CreatePresignedNotebookInstanceUrlCommandInput | CreateProcessingJobCommandInput | CreateProjectCommandInput | CreateSpaceCommandInput | CreateStudioLifecycleConfigCommandInput | CreateTrainingJobCommandInput | CreateTransformJobCommandInput | CreateTrialCommandInput | CreateTrialComponentCommandInput | CreateUserProfileCommandInput | CreateWorkforceCommandInput | CreateWorkteamCommandInput | DeleteActionCommandInput | DeleteAlgorithmCommandInput | DeleteAppCommandInput | DeleteAppImageConfigCommandInput | DeleteArtifactCommandInput | DeleteAssociationCommandInput | DeleteCodeRepositoryCommandInput | DeleteContextCommandInput | DeleteDataQualityJobDefinitionCommandInput | DeleteDeviceFleetCommandInput | DeleteDomainCommandInput | DeleteEdgeDeploymentPlanCommandInput | DeleteEdgeDeploymentStageCommandInput | DeleteEndpointCommandInput | DeleteEndpointConfigCommandInput | DeleteExperimentCommandInput | DeleteFeatureGroupCommandInput | DeleteFlowDefinitionCommandInput | DeleteHubCommandInput | DeleteHubContentCommandInput | DeleteHumanTaskUiCommandInput | DeleteImageCommandInput | DeleteImageVersionCommandInput | DeleteInferenceExperimentCommandInput | DeleteModelBiasJobDefinitionCommandInput | DeleteModelCardCommandInput | DeleteModelCommandInput | DeleteModelExplainabilityJobDefinitionCommandInput | DeleteModelPackageCommandInput | DeleteModelPackageGroupCommandInput | DeleteModelPackageGroupPolicyCommandInput | DeleteModelQualityJobDefinitionCommandInput | DeleteMonitoringScheduleCommandInput | DeleteNotebookInstanceCommandInput | DeleteNotebookInstanceLifecycleConfigCommandInput | DeletePipelineCommandInput | DeleteProjectCommandInput | DeleteSpaceCommandInput | DeleteStudioLifecycleConfigCommandInput | DeleteTagsCommandInput | DeleteTrialCommandInput | DeleteTrialComponentCommandInput | DeleteUserProfileCommandInput | DeleteWorkforceCommandInput | DeleteWorkteamCommandInput | DeregisterDevicesCommandInput | DescribeActionCommandInput | DescribeAlgorithmCommandInput | DescribeAppCommandInput | DescribeAppImageConfigCommandInput | DescribeArtifactCommandInput | DescribeAutoMLJobCommandInput | DescribeAutoMLJobV2CommandInput | DescribeCodeRepositoryCommandInput | DescribeCompilationJobCommandInput | DescribeContextCommandInput | DescribeDataQualityJobDefinitionCommandInput | DescribeDeviceCommandInput | DescribeDeviceFleetCommandInput | DescribeDomainCommandInput | DescribeEdgeDeploymentPlanCommandInput | DescribeEdgePackagingJobCommandInput | DescribeEndpointCommandInput | DescribeEndpointConfigCommandInput | DescribeExperimentCommandInput | DescribeFeatureGroupCommandInput | DescribeFeatureMetadataCommandInput | DescribeFlowDefinitionCommandInput | DescribeHubCommandInput | DescribeHubContentCommandInput | DescribeHumanTaskUiCommandInput | DescribeHyperParameterTuningJobCommandInput | DescribeImageCommandInput | DescribeImageVersionCommandInput | DescribeInferenceExperimentCommandInput | DescribeInferenceRecommendationsJobCommandInput | DescribeLabelingJobCommandInput | DescribeLineageGroupCommandInput | DescribeModelBiasJobDefinitionCommandInput | DescribeModelCardCommandInput | DescribeModelCardExportJobCommandInput | DescribeModelCommandInput | DescribeModelExplainabilityJobDefinitionCommandInput | DescribeModelPackageCommandInput | DescribeModelPackageGroupCommandInput | DescribeModelQualityJobDefinitionCommandInput | DescribeMonitoringScheduleCommandInput | DescribeNotebookInstanceCommandInput | DescribeNotebookInstanceLifecycleConfigCommandInput | DescribePipelineCommandInput | DescribePipelineDefinitionForExecutionCommandInput | DescribePipelineExecutionCommandInput | DescribeProcessingJobCommandInput | DescribeProjectCommandInput | DescribeSpaceCommandInput | DescribeStudioLifecycleConfigCommandInput | DescribeSubscribedWorkteamCommandInput | DescribeTrainingJobCommandInput | DescribeTransformJobCommandInput | DescribeTrialCommandInput | DescribeTrialComponentCommandInput | DescribeUserProfileCommandInput | DescribeWorkforceCommandInput | DescribeWorkteamCommandInput | DisableSagemakerServicecatalogPortfolioCommandInput | DisassociateTrialComponentCommandInput | EnableSagemakerServicecatalogPortfolioCommandInput | GetDeviceFleetReportCommandInput | GetLineageGroupPolicyCommandInput | GetModelPackageGroupPolicyCommandInput | GetSagemakerServicecatalogPortfolioStatusCommandInput | GetSearchSuggestionsCommandInput | ImportHubContentCommandInput | ListActionsCommandInput | ListAlgorithmsCommandInput | ListAliasesCommandInput | ListAppImageConfigsCommandInput | ListAppsCommandInput | ListArtifactsCommandInput | ListAssociationsCommandInput | ListAutoMLJobsCommandInput | ListCandidatesForAutoMLJobCommandInput | ListCodeRepositoriesCommandInput | ListCompilationJobsCommandInput | ListContextsCommandInput | ListDataQualityJobDefinitionsCommandInput | ListDeviceFleetsCommandInput | ListDevicesCommandInput | ListDomainsCommandInput | ListEdgeDeploymentPlansCommandInput | ListEdgePackagingJobsCommandInput | ListEndpointConfigsCommandInput | ListEndpointsCommandInput | ListExperimentsCommandInput | ListFeatureGroupsCommandInput | ListFlowDefinitionsCommandInput | ListHubContentVersionsCommandInput | ListHubContentsCommandInput | ListHubsCommandInput | ListHumanTaskUisCommandInput | ListHyperParameterTuningJobsCommandInput | ListImageVersionsCommandInput | ListImagesCommandInput | ListInferenceExperimentsCommandInput | ListInferenceRecommendationsJobStepsCommandInput | ListInferenceRecommendationsJobsCommandInput | ListLabelingJobsCommandInput | ListLabelingJobsForWorkteamCommandInput | ListLineageGroupsCommandInput | ListModelBiasJobDefinitionsCommandInput | ListModelCardExportJobsCommandInput | ListModelCardVersionsCommandInput | ListModelCardsCommandInput | ListModelExplainabilityJobDefinitionsCommandInput | ListModelMetadataCommandInput | ListModelPackageGroupsCommandInput | ListModelPackagesCommandInput | ListModelQualityJobDefinitionsCommandInput | ListModelsCommandInput | ListMonitoringAlertHistoryCommandInput | ListMonitoringAlertsCommandInput | ListMonitoringExecutionsCommandInput | ListMonitoringSchedulesCommandInput | ListNotebookInstanceLifecycleConfigsCommandInput | ListNotebookInstancesCommandInput | ListPipelineExecutionStepsCommandInput | ListPipelineExecutionsCommandInput | ListPipelineParametersForExecutionCommandInput | ListPipelinesCommandInput | ListProcessingJobsCommandInput | ListProjectsCommandInput | ListSpacesCommandInput | ListStageDevicesCommandInput | ListStudioLifecycleConfigsCommandInput | ListSubscribedWorkteamsCommandInput | ListTagsCommandInput | ListTrainingJobsCommandInput | ListTrainingJobsForHyperParameterTuningJobCommandInput | ListTransformJobsCommandInput | ListTrialComponentsCommandInput | ListTrialsCommandInput | ListUserProfilesCommandInput | ListWorkforcesCommandInput | ListWorkteamsCommandInput | PutModelPackageGroupPolicyCommandInput | QueryLineageCommandInput | RegisterDevicesCommandInput | RenderUiTemplateCommandInput | RetryPipelineExecutionCommandInput | SearchCommandInput | SendPipelineExecutionStepFailureCommandInput | SendPipelineExecutionStepSuccessCommandInput | StartEdgeDeploymentStageCommandInput | StartInferenceExperimentCommandInput | StartMonitoringScheduleCommandInput | StartNotebookInstanceCommandInput | StartPipelineExecutionCommandInput | StopAutoMLJobCommandInput | StopCompilationJobCommandInput | StopEdgeDeploymentStageCommandInput | StopEdgePackagingJobCommandInput | StopHyperParameterTuningJobCommandInput | StopInferenceExperimentCommandInput | StopInferenceRecommendationsJobCommandInput | StopLabelingJobCommandInput | StopMonitoringScheduleCommandInput | StopNotebookInstanceCommandInput | StopPipelineExecutionCommandInput | StopProcessingJobCommandInput | StopTrainingJobCommandInput | StopTransformJobCommandInput | UpdateActionCommandInput | UpdateAppImageConfigCommandInput | UpdateArtifactCommandInput | UpdateCodeRepositoryCommandInput | UpdateContextCommandInput | UpdateDeviceFleetCommandInput | UpdateDevicesCommandInput | UpdateDomainCommandInput | UpdateEndpointCommandInput | UpdateEndpointWeightsAndCapacitiesCommandInput | UpdateExperimentCommandInput | UpdateFeatureGroupCommandInput | UpdateFeatureMetadataCommandInput | UpdateHubCommandInput | UpdateImageCommandInput | UpdateImageVersionCommandInput | UpdateInferenceExperimentCommandInput | UpdateModelCardCommandInput | UpdateModelPackageCommandInput | UpdateMonitoringAlertCommandInput | UpdateMonitoringScheduleCommandInput | UpdateNotebookInstanceCommandInput | UpdateNotebookInstanceLifecycleConfigCommandInput | UpdatePipelineCommandInput | UpdatePipelineExecutionCommandInput | UpdateProjectCommandInput | UpdateSpaceCommandInput | UpdateTrainingJobCommandInput | UpdateTrialCommandInput | UpdateTrialComponentCommandInput | UpdateUserProfileCommandInput | UpdateWorkforceCommandInput | UpdateWorkteamCommandInput;
|
|
315
317
|
/**
|
|
316
318
|
* @public
|
|
317
319
|
*/
|
|
318
|
-
export type ServiceOutputTypes = AddAssociationCommandOutput | AddTagsCommandOutput | AssociateTrialComponentCommandOutput | BatchDescribeModelPackageCommandOutput | CreateActionCommandOutput | CreateAlgorithmCommandOutput | CreateAppCommandOutput | CreateAppImageConfigCommandOutput | CreateArtifactCommandOutput | CreateAutoMLJobCommandOutput | CreateCodeRepositoryCommandOutput | CreateCompilationJobCommandOutput | CreateContextCommandOutput | CreateDataQualityJobDefinitionCommandOutput | CreateDeviceFleetCommandOutput | CreateDomainCommandOutput | CreateEdgeDeploymentPlanCommandOutput | CreateEdgeDeploymentStageCommandOutput | CreateEdgePackagingJobCommandOutput | CreateEndpointCommandOutput | CreateEndpointConfigCommandOutput | CreateExperimentCommandOutput | CreateFeatureGroupCommandOutput | CreateFlowDefinitionCommandOutput | CreateHubCommandOutput | CreateHumanTaskUiCommandOutput | CreateHyperParameterTuningJobCommandOutput | CreateImageCommandOutput | CreateImageVersionCommandOutput | CreateInferenceExperimentCommandOutput | CreateInferenceRecommendationsJobCommandOutput | CreateLabelingJobCommandOutput | CreateModelBiasJobDefinitionCommandOutput | CreateModelCardCommandOutput | CreateModelCardExportJobCommandOutput | CreateModelCommandOutput | CreateModelExplainabilityJobDefinitionCommandOutput | CreateModelPackageCommandOutput | CreateModelPackageGroupCommandOutput | CreateModelQualityJobDefinitionCommandOutput | CreateMonitoringScheduleCommandOutput | CreateNotebookInstanceCommandOutput | CreateNotebookInstanceLifecycleConfigCommandOutput | CreatePipelineCommandOutput | CreatePresignedDomainUrlCommandOutput | CreatePresignedNotebookInstanceUrlCommandOutput | CreateProcessingJobCommandOutput | CreateProjectCommandOutput | CreateSpaceCommandOutput | CreateStudioLifecycleConfigCommandOutput | CreateTrainingJobCommandOutput | CreateTransformJobCommandOutput | CreateTrialCommandOutput | CreateTrialComponentCommandOutput | CreateUserProfileCommandOutput | CreateWorkforceCommandOutput | CreateWorkteamCommandOutput | DeleteActionCommandOutput | DeleteAlgorithmCommandOutput | DeleteAppCommandOutput | DeleteAppImageConfigCommandOutput | DeleteArtifactCommandOutput | DeleteAssociationCommandOutput | DeleteCodeRepositoryCommandOutput | DeleteContextCommandOutput | DeleteDataQualityJobDefinitionCommandOutput | DeleteDeviceFleetCommandOutput | DeleteDomainCommandOutput | DeleteEdgeDeploymentPlanCommandOutput | DeleteEdgeDeploymentStageCommandOutput | DeleteEndpointCommandOutput | DeleteEndpointConfigCommandOutput | DeleteExperimentCommandOutput | DeleteFeatureGroupCommandOutput | DeleteFlowDefinitionCommandOutput | DeleteHubCommandOutput | DeleteHubContentCommandOutput | DeleteHumanTaskUiCommandOutput | DeleteImageCommandOutput | DeleteImageVersionCommandOutput | DeleteInferenceExperimentCommandOutput | DeleteModelBiasJobDefinitionCommandOutput | DeleteModelCardCommandOutput | DeleteModelCommandOutput | DeleteModelExplainabilityJobDefinitionCommandOutput | DeleteModelPackageCommandOutput | DeleteModelPackageGroupCommandOutput | DeleteModelPackageGroupPolicyCommandOutput | DeleteModelQualityJobDefinitionCommandOutput | DeleteMonitoringScheduleCommandOutput | DeleteNotebookInstanceCommandOutput | DeleteNotebookInstanceLifecycleConfigCommandOutput | DeletePipelineCommandOutput | DeleteProjectCommandOutput | DeleteSpaceCommandOutput | DeleteStudioLifecycleConfigCommandOutput | DeleteTagsCommandOutput | DeleteTrialCommandOutput | DeleteTrialComponentCommandOutput | DeleteUserProfileCommandOutput | DeleteWorkforceCommandOutput | DeleteWorkteamCommandOutput | DeregisterDevicesCommandOutput | DescribeActionCommandOutput | DescribeAlgorithmCommandOutput | DescribeAppCommandOutput | DescribeAppImageConfigCommandOutput | DescribeArtifactCommandOutput | DescribeAutoMLJobCommandOutput | DescribeCodeRepositoryCommandOutput | DescribeCompilationJobCommandOutput | DescribeContextCommandOutput | DescribeDataQualityJobDefinitionCommandOutput | DescribeDeviceCommandOutput | DescribeDeviceFleetCommandOutput | DescribeDomainCommandOutput | DescribeEdgeDeploymentPlanCommandOutput | DescribeEdgePackagingJobCommandOutput | DescribeEndpointCommandOutput | DescribeEndpointConfigCommandOutput | DescribeExperimentCommandOutput | DescribeFeatureGroupCommandOutput | DescribeFeatureMetadataCommandOutput | DescribeFlowDefinitionCommandOutput | DescribeHubCommandOutput | DescribeHubContentCommandOutput | DescribeHumanTaskUiCommandOutput | DescribeHyperParameterTuningJobCommandOutput | DescribeImageCommandOutput | DescribeImageVersionCommandOutput | DescribeInferenceExperimentCommandOutput | DescribeInferenceRecommendationsJobCommandOutput | DescribeLabelingJobCommandOutput | DescribeLineageGroupCommandOutput | DescribeModelBiasJobDefinitionCommandOutput | DescribeModelCardCommandOutput | DescribeModelCardExportJobCommandOutput | DescribeModelCommandOutput | DescribeModelExplainabilityJobDefinitionCommandOutput | DescribeModelPackageCommandOutput | DescribeModelPackageGroupCommandOutput | DescribeModelQualityJobDefinitionCommandOutput | DescribeMonitoringScheduleCommandOutput | DescribeNotebookInstanceCommandOutput | DescribeNotebookInstanceLifecycleConfigCommandOutput | DescribePipelineCommandOutput | DescribePipelineDefinitionForExecutionCommandOutput | DescribePipelineExecutionCommandOutput | DescribeProcessingJobCommandOutput | DescribeProjectCommandOutput | DescribeSpaceCommandOutput | DescribeStudioLifecycleConfigCommandOutput | DescribeSubscribedWorkteamCommandOutput | DescribeTrainingJobCommandOutput | DescribeTransformJobCommandOutput | DescribeTrialCommandOutput | DescribeTrialComponentCommandOutput | DescribeUserProfileCommandOutput | DescribeWorkforceCommandOutput | DescribeWorkteamCommandOutput | DisableSagemakerServicecatalogPortfolioCommandOutput | DisassociateTrialComponentCommandOutput | EnableSagemakerServicecatalogPortfolioCommandOutput | GetDeviceFleetReportCommandOutput | GetLineageGroupPolicyCommandOutput | GetModelPackageGroupPolicyCommandOutput | GetSagemakerServicecatalogPortfolioStatusCommandOutput | GetSearchSuggestionsCommandOutput | ImportHubContentCommandOutput | ListActionsCommandOutput | ListAlgorithmsCommandOutput | ListAliasesCommandOutput | ListAppImageConfigsCommandOutput | ListAppsCommandOutput | ListArtifactsCommandOutput | ListAssociationsCommandOutput | ListAutoMLJobsCommandOutput | ListCandidatesForAutoMLJobCommandOutput | ListCodeRepositoriesCommandOutput | ListCompilationJobsCommandOutput | ListContextsCommandOutput | ListDataQualityJobDefinitionsCommandOutput | ListDeviceFleetsCommandOutput | ListDevicesCommandOutput | ListDomainsCommandOutput | ListEdgeDeploymentPlansCommandOutput | ListEdgePackagingJobsCommandOutput | ListEndpointConfigsCommandOutput | ListEndpointsCommandOutput | ListExperimentsCommandOutput | ListFeatureGroupsCommandOutput | ListFlowDefinitionsCommandOutput | ListHubContentVersionsCommandOutput | ListHubContentsCommandOutput | ListHubsCommandOutput | ListHumanTaskUisCommandOutput | ListHyperParameterTuningJobsCommandOutput | ListImageVersionsCommandOutput | ListImagesCommandOutput | ListInferenceExperimentsCommandOutput | ListInferenceRecommendationsJobStepsCommandOutput | ListInferenceRecommendationsJobsCommandOutput | ListLabelingJobsCommandOutput | ListLabelingJobsForWorkteamCommandOutput | ListLineageGroupsCommandOutput | ListModelBiasJobDefinitionsCommandOutput | ListModelCardExportJobsCommandOutput | ListModelCardVersionsCommandOutput | ListModelCardsCommandOutput | ListModelExplainabilityJobDefinitionsCommandOutput | ListModelMetadataCommandOutput | ListModelPackageGroupsCommandOutput | ListModelPackagesCommandOutput | ListModelQualityJobDefinitionsCommandOutput | ListModelsCommandOutput | ListMonitoringAlertHistoryCommandOutput | ListMonitoringAlertsCommandOutput | ListMonitoringExecutionsCommandOutput | ListMonitoringSchedulesCommandOutput | ListNotebookInstanceLifecycleConfigsCommandOutput | ListNotebookInstancesCommandOutput | ListPipelineExecutionStepsCommandOutput | ListPipelineExecutionsCommandOutput | ListPipelineParametersForExecutionCommandOutput | ListPipelinesCommandOutput | ListProcessingJobsCommandOutput | ListProjectsCommandOutput | ListSpacesCommandOutput | ListStageDevicesCommandOutput | ListStudioLifecycleConfigsCommandOutput | ListSubscribedWorkteamsCommandOutput | ListTagsCommandOutput | ListTrainingJobsCommandOutput | ListTrainingJobsForHyperParameterTuningJobCommandOutput | ListTransformJobsCommandOutput | ListTrialComponentsCommandOutput | ListTrialsCommandOutput | ListUserProfilesCommandOutput | ListWorkforcesCommandOutput | ListWorkteamsCommandOutput | PutModelPackageGroupPolicyCommandOutput | QueryLineageCommandOutput | RegisterDevicesCommandOutput | RenderUiTemplateCommandOutput | RetryPipelineExecutionCommandOutput | SearchCommandOutput | SendPipelineExecutionStepFailureCommandOutput | SendPipelineExecutionStepSuccessCommandOutput | StartEdgeDeploymentStageCommandOutput | StartInferenceExperimentCommandOutput | StartMonitoringScheduleCommandOutput | StartNotebookInstanceCommandOutput | StartPipelineExecutionCommandOutput | StopAutoMLJobCommandOutput | StopCompilationJobCommandOutput | StopEdgeDeploymentStageCommandOutput | StopEdgePackagingJobCommandOutput | StopHyperParameterTuningJobCommandOutput | StopInferenceExperimentCommandOutput | StopInferenceRecommendationsJobCommandOutput | StopLabelingJobCommandOutput | StopMonitoringScheduleCommandOutput | StopNotebookInstanceCommandOutput | StopPipelineExecutionCommandOutput | StopProcessingJobCommandOutput | StopTrainingJobCommandOutput | StopTransformJobCommandOutput | UpdateActionCommandOutput | UpdateAppImageConfigCommandOutput | UpdateArtifactCommandOutput | UpdateCodeRepositoryCommandOutput | UpdateContextCommandOutput | UpdateDeviceFleetCommandOutput | UpdateDevicesCommandOutput | UpdateDomainCommandOutput | UpdateEndpointCommandOutput | UpdateEndpointWeightsAndCapacitiesCommandOutput | UpdateExperimentCommandOutput | UpdateFeatureGroupCommandOutput | UpdateFeatureMetadataCommandOutput | UpdateHubCommandOutput | UpdateImageCommandOutput | UpdateImageVersionCommandOutput | UpdateInferenceExperimentCommandOutput | UpdateModelCardCommandOutput | UpdateModelPackageCommandOutput | UpdateMonitoringAlertCommandOutput | UpdateMonitoringScheduleCommandOutput | UpdateNotebookInstanceCommandOutput | UpdateNotebookInstanceLifecycleConfigCommandOutput | UpdatePipelineCommandOutput | UpdatePipelineExecutionCommandOutput | UpdateProjectCommandOutput | UpdateSpaceCommandOutput | UpdateTrainingJobCommandOutput | UpdateTrialCommandOutput | UpdateTrialComponentCommandOutput | UpdateUserProfileCommandOutput | UpdateWorkforceCommandOutput | UpdateWorkteamCommandOutput;
|
|
320
|
+
export type ServiceOutputTypes = AddAssociationCommandOutput | AddTagsCommandOutput | AssociateTrialComponentCommandOutput | BatchDescribeModelPackageCommandOutput | CreateActionCommandOutput | CreateAlgorithmCommandOutput | CreateAppCommandOutput | CreateAppImageConfigCommandOutput | CreateArtifactCommandOutput | CreateAutoMLJobCommandOutput | CreateAutoMLJobV2CommandOutput | CreateCodeRepositoryCommandOutput | CreateCompilationJobCommandOutput | CreateContextCommandOutput | CreateDataQualityJobDefinitionCommandOutput | CreateDeviceFleetCommandOutput | CreateDomainCommandOutput | CreateEdgeDeploymentPlanCommandOutput | CreateEdgeDeploymentStageCommandOutput | CreateEdgePackagingJobCommandOutput | CreateEndpointCommandOutput | CreateEndpointConfigCommandOutput | CreateExperimentCommandOutput | CreateFeatureGroupCommandOutput | CreateFlowDefinitionCommandOutput | CreateHubCommandOutput | CreateHumanTaskUiCommandOutput | CreateHyperParameterTuningJobCommandOutput | CreateImageCommandOutput | CreateImageVersionCommandOutput | CreateInferenceExperimentCommandOutput | CreateInferenceRecommendationsJobCommandOutput | CreateLabelingJobCommandOutput | CreateModelBiasJobDefinitionCommandOutput | CreateModelCardCommandOutput | CreateModelCardExportJobCommandOutput | CreateModelCommandOutput | CreateModelExplainabilityJobDefinitionCommandOutput | CreateModelPackageCommandOutput | CreateModelPackageGroupCommandOutput | CreateModelQualityJobDefinitionCommandOutput | CreateMonitoringScheduleCommandOutput | CreateNotebookInstanceCommandOutput | CreateNotebookInstanceLifecycleConfigCommandOutput | CreatePipelineCommandOutput | CreatePresignedDomainUrlCommandOutput | CreatePresignedNotebookInstanceUrlCommandOutput | CreateProcessingJobCommandOutput | CreateProjectCommandOutput | CreateSpaceCommandOutput | CreateStudioLifecycleConfigCommandOutput | CreateTrainingJobCommandOutput | CreateTransformJobCommandOutput | CreateTrialCommandOutput | CreateTrialComponentCommandOutput | CreateUserProfileCommandOutput | CreateWorkforceCommandOutput | CreateWorkteamCommandOutput | DeleteActionCommandOutput | DeleteAlgorithmCommandOutput | DeleteAppCommandOutput | DeleteAppImageConfigCommandOutput | DeleteArtifactCommandOutput | DeleteAssociationCommandOutput | DeleteCodeRepositoryCommandOutput | DeleteContextCommandOutput | DeleteDataQualityJobDefinitionCommandOutput | DeleteDeviceFleetCommandOutput | DeleteDomainCommandOutput | DeleteEdgeDeploymentPlanCommandOutput | DeleteEdgeDeploymentStageCommandOutput | DeleteEndpointCommandOutput | DeleteEndpointConfigCommandOutput | DeleteExperimentCommandOutput | DeleteFeatureGroupCommandOutput | DeleteFlowDefinitionCommandOutput | DeleteHubCommandOutput | DeleteHubContentCommandOutput | DeleteHumanTaskUiCommandOutput | DeleteImageCommandOutput | DeleteImageVersionCommandOutput | DeleteInferenceExperimentCommandOutput | DeleteModelBiasJobDefinitionCommandOutput | DeleteModelCardCommandOutput | DeleteModelCommandOutput | DeleteModelExplainabilityJobDefinitionCommandOutput | DeleteModelPackageCommandOutput | DeleteModelPackageGroupCommandOutput | DeleteModelPackageGroupPolicyCommandOutput | DeleteModelQualityJobDefinitionCommandOutput | DeleteMonitoringScheduleCommandOutput | DeleteNotebookInstanceCommandOutput | DeleteNotebookInstanceLifecycleConfigCommandOutput | DeletePipelineCommandOutput | DeleteProjectCommandOutput | DeleteSpaceCommandOutput | DeleteStudioLifecycleConfigCommandOutput | DeleteTagsCommandOutput | DeleteTrialCommandOutput | DeleteTrialComponentCommandOutput | DeleteUserProfileCommandOutput | DeleteWorkforceCommandOutput | DeleteWorkteamCommandOutput | DeregisterDevicesCommandOutput | DescribeActionCommandOutput | DescribeAlgorithmCommandOutput | DescribeAppCommandOutput | DescribeAppImageConfigCommandOutput | DescribeArtifactCommandOutput | DescribeAutoMLJobCommandOutput | DescribeAutoMLJobV2CommandOutput | DescribeCodeRepositoryCommandOutput | DescribeCompilationJobCommandOutput | DescribeContextCommandOutput | DescribeDataQualityJobDefinitionCommandOutput | DescribeDeviceCommandOutput | DescribeDeviceFleetCommandOutput | DescribeDomainCommandOutput | DescribeEdgeDeploymentPlanCommandOutput | DescribeEdgePackagingJobCommandOutput | DescribeEndpointCommandOutput | DescribeEndpointConfigCommandOutput | DescribeExperimentCommandOutput | DescribeFeatureGroupCommandOutput | DescribeFeatureMetadataCommandOutput | DescribeFlowDefinitionCommandOutput | DescribeHubCommandOutput | DescribeHubContentCommandOutput | DescribeHumanTaskUiCommandOutput | DescribeHyperParameterTuningJobCommandOutput | DescribeImageCommandOutput | DescribeImageVersionCommandOutput | DescribeInferenceExperimentCommandOutput | DescribeInferenceRecommendationsJobCommandOutput | DescribeLabelingJobCommandOutput | DescribeLineageGroupCommandOutput | DescribeModelBiasJobDefinitionCommandOutput | DescribeModelCardCommandOutput | DescribeModelCardExportJobCommandOutput | DescribeModelCommandOutput | DescribeModelExplainabilityJobDefinitionCommandOutput | DescribeModelPackageCommandOutput | DescribeModelPackageGroupCommandOutput | DescribeModelQualityJobDefinitionCommandOutput | DescribeMonitoringScheduleCommandOutput | DescribeNotebookInstanceCommandOutput | DescribeNotebookInstanceLifecycleConfigCommandOutput | DescribePipelineCommandOutput | DescribePipelineDefinitionForExecutionCommandOutput | DescribePipelineExecutionCommandOutput | DescribeProcessingJobCommandOutput | DescribeProjectCommandOutput | DescribeSpaceCommandOutput | DescribeStudioLifecycleConfigCommandOutput | DescribeSubscribedWorkteamCommandOutput | DescribeTrainingJobCommandOutput | DescribeTransformJobCommandOutput | DescribeTrialCommandOutput | DescribeTrialComponentCommandOutput | DescribeUserProfileCommandOutput | DescribeWorkforceCommandOutput | DescribeWorkteamCommandOutput | DisableSagemakerServicecatalogPortfolioCommandOutput | DisassociateTrialComponentCommandOutput | EnableSagemakerServicecatalogPortfolioCommandOutput | GetDeviceFleetReportCommandOutput | GetLineageGroupPolicyCommandOutput | GetModelPackageGroupPolicyCommandOutput | GetSagemakerServicecatalogPortfolioStatusCommandOutput | GetSearchSuggestionsCommandOutput | ImportHubContentCommandOutput | ListActionsCommandOutput | ListAlgorithmsCommandOutput | ListAliasesCommandOutput | ListAppImageConfigsCommandOutput | ListAppsCommandOutput | ListArtifactsCommandOutput | ListAssociationsCommandOutput | ListAutoMLJobsCommandOutput | ListCandidatesForAutoMLJobCommandOutput | ListCodeRepositoriesCommandOutput | ListCompilationJobsCommandOutput | ListContextsCommandOutput | ListDataQualityJobDefinitionsCommandOutput | ListDeviceFleetsCommandOutput | ListDevicesCommandOutput | ListDomainsCommandOutput | ListEdgeDeploymentPlansCommandOutput | ListEdgePackagingJobsCommandOutput | ListEndpointConfigsCommandOutput | ListEndpointsCommandOutput | ListExperimentsCommandOutput | ListFeatureGroupsCommandOutput | ListFlowDefinitionsCommandOutput | ListHubContentVersionsCommandOutput | ListHubContentsCommandOutput | ListHubsCommandOutput | ListHumanTaskUisCommandOutput | ListHyperParameterTuningJobsCommandOutput | ListImageVersionsCommandOutput | ListImagesCommandOutput | ListInferenceExperimentsCommandOutput | ListInferenceRecommendationsJobStepsCommandOutput | ListInferenceRecommendationsJobsCommandOutput | ListLabelingJobsCommandOutput | ListLabelingJobsForWorkteamCommandOutput | ListLineageGroupsCommandOutput | ListModelBiasJobDefinitionsCommandOutput | ListModelCardExportJobsCommandOutput | ListModelCardVersionsCommandOutput | ListModelCardsCommandOutput | ListModelExplainabilityJobDefinitionsCommandOutput | ListModelMetadataCommandOutput | ListModelPackageGroupsCommandOutput | ListModelPackagesCommandOutput | ListModelQualityJobDefinitionsCommandOutput | ListModelsCommandOutput | ListMonitoringAlertHistoryCommandOutput | ListMonitoringAlertsCommandOutput | ListMonitoringExecutionsCommandOutput | ListMonitoringSchedulesCommandOutput | ListNotebookInstanceLifecycleConfigsCommandOutput | ListNotebookInstancesCommandOutput | ListPipelineExecutionStepsCommandOutput | ListPipelineExecutionsCommandOutput | ListPipelineParametersForExecutionCommandOutput | ListPipelinesCommandOutput | ListProcessingJobsCommandOutput | ListProjectsCommandOutput | ListSpacesCommandOutput | ListStageDevicesCommandOutput | ListStudioLifecycleConfigsCommandOutput | ListSubscribedWorkteamsCommandOutput | ListTagsCommandOutput | ListTrainingJobsCommandOutput | ListTrainingJobsForHyperParameterTuningJobCommandOutput | ListTransformJobsCommandOutput | ListTrialComponentsCommandOutput | ListTrialsCommandOutput | ListUserProfilesCommandOutput | ListWorkforcesCommandOutput | ListWorkteamsCommandOutput | PutModelPackageGroupPolicyCommandOutput | QueryLineageCommandOutput | RegisterDevicesCommandOutput | RenderUiTemplateCommandOutput | RetryPipelineExecutionCommandOutput | SearchCommandOutput | SendPipelineExecutionStepFailureCommandOutput | SendPipelineExecutionStepSuccessCommandOutput | StartEdgeDeploymentStageCommandOutput | StartInferenceExperimentCommandOutput | StartMonitoringScheduleCommandOutput | StartNotebookInstanceCommandOutput | StartPipelineExecutionCommandOutput | StopAutoMLJobCommandOutput | StopCompilationJobCommandOutput | StopEdgeDeploymentStageCommandOutput | StopEdgePackagingJobCommandOutput | StopHyperParameterTuningJobCommandOutput | StopInferenceExperimentCommandOutput | StopInferenceRecommendationsJobCommandOutput | StopLabelingJobCommandOutput | StopMonitoringScheduleCommandOutput | StopNotebookInstanceCommandOutput | StopPipelineExecutionCommandOutput | StopProcessingJobCommandOutput | StopTrainingJobCommandOutput | StopTransformJobCommandOutput | UpdateActionCommandOutput | UpdateAppImageConfigCommandOutput | UpdateArtifactCommandOutput | UpdateCodeRepositoryCommandOutput | UpdateContextCommandOutput | UpdateDeviceFleetCommandOutput | UpdateDevicesCommandOutput | UpdateDomainCommandOutput | UpdateEndpointCommandOutput | UpdateEndpointWeightsAndCapacitiesCommandOutput | UpdateExperimentCommandOutput | UpdateFeatureGroupCommandOutput | UpdateFeatureMetadataCommandOutput | UpdateHubCommandOutput | UpdateImageCommandOutput | UpdateImageVersionCommandOutput | UpdateInferenceExperimentCommandOutput | UpdateModelCardCommandOutput | UpdateModelPackageCommandOutput | UpdateMonitoringAlertCommandOutput | UpdateMonitoringScheduleCommandOutput | UpdateNotebookInstanceCommandOutput | UpdateNotebookInstanceLifecycleConfigCommandOutput | UpdatePipelineCommandOutput | UpdatePipelineExecutionCommandOutput | UpdateProjectCommandOutput | UpdateSpaceCommandOutput | UpdateTrainingJobCommandOutput | UpdateTrialCommandOutput | UpdateTrialComponentCommandOutput | UpdateUserProfileCommandOutput | UpdateWorkforceCommandOutput | UpdateWorkteamCommandOutput;
|
|
319
321
|
/**
|
|
320
322
|
* @public
|
|
321
323
|
*/
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { CreateAutoMLJobV2Request, CreateAutoMLJobV2Response } from "../models/models_0";
|
|
5
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link CreateAutoMLJobV2Command}.
|
|
10
|
+
*/
|
|
11
|
+
export interface CreateAutoMLJobV2CommandInput extends CreateAutoMLJobV2Request {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link CreateAutoMLJobV2Command}.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateAutoMLJobV2CommandOutput extends CreateAutoMLJobV2Response, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Creates an Amazon SageMaker AutoML job that uses non-tabular data such as images or text for
|
|
23
|
+
* Computer Vision or Natural Language Processing problems.</p>
|
|
24
|
+
* <p>Find the resulting model after you run an AutoML job V2 by calling .</p>
|
|
25
|
+
* <p>To create an <code>AutoMLJob</code> using tabular data, see .</p>
|
|
26
|
+
* <note>
|
|
27
|
+
* <p>This API action is callable through SageMaker Canvas only. Calling it directly from the CLI
|
|
28
|
+
* or an SDK results in an error.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { SageMakerClient, CreateAutoMLJobV2Command } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
34
|
+
* // const { SageMakerClient, CreateAutoMLJobV2Command } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
35
|
+
* const client = new SageMakerClient(config);
|
|
36
|
+
* const command = new CreateAutoMLJobV2Command(input);
|
|
37
|
+
* const response = await client.send(command);
|
|
38
|
+
* ```
|
|
39
|
+
*
|
|
40
|
+
* @param CreateAutoMLJobV2CommandInput - {@link CreateAutoMLJobV2CommandInput}
|
|
41
|
+
* @returns {@link CreateAutoMLJobV2CommandOutput}
|
|
42
|
+
* @see {@link CreateAutoMLJobV2CommandInput} for command's `input` shape.
|
|
43
|
+
* @see {@link CreateAutoMLJobV2CommandOutput} for command's `response` shape.
|
|
44
|
+
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceInUse} (client fault)
|
|
47
|
+
* <p>Resource being accessed is in use.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
50
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
51
|
+
* training jobs created. </p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
export declare class CreateAutoMLJobV2Command extends $Command<CreateAutoMLJobV2CommandInput, CreateAutoMLJobV2CommandOutput, SageMakerClientResolvedConfig> {
|
|
56
|
+
readonly input: CreateAutoMLJobV2CommandInput;
|
|
57
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
constructor(input: CreateAutoMLJobV2CommandInput);
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
65
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAutoMLJobV2CommandInput, CreateAutoMLJobV2CommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
69
|
+
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
73
|
+
private deserialize;
|
|
74
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { CreateEndpointInput, CreateEndpointOutput } from "../models/
|
|
4
|
+
import { CreateEndpointInput, CreateEndpointOutput } from "../models/models_1";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteTrialRequest, DeleteTrialResponse } from "../models/
|
|
4
|
+
import { DeleteTrialRequest, DeleteTrialResponse } from "../models/models_2";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteTrialComponentRequest, DeleteTrialComponentResponse } from "../models/
|
|
4
|
+
import { DeleteTrialComponentRequest, DeleteTrialComponentResponse } from "../models/models_2";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteUserProfileRequest } from "../models/
|
|
4
|
+
import { DeleteUserProfileRequest } from "../models/models_2";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteWorkforceRequest, DeleteWorkforceResponse } from "../models/
|
|
4
|
+
import { DeleteWorkforceRequest, DeleteWorkforceResponse } from "../models/models_2";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { DescribeAutoMLJobV2Request, DescribeAutoMLJobV2Response } from "../models/models_2";
|
|
5
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link DescribeAutoMLJobV2Command}.
|
|
10
|
+
*/
|
|
11
|
+
export interface DescribeAutoMLJobV2CommandInput extends DescribeAutoMLJobV2Request {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link DescribeAutoMLJobV2Command}.
|
|
17
|
+
*/
|
|
18
|
+
export interface DescribeAutoMLJobV2CommandOutput extends DescribeAutoMLJobV2Response, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Returns information about an Amazon SageMaker AutoML V2 job.</p>
|
|
23
|
+
* <note>
|
|
24
|
+
* <p>This API action is callable through SageMaker Canvas only. Calling it directly from the CLI
|
|
25
|
+
* or an SDK results in an error.</p>
|
|
26
|
+
* </note>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { SageMakerClient, DescribeAutoMLJobV2Command } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
31
|
+
* // const { SageMakerClient, DescribeAutoMLJobV2Command } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
32
|
+
* const client = new SageMakerClient(config);
|
|
33
|
+
* const command = new DescribeAutoMLJobV2Command(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @param DescribeAutoMLJobV2CommandInput - {@link DescribeAutoMLJobV2CommandInput}
|
|
38
|
+
* @returns {@link DescribeAutoMLJobV2CommandOutput}
|
|
39
|
+
* @see {@link DescribeAutoMLJobV2CommandInput} for command's `input` shape.
|
|
40
|
+
* @see {@link DescribeAutoMLJobV2CommandOutput} for command's `response` shape.
|
|
41
|
+
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFound} (client fault)
|
|
44
|
+
* <p>Resource being access is not found.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
export declare class DescribeAutoMLJobV2Command extends $Command<DescribeAutoMLJobV2CommandInput, DescribeAutoMLJobV2CommandOutput, SageMakerClientResolvedConfig> {
|
|
49
|
+
readonly input: DescribeAutoMLJobV2CommandInput;
|
|
50
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
constructor(input: DescribeAutoMLJobV2CommandInput);
|
|
55
|
+
/**
|
|
56
|
+
* @internal
|
|
57
|
+
*/
|
|
58
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAutoMLJobV2CommandInput, DescribeAutoMLJobV2CommandOutput>;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
62
|
+
private serialize;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
66
|
+
private deserialize;
|
|
67
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { ListActionsRequest, ListActionsResponse } from "../models/
|
|
4
|
+
import { ListActionsRequest, ListActionsResponse } from "../models/models_3";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { ListAlgorithmsInput, ListAlgorithmsOutput } from "../models/
|
|
4
|
+
import { ListAlgorithmsInput, ListAlgorithmsOutput } from "../models/models_3";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateAppImageConfigRequest
|
|
4
|
+
import { UpdateAppImageConfigRequest } from "../models/models_3";
|
|
5
|
+
import { UpdateAppImageConfigResponse } from "../models/models_4";
|
|
5
6
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateArtifactRequest, UpdateArtifactResponse } from "../models/
|
|
4
|
+
import { UpdateArtifactRequest, UpdateArtifactResponse } from "../models/models_4";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateCodeRepositoryInput, UpdateCodeRepositoryOutput } from "../models/
|
|
4
|
+
import { UpdateCodeRepositoryInput, UpdateCodeRepositoryOutput } from "../models/models_4";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateContextRequest, UpdateContextResponse } from "../models/
|
|
4
|
+
import { UpdateContextRequest, UpdateContextResponse } from "../models/models_4";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateDeviceFleetRequest } from "../models/
|
|
4
|
+
import { UpdateDeviceFleetRequest } from "../models/models_4";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateDevicesRequest } from "../models/
|
|
4
|
+
import { UpdateDevicesRequest } from "../models/models_4";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -8,6 +8,7 @@ export * from "./CreateAppCommand";
|
|
|
8
8
|
export * from "./CreateAppImageConfigCommand";
|
|
9
9
|
export * from "./CreateArtifactCommand";
|
|
10
10
|
export * from "./CreateAutoMLJobCommand";
|
|
11
|
+
export * from "./CreateAutoMLJobV2Command";
|
|
11
12
|
export * from "./CreateCodeRepositoryCommand";
|
|
12
13
|
export * from "./CreateCompilationJobCommand";
|
|
13
14
|
export * from "./CreateContextCommand";
|
|
@@ -107,6 +108,7 @@ export * from "./DescribeAppCommand";
|
|
|
107
108
|
export * from "./DescribeAppImageConfigCommand";
|
|
108
109
|
export * from "./DescribeArtifactCommand";
|
|
109
110
|
export * from "./DescribeAutoMLJobCommand";
|
|
111
|
+
export * from "./DescribeAutoMLJobV2Command";
|
|
110
112
|
export * from "./DescribeCodeRepositoryCommand";
|
|
111
113
|
export * from "./DescribeCompilationJobCommand";
|
|
112
114
|
export * from "./DescribeContextCommand";
|