@aws-sdk/client-sagemaker 3.297.0 → 3.298.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 +4 -3
|
@@ -1,7 +1,147 @@
|
|
|
1
|
-
import { AdditionalInferenceSpecificationDefinition, AppSecurityGroupManagement, BooleanOperator, DefaultSpaceSettings, DeploymentConfig, ModelApprovalStatus, Tag, UserSettings } from "./models_0";
|
|
1
|
+
import { AdditionalInferenceSpecificationDefinition, AppSecurityGroupManagement, BooleanOperator, DefaultSpaceSettings, DeploymentConfig, EdgeOutputConfig, ModelApprovalStatus, Tag, UserSettings } from "./models_0";
|
|
2
2
|
import { _InstanceType, FeatureDefinition, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, MemberDefinition, ModelCardStatus, ModelVariantConfig, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, Processor, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ShadowModeConfig, SourceIpConfig, SpaceSettings, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, VendorGuidance, WorkforceVpcConfigRequest } from "./models_1";
|
|
3
|
-
import { DesiredWeightAndCapacity, DomainSettingsForUpdate, FeatureParameter, Filter, ResourceType, Workforce, Workteam } from "./models_2";
|
|
3
|
+
import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, FeatureParameter, Filter, GitConfigForUpdate, ResourceType, Workforce, Workteam } from "./models_2";
|
|
4
4
|
import { NestedFilters, ProfilerConfigForUpdate, ResourceConfigForUpdate, SearchSortOrder } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface UpdateAppImageConfigResponse {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The Amazon Resource Name (ARN) for the AppImageConfig.</p>
|
|
11
|
+
*/
|
|
12
|
+
AppImageConfigArn?: string;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateArtifactRequest {
|
|
18
|
+
/**
|
|
19
|
+
* <p>The Amazon Resource Name (ARN) of the artifact to update.</p>
|
|
20
|
+
*/
|
|
21
|
+
ArtifactArn: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The new name for the artifact.</p>
|
|
24
|
+
*/
|
|
25
|
+
ArtifactName?: string;
|
|
26
|
+
/**
|
|
27
|
+
* <p>The new list of properties. Overwrites the current property list.</p>
|
|
28
|
+
*/
|
|
29
|
+
Properties?: Record<string, string>;
|
|
30
|
+
/**
|
|
31
|
+
* <p>A list of properties to remove.</p>
|
|
32
|
+
*/
|
|
33
|
+
PropertiesToRemove?: string[];
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
export interface UpdateArtifactResponse {
|
|
39
|
+
/**
|
|
40
|
+
* <p>The Amazon Resource Name (ARN) of the artifact.</p>
|
|
41
|
+
*/
|
|
42
|
+
ArtifactArn?: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
export interface UpdateCodeRepositoryInput {
|
|
48
|
+
/**
|
|
49
|
+
* <p>The name of the Git repository to update.</p>
|
|
50
|
+
*/
|
|
51
|
+
CodeRepositoryName: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>The configuration of the git repository, including the URL and the Amazon Resource
|
|
54
|
+
* Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the
|
|
55
|
+
* credentials used to access the repository. The secret must have a staging label of
|
|
56
|
+
* <code>AWSCURRENT</code> and must be in the following format:</p>
|
|
57
|
+
* <p>
|
|
58
|
+
* <code>\{"username": <i>UserName</i>, "password":
|
|
59
|
+
* <i>Password</i>\}</code>
|
|
60
|
+
* </p>
|
|
61
|
+
*/
|
|
62
|
+
GitConfig?: GitConfigForUpdate;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
export interface UpdateCodeRepositoryOutput {
|
|
68
|
+
/**
|
|
69
|
+
* <p>The ARN of the Git repository.</p>
|
|
70
|
+
*/
|
|
71
|
+
CodeRepositoryArn: string | undefined;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
export interface UpdateContextRequest {
|
|
77
|
+
/**
|
|
78
|
+
* <p>The name of the context to update.</p>
|
|
79
|
+
*/
|
|
80
|
+
ContextName: string | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* <p>The new description for the context.</p>
|
|
83
|
+
*/
|
|
84
|
+
Description?: string;
|
|
85
|
+
/**
|
|
86
|
+
* <p>The new list of properties. Overwrites the current property list.</p>
|
|
87
|
+
*/
|
|
88
|
+
Properties?: Record<string, string>;
|
|
89
|
+
/**
|
|
90
|
+
* <p>A list of properties to remove.</p>
|
|
91
|
+
*/
|
|
92
|
+
PropertiesToRemove?: string[];
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
export interface UpdateContextResponse {
|
|
98
|
+
/**
|
|
99
|
+
* <p>The Amazon Resource Name (ARN) of the context.</p>
|
|
100
|
+
*/
|
|
101
|
+
ContextArn?: string;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export interface UpdateDeviceFleetRequest {
|
|
107
|
+
/**
|
|
108
|
+
* <p>The name of the fleet.</p>
|
|
109
|
+
*/
|
|
110
|
+
DeviceFleetName: string | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* <p>The Amazon Resource Name (ARN) of the device.</p>
|
|
113
|
+
*/
|
|
114
|
+
RoleArn?: string;
|
|
115
|
+
/**
|
|
116
|
+
* <p>Description of the fleet.</p>
|
|
117
|
+
*/
|
|
118
|
+
Description?: string;
|
|
119
|
+
/**
|
|
120
|
+
* <p>Output configuration for storing sample data collected by the fleet.</p>
|
|
121
|
+
*/
|
|
122
|
+
OutputConfig: EdgeOutputConfig | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* <p>Whether to create an Amazon Web Services IoT Role Alias during device fleet creation.
|
|
125
|
+
* The name of the role alias generated will match this pattern:
|
|
126
|
+
* "SageMakerEdge-\{DeviceFleetName\}".</p>
|
|
127
|
+
* <p>For example, if your device fleet is called "demo-fleet", the name of
|
|
128
|
+
* the role alias will be "SageMakerEdge-demo-fleet".</p>
|
|
129
|
+
*/
|
|
130
|
+
EnableIotRoleAlias?: boolean;
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
export interface UpdateDevicesRequest {
|
|
136
|
+
/**
|
|
137
|
+
* <p>The name of the fleet the devices belong to.</p>
|
|
138
|
+
*/
|
|
139
|
+
DeviceFleetName: string | undefined;
|
|
140
|
+
/**
|
|
141
|
+
* <p>List of devices to register with Edge Manager agent.</p>
|
|
142
|
+
*/
|
|
143
|
+
Devices: Device[] | undefined;
|
|
144
|
+
}
|
|
5
145
|
/**
|
|
6
146
|
* @public
|
|
7
147
|
*/
|
|
@@ -1196,223 +1336,11 @@ export interface SearchRequest {
|
|
|
1196
1336
|
*/
|
|
1197
1337
|
MaxResults?: number;
|
|
1198
1338
|
}
|
|
1199
|
-
/**
|
|
1200
|
-
* @internal
|
|
1201
|
-
*/
|
|
1202
|
-
export declare const UpdateDomainRequestFilterSensitiveLog: (obj: UpdateDomainRequest) => any;
|
|
1203
|
-
/**
|
|
1204
|
-
* @internal
|
|
1205
|
-
*/
|
|
1206
|
-
export declare const UpdateDomainResponseFilterSensitiveLog: (obj: UpdateDomainResponse) => any;
|
|
1207
|
-
/**
|
|
1208
|
-
* @internal
|
|
1209
|
-
*/
|
|
1210
|
-
export declare const VariantPropertyFilterSensitiveLog: (obj: VariantProperty) => any;
|
|
1211
|
-
/**
|
|
1212
|
-
* @internal
|
|
1213
|
-
*/
|
|
1214
|
-
export declare const UpdateEndpointInputFilterSensitiveLog: (obj: UpdateEndpointInput) => any;
|
|
1215
|
-
/**
|
|
1216
|
-
* @internal
|
|
1217
|
-
*/
|
|
1218
|
-
export declare const UpdateEndpointOutputFilterSensitiveLog: (obj: UpdateEndpointOutput) => any;
|
|
1219
|
-
/**
|
|
1220
|
-
* @internal
|
|
1221
|
-
*/
|
|
1222
|
-
export declare const UpdateEndpointWeightsAndCapacitiesInputFilterSensitiveLog: (obj: UpdateEndpointWeightsAndCapacitiesInput) => any;
|
|
1223
|
-
/**
|
|
1224
|
-
* @internal
|
|
1225
|
-
*/
|
|
1226
|
-
export declare const UpdateEndpointWeightsAndCapacitiesOutputFilterSensitiveLog: (obj: UpdateEndpointWeightsAndCapacitiesOutput) => any;
|
|
1227
|
-
/**
|
|
1228
|
-
* @internal
|
|
1229
|
-
*/
|
|
1230
|
-
export declare const UpdateExperimentRequestFilterSensitiveLog: (obj: UpdateExperimentRequest) => any;
|
|
1231
|
-
/**
|
|
1232
|
-
* @internal
|
|
1233
|
-
*/
|
|
1234
|
-
export declare const UpdateExperimentResponseFilterSensitiveLog: (obj: UpdateExperimentResponse) => any;
|
|
1235
|
-
/**
|
|
1236
|
-
* @internal
|
|
1237
|
-
*/
|
|
1238
|
-
export declare const UpdateFeatureGroupRequestFilterSensitiveLog: (obj: UpdateFeatureGroupRequest) => any;
|
|
1239
|
-
/**
|
|
1240
|
-
* @internal
|
|
1241
|
-
*/
|
|
1242
|
-
export declare const UpdateFeatureGroupResponseFilterSensitiveLog: (obj: UpdateFeatureGroupResponse) => any;
|
|
1243
|
-
/**
|
|
1244
|
-
* @internal
|
|
1245
|
-
*/
|
|
1246
|
-
export declare const UpdateFeatureMetadataRequestFilterSensitiveLog: (obj: UpdateFeatureMetadataRequest) => any;
|
|
1247
|
-
/**
|
|
1248
|
-
* @internal
|
|
1249
|
-
*/
|
|
1250
|
-
export declare const UpdateHubRequestFilterSensitiveLog: (obj: UpdateHubRequest) => any;
|
|
1251
|
-
/**
|
|
1252
|
-
* @internal
|
|
1253
|
-
*/
|
|
1254
|
-
export declare const UpdateHubResponseFilterSensitiveLog: (obj: UpdateHubResponse) => any;
|
|
1255
|
-
/**
|
|
1256
|
-
* @internal
|
|
1257
|
-
*/
|
|
1258
|
-
export declare const UpdateImageRequestFilterSensitiveLog: (obj: UpdateImageRequest) => any;
|
|
1259
|
-
/**
|
|
1260
|
-
* @internal
|
|
1261
|
-
*/
|
|
1262
|
-
export declare const UpdateImageResponseFilterSensitiveLog: (obj: UpdateImageResponse) => any;
|
|
1263
|
-
/**
|
|
1264
|
-
* @internal
|
|
1265
|
-
*/
|
|
1266
|
-
export declare const UpdateImageVersionRequestFilterSensitiveLog: (obj: UpdateImageVersionRequest) => any;
|
|
1267
|
-
/**
|
|
1268
|
-
* @internal
|
|
1269
|
-
*/
|
|
1270
|
-
export declare const UpdateImageVersionResponseFilterSensitiveLog: (obj: UpdateImageVersionResponse) => any;
|
|
1271
|
-
/**
|
|
1272
|
-
* @internal
|
|
1273
|
-
*/
|
|
1274
|
-
export declare const UpdateInferenceExperimentRequestFilterSensitiveLog: (obj: UpdateInferenceExperimentRequest) => any;
|
|
1275
|
-
/**
|
|
1276
|
-
* @internal
|
|
1277
|
-
*/
|
|
1278
|
-
export declare const UpdateInferenceExperimentResponseFilterSensitiveLog: (obj: UpdateInferenceExperimentResponse) => any;
|
|
1279
1339
|
/**
|
|
1280
1340
|
* @internal
|
|
1281
1341
|
*/
|
|
1282
1342
|
export declare const UpdateModelCardRequestFilterSensitiveLog: (obj: UpdateModelCardRequest) => any;
|
|
1283
|
-
/**
|
|
1284
|
-
* @internal
|
|
1285
|
-
*/
|
|
1286
|
-
export declare const UpdateModelCardResponseFilterSensitiveLog: (obj: UpdateModelCardResponse) => any;
|
|
1287
|
-
/**
|
|
1288
|
-
* @internal
|
|
1289
|
-
*/
|
|
1290
|
-
export declare const UpdateModelPackageInputFilterSensitiveLog: (obj: UpdateModelPackageInput) => any;
|
|
1291
|
-
/**
|
|
1292
|
-
* @internal
|
|
1293
|
-
*/
|
|
1294
|
-
export declare const UpdateModelPackageOutputFilterSensitiveLog: (obj: UpdateModelPackageOutput) => any;
|
|
1295
|
-
/**
|
|
1296
|
-
* @internal
|
|
1297
|
-
*/
|
|
1298
|
-
export declare const UpdateMonitoringAlertRequestFilterSensitiveLog: (obj: UpdateMonitoringAlertRequest) => any;
|
|
1299
|
-
/**
|
|
1300
|
-
* @internal
|
|
1301
|
-
*/
|
|
1302
|
-
export declare const UpdateMonitoringAlertResponseFilterSensitiveLog: (obj: UpdateMonitoringAlertResponse) => any;
|
|
1303
|
-
/**
|
|
1304
|
-
* @internal
|
|
1305
|
-
*/
|
|
1306
|
-
export declare const UpdateMonitoringScheduleRequestFilterSensitiveLog: (obj: UpdateMonitoringScheduleRequest) => any;
|
|
1307
|
-
/**
|
|
1308
|
-
* @internal
|
|
1309
|
-
*/
|
|
1310
|
-
export declare const UpdateMonitoringScheduleResponseFilterSensitiveLog: (obj: UpdateMonitoringScheduleResponse) => any;
|
|
1311
|
-
/**
|
|
1312
|
-
* @internal
|
|
1313
|
-
*/
|
|
1314
|
-
export declare const UpdateNotebookInstanceInputFilterSensitiveLog: (obj: UpdateNotebookInstanceInput) => any;
|
|
1315
|
-
/**
|
|
1316
|
-
* @internal
|
|
1317
|
-
*/
|
|
1318
|
-
export declare const UpdateNotebookInstanceOutputFilterSensitiveLog: (obj: UpdateNotebookInstanceOutput) => any;
|
|
1319
|
-
/**
|
|
1320
|
-
* @internal
|
|
1321
|
-
*/
|
|
1322
|
-
export declare const UpdateNotebookInstanceLifecycleConfigInputFilterSensitiveLog: (obj: UpdateNotebookInstanceLifecycleConfigInput) => any;
|
|
1323
|
-
/**
|
|
1324
|
-
* @internal
|
|
1325
|
-
*/
|
|
1326
|
-
export declare const UpdateNotebookInstanceLifecycleConfigOutputFilterSensitiveLog: (obj: UpdateNotebookInstanceLifecycleConfigOutput) => any;
|
|
1327
|
-
/**
|
|
1328
|
-
* @internal
|
|
1329
|
-
*/
|
|
1330
|
-
export declare const UpdatePipelineRequestFilterSensitiveLog: (obj: UpdatePipelineRequest) => any;
|
|
1331
|
-
/**
|
|
1332
|
-
* @internal
|
|
1333
|
-
*/
|
|
1334
|
-
export declare const UpdatePipelineResponseFilterSensitiveLog: (obj: UpdatePipelineResponse) => any;
|
|
1335
|
-
/**
|
|
1336
|
-
* @internal
|
|
1337
|
-
*/
|
|
1338
|
-
export declare const UpdatePipelineExecutionRequestFilterSensitiveLog: (obj: UpdatePipelineExecutionRequest) => any;
|
|
1339
|
-
/**
|
|
1340
|
-
* @internal
|
|
1341
|
-
*/
|
|
1342
|
-
export declare const UpdatePipelineExecutionResponseFilterSensitiveLog: (obj: UpdatePipelineExecutionResponse) => any;
|
|
1343
|
-
/**
|
|
1344
|
-
* @internal
|
|
1345
|
-
*/
|
|
1346
|
-
export declare const ServiceCatalogProvisioningUpdateDetailsFilterSensitiveLog: (obj: ServiceCatalogProvisioningUpdateDetails) => any;
|
|
1347
|
-
/**
|
|
1348
|
-
* @internal
|
|
1349
|
-
*/
|
|
1350
|
-
export declare const UpdateProjectInputFilterSensitiveLog: (obj: UpdateProjectInput) => any;
|
|
1351
|
-
/**
|
|
1352
|
-
* @internal
|
|
1353
|
-
*/
|
|
1354
|
-
export declare const UpdateProjectOutputFilterSensitiveLog: (obj: UpdateProjectOutput) => any;
|
|
1355
|
-
/**
|
|
1356
|
-
* @internal
|
|
1357
|
-
*/
|
|
1358
|
-
export declare const UpdateSpaceRequestFilterSensitiveLog: (obj: UpdateSpaceRequest) => any;
|
|
1359
|
-
/**
|
|
1360
|
-
* @internal
|
|
1361
|
-
*/
|
|
1362
|
-
export declare const UpdateSpaceResponseFilterSensitiveLog: (obj: UpdateSpaceResponse) => any;
|
|
1363
|
-
/**
|
|
1364
|
-
* @internal
|
|
1365
|
-
*/
|
|
1366
|
-
export declare const UpdateTrainingJobRequestFilterSensitiveLog: (obj: UpdateTrainingJobRequest) => any;
|
|
1367
|
-
/**
|
|
1368
|
-
* @internal
|
|
1369
|
-
*/
|
|
1370
|
-
export declare const UpdateTrainingJobResponseFilterSensitiveLog: (obj: UpdateTrainingJobResponse) => any;
|
|
1371
|
-
/**
|
|
1372
|
-
* @internal
|
|
1373
|
-
*/
|
|
1374
|
-
export declare const UpdateTrialRequestFilterSensitiveLog: (obj: UpdateTrialRequest) => any;
|
|
1375
|
-
/**
|
|
1376
|
-
* @internal
|
|
1377
|
-
*/
|
|
1378
|
-
export declare const UpdateTrialResponseFilterSensitiveLog: (obj: UpdateTrialResponse) => any;
|
|
1379
|
-
/**
|
|
1380
|
-
* @internal
|
|
1381
|
-
*/
|
|
1382
|
-
export declare const UpdateTrialComponentRequestFilterSensitiveLog: (obj: UpdateTrialComponentRequest) => any;
|
|
1383
|
-
/**
|
|
1384
|
-
* @internal
|
|
1385
|
-
*/
|
|
1386
|
-
export declare const UpdateTrialComponentResponseFilterSensitiveLog: (obj: UpdateTrialComponentResponse) => any;
|
|
1387
|
-
/**
|
|
1388
|
-
* @internal
|
|
1389
|
-
*/
|
|
1390
|
-
export declare const UpdateUserProfileRequestFilterSensitiveLog: (obj: UpdateUserProfileRequest) => any;
|
|
1391
|
-
/**
|
|
1392
|
-
* @internal
|
|
1393
|
-
*/
|
|
1394
|
-
export declare const UpdateUserProfileResponseFilterSensitiveLog: (obj: UpdateUserProfileResponse) => any;
|
|
1395
1343
|
/**
|
|
1396
1344
|
* @internal
|
|
1397
1345
|
*/
|
|
1398
1346
|
export declare const UpdateWorkforceRequestFilterSensitiveLog: (obj: UpdateWorkforceRequest) => any;
|
|
1399
|
-
/**
|
|
1400
|
-
* @internal
|
|
1401
|
-
*/
|
|
1402
|
-
export declare const UpdateWorkforceResponseFilterSensitiveLog: (obj: UpdateWorkforceResponse) => any;
|
|
1403
|
-
/**
|
|
1404
|
-
* @internal
|
|
1405
|
-
*/
|
|
1406
|
-
export declare const UpdateWorkteamRequestFilterSensitiveLog: (obj: UpdateWorkteamRequest) => any;
|
|
1407
|
-
/**
|
|
1408
|
-
* @internal
|
|
1409
|
-
*/
|
|
1410
|
-
export declare const UpdateWorkteamResponseFilterSensitiveLog: (obj: UpdateWorkteamResponse) => any;
|
|
1411
|
-
/**
|
|
1412
|
-
* @internal
|
|
1413
|
-
*/
|
|
1414
|
-
export declare const SearchExpressionFilterSensitiveLog: (obj: SearchExpression) => any;
|
|
1415
|
-
/**
|
|
1416
|
-
* @internal
|
|
1417
|
-
*/
|
|
1418
|
-
export declare const SearchRequestFilterSensitiveLog: (obj: SearchRequest) => any;
|
|
@@ -10,6 +10,7 @@ import { CreateAppCommandInput, CreateAppCommandOutput } from "../commands/Creat
|
|
|
10
10
|
import { CreateAppImageConfigCommandInput, CreateAppImageConfigCommandOutput } from "../commands/CreateAppImageConfigCommand";
|
|
11
11
|
import { CreateArtifactCommandInput, CreateArtifactCommandOutput } from "../commands/CreateArtifactCommand";
|
|
12
12
|
import { CreateAutoMLJobCommandInput, CreateAutoMLJobCommandOutput } from "../commands/CreateAutoMLJobCommand";
|
|
13
|
+
import { CreateAutoMLJobV2CommandInput, CreateAutoMLJobV2CommandOutput } from "../commands/CreateAutoMLJobV2Command";
|
|
13
14
|
import { CreateCodeRepositoryCommandInput, CreateCodeRepositoryCommandOutput } from "../commands/CreateCodeRepositoryCommand";
|
|
14
15
|
import { CreateCompilationJobCommandInput, CreateCompilationJobCommandOutput } from "../commands/CreateCompilationJobCommand";
|
|
15
16
|
import { CreateContextCommandInput, CreateContextCommandOutput } from "../commands/CreateContextCommand";
|
|
@@ -109,6 +110,7 @@ import { DescribeAppCommandInput, DescribeAppCommandOutput } from "../commands/D
|
|
|
109
110
|
import { DescribeAppImageConfigCommandInput, DescribeAppImageConfigCommandOutput } from "../commands/DescribeAppImageConfigCommand";
|
|
110
111
|
import { DescribeArtifactCommandInput, DescribeArtifactCommandOutput } from "../commands/DescribeArtifactCommand";
|
|
111
112
|
import { DescribeAutoMLJobCommandInput, DescribeAutoMLJobCommandOutput } from "../commands/DescribeAutoMLJobCommand";
|
|
113
|
+
import { DescribeAutoMLJobV2CommandInput, DescribeAutoMLJobV2CommandOutput } from "../commands/DescribeAutoMLJobV2Command";
|
|
112
114
|
import { DescribeCodeRepositoryCommandInput, DescribeCodeRepositoryCommandOutput } from "../commands/DescribeCodeRepositoryCommand";
|
|
113
115
|
import { DescribeCompilationJobCommandInput, DescribeCompilationJobCommandOutput } from "../commands/DescribeCompilationJobCommand";
|
|
114
116
|
import { DescribeContextCommandInput, DescribeContextCommandOutput } from "../commands/DescribeContextCommand";
|
|
@@ -310,6 +312,7 @@ export declare const serializeAws_json1_1CreateAppCommand: (input: CreateAppComm
|
|
|
310
312
|
export declare const serializeAws_json1_1CreateAppImageConfigCommand: (input: CreateAppImageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
311
313
|
export declare const serializeAws_json1_1CreateArtifactCommand: (input: CreateArtifactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
312
314
|
export declare const serializeAws_json1_1CreateAutoMLJobCommand: (input: CreateAutoMLJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
315
|
+
export declare const serializeAws_json1_1CreateAutoMLJobV2Command: (input: CreateAutoMLJobV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
313
316
|
export declare const serializeAws_json1_1CreateCodeRepositoryCommand: (input: CreateCodeRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
314
317
|
export declare const serializeAws_json1_1CreateCompilationJobCommand: (input: CreateCompilationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
315
318
|
export declare const serializeAws_json1_1CreateContextCommand: (input: CreateContextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -409,6 +412,7 @@ export declare const serializeAws_json1_1DescribeAppCommand: (input: DescribeApp
|
|
|
409
412
|
export declare const serializeAws_json1_1DescribeAppImageConfigCommand: (input: DescribeAppImageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
410
413
|
export declare const serializeAws_json1_1DescribeArtifactCommand: (input: DescribeArtifactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
411
414
|
export declare const serializeAws_json1_1DescribeAutoMLJobCommand: (input: DescribeAutoMLJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
415
|
+
export declare const serializeAws_json1_1DescribeAutoMLJobV2Command: (input: DescribeAutoMLJobV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
412
416
|
export declare const serializeAws_json1_1DescribeCodeRepositoryCommand: (input: DescribeCodeRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
413
417
|
export declare const serializeAws_json1_1DescribeCompilationJobCommand: (input: DescribeCompilationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
414
418
|
export declare const serializeAws_json1_1DescribeContextCommand: (input: DescribeContextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -610,6 +614,7 @@ export declare const deserializeAws_json1_1CreateAppCommand: (output: __HttpResp
|
|
|
610
614
|
export declare const deserializeAws_json1_1CreateAppImageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppImageConfigCommandOutput>;
|
|
611
615
|
export declare const deserializeAws_json1_1CreateArtifactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateArtifactCommandOutput>;
|
|
612
616
|
export declare const deserializeAws_json1_1CreateAutoMLJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutoMLJobCommandOutput>;
|
|
617
|
+
export declare const deserializeAws_json1_1CreateAutoMLJobV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutoMLJobV2CommandOutput>;
|
|
613
618
|
export declare const deserializeAws_json1_1CreateCodeRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCodeRepositoryCommandOutput>;
|
|
614
619
|
export declare const deserializeAws_json1_1CreateCompilationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCompilationJobCommandOutput>;
|
|
615
620
|
export declare const deserializeAws_json1_1CreateContextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContextCommandOutput>;
|
|
@@ -709,6 +714,7 @@ export declare const deserializeAws_json1_1DescribeAppCommand: (output: __HttpRe
|
|
|
709
714
|
export declare const deserializeAws_json1_1DescribeAppImageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppImageConfigCommandOutput>;
|
|
710
715
|
export declare const deserializeAws_json1_1DescribeArtifactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeArtifactCommandOutput>;
|
|
711
716
|
export declare const deserializeAws_json1_1DescribeAutoMLJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoMLJobCommandOutput>;
|
|
717
|
+
export declare const deserializeAws_json1_1DescribeAutoMLJobV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoMLJobV2CommandOutput>;
|
|
712
718
|
export declare const deserializeAws_json1_1DescribeCodeRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCodeRepositoryCommandOutput>;
|
|
713
719
|
export declare const deserializeAws_json1_1DescribeCompilationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCompilationJobCommandOutput>;
|
|
714
720
|
export declare const deserializeAws_json1_1DescribeContextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContextCommandOutput>;
|
|
@@ -39,6 +39,10 @@ import {
|
|
|
39
39
|
CreateAutoMLJobCommandInput,
|
|
40
40
|
CreateAutoMLJobCommandOutput,
|
|
41
41
|
} from "./commands/CreateAutoMLJobCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateAutoMLJobV2CommandInput,
|
|
44
|
+
CreateAutoMLJobV2CommandOutput,
|
|
45
|
+
} from "./commands/CreateAutoMLJobV2Command";
|
|
42
46
|
import {
|
|
43
47
|
CreateCodeRepositoryCommandInput,
|
|
44
48
|
CreateCodeRepositoryCommandOutput,
|
|
@@ -435,6 +439,10 @@ import {
|
|
|
435
439
|
DescribeAutoMLJobCommandInput,
|
|
436
440
|
DescribeAutoMLJobCommandOutput,
|
|
437
441
|
} from "./commands/DescribeAutoMLJobCommand";
|
|
442
|
+
import {
|
|
443
|
+
DescribeAutoMLJobV2CommandInput,
|
|
444
|
+
DescribeAutoMLJobV2CommandOutput,
|
|
445
|
+
} from "./commands/DescribeAutoMLJobV2Command";
|
|
438
446
|
import {
|
|
439
447
|
DescribeCodeRepositoryCommandInput,
|
|
440
448
|
DescribeCodeRepositoryCommandOutput,
|
|
@@ -1331,6 +1339,19 @@ export declare class SageMaker extends SageMakerClient {
|
|
|
1331
1339
|
options: __HttpHandlerOptions,
|
|
1332
1340
|
cb: (err: any, data?: CreateAutoMLJobCommandOutput) => void
|
|
1333
1341
|
): void;
|
|
1342
|
+
createAutoMLJobV2(
|
|
1343
|
+
args: CreateAutoMLJobV2CommandInput,
|
|
1344
|
+
options?: __HttpHandlerOptions
|
|
1345
|
+
): Promise<CreateAutoMLJobV2CommandOutput>;
|
|
1346
|
+
createAutoMLJobV2(
|
|
1347
|
+
args: CreateAutoMLJobV2CommandInput,
|
|
1348
|
+
cb: (err: any, data?: CreateAutoMLJobV2CommandOutput) => void
|
|
1349
|
+
): void;
|
|
1350
|
+
createAutoMLJobV2(
|
|
1351
|
+
args: CreateAutoMLJobV2CommandInput,
|
|
1352
|
+
options: __HttpHandlerOptions,
|
|
1353
|
+
cb: (err: any, data?: CreateAutoMLJobV2CommandOutput) => void
|
|
1354
|
+
): void;
|
|
1334
1355
|
createCodeRepository(
|
|
1335
1356
|
args: CreateCodeRepositoryCommandInput,
|
|
1336
1357
|
options?: __HttpHandlerOptions
|
|
@@ -2654,6 +2675,19 @@ export declare class SageMaker extends SageMakerClient {
|
|
|
2654
2675
|
options: __HttpHandlerOptions,
|
|
2655
2676
|
cb: (err: any, data?: DescribeAutoMLJobCommandOutput) => void
|
|
2656
2677
|
): void;
|
|
2678
|
+
describeAutoMLJobV2(
|
|
2679
|
+
args: DescribeAutoMLJobV2CommandInput,
|
|
2680
|
+
options?: __HttpHandlerOptions
|
|
2681
|
+
): Promise<DescribeAutoMLJobV2CommandOutput>;
|
|
2682
|
+
describeAutoMLJobV2(
|
|
2683
|
+
args: DescribeAutoMLJobV2CommandInput,
|
|
2684
|
+
cb: (err: any, data?: DescribeAutoMLJobV2CommandOutput) => void
|
|
2685
|
+
): void;
|
|
2686
|
+
describeAutoMLJobV2(
|
|
2687
|
+
args: DescribeAutoMLJobV2CommandInput,
|
|
2688
|
+
options: __HttpHandlerOptions,
|
|
2689
|
+
cb: (err: any, data?: DescribeAutoMLJobV2CommandOutput) => void
|
|
2690
|
+
): void;
|
|
2657
2691
|
describeCodeRepository(
|
|
2658
2692
|
args: DescribeCodeRepositoryCommandInput,
|
|
2659
2693
|
options?: __HttpHandlerOptions
|
|
@@ -84,6 +84,10 @@ import {
|
|
|
84
84
|
CreateAutoMLJobCommandInput,
|
|
85
85
|
CreateAutoMLJobCommandOutput,
|
|
86
86
|
} from "./commands/CreateAutoMLJobCommand";
|
|
87
|
+
import {
|
|
88
|
+
CreateAutoMLJobV2CommandInput,
|
|
89
|
+
CreateAutoMLJobV2CommandOutput,
|
|
90
|
+
} from "./commands/CreateAutoMLJobV2Command";
|
|
87
91
|
import {
|
|
88
92
|
CreateCodeRepositoryCommandInput,
|
|
89
93
|
CreateCodeRepositoryCommandOutput,
|
|
@@ -480,6 +484,10 @@ import {
|
|
|
480
484
|
DescribeAutoMLJobCommandInput,
|
|
481
485
|
DescribeAutoMLJobCommandOutput,
|
|
482
486
|
} from "./commands/DescribeAutoMLJobCommand";
|
|
487
|
+
import {
|
|
488
|
+
DescribeAutoMLJobV2CommandInput,
|
|
489
|
+
DescribeAutoMLJobV2CommandOutput,
|
|
490
|
+
} from "./commands/DescribeAutoMLJobV2Command";
|
|
483
491
|
import {
|
|
484
492
|
DescribeCodeRepositoryCommandInput,
|
|
485
493
|
DescribeCodeRepositoryCommandOutput,
|
|
@@ -1260,6 +1268,7 @@ export type ServiceInputTypes =
|
|
|
1260
1268
|
| CreateAppImageConfigCommandInput
|
|
1261
1269
|
| CreateArtifactCommandInput
|
|
1262
1270
|
| CreateAutoMLJobCommandInput
|
|
1271
|
+
| CreateAutoMLJobV2CommandInput
|
|
1263
1272
|
| CreateCodeRepositoryCommandInput
|
|
1264
1273
|
| CreateCompilationJobCommandInput
|
|
1265
1274
|
| CreateContextCommandInput
|
|
@@ -1359,6 +1368,7 @@ export type ServiceInputTypes =
|
|
|
1359
1368
|
| DescribeAppImageConfigCommandInput
|
|
1360
1369
|
| DescribeArtifactCommandInput
|
|
1361
1370
|
| DescribeAutoMLJobCommandInput
|
|
1371
|
+
| DescribeAutoMLJobV2CommandInput
|
|
1362
1372
|
| DescribeCodeRepositoryCommandInput
|
|
1363
1373
|
| DescribeCompilationJobCommandInput
|
|
1364
1374
|
| DescribeContextCommandInput
|
|
@@ -1561,6 +1571,7 @@ export type ServiceOutputTypes =
|
|
|
1561
1571
|
| CreateAppImageConfigCommandOutput
|
|
1562
1572
|
| CreateArtifactCommandOutput
|
|
1563
1573
|
| CreateAutoMLJobCommandOutput
|
|
1574
|
+
| CreateAutoMLJobV2CommandOutput
|
|
1564
1575
|
| CreateCodeRepositoryCommandOutput
|
|
1565
1576
|
| CreateCompilationJobCommandOutput
|
|
1566
1577
|
| CreateContextCommandOutput
|
|
@@ -1660,6 +1671,7 @@ export type ServiceOutputTypes =
|
|
|
1660
1671
|
| DescribeAppImageConfigCommandOutput
|
|
1661
1672
|
| DescribeArtifactCommandOutput
|
|
1662
1673
|
| DescribeAutoMLJobCommandOutput
|
|
1674
|
+
| DescribeAutoMLJobV2CommandOutput
|
|
1663
1675
|
| DescribeCodeRepositoryCommandOutput
|
|
1664
1676
|
| DescribeCompilationJobCommandOutput
|
|
1665
1677
|
| DescribeContextCommandOutput
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateAutoMLJobV2Request,
|
|
11
|
+
CreateAutoMLJobV2Response,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SageMakerClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SageMakerClient";
|
|
18
|
+
export interface CreateAutoMLJobV2CommandInput
|
|
19
|
+
extends CreateAutoMLJobV2Request {}
|
|
20
|
+
export interface CreateAutoMLJobV2CommandOutput
|
|
21
|
+
extends CreateAutoMLJobV2Response,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateAutoMLJobV2Command extends $Command<
|
|
24
|
+
CreateAutoMLJobV2CommandInput,
|
|
25
|
+
CreateAutoMLJobV2CommandOutput,
|
|
26
|
+
SageMakerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateAutoMLJobV2CommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateAutoMLJobV2CommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SageMakerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateAutoMLJobV2CommandInput, CreateAutoMLJobV2CommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { CreateEndpointInput, CreateEndpointOutput } from "../models/
|
|
9
|
+
import { CreateEndpointInput, CreateEndpointOutput } from "../models/models_1";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { DeleteTrialRequest, DeleteTrialResponse } from "../models/
|
|
9
|
+
import { DeleteTrialRequest, DeleteTrialResponse } from "../models/models_2";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { DeleteUserProfileRequest } from "../models/
|
|
9
|
+
import { DeleteUserProfileRequest } from "../models/models_2";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DescribeAutoMLJobV2Request,
|
|
11
|
+
DescribeAutoMLJobV2Response,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
SageMakerClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SageMakerClient";
|
|
18
|
+
export interface DescribeAutoMLJobV2CommandInput
|
|
19
|
+
extends DescribeAutoMLJobV2Request {}
|
|
20
|
+
export interface DescribeAutoMLJobV2CommandOutput
|
|
21
|
+
extends DescribeAutoMLJobV2Response,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DescribeAutoMLJobV2Command extends $Command<
|
|
24
|
+
DescribeAutoMLJobV2CommandInput,
|
|
25
|
+
DescribeAutoMLJobV2CommandOutput,
|
|
26
|
+
SageMakerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAutoMLJobV2CommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DescribeAutoMLJobV2CommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SageMakerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeAutoMLJobV2CommandInput, DescribeAutoMLJobV2CommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { ListActionsRequest, ListActionsResponse } from "../models/
|
|
9
|
+
import { ListActionsRequest, ListActionsResponse } from "../models/models_3";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|