@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,6 +1,223 @@
|
|
|
1
|
-
import { _InstanceType, AccountDefaultStatus, ActionStatus, ActivationState, AlgorithmStatus, AppNetworkAccessType, AppSecurityGroupManagement, AppStatus, AppType, AuthMode, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLProblemTypeConfigName, BatchStrategy, CapacityReservationPreference, CaptureStatus, ClusterNodeProvisioningMode, ClusterNodeRecovery, ClusterStatus, CompilationJobStatus, DetailedModelPackageStatus, DirectInternetAccess, DomainStatus, EdgePackagingJobStatus, EdgePresetDeploymentStatus, EdgePresetDeploymentType, EnabledOrDisabled, EndpointStatus, ExecutionStatus, FeatureGroupStatus, FeatureStatus, FeatureType, FlowDefinitionStatus, HubContentStatus, HubContentSupportStatus, HubContentType, HubStatus, HumanTaskUiStatus, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentCapacitySizeType, InferenceComponentStatus, InferenceExperimentStatus, InferenceExperimentType, IPAddressType, IsTrackingServerActive, JobType, JoinSource, LabelingJobStatus, LastUpdateStatusValue, MaintenanceStatus, MlflowAppStatus, ModelApprovalStatus, ModelCardExportJobStatus, ModelCardProcessingStatus, ModelCardStatus, ModelPackageGroupStatus, ModelPackageStatus, ModelRegistrationMode, ModelVariantStatus, MonitoringType, NotebookInstanceAcceleratorType, NotebookInstanceStatus, ObjectiveStatus, OfflineStoreStatusValue, OptimizationJobDeploymentInstanceType, OptimizationJobStatus, PartnerAppAuthType, PartnerAppStatus, PartnerAppType, PipelineExecutionStatus, PipelineStatus, ProblemType, ProcessingJobStatus, Processor, ProductionVariantAcceleratorType, ProductionVariantInstanceType,
|
|
2
|
-
import { ActionSource,
|
|
3
|
-
import { DataCaptureConfig,
|
|
1
|
+
import { _InstanceType, AccountDefaultStatus, ActionStatus, ActivationState, AlgorithmStatus, AppNetworkAccessType, AppSecurityGroupManagement, AppStatus, AppType, AuthMode, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLProblemTypeConfigName, BatchStrategy, CapacityReservationPreference, CaptureStatus, ClusterNodeProvisioningMode, ClusterNodeRecovery, ClusterStatus, CompilationJobStatus, CustomizationTechnique, DetailedModelPackageStatus, DirectInternetAccess, DomainStatus, EdgePackagingJobStatus, EdgePresetDeploymentStatus, EdgePresetDeploymentType, EnabledOrDisabled, EndpointStatus, EvaluationType, ExecutionStatus, FeatureGroupStatus, FeatureStatus, FeatureType, FlowDefinitionStatus, HubContentStatus, HubContentSupportStatus, HubContentType, HubStatus, HumanTaskUiStatus, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentCapacitySizeType, InferenceComponentStatus, InferenceExperimentStatus, InferenceExperimentType, IPAddressType, IsTrackingServerActive, JobType, JoinSource, LabelingJobStatus, LastUpdateStatusValue, MaintenanceStatus, MlflowAppStatus, ModelApprovalStatus, ModelCardExportJobStatus, ModelCardProcessingStatus, ModelCardStatus, ModelPackageGroupStatus, ModelPackageRegistrationType, ModelPackageStatus, ModelRegistrationMode, ModelVariantStatus, MonitoringType, NotebookInstanceAcceleratorType, NotebookInstanceStatus, ObjectiveStatus, OfflineStoreStatusValue, OptimizationJobDeploymentInstanceType, OptimizationJobStatus, PartnerAppAuthType, PartnerAppStatus, PartnerAppType, Peft, PipelineExecutionStatus, PipelineStatus, ProblemType, ProcessingInstanceType, ProcessingJobStatus, Processor, ProductionVariantAcceleratorType, ProductionVariantInstanceType, RecommendationJobStatus, RecommendationJobType, RecommendationStatus, RetentionType, RootAccess, RuleEvaluationStatus, SchedulerResourceStatus, ScheduleStatus, ServerlessJobType, SkipModelValidation, StageStatus, Statistic, StudioLifecycleConfigAppType, TagPropagation, ThroughputMode, TrackingServerMaintenanceStatus, TrackingServerSize, TrackingServerStatus, TrainingJobStatus, TrialComponentPrimaryStatus, VariantStatus, VendorGuidance, WorkforceIpAddressType } from "./enums";
|
|
2
|
+
import { type ActionSource, type AlgorithmSpecification, type AlgorithmStatusDetails, type AlgorithmValidationSpecification, type AppSpecification, type ArtifactSource, type AsyncInferenceConfig, type AutoMLCandidate, type AutoMLComputeConfig, type AutoMLDataSplitConfig, type AutoMLJobArtifacts, type AutoMLJobCompletionCriteria, type AutoMLJobConfig, type AutoMLJobObjective, type AutoMLOutputDataConfig, type AutoMLProblemTypeConfig, type AutoMLResolvedAttributes, type AutoMLSecurityConfig, type AutoRollbackConfig, type Autotune, type AvailableUpgrade, type BatchDataCaptureConfig, type CheckpointConfig, type ClusterAutoScalingConfigOutput, type ClusterEventDetail, type ClusterNodeDetails, type ClusterOrchestrator, type ClusterTieredStorageConfig, type CodeEditorAppImageConfig, type CognitoConfig, type CognitoMemberDefinition, type ComputeQuotaConfig, type ComputeQuotaTarget, type ContextSource, type GitConfig, type InferenceSpecification, type InputConfig, type JupyterLabAppImageConfig, type KernelGatewayImageConfig, type MetadataProperties, type ModelDeployConfig, type NeoVpcConfig, type OutputConfig, type OutputDataConfig, type ResourceConfig, type ResourceSpec, type SchedulerConfig, type StoppingCondition, type TrainingSpecification, type TransformInput, type TransformOutput, type TransformResources, type UserContext, type VpcConfig, AdditionalInferenceSpecificationDefinition, AutoMLChannel, AutoMLJobChannel, AutoMLPartialFailureReason, Channel, ClusterInstanceGroupDetails, ClusterRestrictedInstanceGroupDetails, CollectionConfiguration, ContainerDefinition, Tag } from "./models_0";
|
|
3
|
+
import { type DataCaptureConfig, type DataQualityAppSpecification, type DataQualityBaselineConfig, type DataQualityJobInput, type DefaultSpaceSettings, type DeploymentConfig, type DeviceSelectionConfig, type DomainSettings, type DriftCheckBaselines, type EdgeDeploymentConfig, type EdgeOutputConfig, type EndpointInfo, type ExperimentConfig, type ExplainerConfig, type FlowDefinitionOutputConfig, type HubS3StorageConfig, type HumanLoopActivationConfig, type HumanLoopConfig, type HumanLoopRequestSource, type HumanTaskConfig, type HyperParameterTuningJobConfig, type HyperParameterTuningJobWarmStartConfig, type InferenceComponentComputeResourceRequirements, type InferenceComponentStartupParameters, type InferenceExecutionConfig, type InferenceExperimentDataStorageConfig, type InferenceExperimentSchedule, type InstanceMetadataServiceConfiguration, type LabelingJobAlgorithmsConfig, type LabelingJobInputConfig, type LabelingJobOutputConfig, type LabelingJobStoppingConditions, type MetricsConfig, type ModelBiasAppSpecification, type ModelBiasBaselineConfig, type ModelBiasJobInput, type ModelCardExportOutputConfig, type ModelCardSecurityConfig, type ModelExplainabilityAppSpecification, type ModelExplainabilityBaselineConfig, type ModelExplainabilityJobInput, type ModelInfrastructureConfig, type ModelLifeCycle, type ModelMetrics, type ModelPackageModelCard, type ModelPackageSecurityConfig, type ModelPackageValidationSpecification, type ModelQualityAppSpecification, type ModelQualityBaselineConfig, type ModelQualityJobInput, type MonitoringNetworkConfig, type MonitoringOutputConfig, type MonitoringResources, type MonitoringScheduleConfig, type MonitoringStoppingCondition, type NetworkConfig, type OfflineStoreConfig, type OnlineStoreConfig, type OptimizationJobModelSource, type OptimizationJobOutputConfig, type OptimizationVpcConfig, type ParallelismConfiguration, type PartnerAppConfig, type PartnerAppMaintenanceConfig, type ProcessingOutputConfig, type ProcessingResources, type ProcessingStoppingCondition, type ProductionVariantManagedInstanceScaling, type ProductionVariantRoutingConfig, type ProductionVariantServerlessConfig, type RecommendationJobInputConfig, type RecommendationJobStoppingConditions, type RetryStrategy, type ShadowModeConfig, type SourceAlgorithmSpecification, type UserSettings, EdgeDeploymentModelConfig, FeatureDefinition, HyperParameterTrainingJobDefinition, NotebookInstanceLifecycleHook, OptimizationConfig, ProcessingInput, ProductionVariant } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface CreateStudioLifecycleConfigRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The name of the Amazon SageMaker AI Studio Lifecycle Configuration to create.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
StudioLifecycleConfigName: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The content of your Amazon SageMaker AI Studio Lifecycle Configuration script. This content must be base64 encoded.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
StudioLifecycleConfigContent: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The App type that the Lifecycle Configuration is attached to.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
StudioLifecycleConfigAppType: StudioLifecycleConfigAppType | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API. </p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
Tags?: Tag[] | undefined;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export interface CreateStudioLifecycleConfigResponse {
|
|
33
|
+
/**
|
|
34
|
+
* <p>The ARN of your created Lifecycle Configuration.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
StudioLifecycleConfigArn?: string | undefined;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* <p>Configuration information for the Amazon SageMaker Debugger hook parameters, metric and tensor collections, and storage paths. To learn more about how to configure the <code>DebugHookConfig</code> parameter, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job</a>.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
export interface DebugHookConfig {
|
|
44
|
+
/**
|
|
45
|
+
* <p>Path to local storage location for metrics and tensors. Defaults to <code>/opt/ml/output/tensors/</code>.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
LocalPath?: string | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* <p>Path to Amazon S3 storage location for metrics and tensors.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
S3OutputPath: string | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* <p>Configuration information for the Amazon SageMaker Debugger hook parameters.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
HookParameters?: Record<string, string> | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* <p>Configuration information for Amazon SageMaker Debugger tensor collections. To learn more about how to configure the <code>CollectionConfiguration</code> parameter, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job</a>. </p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
CollectionConfigurations?: CollectionConfiguration[] | undefined;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* <p>Configuration information for SageMaker Debugger rules for debugging. To learn more about how to configure the <code>DebugRuleConfiguration</code> parameter, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job</a>.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
export interface DebugRuleConfiguration {
|
|
70
|
+
/**
|
|
71
|
+
* <p>The name of the rule configuration. It must be unique relative to other rule configuration names.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
RuleConfigurationName: string | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>Path to local storage location for output of rules. Defaults to <code>/opt/ml/processing/output/rule/</code>.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
LocalPath?: string | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* <p>Path to Amazon S3 storage location for rules.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
S3OutputPath?: string | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* <p>The Amazon Elastic Container (ECR) Image for the managed rule evaluation.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
RuleEvaluatorImage: string | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* <p>The instance type to deploy a custom rule for debugging a training job.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
InstanceType?: ProcessingInstanceType | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* <p>The size, in GB, of the ML storage volume attached to the processing instance.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
VolumeSizeInGB?: number | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* <p>Runtime configuration for rule container.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
RuleParameters?: Record<string, string> | undefined;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* <p>Configuration information for the infrastructure health check of a training job. A SageMaker-provided health check tests the health of instance hardware and cluster network connectivity.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
export interface InfraCheckConfig {
|
|
111
|
+
/**
|
|
112
|
+
* <p>Enables an infrastructure health check.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
EnableInfraCheck?: boolean | undefined;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* <p> The MLflow configuration using SageMaker managed MLflow. </p>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
export interface MlflowConfig {
|
|
122
|
+
/**
|
|
123
|
+
* <p> The Amazon Resource Name (ARN) of the MLflow resource. </p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
MlflowResourceArn: string | undefined;
|
|
127
|
+
/**
|
|
128
|
+
* <p> The MLflow experiment name used for this job. </p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
MlflowExperimentName?: string | undefined;
|
|
132
|
+
/**
|
|
133
|
+
* <p> The MLflow run name used for this job. </p>
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
MlflowRunName?: string | undefined;
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* <p> The configuration for the Model package. </p>
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
export interface ModelPackageConfig {
|
|
143
|
+
/**
|
|
144
|
+
* <p> The Amazon Resource Name (ARN) of the model package group of output model package. </p>
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
ModelPackageGroupArn: string | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* <p> The Amazon Resource Name (ARN) of the source model package used for continued fine-tuning and custom model evaluation. </p>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
SourceModelPackageArn?: string | undefined;
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* <p>Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.</p>
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
export interface ProfilerConfig {
|
|
159
|
+
/**
|
|
160
|
+
* <p>Path to Amazon S3 storage location for system and framework metrics.</p>
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
S3OutputPath?: string | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* <p>A time interval for capturing system metrics in milliseconds. Available values are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds.</p>
|
|
166
|
+
* @public
|
|
167
|
+
*/
|
|
168
|
+
ProfilingIntervalInMilliseconds?: number | undefined;
|
|
169
|
+
/**
|
|
170
|
+
* <p>Configuration information for capturing framework metrics. Available key strings for different profiling options are <code>DetailedProfilingConfig</code>, <code>PythonProfilingConfig</code>, and <code>DataLoaderProfilingConfig</code>. The following codes are configuration structures for the <code>ProfilingParameters</code> parameter. To learn more about how to configure the <code>ProfilingParameters</code> parameter, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job</a>. </p>
|
|
171
|
+
* @public
|
|
172
|
+
*/
|
|
173
|
+
ProfilingParameters?: Record<string, string> | undefined;
|
|
174
|
+
/**
|
|
175
|
+
* <p>Configuration to turn off Amazon SageMaker Debugger's system monitoring and profiling functionality. To turn it off, set to <code>True</code>.</p>
|
|
176
|
+
* @public
|
|
177
|
+
*/
|
|
178
|
+
DisableProfiler?: boolean | undefined;
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* <p>Configuration information for profiling rules.</p>
|
|
182
|
+
* @public
|
|
183
|
+
*/
|
|
184
|
+
export interface ProfilerRuleConfiguration {
|
|
185
|
+
/**
|
|
186
|
+
* <p>The name of the rule configuration. It must be unique relative to other rule configuration names.</p>
|
|
187
|
+
* @public
|
|
188
|
+
*/
|
|
189
|
+
RuleConfigurationName: string | undefined;
|
|
190
|
+
/**
|
|
191
|
+
* <p>Path to local storage location for output of rules. Defaults to <code>/opt/ml/processing/output/rule/</code>. </p>
|
|
192
|
+
* @public
|
|
193
|
+
*/
|
|
194
|
+
LocalPath?: string | undefined;
|
|
195
|
+
/**
|
|
196
|
+
* <p>Path to Amazon S3 storage location for rules.</p>
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
S3OutputPath?: string | undefined;
|
|
200
|
+
/**
|
|
201
|
+
* <p>The Amazon Elastic Container Registry Image for the managed rule evaluation.</p>
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
204
|
+
RuleEvaluatorImage: string | undefined;
|
|
205
|
+
/**
|
|
206
|
+
* <p>The instance type to deploy a custom rule for profiling a training job.</p>
|
|
207
|
+
* @public
|
|
208
|
+
*/
|
|
209
|
+
InstanceType?: ProcessingInstanceType | undefined;
|
|
210
|
+
/**
|
|
211
|
+
* <p>The size, in GB, of the ML storage volume attached to the processing instance.</p>
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
VolumeSizeInGB?: number | undefined;
|
|
215
|
+
/**
|
|
216
|
+
* <p>Runtime configuration for rule container.</p>
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
RuleParameters?: Record<string, string> | undefined;
|
|
220
|
+
}
|
|
4
221
|
/**
|
|
5
222
|
* <p>Configuration for remote debugging for the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a> API. To learn more about the remote debugging functionality of SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-remote-debugging.html">Access a training container through Amazon Web Services Systems Manager (SSM) for remote debugging</a>.</p>
|
|
6
223
|
* @public
|
|
@@ -12,6 +229,47 @@ export interface RemoteDebugConfig {
|
|
|
12
229
|
*/
|
|
13
230
|
EnableRemoteDebug?: boolean | undefined;
|
|
14
231
|
}
|
|
232
|
+
/**
|
|
233
|
+
* <p> The configuration for the serverless training job. </p>
|
|
234
|
+
* @public
|
|
235
|
+
*/
|
|
236
|
+
export interface ServerlessJobConfig {
|
|
237
|
+
/**
|
|
238
|
+
* <p> The base model Amazon Resource Name (ARN) in <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-foundation-models-use.html">SageMaker Public Hub</a>. SageMaker always selects the latest version of the provided model. </p>
|
|
239
|
+
* @public
|
|
240
|
+
*/
|
|
241
|
+
BaseModelArn: string | undefined;
|
|
242
|
+
/**
|
|
243
|
+
* <p> Specifies agreement to the model end-user license agreement (EULA). The <code>AcceptEula</code> value must be explicitly defined as <code>True</code> in order to accept the EULA that this model requires. You are responsible for reviewing and complying with any applicable license terms and making sure they are acceptable for your use case before downloading or using a model. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-foundation-models-choose.html#jumpstart-foundation-models-choose-eula">End-user license agreements</a> section for more details on accepting the EULA. </p>
|
|
244
|
+
* @public
|
|
245
|
+
*/
|
|
246
|
+
AcceptEula?: boolean | undefined;
|
|
247
|
+
/**
|
|
248
|
+
* <p> The serverless training job type. </p>
|
|
249
|
+
* @public
|
|
250
|
+
*/
|
|
251
|
+
JobType: ServerlessJobType | undefined;
|
|
252
|
+
/**
|
|
253
|
+
* <p> The model customization technique. </p>
|
|
254
|
+
* @public
|
|
255
|
+
*/
|
|
256
|
+
CustomizationTechnique?: CustomizationTechnique | undefined;
|
|
257
|
+
/**
|
|
258
|
+
* <p> The parameter-efficient fine-tuning configuration. </p>
|
|
259
|
+
* @public
|
|
260
|
+
*/
|
|
261
|
+
Peft?: Peft | undefined;
|
|
262
|
+
/**
|
|
263
|
+
* <p> The evaluation job type. Required when serverless job type is <code>Evaluation</code>. </p>
|
|
264
|
+
* @public
|
|
265
|
+
*/
|
|
266
|
+
EvaluationType?: EvaluationType | undefined;
|
|
267
|
+
/**
|
|
268
|
+
* <p> The evaluator Amazon Resource Name (ARN) used as reward function or reward prompt. </p>
|
|
269
|
+
* @public
|
|
270
|
+
*/
|
|
271
|
+
EvaluatorArn?: string | undefined;
|
|
272
|
+
}
|
|
15
273
|
/**
|
|
16
274
|
* <p>Contains information about attribute-based access control (ABAC) for a training job. The session chaining configuration uses Amazon Security Token Service (STS) for your training job to request temporary, limited-privilege credentials to tenants. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-access-training-data.html#model-access-training-data-abac">Attribute-based access control (ABAC) for multi-tenancy training</a>.</p>
|
|
17
275
|
* @public
|
|
@@ -168,6 +426,21 @@ export interface CreateTrainingJobRequest {
|
|
|
168
426
|
* @public
|
|
169
427
|
*/
|
|
170
428
|
SessionChainingConfig?: SessionChainingConfig | undefined;
|
|
429
|
+
/**
|
|
430
|
+
* <p> The configuration for serverless training jobs. </p>
|
|
431
|
+
* @public
|
|
432
|
+
*/
|
|
433
|
+
ServerlessJobConfig?: ServerlessJobConfig | undefined;
|
|
434
|
+
/**
|
|
435
|
+
* <p> The MLflow configuration using SageMaker managed MLflow. </p>
|
|
436
|
+
* @public
|
|
437
|
+
*/
|
|
438
|
+
MlflowConfig?: MlflowConfig | undefined;
|
|
439
|
+
/**
|
|
440
|
+
* <p> The configuration for the model package. </p>
|
|
441
|
+
* @public
|
|
442
|
+
*/
|
|
443
|
+
ModelPackageConfig?: ModelPackageConfig | undefined;
|
|
171
444
|
}
|
|
172
445
|
/**
|
|
173
446
|
* @public
|
|
@@ -6644,6 +6917,11 @@ export interface DescribeModelPackageOutput {
|
|
|
6644
6917
|
* @public
|
|
6645
6918
|
*/
|
|
6646
6919
|
ModelPackageVersion?: number | undefined;
|
|
6920
|
+
/**
|
|
6921
|
+
* <p> The package registration type of the model package output. </p>
|
|
6922
|
+
* @public
|
|
6923
|
+
*/
|
|
6924
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
6647
6925
|
/**
|
|
6648
6926
|
* <p>The Amazon Resource Name (ARN) of the model package.</p>
|
|
6649
6927
|
* @public
|
|
@@ -7568,6 +7846,22 @@ export interface DescribePipelineExecutionRequest {
|
|
|
7568
7846
|
*/
|
|
7569
7847
|
PipelineExecutionArn: string | undefined;
|
|
7570
7848
|
}
|
|
7849
|
+
/**
|
|
7850
|
+
* <p> The MLflow configuration. </p>
|
|
7851
|
+
* @public
|
|
7852
|
+
*/
|
|
7853
|
+
export interface MLflowConfiguration {
|
|
7854
|
+
/**
|
|
7855
|
+
* <p> The Amazon Resource Name (ARN) of MLflow configuration resource. </p>
|
|
7856
|
+
* @public
|
|
7857
|
+
*/
|
|
7858
|
+
MlflowResourceArn?: string | undefined;
|
|
7859
|
+
/**
|
|
7860
|
+
* <p> The name of the MLflow configuration. </p>
|
|
7861
|
+
* @public
|
|
7862
|
+
*/
|
|
7863
|
+
MlflowExperimentName?: string | undefined;
|
|
7864
|
+
}
|
|
7571
7865
|
/**
|
|
7572
7866
|
* <p>Specifies the names of the experiment and trial created by a pipeline.</p>
|
|
7573
7867
|
* @public
|
|
@@ -7685,6 +7979,11 @@ export interface DescribePipelineExecutionResponse {
|
|
|
7685
7979
|
* @public
|
|
7686
7980
|
*/
|
|
7687
7981
|
PipelineVersionId?: number | undefined;
|
|
7982
|
+
/**
|
|
7983
|
+
* <p> The MLflow configuration of the pipeline execution. </p>
|
|
7984
|
+
* @public
|
|
7985
|
+
*/
|
|
7986
|
+
MLflowConfig?: MLflowConfiguration | undefined;
|
|
7688
7987
|
}
|
|
7689
7988
|
/**
|
|
7690
7989
|
* @public
|
|
@@ -7816,346 +8115,3 @@ export interface DescribeProjectInput {
|
|
|
7816
8115
|
*/
|
|
7817
8116
|
ProjectName: string | undefined;
|
|
7818
8117
|
}
|
|
7819
|
-
/**
|
|
7820
|
-
* <p>Details of a provisioned service catalog product. For information about service catalog, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service Catalog</a>.</p>
|
|
7821
|
-
* @public
|
|
7822
|
-
*/
|
|
7823
|
-
export interface ServiceCatalogProvisionedProductDetails {
|
|
7824
|
-
/**
|
|
7825
|
-
* <p>The ID of the provisioned product.</p>
|
|
7826
|
-
* @public
|
|
7827
|
-
*/
|
|
7828
|
-
ProvisionedProductId?: string | undefined;
|
|
7829
|
-
/**
|
|
7830
|
-
* <p>The current status of the product.</p> <ul> <li> <p> <code>AVAILABLE</code> - Stable state, ready to perform any operation. The most recent operation succeeded and completed.</p> </li> <li> <p> <code>UNDER_CHANGE</code> - Transitive state. Operations performed might not have valid results. Wait for an AVAILABLE status before performing operations.</p> </li> <li> <p> <code>TAINTED</code> - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.</p> </li> <li> <p> <code>ERROR</code> - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.</p> </li> <li> <p> <code>PLAN_IN_PROGRESS</code> - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an AVAILABLE status before performing operations.</p> </li> </ul>
|
|
7831
|
-
* @public
|
|
7832
|
-
*/
|
|
7833
|
-
ProvisionedProductStatusMessage?: string | undefined;
|
|
7834
|
-
}
|
|
7835
|
-
/**
|
|
7836
|
-
* <p> Details about a template provider configuration and associated provisioning information. </p>
|
|
7837
|
-
* @public
|
|
7838
|
-
*/
|
|
7839
|
-
export interface TemplateProviderDetail {
|
|
7840
|
-
/**
|
|
7841
|
-
* <p> Details about a CloudFormation template provider configuration and associated provisioning information. </p>
|
|
7842
|
-
* @public
|
|
7843
|
-
*/
|
|
7844
|
-
CfnTemplateProviderDetail?: CfnTemplateProviderDetail | undefined;
|
|
7845
|
-
}
|
|
7846
|
-
/**
|
|
7847
|
-
* @public
|
|
7848
|
-
*/
|
|
7849
|
-
export interface DescribeProjectOutput {
|
|
7850
|
-
/**
|
|
7851
|
-
* <p>The Amazon Resource Name (ARN) of the project.</p>
|
|
7852
|
-
* @public
|
|
7853
|
-
*/
|
|
7854
|
-
ProjectArn: string | undefined;
|
|
7855
|
-
/**
|
|
7856
|
-
* <p>The name of the project.</p>
|
|
7857
|
-
* @public
|
|
7858
|
-
*/
|
|
7859
|
-
ProjectName: string | undefined;
|
|
7860
|
-
/**
|
|
7861
|
-
* <p>The ID of the project.</p>
|
|
7862
|
-
* @public
|
|
7863
|
-
*/
|
|
7864
|
-
ProjectId: string | undefined;
|
|
7865
|
-
/**
|
|
7866
|
-
* <p>The description of the project.</p>
|
|
7867
|
-
* @public
|
|
7868
|
-
*/
|
|
7869
|
-
ProjectDescription?: string | undefined;
|
|
7870
|
-
/**
|
|
7871
|
-
* <p>Information used to provision a service catalog product. For information, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service Catalog</a>.</p>
|
|
7872
|
-
* @public
|
|
7873
|
-
*/
|
|
7874
|
-
ServiceCatalogProvisioningDetails?: ServiceCatalogProvisioningDetails | undefined;
|
|
7875
|
-
/**
|
|
7876
|
-
* <p>Information about a provisioned service catalog product.</p>
|
|
7877
|
-
* @public
|
|
7878
|
-
*/
|
|
7879
|
-
ServiceCatalogProvisionedProductDetails?: ServiceCatalogProvisionedProductDetails | undefined;
|
|
7880
|
-
/**
|
|
7881
|
-
* <p>The status of the project.</p>
|
|
7882
|
-
* @public
|
|
7883
|
-
*/
|
|
7884
|
-
ProjectStatus: ProjectStatus | undefined;
|
|
7885
|
-
/**
|
|
7886
|
-
* <p> An array of template providers associated with the project. </p>
|
|
7887
|
-
* @public
|
|
7888
|
-
*/
|
|
7889
|
-
TemplateProviderDetails?: TemplateProviderDetail[] | undefined;
|
|
7890
|
-
/**
|
|
7891
|
-
* <p>Information about the user who created or modified a SageMaker resource.</p>
|
|
7892
|
-
* @public
|
|
7893
|
-
*/
|
|
7894
|
-
CreatedBy?: UserContext | undefined;
|
|
7895
|
-
/**
|
|
7896
|
-
* <p>The time when the project was created.</p>
|
|
7897
|
-
* @public
|
|
7898
|
-
*/
|
|
7899
|
-
CreationTime: Date | undefined;
|
|
7900
|
-
/**
|
|
7901
|
-
* <p>The timestamp when project was last modified.</p>
|
|
7902
|
-
* @public
|
|
7903
|
-
*/
|
|
7904
|
-
LastModifiedTime?: Date | undefined;
|
|
7905
|
-
/**
|
|
7906
|
-
* <p>Information about the user who created or modified a SageMaker resource.</p>
|
|
7907
|
-
* @public
|
|
7908
|
-
*/
|
|
7909
|
-
LastModifiedBy?: UserContext | undefined;
|
|
7910
|
-
}
|
|
7911
|
-
/**
|
|
7912
|
-
* @public
|
|
7913
|
-
*/
|
|
7914
|
-
export interface DescribeReservedCapacityRequest {
|
|
7915
|
-
/**
|
|
7916
|
-
* <p>ARN of the reserved capacity to describe.</p>
|
|
7917
|
-
* @public
|
|
7918
|
-
*/
|
|
7919
|
-
ReservedCapacityArn: string | undefined;
|
|
7920
|
-
}
|
|
7921
|
-
/**
|
|
7922
|
-
* <p>A summary of UltraServer resources and their current status.</p>
|
|
7923
|
-
* @public
|
|
7924
|
-
*/
|
|
7925
|
-
export interface UltraServerSummary {
|
|
7926
|
-
/**
|
|
7927
|
-
* <p>The type of UltraServer, such as ml.u-p6e-gb200x72.</p>
|
|
7928
|
-
* @public
|
|
7929
|
-
*/
|
|
7930
|
-
UltraServerType: string | undefined;
|
|
7931
|
-
/**
|
|
7932
|
-
* <p>The Amazon EC2 instance type used in the UltraServer.</p>
|
|
7933
|
-
* @public
|
|
7934
|
-
*/
|
|
7935
|
-
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
7936
|
-
/**
|
|
7937
|
-
* <p>The number of UltraServers of this type.</p>
|
|
7938
|
-
* @public
|
|
7939
|
-
*/
|
|
7940
|
-
UltraServerCount?: number | undefined;
|
|
7941
|
-
/**
|
|
7942
|
-
* <p>The number of available spare instances in the UltraServers.</p>
|
|
7943
|
-
* @public
|
|
7944
|
-
*/
|
|
7945
|
-
AvailableSpareInstanceCount?: number | undefined;
|
|
7946
|
-
/**
|
|
7947
|
-
* <p>The total number of instances across all UltraServers of this type that are currently in an unhealthy state.</p>
|
|
7948
|
-
* @public
|
|
7949
|
-
*/
|
|
7950
|
-
UnhealthyInstanceCount?: number | undefined;
|
|
7951
|
-
}
|
|
7952
|
-
/**
|
|
7953
|
-
* @public
|
|
7954
|
-
*/
|
|
7955
|
-
export interface DescribeReservedCapacityResponse {
|
|
7956
|
-
/**
|
|
7957
|
-
* <p>ARN of the reserved capacity.</p>
|
|
7958
|
-
* @public
|
|
7959
|
-
*/
|
|
7960
|
-
ReservedCapacityArn: string | undefined;
|
|
7961
|
-
/**
|
|
7962
|
-
* <p>The type of reserved capacity.</p>
|
|
7963
|
-
* @public
|
|
7964
|
-
*/
|
|
7965
|
-
ReservedCapacityType?: ReservedCapacityType | undefined;
|
|
7966
|
-
/**
|
|
7967
|
-
* <p>The current status of the reserved capacity.</p>
|
|
7968
|
-
* @public
|
|
7969
|
-
*/
|
|
7970
|
-
Status?: ReservedCapacityStatus | undefined;
|
|
7971
|
-
/**
|
|
7972
|
-
* <p>The Availability Zone where the reserved capacity is provisioned.</p>
|
|
7973
|
-
* @public
|
|
7974
|
-
*/
|
|
7975
|
-
AvailabilityZone?: string | undefined;
|
|
7976
|
-
/**
|
|
7977
|
-
* <p>The total duration of the reserved capacity in hours.</p>
|
|
7978
|
-
* @public
|
|
7979
|
-
*/
|
|
7980
|
-
DurationHours?: number | undefined;
|
|
7981
|
-
/**
|
|
7982
|
-
* <p>The number of minutes for the duration of the reserved capacity. For example, if a reserved capacity starts at 08:55 and ends at 11:30, the minutes field would be 35.</p>
|
|
7983
|
-
* @public
|
|
7984
|
-
*/
|
|
7985
|
-
DurationMinutes?: number | undefined;
|
|
7986
|
-
/**
|
|
7987
|
-
* <p>The timestamp when the reserved capacity becomes active.</p>
|
|
7988
|
-
* @public
|
|
7989
|
-
*/
|
|
7990
|
-
StartTime?: Date | undefined;
|
|
7991
|
-
/**
|
|
7992
|
-
* <p>The timestamp when the reserved capacity expires.</p>
|
|
7993
|
-
* @public
|
|
7994
|
-
*/
|
|
7995
|
-
EndTime?: Date | undefined;
|
|
7996
|
-
/**
|
|
7997
|
-
* <p>The Amazon EC2 instance type used in the reserved capacity.</p>
|
|
7998
|
-
* @public
|
|
7999
|
-
*/
|
|
8000
|
-
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
8001
|
-
/**
|
|
8002
|
-
* <p>The total number of instances allocated to this reserved capacity.</p>
|
|
8003
|
-
* @public
|
|
8004
|
-
*/
|
|
8005
|
-
TotalInstanceCount: number | undefined;
|
|
8006
|
-
/**
|
|
8007
|
-
* <p>The number of instances currently available for use in this reserved capacity.</p>
|
|
8008
|
-
* @public
|
|
8009
|
-
*/
|
|
8010
|
-
AvailableInstanceCount?: number | undefined;
|
|
8011
|
-
/**
|
|
8012
|
-
* <p>The number of instances currently in use from this reserved capacity.</p>
|
|
8013
|
-
* @public
|
|
8014
|
-
*/
|
|
8015
|
-
InUseInstanceCount?: number | undefined;
|
|
8016
|
-
/**
|
|
8017
|
-
* <p>A summary of the UltraServer associated with this reserved capacity.</p>
|
|
8018
|
-
* @public
|
|
8019
|
-
*/
|
|
8020
|
-
UltraServerSummary?: UltraServerSummary | undefined;
|
|
8021
|
-
}
|
|
8022
|
-
/**
|
|
8023
|
-
* @public
|
|
8024
|
-
*/
|
|
8025
|
-
export interface DescribeSpaceRequest {
|
|
8026
|
-
/**
|
|
8027
|
-
* <p>The ID of the associated domain.</p>
|
|
8028
|
-
* @public
|
|
8029
|
-
*/
|
|
8030
|
-
DomainId: string | undefined;
|
|
8031
|
-
/**
|
|
8032
|
-
* <p>The name of the space.</p>
|
|
8033
|
-
* @public
|
|
8034
|
-
*/
|
|
8035
|
-
SpaceName: string | undefined;
|
|
8036
|
-
}
|
|
8037
|
-
/**
|
|
8038
|
-
* @public
|
|
8039
|
-
*/
|
|
8040
|
-
export interface DescribeSpaceResponse {
|
|
8041
|
-
/**
|
|
8042
|
-
* <p>The ID of the associated domain.</p>
|
|
8043
|
-
* @public
|
|
8044
|
-
*/
|
|
8045
|
-
DomainId?: string | undefined;
|
|
8046
|
-
/**
|
|
8047
|
-
* <p>The space's Amazon Resource Name (ARN).</p>
|
|
8048
|
-
* @public
|
|
8049
|
-
*/
|
|
8050
|
-
SpaceArn?: string | undefined;
|
|
8051
|
-
/**
|
|
8052
|
-
* <p>The name of the space.</p>
|
|
8053
|
-
* @public
|
|
8054
|
-
*/
|
|
8055
|
-
SpaceName?: string | undefined;
|
|
8056
|
-
/**
|
|
8057
|
-
* <p>The ID of the space's profile in the Amazon EFS volume.</p>
|
|
8058
|
-
* @public
|
|
8059
|
-
*/
|
|
8060
|
-
HomeEfsFileSystemUid?: string | undefined;
|
|
8061
|
-
/**
|
|
8062
|
-
* <p>The status.</p>
|
|
8063
|
-
* @public
|
|
8064
|
-
*/
|
|
8065
|
-
Status?: SpaceStatus | undefined;
|
|
8066
|
-
/**
|
|
8067
|
-
* <p>The last modified time.</p>
|
|
8068
|
-
* @public
|
|
8069
|
-
*/
|
|
8070
|
-
LastModifiedTime?: Date | undefined;
|
|
8071
|
-
/**
|
|
8072
|
-
* <p>The creation time.</p>
|
|
8073
|
-
* @public
|
|
8074
|
-
*/
|
|
8075
|
-
CreationTime?: Date | undefined;
|
|
8076
|
-
/**
|
|
8077
|
-
* <p>The failure reason.</p>
|
|
8078
|
-
* @public
|
|
8079
|
-
*/
|
|
8080
|
-
FailureReason?: string | undefined;
|
|
8081
|
-
/**
|
|
8082
|
-
* <p>A collection of space settings.</p>
|
|
8083
|
-
* @public
|
|
8084
|
-
*/
|
|
8085
|
-
SpaceSettings?: SpaceSettings | undefined;
|
|
8086
|
-
/**
|
|
8087
|
-
* <p>The collection of ownership settings for a space.</p>
|
|
8088
|
-
* @public
|
|
8089
|
-
*/
|
|
8090
|
-
OwnershipSettings?: OwnershipSettings | undefined;
|
|
8091
|
-
/**
|
|
8092
|
-
* <p>The collection of space sharing settings for a space.</p>
|
|
8093
|
-
* @public
|
|
8094
|
-
*/
|
|
8095
|
-
SpaceSharingSettings?: SpaceSharingSettings | undefined;
|
|
8096
|
-
/**
|
|
8097
|
-
* <p>The name of the space that appears in the Amazon SageMaker Studio UI.</p>
|
|
8098
|
-
* @public
|
|
8099
|
-
*/
|
|
8100
|
-
SpaceDisplayName?: string | undefined;
|
|
8101
|
-
/**
|
|
8102
|
-
* <p>Returns the URL of the space. If the space is created with Amazon Web Services IAM Identity Center (Successor to Amazon Web Services Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through Amazon Web Services IAM Identity Center.</p> <p>The following application types are supported:</p> <ul> <li> <p>Studio Classic: <code>&redirect=JupyterServer</code> </p> </li> <li> <p>JupyterLab: <code>&redirect=JupyterLab</code> </p> </li> <li> <p>Code Editor, based on Code-OSS, Visual Studio Code - Open Source: <code>&redirect=CodeEditor</code> </p> </li> </ul>
|
|
8103
|
-
* @public
|
|
8104
|
-
*/
|
|
8105
|
-
Url?: string | undefined;
|
|
8106
|
-
}
|
|
8107
|
-
/**
|
|
8108
|
-
* @public
|
|
8109
|
-
*/
|
|
8110
|
-
export interface DescribeStudioLifecycleConfigRequest {
|
|
8111
|
-
/**
|
|
8112
|
-
* <p>The name of the Amazon SageMaker AI Studio Lifecycle Configuration to describe.</p>
|
|
8113
|
-
* @public
|
|
8114
|
-
*/
|
|
8115
|
-
StudioLifecycleConfigName: string | undefined;
|
|
8116
|
-
}
|
|
8117
|
-
/**
|
|
8118
|
-
* @public
|
|
8119
|
-
*/
|
|
8120
|
-
export interface DescribeStudioLifecycleConfigResponse {
|
|
8121
|
-
/**
|
|
8122
|
-
* <p>The ARN of the Lifecycle Configuration to describe.</p>
|
|
8123
|
-
* @public
|
|
8124
|
-
*/
|
|
8125
|
-
StudioLifecycleConfigArn?: string | undefined;
|
|
8126
|
-
/**
|
|
8127
|
-
* <p>The name of the Amazon SageMaker AI Studio Lifecycle Configuration that is described.</p>
|
|
8128
|
-
* @public
|
|
8129
|
-
*/
|
|
8130
|
-
StudioLifecycleConfigName?: string | undefined;
|
|
8131
|
-
/**
|
|
8132
|
-
* <p>The creation time of the Amazon SageMaker AI Studio Lifecycle Configuration.</p>
|
|
8133
|
-
* @public
|
|
8134
|
-
*/
|
|
8135
|
-
CreationTime?: Date | undefined;
|
|
8136
|
-
/**
|
|
8137
|
-
* <p>This value is equivalent to CreationTime because Amazon SageMaker AI Studio Lifecycle Configurations are immutable.</p>
|
|
8138
|
-
* @public
|
|
8139
|
-
*/
|
|
8140
|
-
LastModifiedTime?: Date | undefined;
|
|
8141
|
-
/**
|
|
8142
|
-
* <p>The content of your Amazon SageMaker AI Studio Lifecycle Configuration script.</p>
|
|
8143
|
-
* @public
|
|
8144
|
-
*/
|
|
8145
|
-
StudioLifecycleConfigContent?: string | undefined;
|
|
8146
|
-
/**
|
|
8147
|
-
* <p>The App type that the Lifecycle Configuration is attached to.</p>
|
|
8148
|
-
* @public
|
|
8149
|
-
*/
|
|
8150
|
-
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | undefined;
|
|
8151
|
-
}
|
|
8152
|
-
/**
|
|
8153
|
-
* @public
|
|
8154
|
-
*/
|
|
8155
|
-
export interface DescribeSubscribedWorkteamRequest {
|
|
8156
|
-
/**
|
|
8157
|
-
* <p>The Amazon Resource Name (ARN) of the subscribed work team to describe.</p>
|
|
8158
|
-
* @public
|
|
8159
|
-
*/
|
|
8160
|
-
WorkteamArn: string | undefined;
|
|
8161
|
-
}
|