@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
|
@@ -20,13 +20,12 @@ import {
|
|
|
20
20
|
} from "@smithy/middleware-retry";
|
|
21
21
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
22
|
import {
|
|
23
|
-
Client as __Client,
|
|
24
23
|
DefaultsMode as __DefaultsMode,
|
|
25
24
|
SmithyConfiguration as __SmithyConfiguration,
|
|
26
25
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
|
+
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
-
AwsCredentialIdentityProvider,
|
|
30
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -39,9 +38,10 @@ import {
|
|
|
39
38
|
HttpResponse,
|
|
40
39
|
Logger as __Logger,
|
|
41
40
|
Provider as __Provider,
|
|
42
|
-
Provider,
|
|
43
41
|
StreamCollector as __StreamCollector,
|
|
44
42
|
UrlParser as __UrlParser,
|
|
43
|
+
AwsCredentialIdentityProvider,
|
|
44
|
+
Provider,
|
|
45
45
|
UserAgent as __UserAgent,
|
|
46
46
|
} from "@smithy/types";
|
|
47
47
|
import {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
CreateComputeQuotaResponse,
|
|
6
|
-
} from "../models/models_0";
|
|
3
|
+
import { CreateComputeQuotaRequest } from "../models/models_0";
|
|
4
|
+
import { CreateComputeQuotaResponse } from "../models/models_1";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateStudioLifecycleConfigRequest,
|
|
5
5
|
CreateStudioLifecycleConfigResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_2";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
DescribeProjectOutput,
|
|
6
|
-
} from "../models/models_2";
|
|
3
|
+
import { DescribeProjectInput } from "../models/models_2";
|
|
4
|
+
import { DescribeProjectOutput } from "../models/models_3";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeReservedCapacityRequest,
|
|
5
5
|
DescribeReservedCapacityResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeStudioLifecycleConfigRequest,
|
|
5
5
|
DescribeStudioLifecycleConfigResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
DescribeSubscribedWorkteamRequest,
|
|
5
|
+
DescribeSubscribedWorkteamResponse,
|
|
6
|
+
} from "../models/models_3";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListResourceCatalogsRequest,
|
|
5
5
|
ListResourceCatalogsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListSpacesRequest, ListSpacesResponse } from "../models/
|
|
3
|
+
import { ListSpacesRequest, ListSpacesResponse } from "../models/models_4";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListStudioLifecycleConfigsRequest,
|
|
5
5
|
ListStudioLifecycleConfigsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
ListSubscribedWorkteamsRequest,
|
|
5
|
+
ListSubscribedWorkteamsResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -1223,6 +1223,12 @@ export declare const ModelApprovalStatus: {
|
|
|
1223
1223
|
};
|
|
1224
1224
|
export type ModelApprovalStatus =
|
|
1225
1225
|
(typeof ModelApprovalStatus)[keyof typeof ModelApprovalStatus];
|
|
1226
|
+
export declare const ModelPackageRegistrationType: {
|
|
1227
|
+
readonly LOGGED: "Logged";
|
|
1228
|
+
readonly REGISTERED: "Registered";
|
|
1229
|
+
};
|
|
1230
|
+
export type ModelPackageRegistrationType =
|
|
1231
|
+
(typeof ModelPackageRegistrationType)[keyof typeof ModelPackageRegistrationType];
|
|
1226
1232
|
export declare const ModelPackageStatus: {
|
|
1227
1233
|
readonly COMPLETED: "Completed";
|
|
1228
1234
|
readonly DELETING: "Deleting";
|
|
@@ -2548,6 +2554,31 @@ export declare const StudioLifecycleConfigAppType: {
|
|
|
2548
2554
|
};
|
|
2549
2555
|
export type StudioLifecycleConfigAppType =
|
|
2550
2556
|
(typeof StudioLifecycleConfigAppType)[keyof typeof StudioLifecycleConfigAppType];
|
|
2557
|
+
export declare const CustomizationTechnique: {
|
|
2558
|
+
readonly DPO: "DPO";
|
|
2559
|
+
readonly RLAIF: "RLAIF";
|
|
2560
|
+
readonly RLVR: "RLVR";
|
|
2561
|
+
readonly SFT: "SFT";
|
|
2562
|
+
};
|
|
2563
|
+
export type CustomizationTechnique =
|
|
2564
|
+
(typeof CustomizationTechnique)[keyof typeof CustomizationTechnique];
|
|
2565
|
+
export declare const EvaluationType: {
|
|
2566
|
+
readonly BENCHMARK_EVALUATION: "BenchmarkEvaluation";
|
|
2567
|
+
readonly CUSTOM_SCORER_EVALUATION: "CustomScorerEvaluation";
|
|
2568
|
+
readonly LLMAJ_EVALUATION: "LLMAJEvaluation";
|
|
2569
|
+
};
|
|
2570
|
+
export type EvaluationType =
|
|
2571
|
+
(typeof EvaluationType)[keyof typeof EvaluationType];
|
|
2572
|
+
export declare const ServerlessJobType: {
|
|
2573
|
+
readonly EVALUATION: "Evaluation";
|
|
2574
|
+
readonly FINE_TUNING: "FineTuning";
|
|
2575
|
+
};
|
|
2576
|
+
export type ServerlessJobType =
|
|
2577
|
+
(typeof ServerlessJobType)[keyof typeof ServerlessJobType];
|
|
2578
|
+
export declare const Peft: {
|
|
2579
|
+
readonly LORA: "LORA";
|
|
2580
|
+
};
|
|
2581
|
+
export type Peft = (typeof Peft)[keyof typeof Peft];
|
|
2551
2582
|
export declare const JoinSource: {
|
|
2552
2583
|
readonly INPUT: "Input";
|
|
2553
2584
|
readonly NONE: "None";
|
|
@@ -73,6 +73,7 @@ import {
|
|
|
73
73
|
ModelApprovalStatus,
|
|
74
74
|
ModelCacheSetting,
|
|
75
75
|
ModelCompressionType,
|
|
76
|
+
ModelPackageRegistrationType,
|
|
76
77
|
ModelPackageStatus,
|
|
77
78
|
NodeUnavailabilityType,
|
|
78
79
|
ObjectiveStatus,
|
|
@@ -143,6 +144,11 @@ export interface AdditionalS3DataSource {
|
|
|
143
144
|
CompressionType?: CompressionType | undefined;
|
|
144
145
|
ETag?: string | undefined;
|
|
145
146
|
}
|
|
147
|
+
export interface BaseModel {
|
|
148
|
+
HubContentName?: string | undefined;
|
|
149
|
+
HubContentVersion?: string | undefined;
|
|
150
|
+
RecipeName?: string | undefined;
|
|
151
|
+
}
|
|
146
152
|
export interface InferenceHubAccessConfig {
|
|
147
153
|
HubContentArn: string | undefined;
|
|
148
154
|
}
|
|
@@ -179,6 +185,8 @@ export interface ModelPackageContainerDefinition {
|
|
|
179
185
|
NearestModelName?: string | undefined;
|
|
180
186
|
AdditionalS3DataSource?: AdditionalS3DataSource | undefined;
|
|
181
187
|
ModelDataETag?: string | undefined;
|
|
188
|
+
IsCheckpoint?: boolean | undefined;
|
|
189
|
+
BaseModel?: BaseModel | undefined;
|
|
182
190
|
}
|
|
183
191
|
export interface AdditionalInferenceSpecificationDefinition {
|
|
184
192
|
Name: string | undefined;
|
|
@@ -253,6 +261,9 @@ export interface AlgorithmSummary {
|
|
|
253
261
|
CreationTime: Date | undefined;
|
|
254
262
|
AlgorithmStatus: AlgorithmStatus | undefined;
|
|
255
263
|
}
|
|
264
|
+
export interface DatasetSource {
|
|
265
|
+
DatasetArn: string | undefined;
|
|
266
|
+
}
|
|
256
267
|
export interface FileSystemDataSource {
|
|
257
268
|
FileSystemId: string | undefined;
|
|
258
269
|
FileSystemAccessMode: FileSystemAccessMode | undefined;
|
|
@@ -274,6 +285,7 @@ export interface S3DataSource {
|
|
|
274
285
|
export interface DataSource {
|
|
275
286
|
S3DataSource?: S3DataSource | undefined;
|
|
276
287
|
FileSystemDataSource?: FileSystemDataSource | undefined;
|
|
288
|
+
DatasetSource?: DatasetSource | undefined;
|
|
277
289
|
}
|
|
278
290
|
export interface ShuffleConfig {
|
|
279
291
|
Seed: number | undefined;
|
|
@@ -468,6 +480,10 @@ export interface AssociateTrialComponentResponse {
|
|
|
468
480
|
TrialComponentArn?: string | undefined;
|
|
469
481
|
TrialArn?: string | undefined;
|
|
470
482
|
}
|
|
483
|
+
export interface AssociationInfo {
|
|
484
|
+
SourceArn: string | undefined;
|
|
485
|
+
DestinationArn: string | undefined;
|
|
486
|
+
}
|
|
471
487
|
export interface IamIdentity {
|
|
472
488
|
Arn?: string | undefined;
|
|
473
489
|
PrincipalId?: string | undefined;
|
|
@@ -912,6 +928,7 @@ export interface BatchDescribeModelPackageSummary {
|
|
|
912
928
|
InferenceSpecification: InferenceSpecification | undefined;
|
|
913
929
|
ModelPackageStatus: ModelPackageStatus | undefined;
|
|
914
930
|
ModelApprovalStatus?: ModelApprovalStatus | undefined;
|
|
931
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
915
932
|
}
|
|
916
933
|
export interface BatchDescribeModelPackageOutput {
|
|
917
934
|
ModelPackageSummaries?:
|
|
@@ -989,6 +1006,18 @@ export interface BatchTransformInput {
|
|
|
989
1006
|
EndTimeOffset?: string | undefined;
|
|
990
1007
|
ExcludeFeaturesAttribute?: string | undefined;
|
|
991
1008
|
}
|
|
1009
|
+
export interface BedrockCustomModelDeploymentMetadata {
|
|
1010
|
+
Arn?: string | undefined;
|
|
1011
|
+
}
|
|
1012
|
+
export interface BedrockCustomModelMetadata {
|
|
1013
|
+
Arn?: string | undefined;
|
|
1014
|
+
}
|
|
1015
|
+
export interface BedrockModelImportMetadata {
|
|
1016
|
+
Arn?: string | undefined;
|
|
1017
|
+
}
|
|
1018
|
+
export interface BedrockProvisionedModelThroughputMetadata {
|
|
1019
|
+
Arn?: string | undefined;
|
|
1020
|
+
}
|
|
992
1021
|
export interface BestObjectiveNotImproving {
|
|
993
1022
|
MaxNumberOfTrainingJobsNotImproving?: number | undefined;
|
|
994
1023
|
}
|
|
@@ -1455,7 +1484,7 @@ export interface ClusterOrchestratorEksConfig {
|
|
|
1455
1484
|
ClusterArn: string | undefined;
|
|
1456
1485
|
}
|
|
1457
1486
|
export interface ClusterOrchestrator {
|
|
1458
|
-
Eks
|
|
1487
|
+
Eks: ClusterOrchestratorEksConfig | undefined;
|
|
1459
1488
|
}
|
|
1460
1489
|
export interface FSxLustreConfig {
|
|
1461
1490
|
SizeInGiB: number | undefined;
|
|
@@ -1907,37 +1936,3 @@ export interface CreateComputeQuotaRequest {
|
|
|
1907
1936
|
ActivationState?: ActivationState | undefined;
|
|
1908
1937
|
Tags?: Tag[] | undefined;
|
|
1909
1938
|
}
|
|
1910
|
-
export interface CreateComputeQuotaResponse {
|
|
1911
|
-
ComputeQuotaArn: string | undefined;
|
|
1912
|
-
ComputeQuotaId: string | undefined;
|
|
1913
|
-
}
|
|
1914
|
-
export interface CreateContextRequest {
|
|
1915
|
-
ContextName: string | undefined;
|
|
1916
|
-
Source: ContextSource | undefined;
|
|
1917
|
-
ContextType: string | undefined;
|
|
1918
|
-
Description?: string | undefined;
|
|
1919
|
-
Properties?: Record<string, string> | undefined;
|
|
1920
|
-
Tags?: Tag[] | undefined;
|
|
1921
|
-
}
|
|
1922
|
-
export interface CreateContextResponse {
|
|
1923
|
-
ContextArn?: string | undefined;
|
|
1924
|
-
}
|
|
1925
|
-
export interface DataQualityAppSpecification {
|
|
1926
|
-
ImageUri: string | undefined;
|
|
1927
|
-
ContainerEntrypoint?: string[] | undefined;
|
|
1928
|
-
ContainerArguments?: string[] | undefined;
|
|
1929
|
-
RecordPreprocessorSourceUri?: string | undefined;
|
|
1930
|
-
PostAnalyticsProcessorSourceUri?: string | undefined;
|
|
1931
|
-
Environment?: Record<string, string> | undefined;
|
|
1932
|
-
}
|
|
1933
|
-
export interface MonitoringConstraintsResource {
|
|
1934
|
-
S3Uri?: string | undefined;
|
|
1935
|
-
}
|
|
1936
|
-
export interface MonitoringStatisticsResource {
|
|
1937
|
-
S3Uri?: string | undefined;
|
|
1938
|
-
}
|
|
1939
|
-
export interface DataQualityBaselineConfig {
|
|
1940
|
-
BaseliningJobName?: string | undefined;
|
|
1941
|
-
ConstraintsResource?: MonitoringConstraintsResource | undefined;
|
|
1942
|
-
StatisticsResource?: MonitoringStatisticsResource | undefined;
|
|
1943
|
-
}
|
|
@@ -37,6 +37,7 @@ import {
|
|
|
37
37
|
ModelApprovalStatus,
|
|
38
38
|
ModelCardStatus,
|
|
39
39
|
ModelInfrastructureType,
|
|
40
|
+
ModelPackageRegistrationType,
|
|
40
41
|
ModelRegistrationMode,
|
|
41
42
|
ModelSpeculativeDecodingS3DataType,
|
|
42
43
|
ModelSpeculativeDecodingTechnique,
|
|
@@ -69,7 +70,6 @@ import {
|
|
|
69
70
|
SharingType,
|
|
70
71
|
SkipModelValidation,
|
|
71
72
|
StorageType,
|
|
72
|
-
StudioLifecycleConfigAppType,
|
|
73
73
|
StudioWebPortal,
|
|
74
74
|
TableFormat,
|
|
75
75
|
TagPropagation,
|
|
@@ -83,15 +83,12 @@ import {
|
|
|
83
83
|
VendorGuidance,
|
|
84
84
|
} from "./enums";
|
|
85
85
|
import {
|
|
86
|
-
AdditionalInferenceSpecificationDefinition,
|
|
87
86
|
AmazonQSettings,
|
|
88
87
|
AnnotationConsolidationConfig,
|
|
89
88
|
AppLifecycleManagement,
|
|
90
89
|
AppSpecification,
|
|
91
90
|
AsyncInferenceConfig,
|
|
92
91
|
AthenaDatasetDefinition,
|
|
93
|
-
AuthorizedUrl,
|
|
94
|
-
AutoParameter,
|
|
95
92
|
AutoRollbackConfig,
|
|
96
93
|
Autotune,
|
|
97
94
|
BatchTransformInput,
|
|
@@ -101,39 +98,72 @@ import {
|
|
|
101
98
|
CanvasAppSettings,
|
|
102
99
|
CapacitySize,
|
|
103
100
|
CaptureContentTypeHeader,
|
|
104
|
-
CaptureOption,
|
|
105
|
-
CategoricalParameter,
|
|
106
|
-
CategoricalParameterRange,
|
|
107
101
|
CfnCreateTemplateProvider,
|
|
108
|
-
Channel,
|
|
109
102
|
CheckpointConfig,
|
|
110
103
|
ClarifyExplainerConfig,
|
|
111
104
|
CodeEditorAppSettings,
|
|
112
|
-
CodeRepository,
|
|
113
105
|
CollectionConfig,
|
|
114
|
-
|
|
115
|
-
ContainerDefinition,
|
|
116
|
-
ContinuousParameterRange,
|
|
106
|
+
ContextSource,
|
|
117
107
|
ConvergenceDetected,
|
|
118
|
-
CustomImage,
|
|
119
|
-
DataQualityAppSpecification,
|
|
120
|
-
DataQualityBaselineConfig,
|
|
121
108
|
HyperParameterTuningJobObjective,
|
|
122
109
|
InferenceSpecification,
|
|
123
110
|
MetadataProperties,
|
|
124
|
-
MetricDefinition,
|
|
125
111
|
MetricsSource,
|
|
126
112
|
ModelDataSource,
|
|
127
|
-
MonitoringConstraintsResource,
|
|
128
|
-
MonitoringStatisticsResource,
|
|
129
113
|
OutputDataConfig,
|
|
130
114
|
ResourceConfig,
|
|
131
115
|
ResourceSpec,
|
|
132
116
|
StoppingCondition,
|
|
133
|
-
Tag,
|
|
134
117
|
TransformJobDefinition,
|
|
135
118
|
VpcConfig,
|
|
119
|
+
AdditionalInferenceSpecificationDefinition,
|
|
120
|
+
AuthorizedUrl,
|
|
121
|
+
AutoParameter,
|
|
122
|
+
CaptureOption,
|
|
123
|
+
CategoricalParameter,
|
|
124
|
+
CategoricalParameterRange,
|
|
125
|
+
Channel,
|
|
126
|
+
CodeRepository,
|
|
127
|
+
ContainerDefinition,
|
|
128
|
+
ContinuousParameterRange,
|
|
129
|
+
CustomImage,
|
|
130
|
+
MetricDefinition,
|
|
131
|
+
Tag,
|
|
136
132
|
} from "./models_0";
|
|
133
|
+
export interface CreateComputeQuotaResponse {
|
|
134
|
+
ComputeQuotaArn: string | undefined;
|
|
135
|
+
ComputeQuotaId: string | undefined;
|
|
136
|
+
}
|
|
137
|
+
export interface CreateContextRequest {
|
|
138
|
+
ContextName: string | undefined;
|
|
139
|
+
Source: ContextSource | undefined;
|
|
140
|
+
ContextType: string | undefined;
|
|
141
|
+
Description?: string | undefined;
|
|
142
|
+
Properties?: Record<string, string> | undefined;
|
|
143
|
+
Tags?: Tag[] | undefined;
|
|
144
|
+
}
|
|
145
|
+
export interface CreateContextResponse {
|
|
146
|
+
ContextArn?: string | undefined;
|
|
147
|
+
}
|
|
148
|
+
export interface DataQualityAppSpecification {
|
|
149
|
+
ImageUri: string | undefined;
|
|
150
|
+
ContainerEntrypoint?: string[] | undefined;
|
|
151
|
+
ContainerArguments?: string[] | undefined;
|
|
152
|
+
RecordPreprocessorSourceUri?: string | undefined;
|
|
153
|
+
PostAnalyticsProcessorSourceUri?: string | undefined;
|
|
154
|
+
Environment?: Record<string, string> | undefined;
|
|
155
|
+
}
|
|
156
|
+
export interface MonitoringConstraintsResource {
|
|
157
|
+
S3Uri?: string | undefined;
|
|
158
|
+
}
|
|
159
|
+
export interface MonitoringStatisticsResource {
|
|
160
|
+
S3Uri?: string | undefined;
|
|
161
|
+
}
|
|
162
|
+
export interface DataQualityBaselineConfig {
|
|
163
|
+
BaseliningJobName?: string | undefined;
|
|
164
|
+
ConstraintsResource?: MonitoringConstraintsResource | undefined;
|
|
165
|
+
StatisticsResource?: MonitoringStatisticsResource | undefined;
|
|
166
|
+
}
|
|
137
167
|
export interface EndpointInput {
|
|
138
168
|
EndpointName: string | undefined;
|
|
139
169
|
LocalPath: string | undefined;
|
|
@@ -1294,6 +1324,7 @@ export interface CreateModelPackageInput {
|
|
|
1294
1324
|
ModelPackageName?: string | undefined;
|
|
1295
1325
|
ModelPackageGroupName?: string | undefined;
|
|
1296
1326
|
ModelPackageDescription?: string | undefined;
|
|
1327
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
1297
1328
|
InferenceSpecification?: InferenceSpecification | undefined;
|
|
1298
1329
|
ValidationSpecification?: ModelPackageValidationSpecification | undefined;
|
|
1299
1330
|
SourceAlgorithmSpecification?: SourceAlgorithmSpecification | undefined;
|
|
@@ -1862,45 +1893,3 @@ export interface CreateSpaceRequest {
|
|
|
1862
1893
|
export interface CreateSpaceResponse {
|
|
1863
1894
|
SpaceArn?: string | undefined;
|
|
1864
1895
|
}
|
|
1865
|
-
export interface CreateStudioLifecycleConfigRequest {
|
|
1866
|
-
StudioLifecycleConfigName: string | undefined;
|
|
1867
|
-
StudioLifecycleConfigContent: string | undefined;
|
|
1868
|
-
StudioLifecycleConfigAppType: StudioLifecycleConfigAppType | undefined;
|
|
1869
|
-
Tags?: Tag[] | undefined;
|
|
1870
|
-
}
|
|
1871
|
-
export interface CreateStudioLifecycleConfigResponse {
|
|
1872
|
-
StudioLifecycleConfigArn?: string | undefined;
|
|
1873
|
-
}
|
|
1874
|
-
export interface DebugHookConfig {
|
|
1875
|
-
LocalPath?: string | undefined;
|
|
1876
|
-
S3OutputPath: string | undefined;
|
|
1877
|
-
HookParameters?: Record<string, string> | undefined;
|
|
1878
|
-
CollectionConfigurations?: CollectionConfiguration[] | undefined;
|
|
1879
|
-
}
|
|
1880
|
-
export interface DebugRuleConfiguration {
|
|
1881
|
-
RuleConfigurationName: string | undefined;
|
|
1882
|
-
LocalPath?: string | undefined;
|
|
1883
|
-
S3OutputPath?: string | undefined;
|
|
1884
|
-
RuleEvaluatorImage: string | undefined;
|
|
1885
|
-
InstanceType?: ProcessingInstanceType | undefined;
|
|
1886
|
-
VolumeSizeInGB?: number | undefined;
|
|
1887
|
-
RuleParameters?: Record<string, string> | undefined;
|
|
1888
|
-
}
|
|
1889
|
-
export interface InfraCheckConfig {
|
|
1890
|
-
EnableInfraCheck?: boolean | undefined;
|
|
1891
|
-
}
|
|
1892
|
-
export interface ProfilerConfig {
|
|
1893
|
-
S3OutputPath?: string | undefined;
|
|
1894
|
-
ProfilingIntervalInMilliseconds?: number | undefined;
|
|
1895
|
-
ProfilingParameters?: Record<string, string> | undefined;
|
|
1896
|
-
DisableProfiler?: boolean | undefined;
|
|
1897
|
-
}
|
|
1898
|
-
export interface ProfilerRuleConfiguration {
|
|
1899
|
-
RuleConfigurationName: string | undefined;
|
|
1900
|
-
LocalPath?: string | undefined;
|
|
1901
|
-
S3OutputPath?: string | undefined;
|
|
1902
|
-
RuleEvaluatorImage: string | undefined;
|
|
1903
|
-
InstanceType?: ProcessingInstanceType | undefined;
|
|
1904
|
-
VolumeSizeInGB?: number | undefined;
|
|
1905
|
-
RuleParameters?: Record<string, string> | undefined;
|
|
1906
|
-
}
|