@aws-sdk/client-sagemaker 3.696.0 → 3.706.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +160 -0
- package/dist-cjs/index.js +1603 -179
- package/dist-es/SageMaker.js +40 -0
- package/dist-es/commands/CreateClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/CreateComputeQuotaCommand.js +22 -0
- package/dist-es/commands/CreatePartnerAppCommand.js +22 -0
- package/dist-es/commands/CreatePartnerAppPresignedUrlCommand.js +22 -0
- package/dist-es/commands/CreateTrainingPlanCommand.js +22 -0
- package/dist-es/commands/DeleteClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/DeleteComputeQuotaCommand.js +22 -0
- package/dist-es/commands/DeletePartnerAppCommand.js +22 -0
- package/dist-es/commands/DescribeClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/DescribeComputeQuotaCommand.js +22 -0
- package/dist-es/commands/DescribePartnerAppCommand.js +22 -0
- package/dist-es/commands/DescribeTrainingPlanCommand.js +22 -0
- package/dist-es/commands/ListClusterSchedulerConfigsCommand.js +22 -0
- package/dist-es/commands/ListComputeQuotasCommand.js +22 -0
- package/dist-es/commands/ListPartnerAppsCommand.js +22 -0
- package/dist-es/commands/ListTrainingPlansCommand.js +22 -0
- package/dist-es/commands/SearchTrainingPlanOfferingsCommand.js +22 -0
- package/dist-es/commands/UpdateClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/UpdateComputeQuotaCommand.js +22 -0
- package/dist-es/commands/UpdateModelCardCommand.js +1 -1
- package/dist-es/commands/UpdateModelPackageCommand.js +1 -1
- package/dist-es/commands/UpdatePartnerAppCommand.js +22 -0
- package/dist-es/commands/index.js +20 -0
- package/dist-es/models/models_0.js +68 -10
- package/dist-es/models/models_1.js +21 -54
- package/dist-es/models/models_2.js +67 -66
- package/dist-es/models/models_3.js +111 -43
- package/dist-es/models/models_4.js +55 -13
- package/dist-es/models/models_5.js +15 -0
- package/dist-es/pagination/ListClusterSchedulerConfigsPaginator.js +4 -0
- package/dist-es/pagination/ListComputeQuotasPaginator.js +4 -0
- package/dist-es/pagination/ListPartnerAppsPaginator.js +4 -0
- package/dist-es/pagination/ListTrainingPlansPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +912 -14
- package/dist-types/SageMaker.d.ts +144 -0
- package/dist-types/SageMakerClient.d.ts +22 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +5 -4
- package/dist-types/commands/CreateClusterCommand.d.ts +13 -4
- package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +99 -0
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +108 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +9 -1
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +2 -2
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +10 -8
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +2 -1
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +7 -2
- package/dist-types/commands/CreatePartnerAppCommand.d.ts +102 -0
- package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +76 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +3 -0
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -2
- package/dist-types/commands/CreateTrainingPlanCommand.d.ts +148 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +5 -1
- package/dist-types/commands/DeleteClusterSchedulerConfigCommand.d.ts +72 -0
- package/dist-types/commands/DeleteComputeQuotaCommand.d.ts +72 -0
- package/dist-types/commands/DeletePartnerAppCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +5 -4
- package/dist-types/commands/DescribeClusterCommand.d.ts +15 -4
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +9 -1
- package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +115 -0
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +122 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +9 -1
- package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +2 -2
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +11 -9
- package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +3 -4
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribePartnerAppCommand.d.ts +99 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -2
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +102 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +5 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterSchedulerConfigsCommand.d.ts +91 -0
- package/dist-types/commands/ListClustersCommand.d.ts +4 -0
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +109 -0
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +2 -1
- package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListExperimentsCommand.d.ts +1 -1
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentsCommand.d.ts +1 -1
- package/dist-types/commands/ListHubsCommand.d.ts +1 -1
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -1
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +2 -2
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListPartnerAppsCommand.d.ts +81 -0
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +115 -0
- package/dist-types/commands/SearchCommand.d.ts +13 -11
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +120 -0
- package/dist-types/commands/UpdateActionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +11 -2
- package/dist-types/commands/UpdateClusterSchedulerConfigCommand.d.ts +94 -0
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +103 -0
- package/dist-types/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +10 -2
- package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateExperimentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelCardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +3 -3
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePartnerAppCommand.d.ts +98 -0
- package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSpaceCommand.d.ts +4 -1
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +5 -1
- package/dist-types/commands/index.d.ts +20 -0
- package/dist-types/models/models_0.d.ts +413 -285
- package/dist-types/models/models_1.d.ts +521 -553
- package/dist-types/models/models_2.d.ts +4313 -4644
- package/dist-types/models/models_3.d.ts +5924 -5713
- package/dist-types/models/models_4.d.ts +5364 -4886
- package/dist-types/models/models_5.d.ts +1796 -5
- package/dist-types/pagination/ListClusterSchedulerConfigsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListComputeQuotasPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPartnerAppsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrainingPlansPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +180 -0
- package/dist-types/ts3.4/SageMaker.d.ts +344 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +120 -0
- package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterSchedulerConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateOptimizationJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreatePartnerAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreatePartnerAppPresignedUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTrainingPlanCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteClusterSchedulerConfigCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteComputeQuotaCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeletePartnerAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeClusterSchedulerConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeComputeQuotaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeHumanTaskUiCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribePartnerAppCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeTrainingPlanCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListClusterSchedulerConfigsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListComputeQuotasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEndpointConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFeatureGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFlowDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHubContentVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHubContentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHubsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHumanTaskUisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImageVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceExperimentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPartnerAppsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchTrainingPlanOfferingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateActionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterSchedulerConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateClusterSoftwareCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateComputeQuotaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFeatureGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateImageVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInferenceComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateModelCardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePartnerAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +20 -0
- package/dist-types/ts3.4/models/models_0.d.ts +127 -76
- package/dist-types/ts3.4/models/models_1.d.ts +145 -160
- package/dist-types/ts3.4/models/models_2.d.ts +292 -324
- package/dist-types/ts3.4/models/models_3.d.ts +483 -425
- package/dist-types/ts3.4/models/models_4.d.ts +551 -397
- package/dist-types/ts3.4/models/models_5.d.ts +461 -3
- package/dist-types/ts3.4/pagination/ListClusterSchedulerConfigsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListComputeQuotasPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPartnerAppsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrainingPlansPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +240 -0
- package/package.json +4 -4
|
@@ -1,8 +1,1791 @@
|
|
|
1
|
-
import { BooleanOperator } from "./models_0";
|
|
2
|
-
import { UserSettings } from "./models_1";
|
|
3
|
-
import { CrossAccountFilterOption, MemberDefinition, NotificationConfiguration, OidcConfig, SourceIpConfig, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
|
|
4
|
-
import { Filter, ResourceType, Workforce, Workteam } from "./models_3";
|
|
5
|
-
import { NestedFilters, SearchSortOrder, VisibilityConditions } from "./models_4";
|
|
1
|
+
import { ActivationState, AdditionalInferenceSpecificationDefinition, AppNetworkAccessType, AppSecurityGroupManagement, BooleanOperator, ClusterInstanceGroupSpecification, ClusterNodeRecovery, CodeEditorAppImageConfig, ComputeQuotaConfig, ComputeQuotaTarget, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, ModelApprovalStatus, Tag } from "./models_0";
|
|
2
|
+
import { _InstanceType, DefaultSpaceSettings, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, JobType, ModelCardStatus, ModelLifeCycle, ModelPackageModelCard, ModelVariantConfig, MonitoringScheduleConfig, Processor, SchedulerConfig, ShadowModeConfig, TagPropagation, ThroughputMode, TrackingServerSize, UserSettings, VendorGuidance } from "./models_1";
|
|
3
|
+
import { CrossAccountFilterOption, FeatureParameter, InstanceMetadataServiceConfiguration, MemberDefinition, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PartnerAppConfig, PartnerAppMaintenanceConfig, PipelineDefinitionS3Location, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, SourceIpConfig, SpaceSettings, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
|
|
4
|
+
import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, Filter, GitConfigForUpdate, ResourceType, Workforce, Workteam } from "./models_3";
|
|
5
|
+
import { NestedFilters, OnlineStoreConfigUpdate, ProfilerConfigForUpdate, RemoteDebugConfigForUpdate, ResourceConfigForUpdate, SearchSortOrder, VisibilityConditions } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface UpdateActionResponse {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The Amazon Resource Name (ARN) of the action.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
ActionArn?: string | undefined;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
export interface UpdateAppImageConfigRequest {
|
|
20
|
+
/**
|
|
21
|
+
* <p>The name of the AppImageConfig to update.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
AppImageConfigName: string | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The new KernelGateway app to run on the image.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
KernelGatewayImageConfig?: KernelGatewayImageConfig | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The JupyterLab app running on the image.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
JupyterLabAppImageConfig?: JupyterLabAppImageConfig | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The Code Editor app running on the image.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
CodeEditorAppImageConfig?: CodeEditorAppImageConfig | undefined;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
export interface UpdateAppImageConfigResponse {
|
|
45
|
+
/**
|
|
46
|
+
* <p>The ARN for the AppImageConfig.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
AppImageConfigArn?: string | undefined;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
export interface UpdateArtifactRequest {
|
|
55
|
+
/**
|
|
56
|
+
* <p>The Amazon Resource Name (ARN) of the artifact to update.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
ArtifactArn: string | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* <p>The new name for the artifact.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
ArtifactName?: string | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* <p>The new list of properties. Overwrites the current property list.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
Properties?: Record<string, string> | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>A list of properties to remove.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
PropertiesToRemove?: string[] | undefined;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
export interface UpdateArtifactResponse {
|
|
80
|
+
/**
|
|
81
|
+
* <p>The Amazon Resource Name (ARN) of the artifact.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
ArtifactArn?: string | undefined;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
export interface UpdateClusterRequest {
|
|
90
|
+
/**
|
|
91
|
+
* <p>Specify the name of the SageMaker HyperPod cluster you want to update.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
ClusterName: string | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* <p>Specify the instance groups to update.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
InstanceGroups: ClusterInstanceGroupSpecification[] | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The node recovery mode to be applied to the SageMaker HyperPod cluster.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
NodeRecovery?: ClusterNodeRecovery | undefined;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
export interface UpdateClusterResponse {
|
|
110
|
+
/**
|
|
111
|
+
* <p>The Amazon Resource Name (ARN) of the updated SageMaker HyperPod cluster.</p>
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
ClusterArn: string | undefined;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
export interface UpdateClusterSchedulerConfigRequest {
|
|
120
|
+
/**
|
|
121
|
+
* <p>ID of the cluster policy.</p>
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
ClusterSchedulerConfigId: string | undefined;
|
|
125
|
+
/**
|
|
126
|
+
* <p>Target version.</p>
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
TargetVersion: number | undefined;
|
|
130
|
+
/**
|
|
131
|
+
* <p>Cluster policy configuration.</p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
SchedulerConfig?: SchedulerConfig | undefined;
|
|
135
|
+
/**
|
|
136
|
+
* <p>Description of the cluster policy.</p>
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
Description?: string | undefined;
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
export interface UpdateClusterSchedulerConfigResponse {
|
|
145
|
+
/**
|
|
146
|
+
* <p>ARN of the cluster policy.</p>
|
|
147
|
+
* @public
|
|
148
|
+
*/
|
|
149
|
+
ClusterSchedulerConfigArn: string | undefined;
|
|
150
|
+
/**
|
|
151
|
+
* <p>Version of the cluster policy.</p>
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
ClusterSchedulerConfigVersion: number | undefined;
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
export interface UpdateClusterSoftwareRequest {
|
|
160
|
+
/**
|
|
161
|
+
* <p>Specify the name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update for security
|
|
162
|
+
* patching.</p>
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
ClusterName: string | undefined;
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
export interface UpdateClusterSoftwareResponse {
|
|
171
|
+
/**
|
|
172
|
+
* <p>The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster being updated for security patching.</p>
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
ClusterArn: string | undefined;
|
|
176
|
+
}
|
|
177
|
+
/**
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
export interface UpdateCodeRepositoryInput {
|
|
181
|
+
/**
|
|
182
|
+
* <p>The name of the Git repository to update.</p>
|
|
183
|
+
* @public
|
|
184
|
+
*/
|
|
185
|
+
CodeRepositoryName: string | undefined;
|
|
186
|
+
/**
|
|
187
|
+
* <p>The configuration of the git repository, including the URL and the Amazon Resource
|
|
188
|
+
* Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the
|
|
189
|
+
* credentials used to access the repository. The secret must have a staging label of
|
|
190
|
+
* <code>AWSCURRENT</code> and must be in the following format:</p>
|
|
191
|
+
* <p>
|
|
192
|
+
* <code>\{"username": <i>UserName</i>, "password":
|
|
193
|
+
* <i>Password</i>\}</code>
|
|
194
|
+
* </p>
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
GitConfig?: GitConfigForUpdate | undefined;
|
|
198
|
+
}
|
|
199
|
+
/**
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
export interface UpdateCodeRepositoryOutput {
|
|
203
|
+
/**
|
|
204
|
+
* <p>The ARN of the Git repository.</p>
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
207
|
+
CodeRepositoryArn: string | undefined;
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
export interface UpdateComputeQuotaRequest {
|
|
213
|
+
/**
|
|
214
|
+
* <p>ID of the compute allocation definition.</p>
|
|
215
|
+
* @public
|
|
216
|
+
*/
|
|
217
|
+
ComputeQuotaId: string | undefined;
|
|
218
|
+
/**
|
|
219
|
+
* <p>Target version.</p>
|
|
220
|
+
* @public
|
|
221
|
+
*/
|
|
222
|
+
TargetVersion: number | undefined;
|
|
223
|
+
/**
|
|
224
|
+
* <p>Configuration of the compute allocation definition. This includes the resource sharing
|
|
225
|
+
* option, and the setting to preempt low priority tasks.</p>
|
|
226
|
+
* @public
|
|
227
|
+
*/
|
|
228
|
+
ComputeQuotaConfig?: ComputeQuotaConfig | undefined;
|
|
229
|
+
/**
|
|
230
|
+
* <p>The target entity to allocate compute resources to.</p>
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
233
|
+
ComputeQuotaTarget?: ComputeQuotaTarget | undefined;
|
|
234
|
+
/**
|
|
235
|
+
* <p>The state of the compute allocation being described. Use to enable or disable compute
|
|
236
|
+
* allocation.</p>
|
|
237
|
+
* <p>Default is <code>Enabled</code>.</p>
|
|
238
|
+
* @public
|
|
239
|
+
*/
|
|
240
|
+
ActivationState?: ActivationState | undefined;
|
|
241
|
+
/**
|
|
242
|
+
* <p>Description of the compute allocation definition.</p>
|
|
243
|
+
* @public
|
|
244
|
+
*/
|
|
245
|
+
Description?: string | undefined;
|
|
246
|
+
}
|
|
247
|
+
/**
|
|
248
|
+
* @public
|
|
249
|
+
*/
|
|
250
|
+
export interface UpdateComputeQuotaResponse {
|
|
251
|
+
/**
|
|
252
|
+
* <p>ARN of the compute allocation definition.</p>
|
|
253
|
+
* @public
|
|
254
|
+
*/
|
|
255
|
+
ComputeQuotaArn: string | undefined;
|
|
256
|
+
/**
|
|
257
|
+
* <p>Version of the compute allocation definition.</p>
|
|
258
|
+
* @public
|
|
259
|
+
*/
|
|
260
|
+
ComputeQuotaVersion: number | undefined;
|
|
261
|
+
}
|
|
262
|
+
/**
|
|
263
|
+
* @public
|
|
264
|
+
*/
|
|
265
|
+
export interface UpdateContextRequest {
|
|
266
|
+
/**
|
|
267
|
+
* <p>The name of the context to update.</p>
|
|
268
|
+
* @public
|
|
269
|
+
*/
|
|
270
|
+
ContextName: string | undefined;
|
|
271
|
+
/**
|
|
272
|
+
* <p>The new description for the context.</p>
|
|
273
|
+
* @public
|
|
274
|
+
*/
|
|
275
|
+
Description?: string | undefined;
|
|
276
|
+
/**
|
|
277
|
+
* <p>The new list of properties. Overwrites the current property list.</p>
|
|
278
|
+
* @public
|
|
279
|
+
*/
|
|
280
|
+
Properties?: Record<string, string> | undefined;
|
|
281
|
+
/**
|
|
282
|
+
* <p>A list of properties to remove.</p>
|
|
283
|
+
* @public
|
|
284
|
+
*/
|
|
285
|
+
PropertiesToRemove?: string[] | undefined;
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
290
|
+
export interface UpdateContextResponse {
|
|
291
|
+
/**
|
|
292
|
+
* <p>The Amazon Resource Name (ARN) of the context.</p>
|
|
293
|
+
* @public
|
|
294
|
+
*/
|
|
295
|
+
ContextArn?: string | undefined;
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* @public
|
|
299
|
+
*/
|
|
300
|
+
export interface UpdateDeviceFleetRequest {
|
|
301
|
+
/**
|
|
302
|
+
* <p>The name of the fleet.</p>
|
|
303
|
+
* @public
|
|
304
|
+
*/
|
|
305
|
+
DeviceFleetName: string | undefined;
|
|
306
|
+
/**
|
|
307
|
+
* <p>The Amazon Resource Name (ARN) of the device.</p>
|
|
308
|
+
* @public
|
|
309
|
+
*/
|
|
310
|
+
RoleArn?: string | undefined;
|
|
311
|
+
/**
|
|
312
|
+
* <p>Description of the fleet.</p>
|
|
313
|
+
* @public
|
|
314
|
+
*/
|
|
315
|
+
Description?: string | undefined;
|
|
316
|
+
/**
|
|
317
|
+
* <p>Output configuration for storing sample data collected by the fleet.</p>
|
|
318
|
+
* @public
|
|
319
|
+
*/
|
|
320
|
+
OutputConfig: EdgeOutputConfig | undefined;
|
|
321
|
+
/**
|
|
322
|
+
* <p>Whether to create an Amazon Web Services IoT Role Alias during device fleet creation.
|
|
323
|
+
* The name of the role alias generated will match this pattern:
|
|
324
|
+
* "SageMakerEdge-\{DeviceFleetName\}".</p>
|
|
325
|
+
* <p>For example, if your device fleet is called "demo-fleet", the name of
|
|
326
|
+
* the role alias will be "SageMakerEdge-demo-fleet".</p>
|
|
327
|
+
* @public
|
|
328
|
+
*/
|
|
329
|
+
EnableIotRoleAlias?: boolean | undefined;
|
|
330
|
+
}
|
|
331
|
+
/**
|
|
332
|
+
* @public
|
|
333
|
+
*/
|
|
334
|
+
export interface UpdateDevicesRequest {
|
|
335
|
+
/**
|
|
336
|
+
* <p>The name of the fleet the devices belong to.</p>
|
|
337
|
+
* @public
|
|
338
|
+
*/
|
|
339
|
+
DeviceFleetName: string | undefined;
|
|
340
|
+
/**
|
|
341
|
+
* <p>List of devices to register with Edge Manager agent.</p>
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
344
|
+
Devices: Device[] | undefined;
|
|
345
|
+
}
|
|
346
|
+
/**
|
|
347
|
+
* @public
|
|
348
|
+
*/
|
|
349
|
+
export interface UpdateDomainRequest {
|
|
350
|
+
/**
|
|
351
|
+
* <p>The ID of the domain to be updated.</p>
|
|
352
|
+
* @public
|
|
353
|
+
*/
|
|
354
|
+
DomainId: string | undefined;
|
|
355
|
+
/**
|
|
356
|
+
* <p>A collection of settings.</p>
|
|
357
|
+
* @public
|
|
358
|
+
*/
|
|
359
|
+
DefaultUserSettings?: UserSettings | undefined;
|
|
360
|
+
/**
|
|
361
|
+
* <p>A collection of <code>DomainSettings</code> configuration values to update.</p>
|
|
362
|
+
* @public
|
|
363
|
+
*/
|
|
364
|
+
DomainSettingsForUpdate?: DomainSettingsForUpdate | undefined;
|
|
365
|
+
/**
|
|
366
|
+
* <p>The entity that creates and manages the required security groups for inter-app
|
|
367
|
+
* communication in <code>VPCOnly</code> mode. Required when
|
|
368
|
+
* <code>CreateDomain.AppNetworkAccessType</code> is <code>VPCOnly</code> and
|
|
369
|
+
* <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is
|
|
370
|
+
* provided. If setting up the domain for use with RStudio, this value must be set to
|
|
371
|
+
* <code>Service</code>.</p>
|
|
372
|
+
* @public
|
|
373
|
+
*/
|
|
374
|
+
AppSecurityGroupManagement?: AppSecurityGroupManagement | undefined;
|
|
375
|
+
/**
|
|
376
|
+
* <p>The default settings for shared spaces that users create in the domain.</p>
|
|
377
|
+
* @public
|
|
378
|
+
*/
|
|
379
|
+
DefaultSpaceSettings?: DefaultSpaceSettings | undefined;
|
|
380
|
+
/**
|
|
381
|
+
* <p>The VPC subnets that Studio uses for communication.</p>
|
|
382
|
+
* <p>If removing subnets, ensure there are no apps in the <code>InService</code>,
|
|
383
|
+
* <code>Pending</code>, or <code>Deleting</code> state.</p>
|
|
384
|
+
* @public
|
|
385
|
+
*/
|
|
386
|
+
SubnetIds?: string[] | undefined;
|
|
387
|
+
/**
|
|
388
|
+
* <p>Specifies the VPC used for non-EFS traffic.</p>
|
|
389
|
+
* <ul>
|
|
390
|
+
* <li>
|
|
391
|
+
* <p>
|
|
392
|
+
* <code>PublicInternetOnly</code> - Non-EFS traffic is through a VPC managed by Amazon SageMaker, which allows direct internet access.</p>
|
|
393
|
+
* </li>
|
|
394
|
+
* <li>
|
|
395
|
+
* <p>
|
|
396
|
+
* <code>VpcOnly</code> - All Studio traffic is through the specified VPC and
|
|
397
|
+
* subnets.</p>
|
|
398
|
+
* </li>
|
|
399
|
+
* </ul>
|
|
400
|
+
* <p>This configuration can only be modified if there are no apps in the
|
|
401
|
+
* <code>InService</code>, <code>Pending</code>, or <code>Deleting</code> state. The
|
|
402
|
+
* configuration cannot be updated if
|
|
403
|
+
* <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is already
|
|
404
|
+
* set or <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is
|
|
405
|
+
* provided as part of the same request.</p>
|
|
406
|
+
* @public
|
|
407
|
+
*/
|
|
408
|
+
AppNetworkAccessType?: AppNetworkAccessType | undefined;
|
|
409
|
+
/**
|
|
410
|
+
* <p>Indicates whether custom tag propagation is supported for the domain. Defaults to
|
|
411
|
+
* <code>DISABLED</code>.</p>
|
|
412
|
+
* @public
|
|
413
|
+
*/
|
|
414
|
+
TagPropagation?: TagPropagation | undefined;
|
|
415
|
+
}
|
|
416
|
+
/**
|
|
417
|
+
* @public
|
|
418
|
+
*/
|
|
419
|
+
export interface UpdateDomainResponse {
|
|
420
|
+
/**
|
|
421
|
+
* <p>The Amazon Resource Name (ARN) of the domain.</p>
|
|
422
|
+
* @public
|
|
423
|
+
*/
|
|
424
|
+
DomainArn?: string | undefined;
|
|
425
|
+
}
|
|
426
|
+
/**
|
|
427
|
+
* @public
|
|
428
|
+
* @enum
|
|
429
|
+
*/
|
|
430
|
+
export declare const VariantPropertyType: {
|
|
431
|
+
readonly DataCaptureConfig: "DataCaptureConfig";
|
|
432
|
+
readonly DesiredInstanceCount: "DesiredInstanceCount";
|
|
433
|
+
readonly DesiredWeight: "DesiredWeight";
|
|
434
|
+
};
|
|
435
|
+
/**
|
|
436
|
+
* @public
|
|
437
|
+
*/
|
|
438
|
+
export type VariantPropertyType = (typeof VariantPropertyType)[keyof typeof VariantPropertyType];
|
|
439
|
+
/**
|
|
440
|
+
* <p>Specifies a production variant property type for an Endpoint.</p>
|
|
441
|
+
* <p>If you are updating an endpoint with the <code>RetainAllVariantProperties</code>
|
|
442
|
+
* option of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpoint.html">UpdateEndpointInput</a> set to <code>true</code>, the
|
|
443
|
+
* <code>VariantProperty</code> objects listed in the
|
|
444
|
+
* <code>ExcludeRetainedVariantProperties</code> parameter of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpoint.html">UpdateEndpointInput</a> override the existing variant properties of the
|
|
445
|
+
* endpoint.</p>
|
|
446
|
+
* @public
|
|
447
|
+
*/
|
|
448
|
+
export interface VariantProperty {
|
|
449
|
+
/**
|
|
450
|
+
* <p>The type of variant property. The supported values are:</p>
|
|
451
|
+
* <ul>
|
|
452
|
+
* <li>
|
|
453
|
+
* <p>
|
|
454
|
+
* <code>DesiredInstanceCount</code>: Overrides the existing variant instance
|
|
455
|
+
* counts using the <code>InitialInstanceCount</code> values in the
|
|
456
|
+
* <code>ProductionVariants</code> of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html">CreateEndpointConfig</a>.</p>
|
|
457
|
+
* </li>
|
|
458
|
+
* <li>
|
|
459
|
+
* <p>
|
|
460
|
+
* <code>DesiredWeight</code>: Overrides the existing variant weights using the
|
|
461
|
+
* <code>InitialVariantWeight</code> values in the
|
|
462
|
+
* <code>ProductionVariants</code> of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html">CreateEndpointConfig</a>.</p>
|
|
463
|
+
* </li>
|
|
464
|
+
* <li>
|
|
465
|
+
* <p>
|
|
466
|
+
* <code>DataCaptureConfig</code>: (Not currently supported.)</p>
|
|
467
|
+
* </li>
|
|
468
|
+
* </ul>
|
|
469
|
+
* @public
|
|
470
|
+
*/
|
|
471
|
+
VariantPropertyType: VariantPropertyType | undefined;
|
|
472
|
+
}
|
|
473
|
+
/**
|
|
474
|
+
* @public
|
|
475
|
+
*/
|
|
476
|
+
export interface UpdateEndpointInput {
|
|
477
|
+
/**
|
|
478
|
+
* <p>The name of the endpoint whose configuration you want to update.</p>
|
|
479
|
+
* @public
|
|
480
|
+
*/
|
|
481
|
+
EndpointName: string | undefined;
|
|
482
|
+
/**
|
|
483
|
+
* <p>The name of the new endpoint configuration.</p>
|
|
484
|
+
* @public
|
|
485
|
+
*/
|
|
486
|
+
EndpointConfigName: string | undefined;
|
|
487
|
+
/**
|
|
488
|
+
* <p>When updating endpoint resources, enables or disables the retention of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VariantProperty.html">variant properties</a>, such as the instance count or the variant weight. To
|
|
489
|
+
* retain the variant properties of an endpoint when updating it, set
|
|
490
|
+
* <code>RetainAllVariantProperties</code> to <code>true</code>. To use the variant
|
|
491
|
+
* properties specified in a new <code>EndpointConfig</code> call when updating an
|
|
492
|
+
* endpoint, set <code>RetainAllVariantProperties</code> to <code>false</code>. The default
|
|
493
|
+
* is <code>false</code>.</p>
|
|
494
|
+
* @public
|
|
495
|
+
*/
|
|
496
|
+
RetainAllVariantProperties?: boolean | undefined;
|
|
497
|
+
/**
|
|
498
|
+
* <p>When you are updating endpoint resources with <code>RetainAllVariantProperties</code>,
|
|
499
|
+
* whose value is set to <code>true</code>, <code>ExcludeRetainedVariantProperties</code>
|
|
500
|
+
* specifies the list of type <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VariantProperty.html">VariantProperty</a>
|
|
501
|
+
* to override with the values provided by <code>EndpointConfig</code>. If you don't
|
|
502
|
+
* specify a value for <code>ExcludeRetainedVariantProperties</code>, no variant properties
|
|
503
|
+
* are overridden. </p>
|
|
504
|
+
* @public
|
|
505
|
+
*/
|
|
506
|
+
ExcludeRetainedVariantProperties?: VariantProperty[] | undefined;
|
|
507
|
+
/**
|
|
508
|
+
* <p>The deployment configuration for an endpoint, which contains the desired deployment
|
|
509
|
+
* strategy and rollback configurations.</p>
|
|
510
|
+
* @public
|
|
511
|
+
*/
|
|
512
|
+
DeploymentConfig?: DeploymentConfig | undefined;
|
|
513
|
+
/**
|
|
514
|
+
* <p>Specifies whether to reuse the last deployment configuration. The default value is
|
|
515
|
+
* false (the configuration is not reused).</p>
|
|
516
|
+
* @public
|
|
517
|
+
*/
|
|
518
|
+
RetainDeploymentConfig?: boolean | undefined;
|
|
519
|
+
}
|
|
520
|
+
/**
|
|
521
|
+
* @public
|
|
522
|
+
*/
|
|
523
|
+
export interface UpdateEndpointOutput {
|
|
524
|
+
/**
|
|
525
|
+
* <p>The Amazon Resource Name (ARN) of the endpoint.</p>
|
|
526
|
+
* @public
|
|
527
|
+
*/
|
|
528
|
+
EndpointArn: string | undefined;
|
|
529
|
+
}
|
|
530
|
+
/**
|
|
531
|
+
* @public
|
|
532
|
+
*/
|
|
533
|
+
export interface UpdateEndpointWeightsAndCapacitiesInput {
|
|
534
|
+
/**
|
|
535
|
+
* <p>The name of an existing SageMaker endpoint.</p>
|
|
536
|
+
* @public
|
|
537
|
+
*/
|
|
538
|
+
EndpointName: string | undefined;
|
|
539
|
+
/**
|
|
540
|
+
* <p>An object that provides new capacity and weight values for a variant.</p>
|
|
541
|
+
* @public
|
|
542
|
+
*/
|
|
543
|
+
DesiredWeightsAndCapacities: DesiredWeightAndCapacity[] | undefined;
|
|
544
|
+
}
|
|
545
|
+
/**
|
|
546
|
+
* @public
|
|
547
|
+
*/
|
|
548
|
+
export interface UpdateEndpointWeightsAndCapacitiesOutput {
|
|
549
|
+
/**
|
|
550
|
+
* <p>The Amazon Resource Name (ARN) of the updated endpoint.</p>
|
|
551
|
+
* @public
|
|
552
|
+
*/
|
|
553
|
+
EndpointArn: string | undefined;
|
|
554
|
+
}
|
|
555
|
+
/**
|
|
556
|
+
* @public
|
|
557
|
+
*/
|
|
558
|
+
export interface UpdateExperimentRequest {
|
|
559
|
+
/**
|
|
560
|
+
* <p>The name of the experiment to update.</p>
|
|
561
|
+
* @public
|
|
562
|
+
*/
|
|
563
|
+
ExperimentName: string | undefined;
|
|
564
|
+
/**
|
|
565
|
+
* <p>The name of the experiment as displayed. The name doesn't need to be unique. If
|
|
566
|
+
* <code>DisplayName</code> isn't specified, <code>ExperimentName</code> is displayed.</p>
|
|
567
|
+
* @public
|
|
568
|
+
*/
|
|
569
|
+
DisplayName?: string | undefined;
|
|
570
|
+
/**
|
|
571
|
+
* <p>The description of the experiment.</p>
|
|
572
|
+
* @public
|
|
573
|
+
*/
|
|
574
|
+
Description?: string | undefined;
|
|
575
|
+
}
|
|
576
|
+
/**
|
|
577
|
+
* @public
|
|
578
|
+
*/
|
|
579
|
+
export interface UpdateExperimentResponse {
|
|
580
|
+
/**
|
|
581
|
+
* <p>The Amazon Resource Name (ARN) of the experiment.</p>
|
|
582
|
+
* @public
|
|
583
|
+
*/
|
|
584
|
+
ExperimentArn?: string | undefined;
|
|
585
|
+
}
|
|
586
|
+
/**
|
|
587
|
+
* <p>The new throughput configuration for the feature group. You can switch between on-demand
|
|
588
|
+
* and provisioned modes or update the read / write capacity of provisioned feature groups.
|
|
589
|
+
* You can switch a feature group to on-demand only once in a 24 hour period. </p>
|
|
590
|
+
* @public
|
|
591
|
+
*/
|
|
592
|
+
export interface ThroughputConfigUpdate {
|
|
593
|
+
/**
|
|
594
|
+
* <p>Target throughput mode of the feature group. Throughput update is an asynchronous
|
|
595
|
+
* operation, and the outcome should be monitored by polling <code>LastUpdateStatus</code>
|
|
596
|
+
* field in <code>DescribeFeatureGroup</code> response. You cannot update a feature group's
|
|
597
|
+
* throughput while another update is in progress. </p>
|
|
598
|
+
* @public
|
|
599
|
+
*/
|
|
600
|
+
ThroughputMode?: ThroughputMode | undefined;
|
|
601
|
+
/**
|
|
602
|
+
* <p>For provisioned feature groups with online store enabled, this indicates the read
|
|
603
|
+
* throughput you are billed for and can consume without throttling. </p>
|
|
604
|
+
* @public
|
|
605
|
+
*/
|
|
606
|
+
ProvisionedReadCapacityUnits?: number | undefined;
|
|
607
|
+
/**
|
|
608
|
+
* <p>For provisioned feature groups, this indicates the write throughput you are billed for
|
|
609
|
+
* and can consume without throttling. </p>
|
|
610
|
+
* @public
|
|
611
|
+
*/
|
|
612
|
+
ProvisionedWriteCapacityUnits?: number | undefined;
|
|
613
|
+
}
|
|
614
|
+
/**
|
|
615
|
+
* @public
|
|
616
|
+
*/
|
|
617
|
+
export interface UpdateFeatureGroupRequest {
|
|
618
|
+
/**
|
|
619
|
+
* <p>The name or Amazon Resource Name (ARN) of the feature group that you're updating.</p>
|
|
620
|
+
* @public
|
|
621
|
+
*/
|
|
622
|
+
FeatureGroupName: string | undefined;
|
|
623
|
+
/**
|
|
624
|
+
* <p>Updates the feature group. Updating a feature group is an asynchronous operation. When
|
|
625
|
+
* you get an HTTP 200 response, you've made a valid request. It takes some time after you've
|
|
626
|
+
* made a valid request for Feature Store to update the feature group.</p>
|
|
627
|
+
* @public
|
|
628
|
+
*/
|
|
629
|
+
FeatureAdditions?: FeatureDefinition[] | undefined;
|
|
630
|
+
/**
|
|
631
|
+
* <p>Updates the feature group online store configuration.</p>
|
|
632
|
+
* @public
|
|
633
|
+
*/
|
|
634
|
+
OnlineStoreConfig?: OnlineStoreConfigUpdate | undefined;
|
|
635
|
+
/**
|
|
636
|
+
* <p>The new throughput configuration for the feature group. You can switch between on-demand
|
|
637
|
+
* and provisioned modes or update the read / write capacity of provisioned feature groups.
|
|
638
|
+
* You can switch a feature group to on-demand only once in a 24 hour period. </p>
|
|
639
|
+
* @public
|
|
640
|
+
*/
|
|
641
|
+
ThroughputConfig?: ThroughputConfigUpdate | undefined;
|
|
642
|
+
}
|
|
643
|
+
/**
|
|
644
|
+
* @public
|
|
645
|
+
*/
|
|
646
|
+
export interface UpdateFeatureGroupResponse {
|
|
647
|
+
/**
|
|
648
|
+
* <p>The Amazon Resource Number (ARN) of the feature group that you're updating.</p>
|
|
649
|
+
* @public
|
|
650
|
+
*/
|
|
651
|
+
FeatureGroupArn: string | undefined;
|
|
652
|
+
}
|
|
653
|
+
/**
|
|
654
|
+
* @public
|
|
655
|
+
*/
|
|
656
|
+
export interface UpdateFeatureMetadataRequest {
|
|
657
|
+
/**
|
|
658
|
+
* <p>The name or Amazon Resource Name (ARN) of the feature group containing the feature that
|
|
659
|
+
* you're updating.</p>
|
|
660
|
+
* @public
|
|
661
|
+
*/
|
|
662
|
+
FeatureGroupName: string | undefined;
|
|
663
|
+
/**
|
|
664
|
+
* <p>The name of the feature that you're updating.</p>
|
|
665
|
+
* @public
|
|
666
|
+
*/
|
|
667
|
+
FeatureName: string | undefined;
|
|
668
|
+
/**
|
|
669
|
+
* <p>A description that you can write to better describe the feature.</p>
|
|
670
|
+
* @public
|
|
671
|
+
*/
|
|
672
|
+
Description?: string | undefined;
|
|
673
|
+
/**
|
|
674
|
+
* <p>A list of key-value pairs that you can add to better describe the feature.</p>
|
|
675
|
+
* @public
|
|
676
|
+
*/
|
|
677
|
+
ParameterAdditions?: FeatureParameter[] | undefined;
|
|
678
|
+
/**
|
|
679
|
+
* <p>A list of parameter keys that you can specify to remove parameters that describe your
|
|
680
|
+
* feature.</p>
|
|
681
|
+
* @public
|
|
682
|
+
*/
|
|
683
|
+
ParameterRemovals?: string[] | undefined;
|
|
684
|
+
}
|
|
685
|
+
/**
|
|
686
|
+
* @public
|
|
687
|
+
*/
|
|
688
|
+
export interface UpdateHubRequest {
|
|
689
|
+
/**
|
|
690
|
+
* <p>The name of the hub to update.</p>
|
|
691
|
+
* @public
|
|
692
|
+
*/
|
|
693
|
+
HubName: string | undefined;
|
|
694
|
+
/**
|
|
695
|
+
* <p>A description of the updated hub.</p>
|
|
696
|
+
* @public
|
|
697
|
+
*/
|
|
698
|
+
HubDescription?: string | undefined;
|
|
699
|
+
/**
|
|
700
|
+
* <p>The display name of the hub.</p>
|
|
701
|
+
* @public
|
|
702
|
+
*/
|
|
703
|
+
HubDisplayName?: string | undefined;
|
|
704
|
+
/**
|
|
705
|
+
* <p>The searchable keywords for the hub.</p>
|
|
706
|
+
* @public
|
|
707
|
+
*/
|
|
708
|
+
HubSearchKeywords?: string[] | undefined;
|
|
709
|
+
}
|
|
710
|
+
/**
|
|
711
|
+
* @public
|
|
712
|
+
*/
|
|
713
|
+
export interface UpdateHubResponse {
|
|
714
|
+
/**
|
|
715
|
+
* <p>The Amazon Resource Name (ARN) of the updated hub.</p>
|
|
716
|
+
* @public
|
|
717
|
+
*/
|
|
718
|
+
HubArn: string | undefined;
|
|
719
|
+
}
|
|
720
|
+
/**
|
|
721
|
+
* @public
|
|
722
|
+
*/
|
|
723
|
+
export interface UpdateImageRequest {
|
|
724
|
+
/**
|
|
725
|
+
* <p>A list of properties to delete. Only the <code>Description</code> and
|
|
726
|
+
* <code>DisplayName</code> properties can be deleted.</p>
|
|
727
|
+
* @public
|
|
728
|
+
*/
|
|
729
|
+
DeleteProperties?: string[] | undefined;
|
|
730
|
+
/**
|
|
731
|
+
* <p>The new description for the image.</p>
|
|
732
|
+
* @public
|
|
733
|
+
*/
|
|
734
|
+
Description?: string | undefined;
|
|
735
|
+
/**
|
|
736
|
+
* <p>The new display name for the image.</p>
|
|
737
|
+
* @public
|
|
738
|
+
*/
|
|
739
|
+
DisplayName?: string | undefined;
|
|
740
|
+
/**
|
|
741
|
+
* <p>The name of the image to update.</p>
|
|
742
|
+
* @public
|
|
743
|
+
*/
|
|
744
|
+
ImageName: string | undefined;
|
|
745
|
+
/**
|
|
746
|
+
* <p>The new ARN for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.</p>
|
|
747
|
+
* @public
|
|
748
|
+
*/
|
|
749
|
+
RoleArn?: string | undefined;
|
|
750
|
+
}
|
|
751
|
+
/**
|
|
752
|
+
* @public
|
|
753
|
+
*/
|
|
754
|
+
export interface UpdateImageResponse {
|
|
755
|
+
/**
|
|
756
|
+
* <p>The ARN of the image.</p>
|
|
757
|
+
* @public
|
|
758
|
+
*/
|
|
759
|
+
ImageArn?: string | undefined;
|
|
760
|
+
}
|
|
761
|
+
/**
|
|
762
|
+
* @public
|
|
763
|
+
*/
|
|
764
|
+
export interface UpdateImageVersionRequest {
|
|
765
|
+
/**
|
|
766
|
+
* <p>The name of the image.</p>
|
|
767
|
+
* @public
|
|
768
|
+
*/
|
|
769
|
+
ImageName: string | undefined;
|
|
770
|
+
/**
|
|
771
|
+
* <p>The alias of the image version.</p>
|
|
772
|
+
* @public
|
|
773
|
+
*/
|
|
774
|
+
Alias?: string | undefined;
|
|
775
|
+
/**
|
|
776
|
+
* <p>The version of the image.</p>
|
|
777
|
+
* @public
|
|
778
|
+
*/
|
|
779
|
+
Version?: number | undefined;
|
|
780
|
+
/**
|
|
781
|
+
* <p>A list of aliases to add.</p>
|
|
782
|
+
* @public
|
|
783
|
+
*/
|
|
784
|
+
AliasesToAdd?: string[] | undefined;
|
|
785
|
+
/**
|
|
786
|
+
* <p>A list of aliases to delete.</p>
|
|
787
|
+
* @public
|
|
788
|
+
*/
|
|
789
|
+
AliasesToDelete?: string[] | undefined;
|
|
790
|
+
/**
|
|
791
|
+
* <p>The availability of the image version specified by the maintainer.</p>
|
|
792
|
+
* <ul>
|
|
793
|
+
* <li>
|
|
794
|
+
* <p>
|
|
795
|
+
* <code>NOT_PROVIDED</code>: The maintainers did not provide a status for image version stability.</p>
|
|
796
|
+
* </li>
|
|
797
|
+
* <li>
|
|
798
|
+
* <p>
|
|
799
|
+
* <code>STABLE</code>: The image version is stable.</p>
|
|
800
|
+
* </li>
|
|
801
|
+
* <li>
|
|
802
|
+
* <p>
|
|
803
|
+
* <code>TO_BE_ARCHIVED</code>: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.</p>
|
|
804
|
+
* </li>
|
|
805
|
+
* <li>
|
|
806
|
+
* <p>
|
|
807
|
+
* <code>ARCHIVED</code>: The image version is archived. Archived image versions are not searchable and are no longer actively supported. </p>
|
|
808
|
+
* </li>
|
|
809
|
+
* </ul>
|
|
810
|
+
* @public
|
|
811
|
+
*/
|
|
812
|
+
VendorGuidance?: VendorGuidance | undefined;
|
|
813
|
+
/**
|
|
814
|
+
* <p>Indicates SageMaker job type compatibility.</p>
|
|
815
|
+
* <ul>
|
|
816
|
+
* <li>
|
|
817
|
+
* <p>
|
|
818
|
+
* <code>TRAINING</code>: The image version is compatible with SageMaker training jobs.</p>
|
|
819
|
+
* </li>
|
|
820
|
+
* <li>
|
|
821
|
+
* <p>
|
|
822
|
+
* <code>INFERENCE</code>: The image version is compatible with SageMaker inference jobs.</p>
|
|
823
|
+
* </li>
|
|
824
|
+
* <li>
|
|
825
|
+
* <p>
|
|
826
|
+
* <code>NOTEBOOK_KERNEL</code>: The image version is compatible with SageMaker notebook kernels.</p>
|
|
827
|
+
* </li>
|
|
828
|
+
* </ul>
|
|
829
|
+
* @public
|
|
830
|
+
*/
|
|
831
|
+
JobType?: JobType | undefined;
|
|
832
|
+
/**
|
|
833
|
+
* <p>The machine learning framework vended in the image version.</p>
|
|
834
|
+
* @public
|
|
835
|
+
*/
|
|
836
|
+
MLFramework?: string | undefined;
|
|
837
|
+
/**
|
|
838
|
+
* <p>The supported programming language and its version.</p>
|
|
839
|
+
* @public
|
|
840
|
+
*/
|
|
841
|
+
ProgrammingLang?: string | undefined;
|
|
842
|
+
/**
|
|
843
|
+
* <p>Indicates CPU or GPU compatibility.</p>
|
|
844
|
+
* <ul>
|
|
845
|
+
* <li>
|
|
846
|
+
* <p>
|
|
847
|
+
* <code>CPU</code>: The image version is compatible with CPU.</p>
|
|
848
|
+
* </li>
|
|
849
|
+
* <li>
|
|
850
|
+
* <p>
|
|
851
|
+
* <code>GPU</code>: The image version is compatible with GPU.</p>
|
|
852
|
+
* </li>
|
|
853
|
+
* </ul>
|
|
854
|
+
* @public
|
|
855
|
+
*/
|
|
856
|
+
Processor?: Processor | undefined;
|
|
857
|
+
/**
|
|
858
|
+
* <p>Indicates Horovod compatibility.</p>
|
|
859
|
+
* @public
|
|
860
|
+
*/
|
|
861
|
+
Horovod?: boolean | undefined;
|
|
862
|
+
/**
|
|
863
|
+
* <p>The maintainer description of the image version.</p>
|
|
864
|
+
* @public
|
|
865
|
+
*/
|
|
866
|
+
ReleaseNotes?: string | undefined;
|
|
867
|
+
}
|
|
868
|
+
/**
|
|
869
|
+
* @public
|
|
870
|
+
*/
|
|
871
|
+
export interface UpdateImageVersionResponse {
|
|
872
|
+
/**
|
|
873
|
+
* <p>The ARN of the image version.</p>
|
|
874
|
+
* @public
|
|
875
|
+
*/
|
|
876
|
+
ImageVersionArn?: string | undefined;
|
|
877
|
+
}
|
|
878
|
+
/**
|
|
879
|
+
* @public
|
|
880
|
+
*/
|
|
881
|
+
export interface UpdateInferenceComponentInput {
|
|
882
|
+
/**
|
|
883
|
+
* <p>The name of the inference component.</p>
|
|
884
|
+
* @public
|
|
885
|
+
*/
|
|
886
|
+
InferenceComponentName: string | undefined;
|
|
887
|
+
/**
|
|
888
|
+
* <p>Details about the resources to deploy with this inference component, including the
|
|
889
|
+
* model, container, and compute resources.</p>
|
|
890
|
+
* @public
|
|
891
|
+
*/
|
|
892
|
+
Specification?: InferenceComponentSpecification | undefined;
|
|
893
|
+
/**
|
|
894
|
+
* <p>Runtime settings for a model that is deployed with an inference component.</p>
|
|
895
|
+
* @public
|
|
896
|
+
*/
|
|
897
|
+
RuntimeConfig?: InferenceComponentRuntimeConfig | undefined;
|
|
898
|
+
}
|
|
899
|
+
/**
|
|
900
|
+
* @public
|
|
901
|
+
*/
|
|
902
|
+
export interface UpdateInferenceComponentOutput {
|
|
903
|
+
/**
|
|
904
|
+
* <p>The Amazon Resource Name (ARN) of the inference component.</p>
|
|
905
|
+
* @public
|
|
906
|
+
*/
|
|
907
|
+
InferenceComponentArn: string | undefined;
|
|
908
|
+
}
|
|
909
|
+
/**
|
|
910
|
+
* @public
|
|
911
|
+
*/
|
|
912
|
+
export interface UpdateInferenceComponentRuntimeConfigInput {
|
|
913
|
+
/**
|
|
914
|
+
* <p>The name of the inference component to update.</p>
|
|
915
|
+
* @public
|
|
916
|
+
*/
|
|
917
|
+
InferenceComponentName: string | undefined;
|
|
918
|
+
/**
|
|
919
|
+
* <p>Runtime settings for a model that is deployed with an inference component.</p>
|
|
920
|
+
* @public
|
|
921
|
+
*/
|
|
922
|
+
DesiredRuntimeConfig: InferenceComponentRuntimeConfig | undefined;
|
|
923
|
+
}
|
|
924
|
+
/**
|
|
925
|
+
* @public
|
|
926
|
+
*/
|
|
927
|
+
export interface UpdateInferenceComponentRuntimeConfigOutput {
|
|
928
|
+
/**
|
|
929
|
+
* <p>The Amazon Resource Name (ARN) of the inference component.</p>
|
|
930
|
+
* @public
|
|
931
|
+
*/
|
|
932
|
+
InferenceComponentArn: string | undefined;
|
|
933
|
+
}
|
|
934
|
+
/**
|
|
935
|
+
* @public
|
|
936
|
+
*/
|
|
937
|
+
export interface UpdateInferenceExperimentRequest {
|
|
938
|
+
/**
|
|
939
|
+
* <p>The name of the inference experiment to be updated.</p>
|
|
940
|
+
* @public
|
|
941
|
+
*/
|
|
942
|
+
Name: string | undefined;
|
|
943
|
+
/**
|
|
944
|
+
* <p>
|
|
945
|
+
* The duration for which the inference experiment will run. If the status of the inference experiment is
|
|
946
|
+
* <code>Created</code>, then you can update both the start and end dates. If the status of the inference
|
|
947
|
+
* experiment is <code>Running</code>, then you can update only the end date.
|
|
948
|
+
* </p>
|
|
949
|
+
* @public
|
|
950
|
+
*/
|
|
951
|
+
Schedule?: InferenceExperimentSchedule | undefined;
|
|
952
|
+
/**
|
|
953
|
+
* <p>The description of the inference experiment.</p>
|
|
954
|
+
* @public
|
|
955
|
+
*/
|
|
956
|
+
Description?: string | undefined;
|
|
957
|
+
/**
|
|
958
|
+
* <p>
|
|
959
|
+
* An array of <code>ModelVariantConfig</code> objects. There is one for each variant, whose infrastructure
|
|
960
|
+
* configuration you want to update.
|
|
961
|
+
* </p>
|
|
962
|
+
* @public
|
|
963
|
+
*/
|
|
964
|
+
ModelVariants?: ModelVariantConfig[] | undefined;
|
|
965
|
+
/**
|
|
966
|
+
* <p>The Amazon S3 location and configuration for storing inference request and response data.</p>
|
|
967
|
+
* @public
|
|
968
|
+
*/
|
|
969
|
+
DataStorageConfig?: InferenceExperimentDataStorageConfig | undefined;
|
|
970
|
+
/**
|
|
971
|
+
* <p>
|
|
972
|
+
* The configuration of <code>ShadowMode</code> inference experiment type. Use this field to specify a
|
|
973
|
+
* production variant which takes all the inference requests, and a shadow variant to which Amazon SageMaker replicates a
|
|
974
|
+
* percentage of the inference requests. For the shadow variant also specify the percentage of requests that
|
|
975
|
+
* Amazon SageMaker replicates.
|
|
976
|
+
* </p>
|
|
977
|
+
* @public
|
|
978
|
+
*/
|
|
979
|
+
ShadowModeConfig?: ShadowModeConfig | undefined;
|
|
980
|
+
}
|
|
981
|
+
/**
|
|
982
|
+
* @public
|
|
983
|
+
*/
|
|
984
|
+
export interface UpdateInferenceExperimentResponse {
|
|
985
|
+
/**
|
|
986
|
+
* <p>The ARN of the updated inference experiment.</p>
|
|
987
|
+
* @public
|
|
988
|
+
*/
|
|
989
|
+
InferenceExperimentArn: string | undefined;
|
|
990
|
+
}
|
|
991
|
+
/**
|
|
992
|
+
* @public
|
|
993
|
+
*/
|
|
994
|
+
export interface UpdateMlflowTrackingServerRequest {
|
|
995
|
+
/**
|
|
996
|
+
* <p>The name of the MLflow Tracking Server to update.</p>
|
|
997
|
+
* @public
|
|
998
|
+
*/
|
|
999
|
+
TrackingServerName: string | undefined;
|
|
1000
|
+
/**
|
|
1001
|
+
* <p>The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow
|
|
1002
|
+
* Tracking Server.</p>
|
|
1003
|
+
* @public
|
|
1004
|
+
*/
|
|
1005
|
+
ArtifactStoreUri?: string | undefined;
|
|
1006
|
+
/**
|
|
1007
|
+
* <p>The new size for the MLflow Tracking Server.</p>
|
|
1008
|
+
* @public
|
|
1009
|
+
*/
|
|
1010
|
+
TrackingServerSize?: TrackingServerSize | undefined;
|
|
1011
|
+
/**
|
|
1012
|
+
* <p>Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.
|
|
1013
|
+
* To enable automatic model registration, set this value to <code>True</code>.
|
|
1014
|
+
* To disable automatic model registration, set this value to <code>False</code>.
|
|
1015
|
+
* If not specified, <code>AutomaticModelRegistration</code> defaults to <code>False</code>
|
|
1016
|
+
* </p>
|
|
1017
|
+
* @public
|
|
1018
|
+
*/
|
|
1019
|
+
AutomaticModelRegistration?: boolean | undefined;
|
|
1020
|
+
/**
|
|
1021
|
+
* <p>The new weekly maintenance window start day and time to update. The maintenance window day and time should be
|
|
1022
|
+
* in Coordinated Universal Time (UTC) 24-hour standard time. For example: TUE:03:30.</p>
|
|
1023
|
+
* @public
|
|
1024
|
+
*/
|
|
1025
|
+
WeeklyMaintenanceWindowStart?: string | undefined;
|
|
1026
|
+
}
|
|
1027
|
+
/**
|
|
1028
|
+
* @public
|
|
1029
|
+
*/
|
|
1030
|
+
export interface UpdateMlflowTrackingServerResponse {
|
|
1031
|
+
/**
|
|
1032
|
+
* <p>The ARN of the updated MLflow Tracking Server.</p>
|
|
1033
|
+
* @public
|
|
1034
|
+
*/
|
|
1035
|
+
TrackingServerArn?: string | undefined;
|
|
1036
|
+
}
|
|
1037
|
+
/**
|
|
1038
|
+
* @public
|
|
1039
|
+
*/
|
|
1040
|
+
export interface UpdateModelCardRequest {
|
|
1041
|
+
/**
|
|
1042
|
+
* <p>The name or Amazon Resource Name (ARN) of the model card to update.</p>
|
|
1043
|
+
* @public
|
|
1044
|
+
*/
|
|
1045
|
+
ModelCardName: string | undefined;
|
|
1046
|
+
/**
|
|
1047
|
+
* <p>The updated model card content. Content must be in <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards.html#model-cards-json-schema">model card JSON schema</a> and provided as a string.</p>
|
|
1048
|
+
* <p>When updating model card content, be sure to include the full content and not just updated content.</p>
|
|
1049
|
+
* @public
|
|
1050
|
+
*/
|
|
1051
|
+
Content?: string | undefined;
|
|
1052
|
+
/**
|
|
1053
|
+
* <p>The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.</p>
|
|
1054
|
+
* <ul>
|
|
1055
|
+
* <li>
|
|
1056
|
+
* <p>
|
|
1057
|
+
* <code>Draft</code>: The model card is a work in progress.</p>
|
|
1058
|
+
* </li>
|
|
1059
|
+
* <li>
|
|
1060
|
+
* <p>
|
|
1061
|
+
* <code>PendingReview</code>: The model card is pending review.</p>
|
|
1062
|
+
* </li>
|
|
1063
|
+
* <li>
|
|
1064
|
+
* <p>
|
|
1065
|
+
* <code>Approved</code>: The model card is approved.</p>
|
|
1066
|
+
* </li>
|
|
1067
|
+
* <li>
|
|
1068
|
+
* <p>
|
|
1069
|
+
* <code>Archived</code>: The model card is archived. No more updates should be made to the model
|
|
1070
|
+
* card, but it can still be exported.</p>
|
|
1071
|
+
* </li>
|
|
1072
|
+
* </ul>
|
|
1073
|
+
* @public
|
|
1074
|
+
*/
|
|
1075
|
+
ModelCardStatus?: ModelCardStatus | undefined;
|
|
1076
|
+
}
|
|
1077
|
+
/**
|
|
1078
|
+
* @public
|
|
1079
|
+
*/
|
|
1080
|
+
export interface UpdateModelCardResponse {
|
|
1081
|
+
/**
|
|
1082
|
+
* <p>The Amazon Resource Name (ARN) of the updated model card.</p>
|
|
1083
|
+
* @public
|
|
1084
|
+
*/
|
|
1085
|
+
ModelCardArn: string | undefined;
|
|
1086
|
+
}
|
|
1087
|
+
/**
|
|
1088
|
+
* @public
|
|
1089
|
+
*/
|
|
1090
|
+
export interface UpdateModelPackageInput {
|
|
1091
|
+
/**
|
|
1092
|
+
* <p>The Amazon Resource Name (ARN) of the model package.</p>
|
|
1093
|
+
* @public
|
|
1094
|
+
*/
|
|
1095
|
+
ModelPackageArn: string | undefined;
|
|
1096
|
+
/**
|
|
1097
|
+
* <p>The approval status of the model.</p>
|
|
1098
|
+
* @public
|
|
1099
|
+
*/
|
|
1100
|
+
ModelApprovalStatus?: ModelApprovalStatus | undefined;
|
|
1101
|
+
/**
|
|
1102
|
+
* <p>A description for the approval status of the model.</p>
|
|
1103
|
+
* @public
|
|
1104
|
+
*/
|
|
1105
|
+
ApprovalDescription?: string | undefined;
|
|
1106
|
+
/**
|
|
1107
|
+
* <p>The metadata properties associated with the model package versions.</p>
|
|
1108
|
+
* @public
|
|
1109
|
+
*/
|
|
1110
|
+
CustomerMetadataProperties?: Record<string, string> | undefined;
|
|
1111
|
+
/**
|
|
1112
|
+
* <p>The metadata properties associated with the model package versions to remove.</p>
|
|
1113
|
+
* @public
|
|
1114
|
+
*/
|
|
1115
|
+
CustomerMetadataPropertiesToRemove?: string[] | undefined;
|
|
1116
|
+
/**
|
|
1117
|
+
* <p>An array of additional Inference Specification objects to be added to the
|
|
1118
|
+
* existing array additional Inference Specification. Total number of additional
|
|
1119
|
+
* Inference Specifications can not exceed 15. Each additional Inference Specification
|
|
1120
|
+
* specifies artifacts based on this model package that can be used on inference endpoints.
|
|
1121
|
+
* Generally used with SageMaker Neo to store the compiled artifacts.</p>
|
|
1122
|
+
* @public
|
|
1123
|
+
*/
|
|
1124
|
+
AdditionalInferenceSpecificationsToAdd?: AdditionalInferenceSpecificationDefinition[] | undefined;
|
|
1125
|
+
/**
|
|
1126
|
+
* <p>Specifies details about inference jobs that you can run with models based on this model
|
|
1127
|
+
* package, including the following information:</p>
|
|
1128
|
+
* <ul>
|
|
1129
|
+
* <li>
|
|
1130
|
+
* <p>The Amazon ECR paths of containers that contain the inference code and model
|
|
1131
|
+
* artifacts.</p>
|
|
1132
|
+
* </li>
|
|
1133
|
+
* <li>
|
|
1134
|
+
* <p>The instance types that the model package supports for transform jobs and
|
|
1135
|
+
* real-time endpoints used for inference.</p>
|
|
1136
|
+
* </li>
|
|
1137
|
+
* <li>
|
|
1138
|
+
* <p>The input and output content formats that the model package supports for
|
|
1139
|
+
* inference.</p>
|
|
1140
|
+
* </li>
|
|
1141
|
+
* </ul>
|
|
1142
|
+
* @public
|
|
1143
|
+
*/
|
|
1144
|
+
InferenceSpecification?: InferenceSpecification | undefined;
|
|
1145
|
+
/**
|
|
1146
|
+
* <p>The URI of the source for the model package.</p>
|
|
1147
|
+
* @public
|
|
1148
|
+
*/
|
|
1149
|
+
SourceUri?: string | undefined;
|
|
1150
|
+
/**
|
|
1151
|
+
* <p>The model card associated with the model package. Since <code>ModelPackageModelCard</code> is
|
|
1152
|
+
* tied to a model package, it is a specific usage of a model card and its schema is
|
|
1153
|
+
* simplified compared to the schema of <code>ModelCard</code>. The
|
|
1154
|
+
* <code>ModelPackageModelCard</code> schema does not include <code>model_package_details</code>,
|
|
1155
|
+
* and <code>model_overview</code> is composed of the <code>model_creator</code> and
|
|
1156
|
+
* <code>model_artifact</code> properties. For more information about the model package model
|
|
1157
|
+
* card schema, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html#model-card-schema">Model
|
|
1158
|
+
* package model card schema</a>. For more information about
|
|
1159
|
+
* the model card associated with the model package, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html">View
|
|
1160
|
+
* the Details of a Model Version</a>.</p>
|
|
1161
|
+
* @public
|
|
1162
|
+
*/
|
|
1163
|
+
ModelCard?: ModelPackageModelCard | undefined;
|
|
1164
|
+
/**
|
|
1165
|
+
* <p>
|
|
1166
|
+
* A structure describing the current state of the model in its life cycle.
|
|
1167
|
+
* </p>
|
|
1168
|
+
* @public
|
|
1169
|
+
*/
|
|
1170
|
+
ModelLifeCycle?: ModelLifeCycle | undefined;
|
|
1171
|
+
/**
|
|
1172
|
+
* <p>
|
|
1173
|
+
* A unique token that guarantees that the call to this API is idempotent.
|
|
1174
|
+
* </p>
|
|
1175
|
+
* @public
|
|
1176
|
+
*/
|
|
1177
|
+
ClientToken?: string | undefined;
|
|
1178
|
+
}
|
|
1179
|
+
/**
|
|
1180
|
+
* @public
|
|
1181
|
+
*/
|
|
1182
|
+
export interface UpdateModelPackageOutput {
|
|
1183
|
+
/**
|
|
1184
|
+
* <p>The Amazon Resource Name (ARN) of the model.</p>
|
|
1185
|
+
* @public
|
|
1186
|
+
*/
|
|
1187
|
+
ModelPackageArn: string | undefined;
|
|
1188
|
+
}
|
|
1189
|
+
/**
|
|
1190
|
+
* @public
|
|
1191
|
+
*/
|
|
1192
|
+
export interface UpdateMonitoringAlertRequest {
|
|
1193
|
+
/**
|
|
1194
|
+
* <p>The name of a monitoring schedule.</p>
|
|
1195
|
+
* @public
|
|
1196
|
+
*/
|
|
1197
|
+
MonitoringScheduleName: string | undefined;
|
|
1198
|
+
/**
|
|
1199
|
+
* <p>The name of a monitoring alert.</p>
|
|
1200
|
+
* @public
|
|
1201
|
+
*/
|
|
1202
|
+
MonitoringAlertName: string | undefined;
|
|
1203
|
+
/**
|
|
1204
|
+
* <p>Within <code>EvaluationPeriod</code>, how many execution failures will raise an
|
|
1205
|
+
* alert.</p>
|
|
1206
|
+
* @public
|
|
1207
|
+
*/
|
|
1208
|
+
DatapointsToAlert: number | undefined;
|
|
1209
|
+
/**
|
|
1210
|
+
* <p>The number of most recent monitoring executions to consider when evaluating alert
|
|
1211
|
+
* status.</p>
|
|
1212
|
+
* @public
|
|
1213
|
+
*/
|
|
1214
|
+
EvaluationPeriod: number | undefined;
|
|
1215
|
+
}
|
|
1216
|
+
/**
|
|
1217
|
+
* @public
|
|
1218
|
+
*/
|
|
1219
|
+
export interface UpdateMonitoringAlertResponse {
|
|
1220
|
+
/**
|
|
1221
|
+
* <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
|
|
1222
|
+
* @public
|
|
1223
|
+
*/
|
|
1224
|
+
MonitoringScheduleArn: string | undefined;
|
|
1225
|
+
/**
|
|
1226
|
+
* <p>The name of a monitoring alert.</p>
|
|
1227
|
+
* @public
|
|
1228
|
+
*/
|
|
1229
|
+
MonitoringAlertName?: string | undefined;
|
|
1230
|
+
}
|
|
1231
|
+
/**
|
|
1232
|
+
* @public
|
|
1233
|
+
*/
|
|
1234
|
+
export interface UpdateMonitoringScheduleRequest {
|
|
1235
|
+
/**
|
|
1236
|
+
* <p>The name of the monitoring schedule. The name must be unique within an Amazon Web Services
|
|
1237
|
+
* Region within an Amazon Web Services account.</p>
|
|
1238
|
+
* @public
|
|
1239
|
+
*/
|
|
1240
|
+
MonitoringScheduleName: string | undefined;
|
|
1241
|
+
/**
|
|
1242
|
+
* <p>The configuration object that specifies the monitoring schedule and defines the monitoring
|
|
1243
|
+
* job.</p>
|
|
1244
|
+
* @public
|
|
1245
|
+
*/
|
|
1246
|
+
MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
|
|
1247
|
+
}
|
|
1248
|
+
/**
|
|
1249
|
+
* @public
|
|
1250
|
+
*/
|
|
1251
|
+
export interface UpdateMonitoringScheduleResponse {
|
|
1252
|
+
/**
|
|
1253
|
+
* <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
|
|
1254
|
+
* @public
|
|
1255
|
+
*/
|
|
1256
|
+
MonitoringScheduleArn: string | undefined;
|
|
1257
|
+
}
|
|
1258
|
+
/**
|
|
1259
|
+
* @public
|
|
1260
|
+
*/
|
|
1261
|
+
export interface UpdateNotebookInstanceInput {
|
|
1262
|
+
/**
|
|
1263
|
+
* <p>The name of the notebook instance to update.</p>
|
|
1264
|
+
* @public
|
|
1265
|
+
*/
|
|
1266
|
+
NotebookInstanceName: string | undefined;
|
|
1267
|
+
/**
|
|
1268
|
+
* <p>The Amazon ML compute instance type.</p>
|
|
1269
|
+
* @public
|
|
1270
|
+
*/
|
|
1271
|
+
InstanceType?: _InstanceType | undefined;
|
|
1272
|
+
/**
|
|
1273
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that SageMaker can assume to
|
|
1274
|
+
* access the notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">SageMaker Roles</a>. </p>
|
|
1275
|
+
* <note>
|
|
1276
|
+
* <p>To be able to pass this role to SageMaker, the caller of this API must
|
|
1277
|
+
* have the <code>iam:PassRole</code> permission.</p>
|
|
1278
|
+
* </note>
|
|
1279
|
+
* @public
|
|
1280
|
+
*/
|
|
1281
|
+
RoleArn?: string | undefined;
|
|
1282
|
+
/**
|
|
1283
|
+
* <p>The name of a lifecycle configuration to associate with the notebook instance. For
|
|
1284
|
+
* information about lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step 2.1: (Optional)
|
|
1285
|
+
* Customize a Notebook Instance</a>.</p>
|
|
1286
|
+
* @public
|
|
1287
|
+
*/
|
|
1288
|
+
LifecycleConfigName?: string | undefined;
|
|
1289
|
+
/**
|
|
1290
|
+
* <p>Set to <code>true</code> to remove the notebook instance lifecycle configuration
|
|
1291
|
+
* currently associated with the notebook instance. This operation is idempotent. If you
|
|
1292
|
+
* specify a lifecycle configuration that is not associated with the notebook instance when
|
|
1293
|
+
* you call this method, it does not throw an error.</p>
|
|
1294
|
+
* @public
|
|
1295
|
+
*/
|
|
1296
|
+
DisassociateLifecycleConfig?: boolean | undefined;
|
|
1297
|
+
/**
|
|
1298
|
+
* <p>The size, in GB, of the ML storage volume to attach to the notebook instance. The
|
|
1299
|
+
* default value is 5 GB. ML storage volumes are encrypted, so SageMaker can't
|
|
1300
|
+
* determine the amount of available free space on the volume. Because of this, you can
|
|
1301
|
+
* increase the volume size when you update a notebook instance, but you can't decrease the
|
|
1302
|
+
* volume size. If you want to decrease the size of the ML storage volume in use, create a
|
|
1303
|
+
* new notebook instance with the desired size.</p>
|
|
1304
|
+
* @public
|
|
1305
|
+
*/
|
|
1306
|
+
VolumeSizeInGB?: number | undefined;
|
|
1307
|
+
/**
|
|
1308
|
+
* <p>The Git repository to associate with the notebook instance as its default code
|
|
1309
|
+
* repository. This can be either the name of a Git repository stored as a resource in your
|
|
1310
|
+
* account, or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
|
|
1311
|
+
* or in any other Git repository. When you open a notebook instance, it opens in the
|
|
1312
|
+
* directory that contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
|
|
1313
|
+
* Repositories with SageMaker Notebook Instances</a>.</p>
|
|
1314
|
+
* @public
|
|
1315
|
+
*/
|
|
1316
|
+
DefaultCodeRepository?: string | undefined;
|
|
1317
|
+
/**
|
|
1318
|
+
* <p>An array of up to three Git repositories to associate with the notebook instance.
|
|
1319
|
+
* These can be either the names of Git repositories stored as resources in your account,
|
|
1320
|
+
* or the URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
|
|
1321
|
+
* or in any other Git repository. These repositories are cloned at the same level as the
|
|
1322
|
+
* default repository of your notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
|
|
1323
|
+
* Repositories with SageMaker Notebook Instances</a>.</p>
|
|
1324
|
+
* @public
|
|
1325
|
+
*/
|
|
1326
|
+
AdditionalCodeRepositories?: string[] | undefined;
|
|
1327
|
+
/**
|
|
1328
|
+
* <p>This parameter is no longer supported. Elastic Inference (EI) is no longer
|
|
1329
|
+
* available.</p>
|
|
1330
|
+
* <p>This parameter was used to specify a list of the EI instance types to associate with
|
|
1331
|
+
* this notebook instance.</p>
|
|
1332
|
+
* @public
|
|
1333
|
+
*/
|
|
1334
|
+
AcceleratorTypes?: NotebookInstanceAcceleratorType[] | undefined;
|
|
1335
|
+
/**
|
|
1336
|
+
* <p>This parameter is no longer supported. Elastic Inference (EI) is no longer
|
|
1337
|
+
* available.</p>
|
|
1338
|
+
* <p>This parameter was used to specify a list of the EI instance types to remove from this notebook
|
|
1339
|
+
* instance.</p>
|
|
1340
|
+
* @public
|
|
1341
|
+
*/
|
|
1342
|
+
DisassociateAcceleratorTypes?: boolean | undefined;
|
|
1343
|
+
/**
|
|
1344
|
+
* <p>The name or URL of the default Git repository to remove from this notebook instance.
|
|
1345
|
+
* This operation is idempotent. If you specify a Git repository that is not associated
|
|
1346
|
+
* with the notebook instance when you call this method, it does not throw an error.</p>
|
|
1347
|
+
* @public
|
|
1348
|
+
*/
|
|
1349
|
+
DisassociateDefaultCodeRepository?: boolean | undefined;
|
|
1350
|
+
/**
|
|
1351
|
+
* <p>A list of names or URLs of the default Git repositories to remove from this notebook
|
|
1352
|
+
* instance. This operation is idempotent. If you specify a Git repository that is not
|
|
1353
|
+
* associated with the notebook instance when you call this method, it does not throw an
|
|
1354
|
+
* error.</p>
|
|
1355
|
+
* @public
|
|
1356
|
+
*/
|
|
1357
|
+
DisassociateAdditionalCodeRepositories?: boolean | undefined;
|
|
1358
|
+
/**
|
|
1359
|
+
* <p>Whether root access is enabled or disabled for users of the notebook instance. The
|
|
1360
|
+
* default value is <code>Enabled</code>.</p>
|
|
1361
|
+
* <note>
|
|
1362
|
+
* <p>If you set this to <code>Disabled</code>, users don't have root access on the
|
|
1363
|
+
* notebook instance, but lifecycle configuration scripts still run with root
|
|
1364
|
+
* permissions.</p>
|
|
1365
|
+
* </note>
|
|
1366
|
+
* @public
|
|
1367
|
+
*/
|
|
1368
|
+
RootAccess?: RootAccess | undefined;
|
|
1369
|
+
/**
|
|
1370
|
+
* <p>Information on the IMDS configuration of the notebook instance</p>
|
|
1371
|
+
* @public
|
|
1372
|
+
*/
|
|
1373
|
+
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration | undefined;
|
|
1374
|
+
}
|
|
1375
|
+
/**
|
|
1376
|
+
* @public
|
|
1377
|
+
*/
|
|
1378
|
+
export interface UpdateNotebookInstanceOutput {
|
|
1379
|
+
}
|
|
1380
|
+
/**
|
|
1381
|
+
* @public
|
|
1382
|
+
*/
|
|
1383
|
+
export interface UpdateNotebookInstanceLifecycleConfigInput {
|
|
1384
|
+
/**
|
|
1385
|
+
* <p>The name of the lifecycle configuration.</p>
|
|
1386
|
+
* @public
|
|
1387
|
+
*/
|
|
1388
|
+
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
1389
|
+
/**
|
|
1390
|
+
* <p>The shell script that runs only once, when you create a notebook instance. The shell
|
|
1391
|
+
* script must be a base64-encoded string.</p>
|
|
1392
|
+
* @public
|
|
1393
|
+
*/
|
|
1394
|
+
OnCreate?: NotebookInstanceLifecycleHook[] | undefined;
|
|
1395
|
+
/**
|
|
1396
|
+
* <p>The shell script that runs every time you start a notebook instance, including when
|
|
1397
|
+
* you create the notebook instance. The shell script must be a base64-encoded
|
|
1398
|
+
* string.</p>
|
|
1399
|
+
* @public
|
|
1400
|
+
*/
|
|
1401
|
+
OnStart?: NotebookInstanceLifecycleHook[] | undefined;
|
|
1402
|
+
}
|
|
1403
|
+
/**
|
|
1404
|
+
* @public
|
|
1405
|
+
*/
|
|
1406
|
+
export interface UpdateNotebookInstanceLifecycleConfigOutput {
|
|
1407
|
+
}
|
|
1408
|
+
/**
|
|
1409
|
+
* @public
|
|
1410
|
+
*/
|
|
1411
|
+
export interface UpdatePartnerAppRequest {
|
|
1412
|
+
/**
|
|
1413
|
+
* <p>The ARN of the SageMaker Partner AI App to update.</p>
|
|
1414
|
+
* @public
|
|
1415
|
+
*/
|
|
1416
|
+
Arn: string | undefined;
|
|
1417
|
+
/**
|
|
1418
|
+
* <p>Maintenance configuration settings for the SageMaker Partner AI App.</p>
|
|
1419
|
+
* @public
|
|
1420
|
+
*/
|
|
1421
|
+
MaintenanceConfig?: PartnerAppMaintenanceConfig | undefined;
|
|
1422
|
+
/**
|
|
1423
|
+
* <p>Indicates the instance type and size of the cluster attached to the SageMaker Partner AI App.</p>
|
|
1424
|
+
* @public
|
|
1425
|
+
*/
|
|
1426
|
+
Tier?: string | undefined;
|
|
1427
|
+
/**
|
|
1428
|
+
* <p>Configuration settings for the SageMaker Partner AI App.</p>
|
|
1429
|
+
* @public
|
|
1430
|
+
*/
|
|
1431
|
+
ApplicationConfig?: PartnerAppConfig | undefined;
|
|
1432
|
+
/**
|
|
1433
|
+
* <p>When set to <code>TRUE</code>, the SageMaker Partner AI App sets the Amazon Web Services IAM session name or the authenticated IAM user as the identity of the SageMaker Partner AI App user.</p>
|
|
1434
|
+
* @public
|
|
1435
|
+
*/
|
|
1436
|
+
EnableIamSessionBasedIdentity?: boolean | undefined;
|
|
1437
|
+
/**
|
|
1438
|
+
* <p>A unique token that guarantees that the call to this API is idempotent.</p>
|
|
1439
|
+
* @public
|
|
1440
|
+
*/
|
|
1441
|
+
ClientToken?: string | undefined;
|
|
1442
|
+
/**
|
|
1443
|
+
* <p>Each tag consists of a key and an optional value. Tag keys must be unique per
|
|
1444
|
+
* resource.</p>
|
|
1445
|
+
* @public
|
|
1446
|
+
*/
|
|
1447
|
+
Tags?: Tag[] | undefined;
|
|
1448
|
+
}
|
|
1449
|
+
/**
|
|
1450
|
+
* @public
|
|
1451
|
+
*/
|
|
1452
|
+
export interface UpdatePartnerAppResponse {
|
|
1453
|
+
/**
|
|
1454
|
+
* <p>The ARN of the SageMaker Partner AI App that was updated.</p>
|
|
1455
|
+
* @public
|
|
1456
|
+
*/
|
|
1457
|
+
Arn?: string | undefined;
|
|
1458
|
+
}
|
|
1459
|
+
/**
|
|
1460
|
+
* @public
|
|
1461
|
+
*/
|
|
1462
|
+
export interface UpdatePipelineRequest {
|
|
1463
|
+
/**
|
|
1464
|
+
* <p>The name of the pipeline to update.</p>
|
|
1465
|
+
* @public
|
|
1466
|
+
*/
|
|
1467
|
+
PipelineName: string | undefined;
|
|
1468
|
+
/**
|
|
1469
|
+
* <p>The display name of the pipeline.</p>
|
|
1470
|
+
* @public
|
|
1471
|
+
*/
|
|
1472
|
+
PipelineDisplayName?: string | undefined;
|
|
1473
|
+
/**
|
|
1474
|
+
* <p>The JSON pipeline definition.</p>
|
|
1475
|
+
* @public
|
|
1476
|
+
*/
|
|
1477
|
+
PipelineDefinition?: string | undefined;
|
|
1478
|
+
/**
|
|
1479
|
+
* <p>The location of the pipeline definition stored in Amazon S3. If specified,
|
|
1480
|
+
* SageMaker will retrieve the pipeline definition from this location.</p>
|
|
1481
|
+
* @public
|
|
1482
|
+
*/
|
|
1483
|
+
PipelineDefinitionS3Location?: PipelineDefinitionS3Location | undefined;
|
|
1484
|
+
/**
|
|
1485
|
+
* <p>The description of the pipeline.</p>
|
|
1486
|
+
* @public
|
|
1487
|
+
*/
|
|
1488
|
+
PipelineDescription?: string | undefined;
|
|
1489
|
+
/**
|
|
1490
|
+
* <p>The Amazon Resource Name (ARN) that the pipeline uses to execute.</p>
|
|
1491
|
+
* @public
|
|
1492
|
+
*/
|
|
1493
|
+
RoleArn?: string | undefined;
|
|
1494
|
+
/**
|
|
1495
|
+
* <p>If specified, it applies to all executions of this pipeline by default.</p>
|
|
1496
|
+
* @public
|
|
1497
|
+
*/
|
|
1498
|
+
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
1499
|
+
}
|
|
1500
|
+
/**
|
|
1501
|
+
* @public
|
|
1502
|
+
*/
|
|
1503
|
+
export interface UpdatePipelineResponse {
|
|
1504
|
+
/**
|
|
1505
|
+
* <p>The Amazon Resource Name (ARN) of the updated pipeline.</p>
|
|
1506
|
+
* @public
|
|
1507
|
+
*/
|
|
1508
|
+
PipelineArn?: string | undefined;
|
|
1509
|
+
}
|
|
1510
|
+
/**
|
|
1511
|
+
* @public
|
|
1512
|
+
*/
|
|
1513
|
+
export interface UpdatePipelineExecutionRequest {
|
|
1514
|
+
/**
|
|
1515
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
|
|
1516
|
+
* @public
|
|
1517
|
+
*/
|
|
1518
|
+
PipelineExecutionArn: string | undefined;
|
|
1519
|
+
/**
|
|
1520
|
+
* <p>The description of the pipeline execution.</p>
|
|
1521
|
+
* @public
|
|
1522
|
+
*/
|
|
1523
|
+
PipelineExecutionDescription?: string | undefined;
|
|
1524
|
+
/**
|
|
1525
|
+
* <p>The display name of the pipeline execution.</p>
|
|
1526
|
+
* @public
|
|
1527
|
+
*/
|
|
1528
|
+
PipelineExecutionDisplayName?: string | undefined;
|
|
1529
|
+
/**
|
|
1530
|
+
* <p>This configuration, if specified, overrides the parallelism configuration
|
|
1531
|
+
* of the parent pipeline for this specific run.</p>
|
|
1532
|
+
* @public
|
|
1533
|
+
*/
|
|
1534
|
+
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
1535
|
+
}
|
|
1536
|
+
/**
|
|
1537
|
+
* @public
|
|
1538
|
+
*/
|
|
1539
|
+
export interface UpdatePipelineExecutionResponse {
|
|
1540
|
+
/**
|
|
1541
|
+
* <p>The Amazon Resource Name (ARN) of the updated pipeline execution.</p>
|
|
1542
|
+
* @public
|
|
1543
|
+
*/
|
|
1544
|
+
PipelineExecutionArn?: string | undefined;
|
|
1545
|
+
}
|
|
1546
|
+
/**
|
|
1547
|
+
* <p>Details that you specify to provision a service catalog product.
|
|
1548
|
+
* For information about service catalog, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service Catalog</a>.
|
|
1549
|
+
* </p>
|
|
1550
|
+
* @public
|
|
1551
|
+
*/
|
|
1552
|
+
export interface ServiceCatalogProvisioningUpdateDetails {
|
|
1553
|
+
/**
|
|
1554
|
+
* <p>The ID of the provisioning artifact.</p>
|
|
1555
|
+
* @public
|
|
1556
|
+
*/
|
|
1557
|
+
ProvisioningArtifactId?: string | undefined;
|
|
1558
|
+
/**
|
|
1559
|
+
* <p>A list of key value pairs that you specify when you provision a product.</p>
|
|
1560
|
+
* @public
|
|
1561
|
+
*/
|
|
1562
|
+
ProvisioningParameters?: ProvisioningParameter[] | undefined;
|
|
1563
|
+
}
|
|
1564
|
+
/**
|
|
1565
|
+
* @public
|
|
1566
|
+
*/
|
|
1567
|
+
export interface UpdateProjectInput {
|
|
1568
|
+
/**
|
|
1569
|
+
* <p>The name of the project.</p>
|
|
1570
|
+
* @public
|
|
1571
|
+
*/
|
|
1572
|
+
ProjectName: string | undefined;
|
|
1573
|
+
/**
|
|
1574
|
+
* <p>The description for the project.</p>
|
|
1575
|
+
* @public
|
|
1576
|
+
*/
|
|
1577
|
+
ProjectDescription?: string | undefined;
|
|
1578
|
+
/**
|
|
1579
|
+
* <p>The product ID and provisioning artifact ID to provision a service catalog.
|
|
1580
|
+
* The provisioning artifact ID will default to the latest provisioning artifact
|
|
1581
|
+
* ID of the product, if you don't provide the provisioning artifact ID. For more
|
|
1582
|
+
* information, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service Catalog</a>.
|
|
1583
|
+
* </p>
|
|
1584
|
+
* @public
|
|
1585
|
+
*/
|
|
1586
|
+
ServiceCatalogProvisioningUpdateDetails?: ServiceCatalogProvisioningUpdateDetails | undefined;
|
|
1587
|
+
/**
|
|
1588
|
+
* <p>An array of key-value pairs. You can use tags to categorize your
|
|
1589
|
+
* Amazon Web Services resources in different ways, for example, by purpose, owner, or
|
|
1590
|
+
* environment. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.
|
|
1591
|
+
* In addition, the project must have tag update constraints set in order to include this
|
|
1592
|
+
* parameter in the request. For more information, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/constraints-resourceupdate.html">Amazon Web Services Service
|
|
1593
|
+
* Catalog Tag Update Constraints</a>.</p>
|
|
1594
|
+
* @public
|
|
1595
|
+
*/
|
|
1596
|
+
Tags?: Tag[] | undefined;
|
|
1597
|
+
}
|
|
1598
|
+
/**
|
|
1599
|
+
* @public
|
|
1600
|
+
*/
|
|
1601
|
+
export interface UpdateProjectOutput {
|
|
1602
|
+
/**
|
|
1603
|
+
* <p>The Amazon Resource Name (ARN) of the project.</p>
|
|
1604
|
+
* @public
|
|
1605
|
+
*/
|
|
1606
|
+
ProjectArn: string | undefined;
|
|
1607
|
+
}
|
|
1608
|
+
/**
|
|
1609
|
+
* @public
|
|
1610
|
+
*/
|
|
1611
|
+
export interface UpdateSpaceRequest {
|
|
1612
|
+
/**
|
|
1613
|
+
* <p>The ID of the associated domain.</p>
|
|
1614
|
+
* @public
|
|
1615
|
+
*/
|
|
1616
|
+
DomainId: string | undefined;
|
|
1617
|
+
/**
|
|
1618
|
+
* <p>The name of the space.</p>
|
|
1619
|
+
* @public
|
|
1620
|
+
*/
|
|
1621
|
+
SpaceName: string | undefined;
|
|
1622
|
+
/**
|
|
1623
|
+
* <p>A collection of space settings.</p>
|
|
1624
|
+
* @public
|
|
1625
|
+
*/
|
|
1626
|
+
SpaceSettings?: SpaceSettings | undefined;
|
|
1627
|
+
/**
|
|
1628
|
+
* <p>The name of the space that appears in the Amazon SageMaker Studio UI.</p>
|
|
1629
|
+
* @public
|
|
1630
|
+
*/
|
|
1631
|
+
SpaceDisplayName?: string | undefined;
|
|
1632
|
+
}
|
|
1633
|
+
/**
|
|
1634
|
+
* @public
|
|
1635
|
+
*/
|
|
1636
|
+
export interface UpdateSpaceResponse {
|
|
1637
|
+
/**
|
|
1638
|
+
* <p>The space's Amazon Resource Name (ARN).</p>
|
|
1639
|
+
* @public
|
|
1640
|
+
*/
|
|
1641
|
+
SpaceArn?: string | undefined;
|
|
1642
|
+
}
|
|
1643
|
+
/**
|
|
1644
|
+
* @public
|
|
1645
|
+
*/
|
|
1646
|
+
export interface UpdateTrainingJobRequest {
|
|
1647
|
+
/**
|
|
1648
|
+
* <p>The name of a training job to update the Debugger profiling configuration.</p>
|
|
1649
|
+
* @public
|
|
1650
|
+
*/
|
|
1651
|
+
TrainingJobName: string | undefined;
|
|
1652
|
+
/**
|
|
1653
|
+
* <p>Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and
|
|
1654
|
+
* storage paths.</p>
|
|
1655
|
+
* @public
|
|
1656
|
+
*/
|
|
1657
|
+
ProfilerConfig?: ProfilerConfigForUpdate | undefined;
|
|
1658
|
+
/**
|
|
1659
|
+
* <p>Configuration information for Amazon SageMaker Debugger rules for profiling system and framework
|
|
1660
|
+
* metrics.</p>
|
|
1661
|
+
* @public
|
|
1662
|
+
*/
|
|
1663
|
+
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[] | undefined;
|
|
1664
|
+
/**
|
|
1665
|
+
* <p>The training job <code>ResourceConfig</code> to update warm pool retention
|
|
1666
|
+
* length.</p>
|
|
1667
|
+
* @public
|
|
1668
|
+
*/
|
|
1669
|
+
ResourceConfig?: ResourceConfigForUpdate | undefined;
|
|
1670
|
+
/**
|
|
1671
|
+
* <p>Configuration for remote debugging while the training job is running. You can update
|
|
1672
|
+
* the remote debugging configuration when the <code>SecondaryStatus</code> of the job is
|
|
1673
|
+
* <code>Downloading</code> or <code>Training</code>.To learn more about the remote
|
|
1674
|
+
* debugging functionality of SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-remote-debugging.html">Access a training container
|
|
1675
|
+
* through Amazon Web Services Systems Manager (SSM) for remote
|
|
1676
|
+
* debugging</a>.</p>
|
|
1677
|
+
* @public
|
|
1678
|
+
*/
|
|
1679
|
+
RemoteDebugConfig?: RemoteDebugConfigForUpdate | undefined;
|
|
1680
|
+
}
|
|
1681
|
+
/**
|
|
1682
|
+
* @public
|
|
1683
|
+
*/
|
|
1684
|
+
export interface UpdateTrainingJobResponse {
|
|
1685
|
+
/**
|
|
1686
|
+
* <p>The Amazon Resource Name (ARN) of the training job.</p>
|
|
1687
|
+
* @public
|
|
1688
|
+
*/
|
|
1689
|
+
TrainingJobArn: string | undefined;
|
|
1690
|
+
}
|
|
1691
|
+
/**
|
|
1692
|
+
* @public
|
|
1693
|
+
*/
|
|
1694
|
+
export interface UpdateTrialRequest {
|
|
1695
|
+
/**
|
|
1696
|
+
* <p>The name of the trial to update.</p>
|
|
1697
|
+
* @public
|
|
1698
|
+
*/
|
|
1699
|
+
TrialName: string | undefined;
|
|
1700
|
+
/**
|
|
1701
|
+
* <p>The name of the trial as displayed. The name doesn't need to be unique. If
|
|
1702
|
+
* <code>DisplayName</code> isn't specified, <code>TrialName</code> is displayed.</p>
|
|
1703
|
+
* @public
|
|
1704
|
+
*/
|
|
1705
|
+
DisplayName?: string | undefined;
|
|
1706
|
+
}
|
|
1707
|
+
/**
|
|
1708
|
+
* @public
|
|
1709
|
+
*/
|
|
1710
|
+
export interface UpdateTrialResponse {
|
|
1711
|
+
/**
|
|
1712
|
+
* <p>The Amazon Resource Name (ARN) of the trial.</p>
|
|
1713
|
+
* @public
|
|
1714
|
+
*/
|
|
1715
|
+
TrialArn?: string | undefined;
|
|
1716
|
+
}
|
|
1717
|
+
/**
|
|
1718
|
+
* @public
|
|
1719
|
+
*/
|
|
1720
|
+
export interface UpdateTrialComponentRequest {
|
|
1721
|
+
/**
|
|
1722
|
+
* <p>The name of the component to update.</p>
|
|
1723
|
+
* @public
|
|
1724
|
+
*/
|
|
1725
|
+
TrialComponentName: string | undefined;
|
|
1726
|
+
/**
|
|
1727
|
+
* <p>The name of the component as displayed. The name doesn't need to be unique. If
|
|
1728
|
+
* <code>DisplayName</code> isn't specified, <code>TrialComponentName</code> is
|
|
1729
|
+
* displayed.</p>
|
|
1730
|
+
* @public
|
|
1731
|
+
*/
|
|
1732
|
+
DisplayName?: string | undefined;
|
|
1733
|
+
/**
|
|
1734
|
+
* <p>The new status of the component.</p>
|
|
1735
|
+
* @public
|
|
1736
|
+
*/
|
|
1737
|
+
Status?: TrialComponentStatus | undefined;
|
|
1738
|
+
/**
|
|
1739
|
+
* <p>When the component started.</p>
|
|
1740
|
+
* @public
|
|
1741
|
+
*/
|
|
1742
|
+
StartTime?: Date | undefined;
|
|
1743
|
+
/**
|
|
1744
|
+
* <p>When the component ended.</p>
|
|
1745
|
+
* @public
|
|
1746
|
+
*/
|
|
1747
|
+
EndTime?: Date | undefined;
|
|
1748
|
+
/**
|
|
1749
|
+
* <p>Replaces all of the component's hyperparameters with the specified hyperparameters or add new hyperparameters. Existing hyperparameters are replaced if the trial component is updated with an identical hyperparameter key.</p>
|
|
1750
|
+
* @public
|
|
1751
|
+
*/
|
|
1752
|
+
Parameters?: Record<string, TrialComponentParameterValue> | undefined;
|
|
1753
|
+
/**
|
|
1754
|
+
* <p>The hyperparameters to remove from the component.</p>
|
|
1755
|
+
* @public
|
|
1756
|
+
*/
|
|
1757
|
+
ParametersToRemove?: string[] | undefined;
|
|
1758
|
+
/**
|
|
1759
|
+
* <p>Replaces all of the component's input artifacts with the specified artifacts or adds new input artifacts. Existing input artifacts are replaced if the trial component is updated with an identical input artifact key.</p>
|
|
1760
|
+
* @public
|
|
1761
|
+
*/
|
|
1762
|
+
InputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
|
|
1763
|
+
/**
|
|
1764
|
+
* <p>The input artifacts to remove from the component.</p>
|
|
1765
|
+
* @public
|
|
1766
|
+
*/
|
|
1767
|
+
InputArtifactsToRemove?: string[] | undefined;
|
|
1768
|
+
/**
|
|
1769
|
+
* <p>Replaces all of the component's output artifacts with the specified artifacts or adds new output artifacts. Existing output artifacts are replaced if the trial component is updated with an identical output artifact key.</p>
|
|
1770
|
+
* @public
|
|
1771
|
+
*/
|
|
1772
|
+
OutputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
|
|
1773
|
+
/**
|
|
1774
|
+
* <p>The output artifacts to remove from the component.</p>
|
|
1775
|
+
* @public
|
|
1776
|
+
*/
|
|
1777
|
+
OutputArtifactsToRemove?: string[] | undefined;
|
|
1778
|
+
}
|
|
1779
|
+
/**
|
|
1780
|
+
* @public
|
|
1781
|
+
*/
|
|
1782
|
+
export interface UpdateTrialComponentResponse {
|
|
1783
|
+
/**
|
|
1784
|
+
* <p>The Amazon Resource Name (ARN) of the trial component.</p>
|
|
1785
|
+
* @public
|
|
1786
|
+
*/
|
|
1787
|
+
TrialComponentArn?: string | undefined;
|
|
1788
|
+
}
|
|
6
1789
|
/**
|
|
7
1790
|
* @public
|
|
8
1791
|
*/
|
|
@@ -252,6 +2035,14 @@ export interface SearchRequest {
|
|
|
252
2035
|
*/
|
|
253
2036
|
VisibilityConditions?: VisibilityConditions[] | undefined;
|
|
254
2037
|
}
|
|
2038
|
+
/**
|
|
2039
|
+
* @internal
|
|
2040
|
+
*/
|
|
2041
|
+
export declare const UpdateModelCardRequestFilterSensitiveLog: (obj: UpdateModelCardRequest) => any;
|
|
2042
|
+
/**
|
|
2043
|
+
* @internal
|
|
2044
|
+
*/
|
|
2045
|
+
export declare const UpdateModelPackageInputFilterSensitiveLog: (obj: UpdateModelPackageInput) => any;
|
|
255
2046
|
/**
|
|
256
2047
|
* @internal
|
|
257
2048
|
*/
|