@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
|
@@ -4,7 +4,6 @@ import {
|
|
|
4
4
|
AlgorithmSortBy,
|
|
5
5
|
AppImageConfigSortKey,
|
|
6
6
|
AppSortKey,
|
|
7
|
-
AppType,
|
|
8
7
|
AssociationEdgeType,
|
|
9
8
|
AutoMLJobStatus,
|
|
10
9
|
AutoMLSortBy,
|
|
@@ -30,7 +29,6 @@ import {
|
|
|
30
29
|
FeatureGroupSortBy,
|
|
31
30
|
FeatureGroupSortOrder,
|
|
32
31
|
FeatureGroupStatus,
|
|
33
|
-
FeatureStatus,
|
|
34
32
|
FeatureType,
|
|
35
33
|
FlowDefinitionStatus,
|
|
36
34
|
HubContentSortBy,
|
|
@@ -74,6 +72,7 @@ import {
|
|
|
74
72
|
ModelMetadataFilterType,
|
|
75
73
|
ModelPackageGroupSortBy,
|
|
76
74
|
ModelPackageGroupStatus,
|
|
75
|
+
ModelPackageRegistrationType,
|
|
77
76
|
ModelPackageSortBy,
|
|
78
77
|
ModelPackageStatus,
|
|
79
78
|
ModelPackageType,
|
|
@@ -108,8 +107,6 @@ import {
|
|
|
108
107
|
ReservedCapacityInstanceType,
|
|
109
108
|
ReservedCapacityStatus,
|
|
110
109
|
ReservedCapacityType,
|
|
111
|
-
ResourceCatalogSortBy,
|
|
112
|
-
ResourceCatalogSortOrder,
|
|
113
110
|
ResourceType,
|
|
114
111
|
RuleEvaluationStatus,
|
|
115
112
|
SageMakerResourceName,
|
|
@@ -117,7 +114,6 @@ import {
|
|
|
117
114
|
SchedulerResourceStatus,
|
|
118
115
|
ScheduleStatus,
|
|
119
116
|
SecondaryStatus,
|
|
120
|
-
SharingType,
|
|
121
117
|
SortActionsBy,
|
|
122
118
|
SortArtifactsBy,
|
|
123
119
|
SortAssociationsBy,
|
|
@@ -133,11 +129,9 @@ import {
|
|
|
133
129
|
SortPipelinesBy,
|
|
134
130
|
SortQuotaBy,
|
|
135
131
|
SortTrackingServerBy,
|
|
136
|
-
SpaceSortKey,
|
|
137
132
|
SpaceStatus,
|
|
138
133
|
StepStatus,
|
|
139
134
|
StudioLifecycleConfigAppType,
|
|
140
|
-
StudioLifecycleConfigSortKey,
|
|
141
135
|
TrackingServerStatus,
|
|
142
136
|
TrainingJobStatus,
|
|
143
137
|
TrainingPlanStatus,
|
|
@@ -149,107 +143,202 @@ import {
|
|
|
149
143
|
WorkforceStatus,
|
|
150
144
|
} from "./enums";
|
|
151
145
|
import {
|
|
152
|
-
ActionSummary,
|
|
153
|
-
AgentVersion,
|
|
154
146
|
AlgorithmSpecification,
|
|
155
|
-
AlgorithmSummary,
|
|
156
147
|
AmazonQSettings,
|
|
157
|
-
AppDetails,
|
|
158
|
-
AppImageConfigDetails,
|
|
159
|
-
ArtifactSummary,
|
|
160
|
-
AssociationSummary,
|
|
161
|
-
AutoMLCandidate,
|
|
162
148
|
AutoMLJobStepMetadata,
|
|
163
|
-
AutoMLJobSummary,
|
|
164
149
|
BatchDataCaptureConfig,
|
|
150
|
+
BedrockCustomModelDeploymentMetadata,
|
|
151
|
+
BedrockCustomModelMetadata,
|
|
152
|
+
BedrockModelImportMetadata,
|
|
153
|
+
BedrockProvisionedModelThroughputMetadata,
|
|
165
154
|
CacheHitResult,
|
|
166
155
|
CallbackStepMetadata,
|
|
167
|
-
|
|
156
|
+
CfnTemplateProviderDetail,
|
|
168
157
|
CheckpointConfig,
|
|
169
158
|
ClarifyCheckStepMetadata,
|
|
170
|
-
ClusterEventSummary,
|
|
171
|
-
ClusterNodeSummary,
|
|
172
|
-
ClusterSchedulerConfigSummary,
|
|
173
|
-
ClusterSummary,
|
|
174
|
-
CodeRepositorySummary,
|
|
175
159
|
CognitoConfig,
|
|
176
|
-
CompilationJobSummary,
|
|
177
|
-
ComputeQuotaSummary,
|
|
178
160
|
ConditionStepMetadata,
|
|
179
|
-
ContextSummary,
|
|
180
161
|
MetadataProperties,
|
|
181
162
|
OutputDataConfig,
|
|
182
|
-
OutputParameter,
|
|
183
163
|
ResourceConfig,
|
|
184
164
|
ResourceSpec,
|
|
185
165
|
StoppingCondition,
|
|
186
|
-
Tag,
|
|
187
166
|
TransformInput,
|
|
188
167
|
TransformOutput,
|
|
189
168
|
TransformResources,
|
|
190
169
|
UserContext,
|
|
191
170
|
VpcConfig,
|
|
171
|
+
ActionSummary,
|
|
172
|
+
AgentVersion,
|
|
173
|
+
AlgorithmSummary,
|
|
174
|
+
AppDetails,
|
|
175
|
+
AppImageConfigDetails,
|
|
176
|
+
ArtifactSummary,
|
|
177
|
+
AssociationInfo,
|
|
178
|
+
AssociationSummary,
|
|
179
|
+
AutoMLCandidate,
|
|
180
|
+
AutoMLJobSummary,
|
|
181
|
+
Channel,
|
|
182
|
+
ClusterEventSummary,
|
|
183
|
+
ClusterNodeSummary,
|
|
184
|
+
ClusterSchedulerConfigSummary,
|
|
185
|
+
ClusterSummary,
|
|
186
|
+
CodeRepositorySummary,
|
|
187
|
+
CompilationJobSummary,
|
|
188
|
+
ComputeQuotaSummary,
|
|
189
|
+
ContextSummary,
|
|
190
|
+
OutputParameter,
|
|
191
|
+
Tag,
|
|
192
192
|
} from "./models_0";
|
|
193
193
|
import {
|
|
194
|
-
DebugHookConfig,
|
|
195
|
-
DebugRuleConfiguration,
|
|
196
194
|
DockerSettings,
|
|
197
195
|
EdgeOutputConfig,
|
|
198
196
|
ExperimentConfig,
|
|
199
|
-
FeatureDefinition,
|
|
200
|
-
HyperParameterTrainingJobDefinition,
|
|
201
197
|
HyperParameterTuningJobConfig,
|
|
202
198
|
HyperParameterTuningJobWarmStartConfig,
|
|
203
199
|
InferenceExperimentSchedule,
|
|
204
|
-
InfraCheckConfig,
|
|
205
200
|
LabelingJobInputConfig,
|
|
206
201
|
ModelLifeCycle,
|
|
207
202
|
MonitoringScheduleConfig,
|
|
208
203
|
OfflineStoreConfig,
|
|
209
204
|
OnlineStoreConfig,
|
|
210
|
-
|
|
211
|
-
ProfilerRuleConfiguration,
|
|
205
|
+
OwnershipSettings,
|
|
212
206
|
ResourceLimits,
|
|
213
207
|
RetryStrategy,
|
|
214
|
-
|
|
208
|
+
ServiceCatalogProvisioningDetails,
|
|
209
|
+
SpaceSettings,
|
|
210
|
+
SpaceSharingSettings,
|
|
215
211
|
TrustedIdentityPropagationSettings,
|
|
216
212
|
UnifiedStudioSettings,
|
|
217
213
|
UserSettings,
|
|
214
|
+
FeatureDefinition,
|
|
215
|
+
HyperParameterTrainingJobDefinition,
|
|
218
216
|
} from "./models_1";
|
|
219
217
|
import {
|
|
220
|
-
CustomizedMetricSpecification,
|
|
221
218
|
DataCaptureConfigSummary,
|
|
222
219
|
DataProcessing,
|
|
223
|
-
|
|
220
|
+
DebugHookConfig,
|
|
224
221
|
EndpointOutputConfiguration,
|
|
225
222
|
ExperimentSource,
|
|
226
|
-
FeatureParameter,
|
|
227
223
|
HyperParameterTrainingJobSummary,
|
|
228
224
|
HyperParameterTuningJobCompletionDetails,
|
|
229
225
|
HyperParameterTuningJobConsumedResources,
|
|
230
226
|
InferenceMetrics,
|
|
227
|
+
InfraCheckConfig,
|
|
231
228
|
LabelCounters,
|
|
232
229
|
LabelingJobOutput,
|
|
233
230
|
LastUpdateStatus,
|
|
234
|
-
|
|
231
|
+
MlflowConfig,
|
|
235
232
|
ModelArtifacts,
|
|
236
233
|
ModelClientConfig,
|
|
237
234
|
ModelConfiguration,
|
|
238
|
-
|
|
235
|
+
ModelPackageConfig,
|
|
239
236
|
NotificationConfiguration,
|
|
240
237
|
ObjectiveStatusCounters,
|
|
241
238
|
OfflineStoreStatus,
|
|
242
|
-
|
|
239
|
+
ProfilerConfig,
|
|
243
240
|
RecommendationMetrics,
|
|
244
241
|
RemoteDebugConfig,
|
|
242
|
+
ServerlessJobConfig,
|
|
245
243
|
SourceIpConfig,
|
|
246
244
|
TensorBoardOutputConfig,
|
|
247
245
|
TrainingJobStatusCounters,
|
|
248
|
-
TrialComponentArtifact,
|
|
249
|
-
TrialComponentParameterValue,
|
|
250
246
|
TrialComponentStatus,
|
|
251
247
|
WorkerAccessConfiguration,
|
|
248
|
+
CustomizedMetricSpecification,
|
|
249
|
+
DebugRuleConfiguration,
|
|
250
|
+
DebugRuleEvaluationStatus,
|
|
251
|
+
FeatureParameter,
|
|
252
|
+
MemberDefinition,
|
|
253
|
+
MonitoringExecutionSummary,
|
|
254
|
+
ProductionVariantSummary,
|
|
255
|
+
ProfilerRuleConfiguration,
|
|
256
|
+
TrialComponentArtifact,
|
|
257
|
+
TrialComponentParameterValue,
|
|
252
258
|
} from "./models_2";
|
|
259
|
+
export interface ServiceCatalogProvisionedProductDetails {
|
|
260
|
+
ProvisionedProductId?: string | undefined;
|
|
261
|
+
ProvisionedProductStatusMessage?: string | undefined;
|
|
262
|
+
}
|
|
263
|
+
export interface TemplateProviderDetail {
|
|
264
|
+
CfnTemplateProviderDetail?: CfnTemplateProviderDetail | undefined;
|
|
265
|
+
}
|
|
266
|
+
export interface DescribeProjectOutput {
|
|
267
|
+
ProjectArn: string | undefined;
|
|
268
|
+
ProjectName: string | undefined;
|
|
269
|
+
ProjectId: string | undefined;
|
|
270
|
+
ProjectDescription?: string | undefined;
|
|
271
|
+
ServiceCatalogProvisioningDetails?:
|
|
272
|
+
| ServiceCatalogProvisioningDetails
|
|
273
|
+
| undefined;
|
|
274
|
+
ServiceCatalogProvisionedProductDetails?:
|
|
275
|
+
| ServiceCatalogProvisionedProductDetails
|
|
276
|
+
| undefined;
|
|
277
|
+
ProjectStatus: ProjectStatus | undefined;
|
|
278
|
+
TemplateProviderDetails?: TemplateProviderDetail[] | undefined;
|
|
279
|
+
CreatedBy?: UserContext | undefined;
|
|
280
|
+
CreationTime: Date | undefined;
|
|
281
|
+
LastModifiedTime?: Date | undefined;
|
|
282
|
+
LastModifiedBy?: UserContext | undefined;
|
|
283
|
+
}
|
|
284
|
+
export interface DescribeReservedCapacityRequest {
|
|
285
|
+
ReservedCapacityArn: string | undefined;
|
|
286
|
+
}
|
|
287
|
+
export interface UltraServerSummary {
|
|
288
|
+
UltraServerType: string | undefined;
|
|
289
|
+
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
290
|
+
UltraServerCount?: number | undefined;
|
|
291
|
+
AvailableSpareInstanceCount?: number | undefined;
|
|
292
|
+
UnhealthyInstanceCount?: number | undefined;
|
|
293
|
+
}
|
|
294
|
+
export interface DescribeReservedCapacityResponse {
|
|
295
|
+
ReservedCapacityArn: string | undefined;
|
|
296
|
+
ReservedCapacityType?: ReservedCapacityType | undefined;
|
|
297
|
+
Status?: ReservedCapacityStatus | undefined;
|
|
298
|
+
AvailabilityZone?: string | undefined;
|
|
299
|
+
DurationHours?: number | undefined;
|
|
300
|
+
DurationMinutes?: number | undefined;
|
|
301
|
+
StartTime?: Date | undefined;
|
|
302
|
+
EndTime?: Date | undefined;
|
|
303
|
+
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
304
|
+
TotalInstanceCount: number | undefined;
|
|
305
|
+
AvailableInstanceCount?: number | undefined;
|
|
306
|
+
InUseInstanceCount?: number | undefined;
|
|
307
|
+
UltraServerSummary?: UltraServerSummary | undefined;
|
|
308
|
+
}
|
|
309
|
+
export interface DescribeSpaceRequest {
|
|
310
|
+
DomainId: string | undefined;
|
|
311
|
+
SpaceName: string | undefined;
|
|
312
|
+
}
|
|
313
|
+
export interface DescribeSpaceResponse {
|
|
314
|
+
DomainId?: string | undefined;
|
|
315
|
+
SpaceArn?: string | undefined;
|
|
316
|
+
SpaceName?: string | undefined;
|
|
317
|
+
HomeEfsFileSystemUid?: string | undefined;
|
|
318
|
+
Status?: SpaceStatus | undefined;
|
|
319
|
+
LastModifiedTime?: Date | undefined;
|
|
320
|
+
CreationTime?: Date | undefined;
|
|
321
|
+
FailureReason?: string | undefined;
|
|
322
|
+
SpaceSettings?: SpaceSettings | undefined;
|
|
323
|
+
OwnershipSettings?: OwnershipSettings | undefined;
|
|
324
|
+
SpaceSharingSettings?: SpaceSharingSettings | undefined;
|
|
325
|
+
SpaceDisplayName?: string | undefined;
|
|
326
|
+
Url?: string | undefined;
|
|
327
|
+
}
|
|
328
|
+
export interface DescribeStudioLifecycleConfigRequest {
|
|
329
|
+
StudioLifecycleConfigName: string | undefined;
|
|
330
|
+
}
|
|
331
|
+
export interface DescribeStudioLifecycleConfigResponse {
|
|
332
|
+
StudioLifecycleConfigArn?: string | undefined;
|
|
333
|
+
StudioLifecycleConfigName?: string | undefined;
|
|
334
|
+
CreationTime?: Date | undefined;
|
|
335
|
+
LastModifiedTime?: Date | undefined;
|
|
336
|
+
StudioLifecycleConfigContent?: string | undefined;
|
|
337
|
+
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | undefined;
|
|
338
|
+
}
|
|
339
|
+
export interface DescribeSubscribedWorkteamRequest {
|
|
340
|
+
WorkteamArn: string | undefined;
|
|
341
|
+
}
|
|
253
342
|
export interface SubscribedWorkteam {
|
|
254
343
|
WorkteamArn: string | undefined;
|
|
255
344
|
MarketplaceTitle?: string | undefined;
|
|
@@ -268,6 +357,10 @@ export interface MetricData {
|
|
|
268
357
|
Value?: number | undefined;
|
|
269
358
|
Timestamp?: Date | undefined;
|
|
270
359
|
}
|
|
360
|
+
export interface MlflowDetails {
|
|
361
|
+
MlflowExperimentId?: string | undefined;
|
|
362
|
+
MlflowRunId?: string | undefined;
|
|
363
|
+
}
|
|
271
364
|
export interface ProfilerRuleEvaluationStatus {
|
|
272
365
|
RuleConfigurationName?: string | undefined;
|
|
273
366
|
RuleEvaluationJobArn?: string | undefined;
|
|
@@ -275,6 +368,12 @@ export interface ProfilerRuleEvaluationStatus {
|
|
|
275
368
|
StatusDetails?: string | undefined;
|
|
276
369
|
LastModifiedTime?: Date | undefined;
|
|
277
370
|
}
|
|
371
|
+
export interface TrainingProgressInfo {
|
|
372
|
+
TotalStepCountPerEpoch?: number | undefined;
|
|
373
|
+
CurrentStep?: number | undefined;
|
|
374
|
+
CurrentEpoch?: number | undefined;
|
|
375
|
+
MaxEpoch?: number | undefined;
|
|
376
|
+
}
|
|
278
377
|
export interface SecondaryStatusTransition {
|
|
279
378
|
Status: SecondaryStatus | undefined;
|
|
280
379
|
StartTime: Date | undefined;
|
|
@@ -317,6 +416,7 @@ export interface DescribeTrainingJobResponse {
|
|
|
317
416
|
CheckpointConfig?: CheckpointConfig | undefined;
|
|
318
417
|
TrainingTimeInSeconds?: number | undefined;
|
|
319
418
|
BillableTimeInSeconds?: number | undefined;
|
|
419
|
+
BillableTokenCount?: number | undefined;
|
|
320
420
|
DebugHookConfig?: DebugHookConfig | undefined;
|
|
321
421
|
ExperimentConfig?: ExperimentConfig | undefined;
|
|
322
422
|
DebugRuleConfigurations?: DebugRuleConfiguration[] | undefined;
|
|
@@ -330,6 +430,12 @@ export interface DescribeTrainingJobResponse {
|
|
|
330
430
|
RetryStrategy?: RetryStrategy | undefined;
|
|
331
431
|
RemoteDebugConfig?: RemoteDebugConfig | undefined;
|
|
332
432
|
InfraCheckConfig?: InfraCheckConfig | undefined;
|
|
433
|
+
ServerlessJobConfig?: ServerlessJobConfig | undefined;
|
|
434
|
+
MlflowConfig?: MlflowConfig | undefined;
|
|
435
|
+
ModelPackageConfig?: ModelPackageConfig | undefined;
|
|
436
|
+
MlflowDetails?: MlflowDetails | undefined;
|
|
437
|
+
ProgressInfo?: TrainingProgressInfo | undefined;
|
|
438
|
+
OutputModelPackageArn?: string | undefined;
|
|
333
439
|
}
|
|
334
440
|
export interface DescribeTrainingPlanRequest {
|
|
335
441
|
TrainingPlanName: string | undefined;
|
|
@@ -1016,6 +1122,9 @@ export interface ImportHubContentResponse {
|
|
|
1016
1122
|
HubArn: string | undefined;
|
|
1017
1123
|
HubContentArn: string | undefined;
|
|
1018
1124
|
}
|
|
1125
|
+
export interface InferenceComponentMetadata {
|
|
1126
|
+
Arn?: string | undefined;
|
|
1127
|
+
}
|
|
1019
1128
|
export interface InferenceComponentSummary {
|
|
1020
1129
|
CreationTime: Date | undefined;
|
|
1021
1130
|
InferenceComponentArn: string | undefined;
|
|
@@ -1106,6 +1215,12 @@ export interface LineageGroupSummary {
|
|
|
1106
1215
|
CreationTime?: Date | undefined;
|
|
1107
1216
|
LastModifiedTime?: Date | undefined;
|
|
1108
1217
|
}
|
|
1218
|
+
export interface LineageMetadata {
|
|
1219
|
+
ActionArns?: Record<string, string> | undefined;
|
|
1220
|
+
ArtifactArns?: Record<string, string> | undefined;
|
|
1221
|
+
ContextArns?: Record<string, string> | undefined;
|
|
1222
|
+
Associations?: AssociationInfo[] | undefined;
|
|
1223
|
+
}
|
|
1109
1224
|
export interface ListActionsRequest {
|
|
1110
1225
|
SourceUri?: string | undefined;
|
|
1111
1226
|
ActionType?: string | undefined;
|
|
@@ -1928,6 +2043,7 @@ export interface ModelPackageSummary {
|
|
|
1928
2043
|
ModelPackageStatus: ModelPackageStatus | undefined;
|
|
1929
2044
|
ModelApprovalStatus?: ModelApprovalStatus | undefined;
|
|
1930
2045
|
ModelLifeCycle?: ModelLifeCycle | undefined;
|
|
2046
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
1931
2047
|
}
|
|
1932
2048
|
export interface ListModelPackagesOutput {
|
|
1933
2049
|
ModelPackageSummaryList: ModelPackageSummary[] | undefined;
|
|
@@ -2232,6 +2348,16 @@ export interface PipelineExecutionStepMetadata {
|
|
|
2232
2348
|
AutoMLJob?: AutoMLJobStepMetadata | undefined;
|
|
2233
2349
|
Endpoint?: EndpointStepMetadata | undefined;
|
|
2234
2350
|
EndpointConfig?: EndpointConfigStepMetadata | undefined;
|
|
2351
|
+
BedrockCustomModel?: BedrockCustomModelMetadata | undefined;
|
|
2352
|
+
BedrockCustomModelDeployment?:
|
|
2353
|
+
| BedrockCustomModelDeploymentMetadata
|
|
2354
|
+
| undefined;
|
|
2355
|
+
BedrockProvisionedModelThroughput?:
|
|
2356
|
+
| BedrockProvisionedModelThroughputMetadata
|
|
2357
|
+
| undefined;
|
|
2358
|
+
BedrockModelImport?: BedrockModelImportMetadata | undefined;
|
|
2359
|
+
InferenceComponent?: InferenceComponentMetadata | undefined;
|
|
2360
|
+
Lineage?: LineageMetadata | undefined;
|
|
2235
2361
|
}
|
|
2236
2362
|
export interface SelectiveExecutionResult {
|
|
2237
2363
|
SourcePipelineExecutionArn?: string | undefined;
|
|
@@ -2356,95 +2482,3 @@ export interface ListProjectsOutput {
|
|
|
2356
2482
|
ProjectSummaryList: ProjectSummary[] | undefined;
|
|
2357
2483
|
NextToken?: string | undefined;
|
|
2358
2484
|
}
|
|
2359
|
-
export interface ListResourceCatalogsRequest {
|
|
2360
|
-
NameContains?: string | undefined;
|
|
2361
|
-
CreationTimeAfter?: Date | undefined;
|
|
2362
|
-
CreationTimeBefore?: Date | undefined;
|
|
2363
|
-
SortOrder?: ResourceCatalogSortOrder | undefined;
|
|
2364
|
-
SortBy?: ResourceCatalogSortBy | undefined;
|
|
2365
|
-
MaxResults?: number | undefined;
|
|
2366
|
-
NextToken?: string | undefined;
|
|
2367
|
-
}
|
|
2368
|
-
export interface ResourceCatalog {
|
|
2369
|
-
ResourceCatalogArn: string | undefined;
|
|
2370
|
-
ResourceCatalogName: string | undefined;
|
|
2371
|
-
Description: string | undefined;
|
|
2372
|
-
CreationTime: Date | undefined;
|
|
2373
|
-
}
|
|
2374
|
-
export interface ListResourceCatalogsResponse {
|
|
2375
|
-
ResourceCatalogs?: ResourceCatalog[] | undefined;
|
|
2376
|
-
NextToken?: string | undefined;
|
|
2377
|
-
}
|
|
2378
|
-
export interface ListSpacesRequest {
|
|
2379
|
-
NextToken?: string | undefined;
|
|
2380
|
-
MaxResults?: number | undefined;
|
|
2381
|
-
SortOrder?: SortOrder | undefined;
|
|
2382
|
-
SortBy?: SpaceSortKey | undefined;
|
|
2383
|
-
DomainIdEquals?: string | undefined;
|
|
2384
|
-
SpaceNameContains?: string | undefined;
|
|
2385
|
-
}
|
|
2386
|
-
export interface OwnershipSettingsSummary {
|
|
2387
|
-
OwnerUserProfileName?: string | undefined;
|
|
2388
|
-
}
|
|
2389
|
-
export interface SpaceSettingsSummary {
|
|
2390
|
-
AppType?: AppType | undefined;
|
|
2391
|
-
RemoteAccess?: FeatureStatus | undefined;
|
|
2392
|
-
SpaceStorageSettings?: SpaceStorageSettings | undefined;
|
|
2393
|
-
}
|
|
2394
|
-
export interface SpaceSharingSettingsSummary {
|
|
2395
|
-
SharingType?: SharingType | undefined;
|
|
2396
|
-
}
|
|
2397
|
-
export interface SpaceDetails {
|
|
2398
|
-
DomainId?: string | undefined;
|
|
2399
|
-
SpaceName?: string | undefined;
|
|
2400
|
-
Status?: SpaceStatus | undefined;
|
|
2401
|
-
CreationTime?: Date | undefined;
|
|
2402
|
-
LastModifiedTime?: Date | undefined;
|
|
2403
|
-
SpaceSettingsSummary?: SpaceSettingsSummary | undefined;
|
|
2404
|
-
SpaceSharingSettingsSummary?: SpaceSharingSettingsSummary | undefined;
|
|
2405
|
-
OwnershipSettingsSummary?: OwnershipSettingsSummary | undefined;
|
|
2406
|
-
SpaceDisplayName?: string | undefined;
|
|
2407
|
-
}
|
|
2408
|
-
export interface ListSpacesResponse {
|
|
2409
|
-
Spaces?: SpaceDetails[] | undefined;
|
|
2410
|
-
NextToken?: string | undefined;
|
|
2411
|
-
}
|
|
2412
|
-
export interface ListStageDevicesRequest {
|
|
2413
|
-
NextToken?: string | undefined;
|
|
2414
|
-
MaxResults?: number | undefined;
|
|
2415
|
-
EdgeDeploymentPlanName: string | undefined;
|
|
2416
|
-
ExcludeDevicesDeployedInOtherStage?: boolean | undefined;
|
|
2417
|
-
StageName: string | undefined;
|
|
2418
|
-
}
|
|
2419
|
-
export interface ListStageDevicesResponse {
|
|
2420
|
-
DeviceDeploymentSummaries: DeviceDeploymentSummary[] | undefined;
|
|
2421
|
-
NextToken?: string | undefined;
|
|
2422
|
-
}
|
|
2423
|
-
export interface ListStudioLifecycleConfigsRequest {
|
|
2424
|
-
MaxResults?: number | undefined;
|
|
2425
|
-
NextToken?: string | undefined;
|
|
2426
|
-
NameContains?: string | undefined;
|
|
2427
|
-
AppTypeEquals?: StudioLifecycleConfigAppType | undefined;
|
|
2428
|
-
CreationTimeBefore?: Date | undefined;
|
|
2429
|
-
CreationTimeAfter?: Date | undefined;
|
|
2430
|
-
ModifiedTimeBefore?: Date | undefined;
|
|
2431
|
-
ModifiedTimeAfter?: Date | undefined;
|
|
2432
|
-
SortBy?: StudioLifecycleConfigSortKey | undefined;
|
|
2433
|
-
SortOrder?: SortOrder | undefined;
|
|
2434
|
-
}
|
|
2435
|
-
export interface StudioLifecycleConfigDetails {
|
|
2436
|
-
StudioLifecycleConfigArn?: string | undefined;
|
|
2437
|
-
StudioLifecycleConfigName?: string | undefined;
|
|
2438
|
-
CreationTime?: Date | undefined;
|
|
2439
|
-
LastModifiedTime?: Date | undefined;
|
|
2440
|
-
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | undefined;
|
|
2441
|
-
}
|
|
2442
|
-
export interface ListStudioLifecycleConfigsResponse {
|
|
2443
|
-
NextToken?: string | undefined;
|
|
2444
|
-
StudioLifecycleConfigs?: StudioLifecycleConfigDetails[] | undefined;
|
|
2445
|
-
}
|
|
2446
|
-
export interface ListSubscribedWorkteamsRequest {
|
|
2447
|
-
NameContains?: string | undefined;
|
|
2448
|
-
NextToken?: string | undefined;
|
|
2449
|
-
MaxResults?: number | undefined;
|
|
2450
|
-
}
|