@aws-sdk/client-sagemaker 3.943.0 → 3.946.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/dist-cjs/index.js +215 -69
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/SageMakerClient.js +2 -2
- package/dist-es/models/enums.js +22 -0
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +189 -69
- package/dist-types/SageMaker.d.ts +1 -1
- package/dist-types/SageMakerClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AddAssociationCommand.d.ts +3 -3
- package/dist-types/commands/AddTagsCommand.d.ts +3 -3
- package/dist-types/commands/AssociateTrialComponentCommand.d.ts +3 -3
- package/dist-types/commands/AttachClusterNodeVolumeCommand.d.ts +3 -3
- package/dist-types/commands/BatchAddClusterNodesCommand.d.ts +3 -3
- package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +3 -3
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +10 -3
- package/dist-types/commands/BatchRebootClusterNodesCommand.d.ts +3 -3
- package/dist-types/commands/BatchReplaceClusterNodesCommand.d.ts +3 -3
- package/dist-types/commands/CreateActionCommand.d.ts +3 -3
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +12 -3
- package/dist-types/commands/CreateAppCommand.d.ts +3 -3
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateArtifactCommand.d.ts +3 -3
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +3 -3
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +3 -3
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +4 -3
- package/dist-types/commands/CreateContextCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +3 -3
- package/dist-types/commands/CreateDomainCommand.d.ts +3 -3
- package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +3 -3
- package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +3 -3
- package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateEndpointCommand.d.ts +3 -3
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateExperimentCommand.d.ts +3 -3
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/CreateHubCommand.d.ts +3 -3
- package/dist-types/commands/CreateHubContentPresignedUrlsCommand.d.ts +3 -3
- package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +3 -3
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +3 -3
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +9 -3
- package/dist-types/commands/CreateImageCommand.d.ts +3 -3
- package/dist-types/commands/CreateImageVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +3 -3
- package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +3 -3
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateMlflowAppCommand.d.ts +3 -3
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelCardCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelPackageCommand.d.ts +16 -3
- package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +3 -3
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +3 -3
- package/dist-types/commands/CreatePartnerAppCommand.d.ts +3 -3
- package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +3 -3
- package/dist-types/commands/CreatePipelineCommand.d.ts +3 -3
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +3 -3
- package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +3 -3
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +3 -3
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +3 -3
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateProjectCommand.d.ts +3 -3
- package/dist-types/commands/CreateSpaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +24 -3
- package/dist-types/commands/CreateTrainingPlanCommand.d.ts +3 -3
- package/dist-types/commands/CreateTransformJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateTrialCommand.d.ts +3 -3
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserProfileCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkforceCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkteamCommand.d.ts +3 -3
- package/dist-types/commands/DeleteActionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAppCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +3 -3
- package/dist-types/commands/DeleteArtifactCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAssociationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -3
- package/dist-types/commands/DeleteClusterSchedulerConfigCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCompilationJobCommand.d.ts +3 -3
- package/dist-types/commands/DeleteComputeQuotaCommand.d.ts +3 -3
- package/dist-types/commands/DeleteContextCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDomainCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +3 -3
- package/dist-types/commands/DeleteExperimentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteHubCommand.d.ts +3 -3
- package/dist-types/commands/DeleteHubContentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +3 -3
- package/dist-types/commands/DeleteHyperParameterTuningJobCommand.d.ts +3 -3
- package/dist-types/commands/DeleteImageCommand.d.ts +3 -3
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteInferenceComponentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteMlflowAppCommand.d.ts +3 -3
- package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelCardCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +3 -3
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/DeleteOptimizationJobCommand.d.ts +3 -3
- package/dist-types/commands/DeletePartnerAppCommand.d.ts +3 -3
- package/dist-types/commands/DeletePipelineCommand.d.ts +3 -3
- package/dist-types/commands/DeleteProcessingJobCommand.d.ts +3 -3
- package/dist-types/commands/DeleteProjectCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSpaceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTagsCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTrainingJobCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTrialCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWorkteamCommand.d.ts +3 -3
- package/dist-types/commands/DeregisterDevicesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeActionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +12 -3
- package/dist-types/commands/DescribeAppCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeArtifactCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +3 -3
- package/dist-types/commands/DescribeClusterCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClusterEventCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +3 -3
- package/dist-types/commands/DescribeContextCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDeviceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDomainCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEndpointCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeExperimentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHubCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHubContentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +9 -3
- package/dist-types/commands/DescribeImageCommand.d.ts +3 -3
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +3 -3
- package/dist-types/commands/DescribeMlflowAppCommand.d.ts +3 -3
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelCardCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +16 -3
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +3 -3
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribePartnerAppCommand.d.ts +3 -3
- package/dist-types/commands/DescribePipelineCommand.d.ts +3 -3
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +3 -3
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +7 -3
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeProjectCommand.d.ts +4 -3
- package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpaceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +3 -4
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +36 -3
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTrialCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +3 -3
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +3 -3
- package/dist-types/commands/DetachClusterNodeVolumeCommand.d.ts +3 -3
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +3 -3
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +3 -3
- package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +3 -3
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +3 -3
- package/dist-types/commands/GetScalingConfigurationRecommendationCommand.d.ts +3 -3
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +3 -3
- package/dist-types/commands/ImportHubContentCommand.d.ts +3 -3
- package/dist-types/commands/ListActionsCommand.d.ts +3 -3
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +3 -3
- package/dist-types/commands/ListAliasesCommand.d.ts +3 -3
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +3 -3
- package/dist-types/commands/ListAppsCommand.d.ts +3 -3
- package/dist-types/commands/ListArtifactsCommand.d.ts +3 -3
- package/dist-types/commands/ListAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +3 -3
- package/dist-types/commands/ListClusterEventsCommand.d.ts +3 -3
- package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -3
- package/dist-types/commands/ListClusterSchedulerConfigsCommand.d.ts +3 -3
- package/dist-types/commands/ListClustersCommand.d.ts +3 -3
- package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +3 -3
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +3 -3
- package/dist-types/commands/ListContextsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +3 -3
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +3 -3
- package/dist-types/commands/ListDevicesCommand.d.ts +3 -3
- package/dist-types/commands/ListDomainsCommand.d.ts +3 -3
- package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +3 -3
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +3 -3
- package/dist-types/commands/ListEndpointsCommand.d.ts +3 -3
- package/dist-types/commands/ListExperimentsCommand.d.ts +3 -3
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +3 -3
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListHubContentsCommand.d.ts +3 -3
- package/dist-types/commands/ListHubsCommand.d.ts +3 -3
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +3 -3
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListImageVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListImagesCommand.d.ts +3 -3
- package/dist-types/commands/ListInferenceComponentsCommand.d.ts +3 -3
- package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +3 -3
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +3 -3
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +3 -3
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListMlflowAppsCommand.d.ts +3 -3
- package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +3 -3
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelCardVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelCardsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelMetadataCommand.d.ts +3 -3
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelPackagesCommand.d.ts +4 -3
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +3 -3
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +3 -3
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +3 -3
- package/dist-types/commands/ListOptimizationJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListPartnerAppsCommand.d.ts +3 -3
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +35 -3
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +3 -3
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +3 -3
- package/dist-types/commands/ListPipelineVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListPipelinesCommand.d.ts +3 -3
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListProjectsCommand.d.ts +3 -3
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +3 -3
- package/dist-types/commands/ListSpacesCommand.d.ts +3 -3
- package/dist-types/commands/ListStageDevicesCommand.d.ts +3 -3
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +3 -3
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +3 -4
- package/dist-types/commands/ListTagsCommand.d.ts +3 -3
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +3 -3
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +3 -3
- package/dist-types/commands/ListTransformJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +3 -3
- package/dist-types/commands/ListTrialsCommand.d.ts +3 -3
- package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +3 -3
- package/dist-types/commands/ListUserProfilesCommand.d.ts +3 -3
- package/dist-types/commands/ListWorkforcesCommand.d.ts +3 -3
- package/dist-types/commands/ListWorkteamsCommand.d.ts +3 -3
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +3 -3
- package/dist-types/commands/QueryLineageCommand.d.ts +3 -3
- package/dist-types/commands/RegisterDevicesCommand.d.ts +3 -3
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +3 -3
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +3 -3
- package/dist-types/commands/SearchCommand.d.ts +32 -3
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +3 -3
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +3 -3
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +3 -3
- package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +3 -3
- package/dist-types/commands/StartInferenceExperimentCommand.d.ts +3 -3
- package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +3 -3
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +3 -3
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +4 -3
- package/dist-types/commands/StartSessionCommand.d.ts +3 -3
- package/dist-types/commands/StopAutoMLJobCommand.d.ts +3 -3
- package/dist-types/commands/StopCompilationJobCommand.d.ts +3 -3
- package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +3 -3
- package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +3 -3
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +3 -3
- package/dist-types/commands/StopInferenceExperimentCommand.d.ts +3 -3
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +3 -3
- package/dist-types/commands/StopLabelingJobCommand.d.ts +3 -3
- package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +3 -3
- package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +3 -3
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/StopOptimizationJobCommand.d.ts +3 -3
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +3 -3
- package/dist-types/commands/StopProcessingJobCommand.d.ts +3 -3
- package/dist-types/commands/StopTrainingJobCommand.d.ts +3 -3
- package/dist-types/commands/StopTransformJobCommand.d.ts +3 -3
- package/dist-types/commands/UpdateActionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdateArtifactCommand.d.ts +3 -3
- package/dist-types/commands/UpdateClusterCommand.d.ts +3 -3
- package/dist-types/commands/UpdateClusterSchedulerConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +3 -3
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +3 -3
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +3 -3
- package/dist-types/commands/UpdateContextCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDevicesCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDomainCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEndpointCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +3 -3
- package/dist-types/commands/UpdateExperimentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +3 -3
- package/dist-types/commands/UpdateHubCommand.d.ts +3 -3
- package/dist-types/commands/UpdateHubContentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateImageCommand.d.ts +3 -3
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateMlflowAppCommand.d.ts +3 -3
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +3 -3
- package/dist-types/commands/UpdateModelCardCommand.d.ts +3 -3
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +16 -3
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +3 -3
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +3 -3
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePartnerAppCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePipelineCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePipelineVersionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateProjectCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSpaceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTrialCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/SageMakerServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +62 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +115 -142
- package/dist-types/models/models_1.d.ts +146 -182
- package/dist-types/models/models_2.d.ts +302 -346
- package/dist-types/models/models_3.d.ts +4135 -4034
- package/dist-types/models/models_4.d.ts +421 -5
- package/dist-types/pagination/CreateHubContentPresignedUrlsPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAlgorithmsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppImageConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListArtifactsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAutoMLJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterSchedulerConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCodeRepositoriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCompilationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComputeQuotasPaginator.d.ts +1 -1
- package/dist-types/pagination/ListContextsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDeviceFleetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEdgeDeploymentPlansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEdgePackagingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEndpointConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExperimentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFeatureGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFlowDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHumanTaskUisPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHyperParameterTuningJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImageVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceRecommendationsJobStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLabelingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelMetadataPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelPackageGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelPackagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringSchedulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotebookInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOptimizationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPartnerAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineExecutionStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineParametersForExecutionPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelinesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProcessingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourceCatalogsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSpacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStageDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStudioLifecycleConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscribedWorkteamsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingPlansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTransformJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrialComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrialsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkforcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkteamsPaginator.d.ts +1 -1
- package/dist-types/pagination/QueryLineagePaginator.d.ts +1 -1
- package/dist-types/pagination/SearchPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +18 -1
- package/dist-types/ts3.4/SageMakerClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/SageMakerServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +31 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -35
- package/dist-types/ts3.4/models/models_1.d.ts +50 -61
- package/dist-types/ts3.4/models/models_2.d.ts +94 -116
- package/dist-types/ts3.4/models/models_3.d.ts +169 -135
- package/dist-types/ts3.4/models/models_4.d.ts +141 -31
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +17 -0
- package/package.json +13 -12
|
@@ -1,8 +1,399 @@
|
|
|
1
|
-
import { _InstanceType, AccountDefaultStatus, ActionStatus, ActivationState, AppNetworkAccessType, AppSecurityGroupManagement, BatchStrategy, BooleanOperator, ClusterNodeProvisioningMode, ClusterNodeRecovery, CrossAccountFilterOption, Direction, EndpointStatus, HubContentSupportStatus, HubContentType, InferenceExperimentStopDesiredState, IPAddressType, JobType, LineageType, ListWorkforcesSortByOptions, ListWorkteamsSortByOptions, ModelApprovalStatus, ModelCardStatus, ModelPackageGroupStatus, ModelPackageStatus, ModelRegistrationMode, ModelVariantAction, MonitoringType, NotebookInstanceAcceleratorType, PipelineExecutionStatus, PipelineStatus, ProcessingJobStatus, Processor, ProjectStatus, Relation, ReservedCapacityInstanceType, ReservedCapacityType, ResourceType, RootAccess, SageMakerResourceName, ScheduleStatus, SearchSortOrder, SecondaryStatus, SkipModelValidation, SortBy, SortOrder, SortTrialComponentsBy, SortTrialsBy, TagPropagation, ThroughputMode, TrackingServerSize, TrainingJobSortByOptions, TrainingJobStatus, TrainingPlanFilterName, TrainingPlanSortBy, TrainingPlanSortOrder, TrainingPlanStatus, TransformJobStatus, UltraServerHealthStatus, UserProfileSortKey, UserProfileStatus, VariantPropertyType, VendorGuidance, WarmPoolResourceStatus, WorkforceIpAddressType } from "./enums";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { DataProcessing,
|
|
5
|
-
import {
|
|
1
|
+
import { _InstanceType, AccountDefaultStatus, ActionStatus, ActivationState, AppNetworkAccessType, AppSecurityGroupManagement, AppType, BatchStrategy, BooleanOperator, ClusterNodeProvisioningMode, ClusterNodeRecovery, CrossAccountFilterOption, Direction, EndpointStatus, FeatureStatus, HubContentSupportStatus, HubContentType, InferenceExperimentStopDesiredState, IPAddressType, JobType, LineageType, ListWorkforcesSortByOptions, ListWorkteamsSortByOptions, ModelApprovalStatus, ModelCardStatus, ModelPackageGroupStatus, ModelPackageRegistrationType, ModelPackageStatus, ModelRegistrationMode, ModelVariantAction, MonitoringType, NotebookInstanceAcceleratorType, PipelineExecutionStatus, PipelineStatus, ProcessingJobStatus, Processor, ProjectStatus, Relation, ReservedCapacityInstanceType, ReservedCapacityType, ResourceCatalogSortBy, ResourceCatalogSortOrder, ResourceType, RootAccess, SageMakerResourceName, ScheduleStatus, SearchSortOrder, SecondaryStatus, SharingType, SkipModelValidation, SortBy, SortOrder, SortTrialComponentsBy, SortTrialsBy, SpaceSortKey, SpaceStatus, StudioLifecycleConfigAppType, StudioLifecycleConfigSortKey, TagPropagation, ThroughputMode, TrackingServerSize, TrainingJobSortByOptions, TrainingJobStatus, TrainingPlanFilterName, TrainingPlanSortBy, TrainingPlanSortOrder, TrainingPlanStatus, TransformJobStatus, UltraServerHealthStatus, UserProfileSortKey, UserProfileStatus, VariantPropertyType, VendorGuidance, WarmPoolResourceStatus, WorkforceIpAddressType } from "./enums";
|
|
2
|
+
import { type AlgorithmSpecification, type AppSpecification, type BatchDataCaptureConfig, type BatchTransformInput, type CfnUpdateTemplateProvider, type CheckpointConfig, type ClusterAutoScalingConfig, type ClusterTieredStorageConfig, type CodeEditorAppImageConfig, type ComputeQuotaConfig, type ComputeQuotaTarget, type DeploymentConfiguration, type InferenceSpecification, type JupyterLabAppImageConfig, type KernelGatewayImageConfig, type MetadataProperties, type OutputDataConfig, type ResourceConfig, type SchedulerConfig, type StoppingCondition, type TransformInput, type TransformOutput, type TransformResources, type UserContext, type VpcConfig, AdditionalInferenceSpecificationDefinition, Channel, ClusterInstanceGroupSpecification, ClusterRestrictedInstanceGroupSpecification, ContainerDefinition, OutputParameter, Tag } from "./models_0";
|
|
3
|
+
import { type DefaultSpaceSettings, type DeploymentConfig, type DriftCheckBaselines, type EdgeOutputConfig, type ExperimentConfig, type InferenceComponentRuntimeConfig, type InferenceComponentSpecification, type InferenceExecutionConfig, type InferenceExperimentDataStorageConfig, type InferenceExperimentSchedule, type InstanceMetadataServiceConfiguration, type ModelCardSecurityConfig, type ModelLifeCycle, type ModelMetrics, type ModelPackageModelCard, type ModelPackageSecurityConfig, type ModelPackageValidationSpecification, type MonitoringScheduleConfig, type NetworkConfig, type ParallelismConfiguration, type PartnerAppConfig, type PartnerAppMaintenanceConfig, type PipelineDefinitionS3Location, type ProcessingOutputConfig, type ProcessingResources, type ProcessingStoppingCondition, type RetryStrategy, type ServiceCatalogProvisioningDetails, type ShadowModeConfig, type SourceAlgorithmSpecification, type SpaceSettings, type SpaceStorageSettings, type TtlDuration, type UiTemplate, type UserSettings, FeatureDefinition, ModelVariantConfig, NotebookInstanceLifecycleHook, ProcessingInput, ProvisioningParameter } from "./models_1";
|
|
4
|
+
import { type DataProcessing, type DebugHookConfig, type DeploymentRecommendation, type InferenceComponentDeploymentConfig, type ModelArtifacts, type ModelClientConfig, type ModelPackageConfig, type ModelPackageStatusDetails, type MonitoringExecutionSummary, type NotificationConfiguration, type OidcConfig, type PipelineExperimentConfig, type ProfilerConfig, type SelectiveExecutionConfig, type SourceIpConfig, type TensorBoardOutputConfig, type TrialComponentStatus, type WorkerAccessConfiguration, type WorkforceVpcConfigRequest, DebugRuleConfiguration, DebugRuleEvaluationStatus, FeatureParameter, HyperParameterTrainingJobSummary, MemberDefinition, ProfilerRuleConfiguration, TrialComponentArtifact, TrialComponentParameterValue } from "./models_2";
|
|
5
|
+
import { type DomainSettingsForUpdate, type Endpoint, type Experiment, type FeatureGroup, type FeatureMetadata, type GitConfigForUpdate, type HyperParameterTuningJobSearchEntity, type ServiceCatalogProvisionedProductDetails, type TrialComponentSource, type TrialSource, type WarmPoolStatus, DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Edge, Filter, MetricData, MonitoringAlertSummary, Parameter, ReservedCapacitySummary, SecondaryStatusTransition, SubscribedWorkteam, TemplateProviderDetail, TrialComponentMetricSummary, Workforce, Workteam } from "./models_3";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface ListResourceCatalogsRequest {
|
|
10
|
+
/**
|
|
11
|
+
* <p> A string that partially matches one or more <code>ResourceCatalog</code>s names. Filters <code>ResourceCatalog</code> by name. </p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
NameContains?: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p> Use this parameter to search for <code>ResourceCatalog</code>s created after a specific date and time. </p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
CreationTimeAfter?: Date | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* <p> Use this parameter to search for <code>ResourceCatalog</code>s created before a specific date and time. </p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
CreationTimeBefore?: Date | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p> The order in which the resource catalogs are listed. </p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
SortOrder?: ResourceCatalogSortOrder | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p> The value on which the resource catalog list is sorted. </p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
SortBy?: ResourceCatalogSortBy | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p> The maximum number of results returned by <code>ListResourceCatalogs</code>. </p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
MaxResults?: number | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p> A token to resume pagination of <code>ListResourceCatalogs</code> results. </p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
NextToken?: string | undefined;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* <p> A resource catalog containing all of the resources of a specific resource type within a resource owner account. For an example on sharing the Amazon SageMaker Feature Store <code>DefaultFeatureGroupCatalog</code>, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/feature-store-cross-account-discoverability-share-sagemaker-catalog.html">Share Amazon SageMaker Catalog resource type</a> in the Amazon SageMaker Developer Guide. </p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
export interface ResourceCatalog {
|
|
51
|
+
/**
|
|
52
|
+
* <p> The Amazon Resource Name (ARN) of the <code>ResourceCatalog</code>. </p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
ResourceCatalogArn: string | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* <p> The name of the <code>ResourceCatalog</code>. </p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
ResourceCatalogName: string | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* <p> A free form description of the <code>ResourceCatalog</code>. </p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
Description: string | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* <p> The time the <code>ResourceCatalog</code> was created. </p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
CreationTime: Date | undefined;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
export interface ListResourceCatalogsResponse {
|
|
76
|
+
/**
|
|
77
|
+
* <p> A list of the requested <code>ResourceCatalog</code>s. </p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
ResourceCatalogs?: ResourceCatalog[] | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* <p> A token to resume pagination of <code>ListResourceCatalogs</code> results. </p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
NextToken?: string | undefined;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export interface ListSpacesRequest {
|
|
91
|
+
/**
|
|
92
|
+
* <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
NextToken?: string | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* <p>This parameter defines the maximum number of results that can be return in a single response. The <code>MaxResults</code> parameter is an upper bound, not a target. If there are more results available than the value specified, a <code>NextToken</code> is provided in the response. The <code>NextToken</code> indicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value for <code>MaxResults</code> is 10.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
MaxResults?: number | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* <p>The sort order for the results. The default is <code>Ascending</code>.</p>
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
SortOrder?: SortOrder | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* <p>The parameter by which to sort the results. The default is <code>CreationTime</code>.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
SortBy?: SpaceSortKey | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* <p>A parameter to search for the domain ID.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
DomainIdEquals?: string | undefined;
|
|
116
|
+
/**
|
|
117
|
+
* <p>A parameter by which to filter the results.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
SpaceNameContains?: string | undefined;
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* <p>Specifies summary information about the ownership settings.</p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
export interface OwnershipSettingsSummary {
|
|
127
|
+
/**
|
|
128
|
+
* <p>The user profile who is the owner of the space.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
OwnerUserProfileName?: string | undefined;
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* <p>Specifies summary information about the space settings.</p>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
export interface SpaceSettingsSummary {
|
|
138
|
+
/**
|
|
139
|
+
* <p>The type of app created within the space.</p>
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
AppType?: AppType | undefined;
|
|
143
|
+
/**
|
|
144
|
+
* <p>A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.</p>
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
RemoteAccess?: FeatureStatus | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* <p>The storage settings for a space.</p>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
SpaceStorageSettings?: SpaceStorageSettings | undefined;
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* <p>Specifies summary information about the space sharing settings.</p>
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
export interface SpaceSharingSettingsSummary {
|
|
159
|
+
/**
|
|
160
|
+
* <p>Specifies the sharing type of the space.</p>
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
SharingType?: SharingType | undefined;
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* <p>The space's details.</p>
|
|
167
|
+
* @public
|
|
168
|
+
*/
|
|
169
|
+
export interface SpaceDetails {
|
|
170
|
+
/**
|
|
171
|
+
* <p>The ID of the associated domain.</p>
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
174
|
+
DomainId?: string | undefined;
|
|
175
|
+
/**
|
|
176
|
+
* <p>The name of the space.</p>
|
|
177
|
+
* @public
|
|
178
|
+
*/
|
|
179
|
+
SpaceName?: string | undefined;
|
|
180
|
+
/**
|
|
181
|
+
* <p>The status.</p>
|
|
182
|
+
* @public
|
|
183
|
+
*/
|
|
184
|
+
Status?: SpaceStatus | undefined;
|
|
185
|
+
/**
|
|
186
|
+
* <p>The creation time.</p>
|
|
187
|
+
* @public
|
|
188
|
+
*/
|
|
189
|
+
CreationTime?: Date | undefined;
|
|
190
|
+
/**
|
|
191
|
+
* <p>The last modified time.</p>
|
|
192
|
+
* @public
|
|
193
|
+
*/
|
|
194
|
+
LastModifiedTime?: Date | undefined;
|
|
195
|
+
/**
|
|
196
|
+
* <p>Specifies summary information about the space settings.</p>
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
SpaceSettingsSummary?: SpaceSettingsSummary | undefined;
|
|
200
|
+
/**
|
|
201
|
+
* <p>Specifies summary information about the space sharing settings.</p>
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
204
|
+
SpaceSharingSettingsSummary?: SpaceSharingSettingsSummary | undefined;
|
|
205
|
+
/**
|
|
206
|
+
* <p>Specifies summary information about the ownership settings.</p>
|
|
207
|
+
* @public
|
|
208
|
+
*/
|
|
209
|
+
OwnershipSettingsSummary?: OwnershipSettingsSummary | undefined;
|
|
210
|
+
/**
|
|
211
|
+
* <p>The name of the space that appears in the Studio UI.</p>
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
SpaceDisplayName?: string | undefined;
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
export interface ListSpacesResponse {
|
|
220
|
+
/**
|
|
221
|
+
* <p>The list of spaces.</p>
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
Spaces?: SpaceDetails[] | undefined;
|
|
225
|
+
/**
|
|
226
|
+
* <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
NextToken?: string | undefined;
|
|
230
|
+
}
|
|
231
|
+
/**
|
|
232
|
+
* @public
|
|
233
|
+
*/
|
|
234
|
+
export interface ListStageDevicesRequest {
|
|
235
|
+
/**
|
|
236
|
+
* <p>The response from the last list when returning a list large enough to neeed tokening.</p>
|
|
237
|
+
* @public
|
|
238
|
+
*/
|
|
239
|
+
NextToken?: string | undefined;
|
|
240
|
+
/**
|
|
241
|
+
* <p>The maximum number of requests to select.</p>
|
|
242
|
+
* @public
|
|
243
|
+
*/
|
|
244
|
+
MaxResults?: number | undefined;
|
|
245
|
+
/**
|
|
246
|
+
* <p>The name of the edge deployment plan.</p>
|
|
247
|
+
* @public
|
|
248
|
+
*/
|
|
249
|
+
EdgeDeploymentPlanName: string | undefined;
|
|
250
|
+
/**
|
|
251
|
+
* <p>Toggle for excluding devices deployed in other stages.</p>
|
|
252
|
+
* @public
|
|
253
|
+
*/
|
|
254
|
+
ExcludeDevicesDeployedInOtherStage?: boolean | undefined;
|
|
255
|
+
/**
|
|
256
|
+
* <p>The name of the stage in the deployment.</p>
|
|
257
|
+
* @public
|
|
258
|
+
*/
|
|
259
|
+
StageName: string | undefined;
|
|
260
|
+
}
|
|
261
|
+
/**
|
|
262
|
+
* @public
|
|
263
|
+
*/
|
|
264
|
+
export interface ListStageDevicesResponse {
|
|
265
|
+
/**
|
|
266
|
+
* <p>List of summaries of devices allocated to the stage.</p>
|
|
267
|
+
* @public
|
|
268
|
+
*/
|
|
269
|
+
DeviceDeploymentSummaries: DeviceDeploymentSummary[] | undefined;
|
|
270
|
+
/**
|
|
271
|
+
* <p>The token to use when calling the next page of results.</p>
|
|
272
|
+
* @public
|
|
273
|
+
*/
|
|
274
|
+
NextToken?: string | undefined;
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* @public
|
|
278
|
+
*/
|
|
279
|
+
export interface ListStudioLifecycleConfigsRequest {
|
|
280
|
+
/**
|
|
281
|
+
* <p>The total number of items to return in the response. If the total number of items available is more than the value specified, a <code>NextToken</code> is provided in the response. To resume pagination, provide the <code>NextToken</code> value in the as part of a subsequent call. The default value is 10.</p>
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
MaxResults?: number | undefined;
|
|
285
|
+
/**
|
|
286
|
+
* <p>If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations, the call returns a token for getting the next set of Lifecycle Configurations.</p>
|
|
287
|
+
* @public
|
|
288
|
+
*/
|
|
289
|
+
NextToken?: string | undefined;
|
|
290
|
+
/**
|
|
291
|
+
* <p>A string in the Lifecycle Configuration name. This filter returns only Lifecycle Configurations whose name contains the specified string.</p>
|
|
292
|
+
* @public
|
|
293
|
+
*/
|
|
294
|
+
NameContains?: string | undefined;
|
|
295
|
+
/**
|
|
296
|
+
* <p>A parameter to search for the App Type to which the Lifecycle Configuration is attached.</p>
|
|
297
|
+
* @public
|
|
298
|
+
*/
|
|
299
|
+
AppTypeEquals?: StudioLifecycleConfigAppType | undefined;
|
|
300
|
+
/**
|
|
301
|
+
* <p>A filter that returns only Lifecycle Configurations created on or before the specified time.</p>
|
|
302
|
+
* @public
|
|
303
|
+
*/
|
|
304
|
+
CreationTimeBefore?: Date | undefined;
|
|
305
|
+
/**
|
|
306
|
+
* <p>A filter that returns only Lifecycle Configurations created on or after the specified time.</p>
|
|
307
|
+
* @public
|
|
308
|
+
*/
|
|
309
|
+
CreationTimeAfter?: Date | undefined;
|
|
310
|
+
/**
|
|
311
|
+
* <p>A filter that returns only Lifecycle Configurations modified before the specified time.</p>
|
|
312
|
+
* @public
|
|
313
|
+
*/
|
|
314
|
+
ModifiedTimeBefore?: Date | undefined;
|
|
315
|
+
/**
|
|
316
|
+
* <p>A filter that returns only Lifecycle Configurations modified after the specified time.</p>
|
|
317
|
+
* @public
|
|
318
|
+
*/
|
|
319
|
+
ModifiedTimeAfter?: Date | undefined;
|
|
320
|
+
/**
|
|
321
|
+
* <p>The property used to sort results. The default value is CreationTime.</p>
|
|
322
|
+
* @public
|
|
323
|
+
*/
|
|
324
|
+
SortBy?: StudioLifecycleConfigSortKey | undefined;
|
|
325
|
+
/**
|
|
326
|
+
* <p>The sort order. The default value is Descending.</p>
|
|
327
|
+
* @public
|
|
328
|
+
*/
|
|
329
|
+
SortOrder?: SortOrder | undefined;
|
|
330
|
+
}
|
|
331
|
+
/**
|
|
332
|
+
* <p>Details of the Amazon SageMaker AI Studio Lifecycle Configuration.</p>
|
|
333
|
+
* @public
|
|
334
|
+
*/
|
|
335
|
+
export interface StudioLifecycleConfigDetails {
|
|
336
|
+
/**
|
|
337
|
+
* <p> The Amazon Resource Name (ARN) of the Lifecycle Configuration.</p>
|
|
338
|
+
* @public
|
|
339
|
+
*/
|
|
340
|
+
StudioLifecycleConfigArn?: string | undefined;
|
|
341
|
+
/**
|
|
342
|
+
* <p>The name of the Amazon SageMaker AI Studio Lifecycle Configuration.</p>
|
|
343
|
+
* @public
|
|
344
|
+
*/
|
|
345
|
+
StudioLifecycleConfigName?: string | undefined;
|
|
346
|
+
/**
|
|
347
|
+
* <p>The creation time of the Amazon SageMaker AI Studio Lifecycle Configuration.</p>
|
|
348
|
+
* @public
|
|
349
|
+
*/
|
|
350
|
+
CreationTime?: Date | undefined;
|
|
351
|
+
/**
|
|
352
|
+
* <p>This value is equivalent to CreationTime because Amazon SageMaker AI Studio Lifecycle Configurations are immutable.</p>
|
|
353
|
+
* @public
|
|
354
|
+
*/
|
|
355
|
+
LastModifiedTime?: Date | undefined;
|
|
356
|
+
/**
|
|
357
|
+
* <p>The App type to which the Lifecycle Configuration is attached.</p>
|
|
358
|
+
* @public
|
|
359
|
+
*/
|
|
360
|
+
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | undefined;
|
|
361
|
+
}
|
|
362
|
+
/**
|
|
363
|
+
* @public
|
|
364
|
+
*/
|
|
365
|
+
export interface ListStudioLifecycleConfigsResponse {
|
|
366
|
+
/**
|
|
367
|
+
* <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
|
|
368
|
+
* @public
|
|
369
|
+
*/
|
|
370
|
+
NextToken?: string | undefined;
|
|
371
|
+
/**
|
|
372
|
+
* <p>A list of Lifecycle Configurations and their properties.</p>
|
|
373
|
+
* @public
|
|
374
|
+
*/
|
|
375
|
+
StudioLifecycleConfigs?: StudioLifecycleConfigDetails[] | undefined;
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* @public
|
|
379
|
+
*/
|
|
380
|
+
export interface ListSubscribedWorkteamsRequest {
|
|
381
|
+
/**
|
|
382
|
+
* <p>A string in the work team name. This filter returns only work teams whose name contains the specified string.</p>
|
|
383
|
+
* @public
|
|
384
|
+
*/
|
|
385
|
+
NameContains?: string | undefined;
|
|
386
|
+
/**
|
|
387
|
+
* <p>If the result of the previous <code>ListSubscribedWorkteams</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of labeling jobs, use the token in the next request.</p>
|
|
388
|
+
* @public
|
|
389
|
+
*/
|
|
390
|
+
NextToken?: string | undefined;
|
|
391
|
+
/**
|
|
392
|
+
* <p>The maximum number of work teams to return in each page of the response.</p>
|
|
393
|
+
* @public
|
|
394
|
+
*/
|
|
395
|
+
MaxResults?: number | undefined;
|
|
396
|
+
}
|
|
6
397
|
/**
|
|
7
398
|
* @public
|
|
8
399
|
*/
|
|
@@ -1458,6 +1849,11 @@ export interface ModelPackage {
|
|
|
1458
1849
|
* @public
|
|
1459
1850
|
*/
|
|
1460
1851
|
ModelPackageVersion?: number | undefined;
|
|
1852
|
+
/**
|
|
1853
|
+
* <p> The package registration type of the model package. </p>
|
|
1854
|
+
* @public
|
|
1855
|
+
*/
|
|
1856
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
1461
1857
|
/**
|
|
1462
1858
|
* <p>The Amazon Resource Name (ARN) of the model package.</p>
|
|
1463
1859
|
* @public
|
|
@@ -2647,6 +3043,16 @@ export interface TrainingJob {
|
|
|
2647
3043
|
* @public
|
|
2648
3044
|
*/
|
|
2649
3045
|
DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[] | undefined;
|
|
3046
|
+
/**
|
|
3047
|
+
* <p> The output model package Amazon Resource Name (ARN) that contains model weights or checkpoint. </p>
|
|
3048
|
+
* @public
|
|
3049
|
+
*/
|
|
3050
|
+
OutputModelPackageArn?: string | undefined;
|
|
3051
|
+
/**
|
|
3052
|
+
* <p> The model package configuration. </p>
|
|
3053
|
+
* @public
|
|
3054
|
+
*/
|
|
3055
|
+
ModelPackageConfig?: ModelPackageConfig | undefined;
|
|
2650
3056
|
/**
|
|
2651
3057
|
* <p>Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.</p>
|
|
2652
3058
|
* @public
|
|
@@ -3309,6 +3715,11 @@ export interface StartPipelineExecutionRequest {
|
|
|
3309
3715
|
* @public
|
|
3310
3716
|
*/
|
|
3311
3717
|
PipelineVersionId?: number | undefined;
|
|
3718
|
+
/**
|
|
3719
|
+
* <p> The MLflow experiment name of the start execution. </p>
|
|
3720
|
+
* @public
|
|
3721
|
+
*/
|
|
3722
|
+
MlflowExperimentName?: string | undefined;
|
|
3312
3723
|
}
|
|
3313
3724
|
/**
|
|
3314
3725
|
* @public
|
|
@@ -4732,6 +5143,11 @@ export interface UpdateModelPackageInput {
|
|
|
4732
5143
|
* @public
|
|
4733
5144
|
*/
|
|
4734
5145
|
ModelApprovalStatus?: ModelApprovalStatus | undefined;
|
|
5146
|
+
/**
|
|
5147
|
+
* <p> The package registration type of the model package input. </p>
|
|
5148
|
+
* @public
|
|
5149
|
+
*/
|
|
5150
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
4735
5151
|
/**
|
|
4736
5152
|
* <p>A description for the approval status of the model.</p>
|
|
4737
5153
|
* @public
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { CreateHubContentPresignedUrlsCommandInput, CreateHubContentPresignedUrlsCommandOutput } from "../commands/CreateHubContentPresignedUrlsCommand";
|
|
3
3
|
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAlgorithmsCommandInput, ListAlgorithmsCommandOutput } from "../commands/ListAlgorithmsCommand";
|
|
3
3
|
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAppImageConfigsCommandInput, ListAppImageConfigsCommandOutput } from "../commands/ListAppImageConfigsCommand";
|
|
3
3
|
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "../commands/ListArtifactsCommand";
|
|
3
3
|
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "../commands/ListAssociationsCommand";
|
|
3
3
|
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAutoMLJobsCommandInput, ListAutoMLJobsCommandOutput } from "../commands/ListAutoMLJobsCommand";
|
|
3
3
|
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCandidatesForAutoMLJobCommandInput, ListCandidatesForAutoMLJobCommandOutput } from "../commands/ListCandidatesForAutoMLJobCommand";
|
|
3
3
|
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListClusterEventsCommandInput, ListClusterEventsCommandOutput } from "../commands/ListClusterEventsCommand";
|
|
3
3
|
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListClusterNodesCommandInput, ListClusterNodesCommandOutput } from "../commands/ListClusterNodesCommand";
|
|
3
3
|
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListClusterSchedulerConfigsCommandInput, ListClusterSchedulerConfigsCommandOutput } from "../commands/ListClusterSchedulerConfigsCommand";
|
|
3
3
|
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCodeRepositoriesCommandInput, ListCodeRepositoriesCommandOutput } from "../commands/ListCodeRepositoriesCommand";
|
|
3
3
|
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCompilationJobsCommandInput, ListCompilationJobsCommandOutput } from "../commands/ListCompilationJobsCommand";
|
|
3
3
|
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListComputeQuotasCommandInput, ListComputeQuotasCommandOutput } from "../commands/ListComputeQuotasCommand";
|
|
3
3
|
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDataQualityJobDefinitionsCommandInput, ListDataQualityJobDefinitionsCommandOutput } from "../commands/ListDataQualityJobDefinitionsCommand";
|
|
3
3
|
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDeviceFleetsCommandInput, ListDeviceFleetsCommandOutput } from "../commands/ListDeviceFleetsCommand";
|
|
3
3
|
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEdgeDeploymentPlansCommandInput, ListEdgeDeploymentPlansCommandOutput } from "../commands/ListEdgeDeploymentPlansCommand";
|
|
3
3
|
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEdgePackagingJobsCommandInput, ListEdgePackagingJobsCommandOutput } from "../commands/ListEdgePackagingJobsCommand";
|
|
3
3
|
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEndpointConfigsCommandInput, ListEndpointConfigsCommandOutput } from "../commands/ListEndpointConfigsCommand";
|
|
3
3
|
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|