@aws-sdk/client-sagemaker 3.296.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 +329 -1
- package/dist-types/SageMakerClient.d.ts +28 -6
- package/dist-types/commands/AddAssociationCommand.d.ts +16 -0
- package/dist-types/commands/AddTagsCommand.d.ts +16 -0
- package/dist-types/commands/AssociateTrialComponentCommand.d.ts +16 -0
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +16 -0
- package/dist-types/commands/CreateActionCommand.d.ts +16 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +16 -0
- package/dist-types/commands/CreateAppCommand.d.ts +16 -0
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateArtifactCommand.d.ts +16 -0
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +74 -0
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateContextCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +16 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +16 -0
- package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +16 -0
- package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +16 -0
- package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +17 -1
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateExperimentCommand.d.ts +16 -0
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/CreateHubCommand.d.ts +16 -0
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +16 -0
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateImageVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +16 -0
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelCardCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +16 -0
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreatePipelineCommand.d.ts +16 -0
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +16 -0
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +16 -0
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +16 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransformJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrialCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +16 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkforceCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkteamCommand.d.ts +16 -0
- package/dist-types/commands/DeleteActionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteArtifactCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAssociationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteContextCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteExperimentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteHubCommand.d.ts +16 -0
- package/dist-types/commands/DeleteHubContentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +16 -0
- package/dist-types/commands/DeleteImageCommand.d.ts +16 -0
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelCardCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeletePipelineCommand.d.ts +16 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSpaceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTrialCommand.d.ts +17 -1
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +17 -1
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +17 -1
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +17 -1
- package/dist-types/commands/DeleteWorkteamCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterDevicesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeActionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAppCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +16 -0
- package/dist-types/commands/DescribeArtifactCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +67 -0
- package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeContextCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDeviceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExperimentCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHubCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHubContentCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImageCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelCardCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
- package/dist-types/commands/DescribePipelineCommand.d.ts +16 -0
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +16 -0
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrialCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +16 -0
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +16 -0
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +16 -0
- package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +16 -0
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +16 -0
- package/dist-types/commands/ImportHubContentCommand.d.ts +16 -0
- package/dist-types/commands/ListActionsCommand.d.ts +17 -1
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +17 -1
- package/dist-types/commands/ListAliasesCommand.d.ts +16 -0
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListAppsCommand.d.ts +16 -0
- package/dist-types/commands/ListArtifactsCommand.d.ts +16 -0
- package/dist-types/commands/ListAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +16 -0
- package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +16 -0
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListContextsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +16 -0
- package/dist-types/commands/ListDevicesCommand.d.ts +16 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +16 -0
- package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +16 -0
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/ListExperimentsCommand.d.ts +16 -0
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListHubContentsCommand.d.ts +16 -0
- package/dist-types/commands/ListHubsCommand.d.ts +16 -0
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +16 -0
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListImageVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListImagesCommand.d.ts +16 -0
- package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +16 -0
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +16 -0
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +16 -0
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelCardVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelCardsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelMetadataCommand.d.ts +16 -0
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelPackagesCommand.d.ts +16 -0
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/ListModelsCommand.d.ts +16 -0
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +16 -0
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +16 -0
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +16 -0
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +16 -0
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +16 -0
- package/dist-types/commands/ListPipelinesCommand.d.ts +16 -0
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +16 -0
- package/dist-types/commands/ListStageDevicesCommand.d.ts +16 -0
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +17 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +16 -0
- package/dist-types/commands/ListTransformJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +16 -0
- package/dist-types/commands/ListTrialsCommand.d.ts +16 -0
- package/dist-types/commands/ListUserProfilesCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkforcesCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkteamsCommand.d.ts +16 -0
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/QueryLineageCommand.d.ts +16 -0
- package/dist-types/commands/RegisterDevicesCommand.d.ts +16 -0
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +16 -0
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +16 -0
- package/dist-types/commands/SearchCommand.d.ts +16 -0
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +16 -0
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +16 -0
- package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +16 -0
- package/dist-types/commands/StartInferenceExperimentCommand.d.ts +16 -0
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +16 -0
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +16 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +16 -0
- package/dist-types/commands/StopAutoMLJobCommand.d.ts +16 -0
- package/dist-types/commands/StopCompilationJobCommand.d.ts +16 -0
- package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +16 -0
- package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +16 -0
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +16 -0
- package/dist-types/commands/StopInferenceExperimentCommand.d.ts +16 -0
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +16 -0
- package/dist-types/commands/StopLabelingJobCommand.d.ts +16 -0
- package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +16 -0
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +16 -0
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +16 -0
- package/dist-types/commands/StopProcessingJobCommand.d.ts +16 -0
- package/dist-types/commands/StopTrainingJobCommand.d.ts +16 -0
- package/dist-types/commands/StopTransformJobCommand.d.ts +16 -0
- package/dist-types/commands/UpdateActionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +18 -1
- package/dist-types/commands/UpdateArtifactCommand.d.ts +17 -1
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +17 -1
- package/dist-types/commands/UpdateContextCommand.d.ts +17 -1
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +17 -1
- package/dist-types/commands/UpdateDevicesCommand.d.ts +17 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateExperimentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +16 -0
- package/dist-types/commands/UpdateHubCommand.d.ts +16 -0
- package/dist-types/commands/UpdateImageCommand.d.ts +16 -0
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateModelCardCommand.d.ts +16 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePipelineCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTrialCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +16 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/SageMakerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +925 -1133
- package/dist-types/models/models_1.d.ts +809 -1110
- package/dist-types/models/models_2.d.ts +854 -1124
- package/dist-types/models/models_3.d.ts +921 -1118
- package/dist-types/models/models_4.d.ts +304 -214
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListActionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAlgorithmsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAliasesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAppImageConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAppsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListArtifactsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAutoMLJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCodeRepositoriesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCompilationJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListContextsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDeviceFleetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDevicesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDomainsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEdgeDeploymentPlansPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEdgePackagingJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEndpointConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListExperimentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFlowDefinitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListHumanTaskUisPaginator.d.ts +3 -0
- package/dist-types/pagination/ListHyperParameterTuningJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListImageVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListImagesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInferenceRecommendationsJobStepsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLabelingJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelCardsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelMetadataPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelPackageGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelPackagesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMonitoringExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMonitoringSchedulesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNotebookInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPipelineExecutionStepsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPipelineParametersForExecutionPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPipelinesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProcessingJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProjectsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSpacesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStageDevicesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStudioLifecycleConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSubscribedWorkteamsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTrainingJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTransformJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTrialComponentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTrialsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListUserProfilesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkforcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkteamsPaginator.d.ts +3 -0
- package/dist-types/pagination/QueryLineagePaginator.d.ts +3 -0
- package/dist-types/pagination/SearchPaginator.d.ts +3 -0
- 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,178 +1,16 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { OidcConfigFilterSensitiveLog,
|
|
2
|
+
import { OidcConfigFilterSensitiveLog, } from "./models_1";
|
|
3
3
|
export var VariantPropertyType;
|
|
4
4
|
(function (VariantPropertyType) {
|
|
5
5
|
VariantPropertyType["DataCaptureConfig"] = "DataCaptureConfig";
|
|
6
6
|
VariantPropertyType["DesiredInstanceCount"] = "DesiredInstanceCount";
|
|
7
7
|
VariantPropertyType["DesiredWeight"] = "DesiredWeight";
|
|
8
8
|
})(VariantPropertyType || (VariantPropertyType = {}));
|
|
9
|
-
export const UpdateDomainRequestFilterSensitiveLog = (obj) => ({
|
|
10
|
-
...obj,
|
|
11
|
-
});
|
|
12
|
-
export const UpdateDomainResponseFilterSensitiveLog = (obj) => ({
|
|
13
|
-
...obj,
|
|
14
|
-
});
|
|
15
|
-
export const VariantPropertyFilterSensitiveLog = (obj) => ({
|
|
16
|
-
...obj,
|
|
17
|
-
});
|
|
18
|
-
export const UpdateEndpointInputFilterSensitiveLog = (obj) => ({
|
|
19
|
-
...obj,
|
|
20
|
-
});
|
|
21
|
-
export const UpdateEndpointOutputFilterSensitiveLog = (obj) => ({
|
|
22
|
-
...obj,
|
|
23
|
-
});
|
|
24
|
-
export const UpdateEndpointWeightsAndCapacitiesInputFilterSensitiveLog = (obj) => ({
|
|
25
|
-
...obj,
|
|
26
|
-
});
|
|
27
|
-
export const UpdateEndpointWeightsAndCapacitiesOutputFilterSensitiveLog = (obj) => ({
|
|
28
|
-
...obj,
|
|
29
|
-
});
|
|
30
|
-
export const UpdateExperimentRequestFilterSensitiveLog = (obj) => ({
|
|
31
|
-
...obj,
|
|
32
|
-
});
|
|
33
|
-
export const UpdateExperimentResponseFilterSensitiveLog = (obj) => ({
|
|
34
|
-
...obj,
|
|
35
|
-
});
|
|
36
|
-
export const UpdateFeatureGroupRequestFilterSensitiveLog = (obj) => ({
|
|
37
|
-
...obj,
|
|
38
|
-
});
|
|
39
|
-
export const UpdateFeatureGroupResponseFilterSensitiveLog = (obj) => ({
|
|
40
|
-
...obj,
|
|
41
|
-
});
|
|
42
|
-
export const UpdateFeatureMetadataRequestFilterSensitiveLog = (obj) => ({
|
|
43
|
-
...obj,
|
|
44
|
-
});
|
|
45
|
-
export const UpdateHubRequestFilterSensitiveLog = (obj) => ({
|
|
46
|
-
...obj,
|
|
47
|
-
});
|
|
48
|
-
export const UpdateHubResponseFilterSensitiveLog = (obj) => ({
|
|
49
|
-
...obj,
|
|
50
|
-
});
|
|
51
|
-
export const UpdateImageRequestFilterSensitiveLog = (obj) => ({
|
|
52
|
-
...obj,
|
|
53
|
-
});
|
|
54
|
-
export const UpdateImageResponseFilterSensitiveLog = (obj) => ({
|
|
55
|
-
...obj,
|
|
56
|
-
});
|
|
57
|
-
export const UpdateImageVersionRequestFilterSensitiveLog = (obj) => ({
|
|
58
|
-
...obj,
|
|
59
|
-
});
|
|
60
|
-
export const UpdateImageVersionResponseFilterSensitiveLog = (obj) => ({
|
|
61
|
-
...obj,
|
|
62
|
-
});
|
|
63
|
-
export const UpdateInferenceExperimentRequestFilterSensitiveLog = (obj) => ({
|
|
64
|
-
...obj,
|
|
65
|
-
});
|
|
66
|
-
export const UpdateInferenceExperimentResponseFilterSensitiveLog = (obj) => ({
|
|
67
|
-
...obj,
|
|
68
|
-
});
|
|
69
9
|
export const UpdateModelCardRequestFilterSensitiveLog = (obj) => ({
|
|
70
10
|
...obj,
|
|
71
11
|
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
72
12
|
});
|
|
73
|
-
export const UpdateModelCardResponseFilterSensitiveLog = (obj) => ({
|
|
74
|
-
...obj,
|
|
75
|
-
});
|
|
76
|
-
export const UpdateModelPackageInputFilterSensitiveLog = (obj) => ({
|
|
77
|
-
...obj,
|
|
78
|
-
});
|
|
79
|
-
export const UpdateModelPackageOutputFilterSensitiveLog = (obj) => ({
|
|
80
|
-
...obj,
|
|
81
|
-
});
|
|
82
|
-
export const UpdateMonitoringAlertRequestFilterSensitiveLog = (obj) => ({
|
|
83
|
-
...obj,
|
|
84
|
-
});
|
|
85
|
-
export const UpdateMonitoringAlertResponseFilterSensitiveLog = (obj) => ({
|
|
86
|
-
...obj,
|
|
87
|
-
});
|
|
88
|
-
export const UpdateMonitoringScheduleRequestFilterSensitiveLog = (obj) => ({
|
|
89
|
-
...obj,
|
|
90
|
-
});
|
|
91
|
-
export const UpdateMonitoringScheduleResponseFilterSensitiveLog = (obj) => ({
|
|
92
|
-
...obj,
|
|
93
|
-
});
|
|
94
|
-
export const UpdateNotebookInstanceInputFilterSensitiveLog = (obj) => ({
|
|
95
|
-
...obj,
|
|
96
|
-
});
|
|
97
|
-
export const UpdateNotebookInstanceOutputFilterSensitiveLog = (obj) => ({
|
|
98
|
-
...obj,
|
|
99
|
-
});
|
|
100
|
-
export const UpdateNotebookInstanceLifecycleConfigInputFilterSensitiveLog = (obj) => ({
|
|
101
|
-
...obj,
|
|
102
|
-
});
|
|
103
|
-
export const UpdateNotebookInstanceLifecycleConfigOutputFilterSensitiveLog = (obj) => ({
|
|
104
|
-
...obj,
|
|
105
|
-
});
|
|
106
|
-
export const UpdatePipelineRequestFilterSensitiveLog = (obj) => ({
|
|
107
|
-
...obj,
|
|
108
|
-
});
|
|
109
|
-
export const UpdatePipelineResponseFilterSensitiveLog = (obj) => ({
|
|
110
|
-
...obj,
|
|
111
|
-
});
|
|
112
|
-
export const UpdatePipelineExecutionRequestFilterSensitiveLog = (obj) => ({
|
|
113
|
-
...obj,
|
|
114
|
-
});
|
|
115
|
-
export const UpdatePipelineExecutionResponseFilterSensitiveLog = (obj) => ({
|
|
116
|
-
...obj,
|
|
117
|
-
});
|
|
118
|
-
export const ServiceCatalogProvisioningUpdateDetailsFilterSensitiveLog = (obj) => ({
|
|
119
|
-
...obj,
|
|
120
|
-
});
|
|
121
|
-
export const UpdateProjectInputFilterSensitiveLog = (obj) => ({
|
|
122
|
-
...obj,
|
|
123
|
-
});
|
|
124
|
-
export const UpdateProjectOutputFilterSensitiveLog = (obj) => ({
|
|
125
|
-
...obj,
|
|
126
|
-
});
|
|
127
|
-
export const UpdateSpaceRequestFilterSensitiveLog = (obj) => ({
|
|
128
|
-
...obj,
|
|
129
|
-
});
|
|
130
|
-
export const UpdateSpaceResponseFilterSensitiveLog = (obj) => ({
|
|
131
|
-
...obj,
|
|
132
|
-
});
|
|
133
|
-
export const UpdateTrainingJobRequestFilterSensitiveLog = (obj) => ({
|
|
134
|
-
...obj,
|
|
135
|
-
});
|
|
136
|
-
export const UpdateTrainingJobResponseFilterSensitiveLog = (obj) => ({
|
|
137
|
-
...obj,
|
|
138
|
-
});
|
|
139
|
-
export const UpdateTrialRequestFilterSensitiveLog = (obj) => ({
|
|
140
|
-
...obj,
|
|
141
|
-
});
|
|
142
|
-
export const UpdateTrialResponseFilterSensitiveLog = (obj) => ({
|
|
143
|
-
...obj,
|
|
144
|
-
});
|
|
145
|
-
export const UpdateTrialComponentRequestFilterSensitiveLog = (obj) => ({
|
|
146
|
-
...obj,
|
|
147
|
-
...(obj.Parameters && {
|
|
148
|
-
Parameters: Object.entries(obj.Parameters).reduce((acc, [key, value]) => ((acc[key] = TrialComponentParameterValueFilterSensitiveLog(value)), acc), {}),
|
|
149
|
-
}),
|
|
150
|
-
});
|
|
151
|
-
export const UpdateTrialComponentResponseFilterSensitiveLog = (obj) => ({
|
|
152
|
-
...obj,
|
|
153
|
-
});
|
|
154
|
-
export const UpdateUserProfileRequestFilterSensitiveLog = (obj) => ({
|
|
155
|
-
...obj,
|
|
156
|
-
});
|
|
157
|
-
export const UpdateUserProfileResponseFilterSensitiveLog = (obj) => ({
|
|
158
|
-
...obj,
|
|
159
|
-
});
|
|
160
13
|
export const UpdateWorkforceRequestFilterSensitiveLog = (obj) => ({
|
|
161
14
|
...obj,
|
|
162
15
|
...(obj.OidcConfig && { OidcConfig: OidcConfigFilterSensitiveLog(obj.OidcConfig) }),
|
|
163
16
|
});
|
|
164
|
-
export const UpdateWorkforceResponseFilterSensitiveLog = (obj) => ({
|
|
165
|
-
...obj,
|
|
166
|
-
});
|
|
167
|
-
export const UpdateWorkteamRequestFilterSensitiveLog = (obj) => ({
|
|
168
|
-
...obj,
|
|
169
|
-
});
|
|
170
|
-
export const UpdateWorkteamResponseFilterSensitiveLog = (obj) => ({
|
|
171
|
-
...obj,
|
|
172
|
-
});
|
|
173
|
-
export const SearchExpressionFilterSensitiveLog = (obj) => ({
|
|
174
|
-
...obj,
|
|
175
|
-
});
|
|
176
|
-
export const SearchRequestFilterSensitiveLog = (obj) => ({
|
|
177
|
-
...obj,
|
|
178
|
-
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
2
2
|
import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, expectUnion as __expectUnion, LazyJsonString as __LazyJsonString, limitedParseDouble as __limitedParseDouble, limitedParseFloat32 as __limitedParseFloat32, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, throwDefaultError, } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
4
|
-
import { ConflictException, ResourceInUse, ResourceLimitExceeded, ResourceNotFound, } from "../models/models_0";
|
|
4
|
+
import { AutoMLProblemTypeConfig, ConflictException, ResourceInUse, ResourceLimitExceeded, ResourceNotFound, } from "../models/models_0";
|
|
5
5
|
import { TrialComponentParameterValue, } from "../models/models_1";
|
|
6
6
|
import { SageMakerServiceException as __BaseException } from "../models/SageMakerServiceException";
|
|
7
7
|
export const serializeAws_json1_1AddAssociationCommand = async (input, context) => {
|
|
@@ -94,6 +94,15 @@ export const serializeAws_json1_1CreateAutoMLJobCommand = async (input, context)
|
|
|
94
94
|
body = JSON.stringify(serializeAws_json1_1CreateAutoMLJobRequest(input, context));
|
|
95
95
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
96
96
|
};
|
|
97
|
+
export const serializeAws_json1_1CreateAutoMLJobV2Command = async (input, context) => {
|
|
98
|
+
const headers = {
|
|
99
|
+
"content-type": "application/x-amz-json-1.1",
|
|
100
|
+
"x-amz-target": "SageMaker.CreateAutoMLJobV2",
|
|
101
|
+
};
|
|
102
|
+
let body;
|
|
103
|
+
body = JSON.stringify(serializeAws_json1_1CreateAutoMLJobV2Request(input, context));
|
|
104
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
105
|
+
};
|
|
97
106
|
export const serializeAws_json1_1CreateCodeRepositoryCommand = async (input, context) => {
|
|
98
107
|
const headers = {
|
|
99
108
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -985,6 +994,15 @@ export const serializeAws_json1_1DescribeAutoMLJobCommand = async (input, contex
|
|
|
985
994
|
body = JSON.stringify(serializeAws_json1_1DescribeAutoMLJobRequest(input, context));
|
|
986
995
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
987
996
|
};
|
|
997
|
+
export const serializeAws_json1_1DescribeAutoMLJobV2Command = async (input, context) => {
|
|
998
|
+
const headers = {
|
|
999
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1000
|
+
"x-amz-target": "SageMaker.DescribeAutoMLJobV2",
|
|
1001
|
+
};
|
|
1002
|
+
let body;
|
|
1003
|
+
body = JSON.stringify(serializeAws_json1_1DescribeAutoMLJobV2Request(input, context));
|
|
1004
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1005
|
+
};
|
|
988
1006
|
export const serializeAws_json1_1DescribeCodeRepositoryCommand = async (input, context) => {
|
|
989
1007
|
const headers = {
|
|
990
1008
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -3028,6 +3046,42 @@ const deserializeAws_json1_1CreateAutoMLJobCommandError = async (output, context
|
|
|
3028
3046
|
});
|
|
3029
3047
|
}
|
|
3030
3048
|
};
|
|
3049
|
+
export const deserializeAws_json1_1CreateAutoMLJobV2Command = async (output, context) => {
|
|
3050
|
+
if (output.statusCode >= 300) {
|
|
3051
|
+
return deserializeAws_json1_1CreateAutoMLJobV2CommandError(output, context);
|
|
3052
|
+
}
|
|
3053
|
+
const data = await parseBody(output.body, context);
|
|
3054
|
+
let contents = {};
|
|
3055
|
+
contents = deserializeAws_json1_1CreateAutoMLJobV2Response(data, context);
|
|
3056
|
+
const response = {
|
|
3057
|
+
$metadata: deserializeMetadata(output),
|
|
3058
|
+
...contents,
|
|
3059
|
+
};
|
|
3060
|
+
return Promise.resolve(response);
|
|
3061
|
+
};
|
|
3062
|
+
const deserializeAws_json1_1CreateAutoMLJobV2CommandError = async (output, context) => {
|
|
3063
|
+
const parsedOutput = {
|
|
3064
|
+
...output,
|
|
3065
|
+
body: await parseErrorBody(output.body, context),
|
|
3066
|
+
};
|
|
3067
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3068
|
+
switch (errorCode) {
|
|
3069
|
+
case "ResourceInUse":
|
|
3070
|
+
case "com.amazonaws.sagemaker#ResourceInUse":
|
|
3071
|
+
throw await deserializeAws_json1_1ResourceInUseResponse(parsedOutput, context);
|
|
3072
|
+
case "ResourceLimitExceeded":
|
|
3073
|
+
case "com.amazonaws.sagemaker#ResourceLimitExceeded":
|
|
3074
|
+
throw await deserializeAws_json1_1ResourceLimitExceededResponse(parsedOutput, context);
|
|
3075
|
+
default:
|
|
3076
|
+
const parsedBody = parsedOutput.body;
|
|
3077
|
+
throwDefaultError({
|
|
3078
|
+
output,
|
|
3079
|
+
parsedBody,
|
|
3080
|
+
exceptionCtor: __BaseException,
|
|
3081
|
+
errorCode,
|
|
3082
|
+
});
|
|
3083
|
+
}
|
|
3084
|
+
};
|
|
3031
3085
|
export const deserializeAws_json1_1CreateCodeRepositoryCommand = async (output, context) => {
|
|
3032
3086
|
if (output.statusCode >= 300) {
|
|
3033
3087
|
return deserializeAws_json1_1CreateCodeRepositoryCommandError(output, context);
|
|
@@ -6244,6 +6298,39 @@ const deserializeAws_json1_1DescribeAutoMLJobCommandError = async (output, conte
|
|
|
6244
6298
|
});
|
|
6245
6299
|
}
|
|
6246
6300
|
};
|
|
6301
|
+
export const deserializeAws_json1_1DescribeAutoMLJobV2Command = async (output, context) => {
|
|
6302
|
+
if (output.statusCode >= 300) {
|
|
6303
|
+
return deserializeAws_json1_1DescribeAutoMLJobV2CommandError(output, context);
|
|
6304
|
+
}
|
|
6305
|
+
const data = await parseBody(output.body, context);
|
|
6306
|
+
let contents = {};
|
|
6307
|
+
contents = deserializeAws_json1_1DescribeAutoMLJobV2Response(data, context);
|
|
6308
|
+
const response = {
|
|
6309
|
+
$metadata: deserializeMetadata(output),
|
|
6310
|
+
...contents,
|
|
6311
|
+
};
|
|
6312
|
+
return Promise.resolve(response);
|
|
6313
|
+
};
|
|
6314
|
+
const deserializeAws_json1_1DescribeAutoMLJobV2CommandError = async (output, context) => {
|
|
6315
|
+
const parsedOutput = {
|
|
6316
|
+
...output,
|
|
6317
|
+
body: await parseErrorBody(output.body, context),
|
|
6318
|
+
};
|
|
6319
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6320
|
+
switch (errorCode) {
|
|
6321
|
+
case "ResourceNotFound":
|
|
6322
|
+
case "com.amazonaws.sagemaker#ResourceNotFound":
|
|
6323
|
+
throw await deserializeAws_json1_1ResourceNotFoundResponse(parsedOutput, context);
|
|
6324
|
+
default:
|
|
6325
|
+
const parsedBody = parsedOutput.body;
|
|
6326
|
+
throwDefaultError({
|
|
6327
|
+
output,
|
|
6328
|
+
parsedBody,
|
|
6329
|
+
exceptionCtor: __BaseException,
|
|
6330
|
+
errorCode,
|
|
6331
|
+
});
|
|
6332
|
+
}
|
|
6333
|
+
};
|
|
6247
6334
|
export const deserializeAws_json1_1DescribeCodeRepositoryCommand = async (output, context) => {
|
|
6248
6335
|
if (output.statusCode >= 300) {
|
|
6249
6336
|
return deserializeAws_json1_1DescribeCodeRepositoryCommandError(output, context);
|
|
@@ -12410,6 +12497,14 @@ const serializeAws_json1_1AutoMLInputDataConfig = (input, context) => {
|
|
|
12410
12497
|
return serializeAws_json1_1AutoMLChannel(entry, context);
|
|
12411
12498
|
});
|
|
12412
12499
|
};
|
|
12500
|
+
const serializeAws_json1_1AutoMLJobChannel = (input, context) => {
|
|
12501
|
+
return {
|
|
12502
|
+
...(input.ChannelType != null && { ChannelType: input.ChannelType }),
|
|
12503
|
+
...(input.CompressionType != null && { CompressionType: input.CompressionType }),
|
|
12504
|
+
...(input.ContentType != null && { ContentType: input.ContentType }),
|
|
12505
|
+
...(input.DataSource != null && { DataSource: serializeAws_json1_1AutoMLDataSource(input.DataSource, context) }),
|
|
12506
|
+
};
|
|
12507
|
+
};
|
|
12413
12508
|
const serializeAws_json1_1AutoMLJobCompletionCriteria = (input, context) => {
|
|
12414
12509
|
return {
|
|
12415
12510
|
...(input.MaxAutoMLJobRuntimeInSeconds != null && {
|
|
@@ -12438,6 +12533,13 @@ const serializeAws_json1_1AutoMLJobConfig = (input, context) => {
|
|
|
12438
12533
|
}),
|
|
12439
12534
|
};
|
|
12440
12535
|
};
|
|
12536
|
+
const serializeAws_json1_1AutoMLJobInputDataConfig = (input, context) => {
|
|
12537
|
+
return input
|
|
12538
|
+
.filter((e) => e != null)
|
|
12539
|
+
.map((entry) => {
|
|
12540
|
+
return serializeAws_json1_1AutoMLJobChannel(entry, context);
|
|
12541
|
+
});
|
|
12542
|
+
};
|
|
12441
12543
|
const serializeAws_json1_1AutoMLJobObjective = (input, context) => {
|
|
12442
12544
|
return {
|
|
12443
12545
|
...(input.MetricName != null && { MetricName: input.MetricName }),
|
|
@@ -12449,6 +12551,17 @@ const serializeAws_json1_1AutoMLOutputDataConfig = (input, context) => {
|
|
|
12449
12551
|
...(input.S3OutputPath != null && { S3OutputPath: input.S3OutputPath }),
|
|
12450
12552
|
};
|
|
12451
12553
|
};
|
|
12554
|
+
const serializeAws_json1_1AutoMLProblemTypeConfig = (input, context) => {
|
|
12555
|
+
return AutoMLProblemTypeConfig.visit(input, {
|
|
12556
|
+
ImageClassificationJobConfig: (value) => ({
|
|
12557
|
+
ImageClassificationJobConfig: serializeAws_json1_1ImageClassificationJobConfig(value, context),
|
|
12558
|
+
}),
|
|
12559
|
+
TextClassificationJobConfig: (value) => ({
|
|
12560
|
+
TextClassificationJobConfig: serializeAws_json1_1TextClassificationJobConfig(value, context),
|
|
12561
|
+
}),
|
|
12562
|
+
_: (name, value) => ({ name: value }),
|
|
12563
|
+
});
|
|
12564
|
+
};
|
|
12452
12565
|
const serializeAws_json1_1AutoMLS3DataSource = (input, context) => {
|
|
12453
12566
|
return {
|
|
12454
12567
|
...(input.S3DataType != null && { S3DataType: input.S3DataType }),
|
|
@@ -12962,6 +13075,34 @@ const serializeAws_json1_1CreateAutoMLJobRequest = (input, context) => {
|
|
|
12962
13075
|
...(input.Tags != null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }),
|
|
12963
13076
|
};
|
|
12964
13077
|
};
|
|
13078
|
+
const serializeAws_json1_1CreateAutoMLJobV2Request = (input, context) => {
|
|
13079
|
+
return {
|
|
13080
|
+
...(input.AutoMLJobInputDataConfig != null && {
|
|
13081
|
+
AutoMLJobInputDataConfig: serializeAws_json1_1AutoMLJobInputDataConfig(input.AutoMLJobInputDataConfig, context),
|
|
13082
|
+
}),
|
|
13083
|
+
...(input.AutoMLJobName != null && { AutoMLJobName: input.AutoMLJobName }),
|
|
13084
|
+
...(input.AutoMLJobObjective != null && {
|
|
13085
|
+
AutoMLJobObjective: serializeAws_json1_1AutoMLJobObjective(input.AutoMLJobObjective, context),
|
|
13086
|
+
}),
|
|
13087
|
+
...(input.AutoMLProblemTypeConfig != null && {
|
|
13088
|
+
AutoMLProblemTypeConfig: serializeAws_json1_1AutoMLProblemTypeConfig(input.AutoMLProblemTypeConfig, context),
|
|
13089
|
+
}),
|
|
13090
|
+
...(input.DataSplitConfig != null && {
|
|
13091
|
+
DataSplitConfig: serializeAws_json1_1AutoMLDataSplitConfig(input.DataSplitConfig, context),
|
|
13092
|
+
}),
|
|
13093
|
+
...(input.ModelDeployConfig != null && {
|
|
13094
|
+
ModelDeployConfig: serializeAws_json1_1ModelDeployConfig(input.ModelDeployConfig, context),
|
|
13095
|
+
}),
|
|
13096
|
+
...(input.OutputDataConfig != null && {
|
|
13097
|
+
OutputDataConfig: serializeAws_json1_1AutoMLOutputDataConfig(input.OutputDataConfig, context),
|
|
13098
|
+
}),
|
|
13099
|
+
...(input.RoleArn != null && { RoleArn: input.RoleArn }),
|
|
13100
|
+
...(input.SecurityConfig != null && {
|
|
13101
|
+
SecurityConfig: serializeAws_json1_1AutoMLSecurityConfig(input.SecurityConfig, context),
|
|
13102
|
+
}),
|
|
13103
|
+
...(input.Tags != null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }),
|
|
13104
|
+
};
|
|
13105
|
+
};
|
|
12965
13106
|
const serializeAws_json1_1CreateCodeRepositoryInput = (input, context) => {
|
|
12966
13107
|
return {
|
|
12967
13108
|
...(input.CodeRepositoryName != null && { CodeRepositoryName: input.CodeRepositoryName }),
|
|
@@ -14267,6 +14408,11 @@ const serializeAws_json1_1DescribeAutoMLJobRequest = (input, context) => {
|
|
|
14267
14408
|
...(input.AutoMLJobName != null && { AutoMLJobName: input.AutoMLJobName }),
|
|
14268
14409
|
};
|
|
14269
14410
|
};
|
|
14411
|
+
const serializeAws_json1_1DescribeAutoMLJobV2Request = (input, context) => {
|
|
14412
|
+
return {
|
|
14413
|
+
...(input.AutoMLJobName != null && { AutoMLJobName: input.AutoMLJobName }),
|
|
14414
|
+
};
|
|
14415
|
+
};
|
|
14270
14416
|
const serializeAws_json1_1DescribeCodeRepositoryInput = (input, context) => {
|
|
14271
14417
|
return {
|
|
14272
14418
|
...(input.CodeRepositoryName != null && { CodeRepositoryName: input.CodeRepositoryName }),
|
|
@@ -15188,6 +15334,13 @@ const serializeAws_json1_1HyperParameterTuningResourceConfig = (input, context)
|
|
|
15188
15334
|
...(input.VolumeSizeInGB != null && { VolumeSizeInGB: input.VolumeSizeInGB }),
|
|
15189
15335
|
};
|
|
15190
15336
|
};
|
|
15337
|
+
const serializeAws_json1_1ImageClassificationJobConfig = (input, context) => {
|
|
15338
|
+
return {
|
|
15339
|
+
...(input.CompletionCriteria != null && {
|
|
15340
|
+
CompletionCriteria: serializeAws_json1_1AutoMLJobCompletionCriteria(input.CompletionCriteria, context),
|
|
15341
|
+
}),
|
|
15342
|
+
};
|
|
15343
|
+
};
|
|
15191
15344
|
const serializeAws_json1_1ImageConfig = (input, context) => {
|
|
15192
15345
|
return {
|
|
15193
15346
|
...(input.RepositoryAccessMode != null && { RepositoryAccessMode: input.RepositoryAccessMode }),
|
|
@@ -18158,6 +18311,15 @@ const serializeAws_json1_1TensorBoardOutputConfig = (input, context) => {
|
|
|
18158
18311
|
...(input.S3OutputPath != null && { S3OutputPath: input.S3OutputPath }),
|
|
18159
18312
|
};
|
|
18160
18313
|
};
|
|
18314
|
+
const serializeAws_json1_1TextClassificationJobConfig = (input, context) => {
|
|
18315
|
+
return {
|
|
18316
|
+
...(input.CompletionCriteria != null && {
|
|
18317
|
+
CompletionCriteria: serializeAws_json1_1AutoMLJobCompletionCriteria(input.CompletionCriteria, context),
|
|
18318
|
+
}),
|
|
18319
|
+
...(input.ContentColumn != null && { ContentColumn: input.ContentColumn }),
|
|
18320
|
+
...(input.TargetLabelColumn != null && { TargetLabelColumn: input.TargetLabelColumn }),
|
|
18321
|
+
};
|
|
18322
|
+
};
|
|
18161
18323
|
const serializeAws_json1_1TimeSeriesForecastingSettings = (input, context) => {
|
|
18162
18324
|
return {
|
|
18163
18325
|
...(input.AmazonForecastRoleArn != null && { AmazonForecastRoleArn: input.AmazonForecastRoleArn }),
|
|
@@ -19355,6 +19517,9 @@ const deserializeAws_json1_1AutoMLCandidate = (output, context) => {
|
|
|
19355
19517
|
FinalAutoMLJobObjectiveMetric: output.FinalAutoMLJobObjectiveMetric != null
|
|
19356
19518
|
? deserializeAws_json1_1FinalAutoMLJobObjectiveMetric(output.FinalAutoMLJobObjectiveMetric, context)
|
|
19357
19519
|
: undefined,
|
|
19520
|
+
InferenceContainerDefinitions: output.InferenceContainerDefinitions != null
|
|
19521
|
+
? deserializeAws_json1_1AutoMLInferenceContainerDefinitions(output.InferenceContainerDefinitions, context)
|
|
19522
|
+
: undefined,
|
|
19358
19523
|
InferenceContainers: output.InferenceContainers != null
|
|
19359
19524
|
? deserializeAws_json1_1AutoMLContainerDefinitions(output.InferenceContainers, context)
|
|
19360
19525
|
: undefined,
|
|
@@ -19427,6 +19592,15 @@ const deserializeAws_json1_1AutoMLDataSplitConfig = (output, context) => {
|
|
|
19427
19592
|
ValidationFraction: __limitedParseFloat32(output.ValidationFraction),
|
|
19428
19593
|
};
|
|
19429
19594
|
};
|
|
19595
|
+
const deserializeAws_json1_1AutoMLInferenceContainerDefinitions = (output, context) => {
|
|
19596
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
19597
|
+
if (value === null) {
|
|
19598
|
+
return acc;
|
|
19599
|
+
}
|
|
19600
|
+
acc[key] = deserializeAws_json1_1AutoMLContainerDefinitions(value, context);
|
|
19601
|
+
return acc;
|
|
19602
|
+
}, {});
|
|
19603
|
+
};
|
|
19430
19604
|
const deserializeAws_json1_1AutoMLInputDataConfig = (output, context) => {
|
|
19431
19605
|
const retVal = (output || [])
|
|
19432
19606
|
.filter((e) => e != null)
|
|
@@ -19444,6 +19618,14 @@ const deserializeAws_json1_1AutoMLJobArtifacts = (output, context) => {
|
|
|
19444
19618
|
DataExplorationNotebookLocation: __expectString(output.DataExplorationNotebookLocation),
|
|
19445
19619
|
};
|
|
19446
19620
|
};
|
|
19621
|
+
const deserializeAws_json1_1AutoMLJobChannel = (output, context) => {
|
|
19622
|
+
return {
|
|
19623
|
+
ChannelType: __expectString(output.ChannelType),
|
|
19624
|
+
CompressionType: __expectString(output.CompressionType),
|
|
19625
|
+
ContentType: __expectString(output.ContentType),
|
|
19626
|
+
DataSource: output.DataSource != null ? deserializeAws_json1_1AutoMLDataSource(output.DataSource, context) : undefined,
|
|
19627
|
+
};
|
|
19628
|
+
};
|
|
19447
19629
|
const deserializeAws_json1_1AutoMLJobCompletionCriteria = (output, context) => {
|
|
19448
19630
|
return {
|
|
19449
19631
|
MaxAutoMLJobRuntimeInSeconds: __expectInt32(output.MaxAutoMLJobRuntimeInSeconds),
|
|
@@ -19468,6 +19650,17 @@ const deserializeAws_json1_1AutoMLJobConfig = (output, context) => {
|
|
|
19468
19650
|
: undefined,
|
|
19469
19651
|
};
|
|
19470
19652
|
};
|
|
19653
|
+
const deserializeAws_json1_1AutoMLJobInputDataConfig = (output, context) => {
|
|
19654
|
+
const retVal = (output || [])
|
|
19655
|
+
.filter((e) => e != null)
|
|
19656
|
+
.map((entry) => {
|
|
19657
|
+
if (entry === null) {
|
|
19658
|
+
return null;
|
|
19659
|
+
}
|
|
19660
|
+
return deserializeAws_json1_1AutoMLJobChannel(entry, context);
|
|
19661
|
+
});
|
|
19662
|
+
return retVal;
|
|
19663
|
+
};
|
|
19471
19664
|
const deserializeAws_json1_1AutoMLJobObjective = (output, context) => {
|
|
19472
19665
|
return {
|
|
19473
19666
|
MetricName: __expectString(output.MetricName),
|
|
@@ -19530,6 +19723,19 @@ const deserializeAws_json1_1AutoMLPartialFailureReasons = (output, context) => {
|
|
|
19530
19723
|
});
|
|
19531
19724
|
return retVal;
|
|
19532
19725
|
};
|
|
19726
|
+
const deserializeAws_json1_1AutoMLProblemTypeConfig = (output, context) => {
|
|
19727
|
+
if (output.ImageClassificationJobConfig != null) {
|
|
19728
|
+
return {
|
|
19729
|
+
ImageClassificationJobConfig: deserializeAws_json1_1ImageClassificationJobConfig(output.ImageClassificationJobConfig, context),
|
|
19730
|
+
};
|
|
19731
|
+
}
|
|
19732
|
+
if (output.TextClassificationJobConfig != null) {
|
|
19733
|
+
return {
|
|
19734
|
+
TextClassificationJobConfig: deserializeAws_json1_1TextClassificationJobConfig(output.TextClassificationJobConfig, context),
|
|
19735
|
+
};
|
|
19736
|
+
}
|
|
19737
|
+
return { $unknown: Object.entries(output)[0] };
|
|
19738
|
+
};
|
|
19533
19739
|
const deserializeAws_json1_1AutoMLS3DataSource = (output, context) => {
|
|
19534
19740
|
return {
|
|
19535
19741
|
S3DataType: __expectString(output.S3DataType),
|
|
@@ -20216,6 +20422,11 @@ const deserializeAws_json1_1CreateAutoMLJobResponse = (output, context) => {
|
|
|
20216
20422
|
AutoMLJobArn: __expectString(output.AutoMLJobArn),
|
|
20217
20423
|
};
|
|
20218
20424
|
};
|
|
20425
|
+
const deserializeAws_json1_1CreateAutoMLJobV2Response = (output, context) => {
|
|
20426
|
+
return {
|
|
20427
|
+
AutoMLJobArn: __expectString(output.AutoMLJobArn),
|
|
20428
|
+
};
|
|
20429
|
+
};
|
|
20219
20430
|
const deserializeAws_json1_1CreateCodeRepositoryOutput = (output, context) => {
|
|
20220
20431
|
return {
|
|
20221
20432
|
CodeRepositoryArn: __expectString(output.CodeRepositoryArn),
|
|
@@ -20914,6 +21125,51 @@ const deserializeAws_json1_1DescribeAutoMLJobResponse = (output, context) => {
|
|
|
20914
21125
|
RoleArn: __expectString(output.RoleArn),
|
|
20915
21126
|
};
|
|
20916
21127
|
};
|
|
21128
|
+
const deserializeAws_json1_1DescribeAutoMLJobV2Response = (output, context) => {
|
|
21129
|
+
return {
|
|
21130
|
+
AutoMLJobArn: __expectString(output.AutoMLJobArn),
|
|
21131
|
+
AutoMLJobInputDataConfig: output.AutoMLJobInputDataConfig != null
|
|
21132
|
+
? deserializeAws_json1_1AutoMLJobInputDataConfig(output.AutoMLJobInputDataConfig, context)
|
|
21133
|
+
: undefined,
|
|
21134
|
+
AutoMLJobName: __expectString(output.AutoMLJobName),
|
|
21135
|
+
AutoMLJobObjective: output.AutoMLJobObjective != null
|
|
21136
|
+
? deserializeAws_json1_1AutoMLJobObjective(output.AutoMLJobObjective, context)
|
|
21137
|
+
: undefined,
|
|
21138
|
+
AutoMLJobSecondaryStatus: __expectString(output.AutoMLJobSecondaryStatus),
|
|
21139
|
+
AutoMLJobStatus: __expectString(output.AutoMLJobStatus),
|
|
21140
|
+
AutoMLProblemTypeConfig: output.AutoMLProblemTypeConfig != null
|
|
21141
|
+
? deserializeAws_json1_1AutoMLProblemTypeConfig(__expectUnion(output.AutoMLProblemTypeConfig), context)
|
|
21142
|
+
: undefined,
|
|
21143
|
+
BestCandidate: output.BestCandidate != null ? deserializeAws_json1_1AutoMLCandidate(output.BestCandidate, context) : undefined,
|
|
21144
|
+
CreationTime: output.CreationTime != null
|
|
21145
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
21146
|
+
: undefined,
|
|
21147
|
+
DataSplitConfig: output.DataSplitConfig != null
|
|
21148
|
+
? deserializeAws_json1_1AutoMLDataSplitConfig(output.DataSplitConfig, context)
|
|
21149
|
+
: undefined,
|
|
21150
|
+
EndTime: output.EndTime != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.EndTime))) : undefined,
|
|
21151
|
+
FailureReason: __expectString(output.FailureReason),
|
|
21152
|
+
LastModifiedTime: output.LastModifiedTime != null
|
|
21153
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedTime)))
|
|
21154
|
+
: undefined,
|
|
21155
|
+
ModelDeployConfig: output.ModelDeployConfig != null
|
|
21156
|
+
? deserializeAws_json1_1ModelDeployConfig(output.ModelDeployConfig, context)
|
|
21157
|
+
: undefined,
|
|
21158
|
+
ModelDeployResult: output.ModelDeployResult != null
|
|
21159
|
+
? deserializeAws_json1_1ModelDeployResult(output.ModelDeployResult, context)
|
|
21160
|
+
: undefined,
|
|
21161
|
+
OutputDataConfig: output.OutputDataConfig != null
|
|
21162
|
+
? deserializeAws_json1_1AutoMLOutputDataConfig(output.OutputDataConfig, context)
|
|
21163
|
+
: undefined,
|
|
21164
|
+
PartialFailureReasons: output.PartialFailureReasons != null
|
|
21165
|
+
? deserializeAws_json1_1AutoMLPartialFailureReasons(output.PartialFailureReasons, context)
|
|
21166
|
+
: undefined,
|
|
21167
|
+
RoleArn: __expectString(output.RoleArn),
|
|
21168
|
+
SecurityConfig: output.SecurityConfig != null
|
|
21169
|
+
? deserializeAws_json1_1AutoMLSecurityConfig(output.SecurityConfig, context)
|
|
21170
|
+
: undefined,
|
|
21171
|
+
};
|
|
21172
|
+
};
|
|
20917
21173
|
const deserializeAws_json1_1DescribeCodeRepositoryOutput = (output, context) => {
|
|
20918
21174
|
return {
|
|
20919
21175
|
CodeRepositoryArn: __expectString(output.CodeRepositoryArn),
|
|
@@ -23649,6 +23905,13 @@ const deserializeAws_json1_1Image = (output, context) => {
|
|
|
23649
23905
|
: undefined,
|
|
23650
23906
|
};
|
|
23651
23907
|
};
|
|
23908
|
+
const deserializeAws_json1_1ImageClassificationJobConfig = (output, context) => {
|
|
23909
|
+
return {
|
|
23910
|
+
CompletionCriteria: output.CompletionCriteria != null
|
|
23911
|
+
? deserializeAws_json1_1AutoMLJobCompletionCriteria(output.CompletionCriteria, context)
|
|
23912
|
+
: undefined,
|
|
23913
|
+
};
|
|
23914
|
+
};
|
|
23652
23915
|
const deserializeAws_json1_1ImageConfig = (output, context) => {
|
|
23653
23916
|
return {
|
|
23654
23917
|
RepositoryAccessMode: __expectString(output.RepositoryAccessMode),
|
|
@@ -27513,6 +27776,15 @@ const deserializeAws_json1_1TensorBoardOutputConfig = (output, context) => {
|
|
|
27513
27776
|
S3OutputPath: __expectString(output.S3OutputPath),
|
|
27514
27777
|
};
|
|
27515
27778
|
};
|
|
27779
|
+
const deserializeAws_json1_1TextClassificationJobConfig = (output, context) => {
|
|
27780
|
+
return {
|
|
27781
|
+
CompletionCriteria: output.CompletionCriteria != null
|
|
27782
|
+
? deserializeAws_json1_1AutoMLJobCompletionCriteria(output.CompletionCriteria, context)
|
|
27783
|
+
: undefined,
|
|
27784
|
+
ContentColumn: __expectString(output.ContentColumn),
|
|
27785
|
+
TargetLabelColumn: __expectString(output.TargetLabelColumn),
|
|
27786
|
+
};
|
|
27787
|
+
};
|
|
27516
27788
|
const deserializeAws_json1_1TimeSeriesForecastingSettings = (output, context) => {
|
|
27517
27789
|
return {
|
|
27518
27790
|
AmazonForecastRoleArn: __expectString(output.AmazonForecastRoleArn),
|