@aws-sdk/client-sagemaker 3.940.0 → 3.944.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.
Files changed (125) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +487 -32
  3. package/dist-es/SageMaker.js +12 -0
  4. package/dist-es/commands/CreateMlflowAppCommand.js +16 -0
  5. package/dist-es/commands/CreatePresignedMlflowAppUrlCommand.js +16 -0
  6. package/dist-es/commands/DeleteMlflowAppCommand.js +16 -0
  7. package/dist-es/commands/DescribeMlflowAppCommand.js +16 -0
  8. package/dist-es/commands/ListMlflowAppsCommand.js +16 -0
  9. package/dist-es/commands/UpdateMlflowAppCommand.js +16 -0
  10. package/dist-es/commands/index.js +6 -0
  11. package/dist-es/models/enums.js +59 -0
  12. package/dist-es/pagination/ListMlflowAppsPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/schemas/schemas_0.js +333 -32
  15. package/dist-types/SageMaker.d.ts +43 -0
  16. package/dist-types/SageMakerClient.d.ts +8 -2
  17. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +7 -0
  18. package/dist-types/commands/CreateAlgorithmCommand.d.ts +9 -0
  19. package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateComputeQuotaCommand.d.ts +3 -2
  21. package/dist-types/commands/CreateContextCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateHubContentPresignedUrlsCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +6 -0
  25. package/dist-types/commands/CreateMlflowAppCommand.d.ts +91 -0
  26. package/dist-types/commands/CreateModelPackageCommand.d.ts +13 -0
  27. package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +79 -0
  28. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateTrainingJobCommand.d.ts +22 -2
  30. package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteMlflowAppCommand.d.ts +77 -0
  34. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +9 -0
  35. package/dist-types/commands/DescribeClusterCommand.d.ts +2 -2
  36. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeHubContentCommand.d.ts +3 -3
  40. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeMlflowAppCommand.d.ts +111 -0
  42. package/dist-types/commands/DescribeModelPackageCommand.d.ts +13 -0
  43. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +4 -0
  44. package/dist-types/commands/DescribeProjectCommand.d.ts +2 -1
  45. package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeSpaceCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +34 -1
  50. package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
  51. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
  52. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
  53. package/dist-types/commands/ListComputeQuotasCommand.d.ts +1 -1
  54. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +3 -3
  55. package/dist-types/commands/ListHubContentsCommand.d.ts +3 -3
  56. package/dist-types/commands/ListMlflowAppsCommand.d.ts +93 -0
  57. package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -0
  58. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +32 -0
  59. package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
  61. package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
  62. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
  63. package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
  64. package/dist-types/commands/ListTagsCommand.d.ts +1 -1
  65. package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
  66. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
  67. package/dist-types/commands/ListTrainingPlansCommand.d.ts +1 -2
  68. package/dist-types/commands/SearchCommand.d.ts +29 -0
  69. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -0
  70. package/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
  71. package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateHubContentCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateMlflowAppCommand.d.ts +88 -0
  76. package/dist-types/commands/UpdateModelPackageCommand.d.ts +13 -0
  77. package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
  78. package/dist-types/commands/index.d.ts +6 -0
  79. package/dist-types/models/enums.d.ts +139 -0
  80. package/dist-types/models/models_0.d.ts +116 -143
  81. package/dist-types/models/models_1.d.ts +231 -350
  82. package/dist-types/models/models_2.d.ts +3669 -3805
  83. package/dist-types/models/models_3.d.ts +4263 -4059
  84. package/dist-types/models/models_4.d.ts +843 -4
  85. package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +7 -0
  86. package/dist-types/pagination/index.d.ts +1 -0
  87. package/dist-types/schemas/schemas_0.d.ts +38 -0
  88. package/dist-types/ts3.4/SageMaker.d.ts +103 -0
  89. package/dist-types/ts3.4/SageMakerClient.d.ts +36 -0
  90. package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +2 -4
  91. package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/CreateMlflowAppCommand.d.ts +50 -0
  93. package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +4 -2
  96. package/dist-types/ts3.4/commands/DeleteMlflowAppCommand.d.ts +50 -0
  97. package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +51 -0
  98. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +2 -4
  99. package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/ListMlflowAppsCommand.d.ts +50 -0
  105. package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +4 -2
  114. package/dist-types/ts3.4/commands/UpdateMlflowAppCommand.d.ts +50 -0
  115. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  116. package/dist-types/ts3.4/models/enums.d.ts +78 -0
  117. package/dist-types/ts3.4/models/models_0.d.ts +29 -34
  118. package/dist-types/ts3.4/models/models_1.d.ts +60 -86
  119. package/dist-types/ts3.4/models/models_2.d.ts +145 -186
  120. package/dist-types/ts3.4/models/models_3.d.ts +261 -191
  121. package/dist-types/ts3.4/models/models_4.d.ts +228 -10
  122. package/dist-types/ts3.4/pagination/ListMlflowAppsPaginator.d.ts +11 -0
  123. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  124. package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -0
  125. package/package.json +5 -5
@@ -1,4 +1,4 @@
1
- import { ActionStatus, ActivationState, ActiveClusterOperationName, AdditionalS3DataSourceDataType, AggregationTransformationValue, AlgorithmStatus, AppInstanceType, AppStatus, AppType, ArtifactSourceIdType, AssemblyType, AssociationEdgeType, AsyncNotificationTopicTypes, AthenaResultCompressionType, AthenaResultFormat, AutoMLAlgorithm, AutoMLChannelType, AutoMLJobObjectiveType, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLMetricEnum, AutoMLMetricExtendedEnum, AutoMLMode, AutoMLProcessingUnit, AutoMLS3DataType, AutotuneMode, BatchAddClusterNodesErrorCode, BatchDeleteClusterNodesErrorCode, BatchRebootClusterNodesErrorCode, BatchReplaceClusterNodesErrorCode, BatchStrategy, CandidateStatus, CandidateStepType, CapacityReservationType, CapacitySizeType, CaptureMode, ClarifyFeatureType, ClarifyTextGranularity, ClarifyTextLanguage, ClusterAutoScalerType, ClusterAutoScalingMode, ClusterAutoScalingStatus, ClusterCapacityType, ClusterConfigMode, ClusterEventResourceType, ClusterInstanceStatus, ClusterInstanceType, ClusterKubernetesTaintEffect, ClusterNodeProvisioningMode, ClusterNodeRecovery, ClusterStatus, CompilationJobStatus, CompleteOnConvergence, CompressionType, ConditionOutcome, ContainerMode, DataSourceName, DeepHealthCheckType, DetailedAlgorithmStatus, FairShare, FeatureStatus, FileSystemAccessMode, FileSystemType, FillingType, Framework, HyperParameterScalingType, HyperParameterTuningJobObjectiveType, InstanceGroupStatus, LifecycleManagement, MetricSetSource, MIGProfileType, ModelApprovalStatus, ModelCacheSetting, ModelCompressionType, ModelPackageStatus, NodeUnavailabilityType, ObjectiveStatus, OutputCompressionType, ParameterType, PreemptTeamTasks, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, RecordWrapper, RepositoryAccessMode, ResourceSharingStrategy, S3DataDistribution, S3DataType, S3ModelDataType, SchedulerResourceStatus, SoftwareUpdateStatus, SplitType, TargetDevice, TargetPlatformAccelerator, TargetPlatformArch, TargetPlatformOs, TrafficRoutingConfigType, TrainingInputMode, TrainingInstanceType, TrainingRepositoryAccessMode, TransformInstanceType, VolumeAttachmentStatus } from "./enums";
1
+ import { ActionStatus, ActivationState, ActiveClusterOperationName, AdditionalS3DataSourceDataType, AggregationTransformationValue, AlgorithmStatus, AppInstanceType, AppStatus, AppType, ArtifactSourceIdType, AssemblyType, AssociationEdgeType, AsyncNotificationTopicTypes, AthenaResultCompressionType, AthenaResultFormat, AutoMLAlgorithm, AutoMLChannelType, AutoMLJobObjectiveType, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLMetricEnum, AutoMLMetricExtendedEnum, AutoMLMode, AutoMLProcessingUnit, AutoMLS3DataType, AutotuneMode, BatchAddClusterNodesErrorCode, BatchDeleteClusterNodesErrorCode, BatchRebootClusterNodesErrorCode, BatchReplaceClusterNodesErrorCode, BatchStrategy, CandidateStatus, CandidateStepType, CapacityReservationType, CapacitySizeType, CaptureMode, ClarifyFeatureType, ClarifyTextGranularity, ClarifyTextLanguage, ClusterAutoScalerType, ClusterAutoScalingMode, ClusterAutoScalingStatus, ClusterCapacityType, ClusterConfigMode, ClusterEventResourceType, ClusterInstanceStatus, ClusterInstanceType, ClusterKubernetesTaintEffect, ClusterNodeProvisioningMode, ClusterNodeRecovery, ClusterStatus, CompilationJobStatus, CompleteOnConvergence, CompressionType, ConditionOutcome, ContainerMode, DataSourceName, DeepHealthCheckType, DetailedAlgorithmStatus, FairShare, FeatureStatus, FileSystemAccessMode, FileSystemType, FillingType, Framework, HyperParameterScalingType, HyperParameterTuningJobObjectiveType, InstanceGroupStatus, LifecycleManagement, MetricSetSource, MIGProfileType, ModelApprovalStatus, ModelCacheSetting, ModelCompressionType, ModelPackageRegistrationType, ModelPackageStatus, NodeUnavailabilityType, ObjectiveStatus, OutputCompressionType, ParameterType, PreemptTeamTasks, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, RecordWrapper, RepositoryAccessMode, ResourceSharingStrategy, S3DataDistribution, S3DataType, S3ModelDataType, SchedulerResourceStatus, SoftwareUpdateStatus, SplitType, TargetDevice, TargetPlatformAccelerator, TargetPlatformArch, TargetPlatformOs, TrafficRoutingConfigType, TrainingInputMode, TrainingInstanceType, TrainingRepositoryAccessMode, TransformInstanceType, VolumeAttachmentStatus } from "./enums";
2
2
  /**
3
3
  * <p>Configuration for allocating accelerator partitions.</p>
4
4
  * @public
@@ -165,6 +165,27 @@ export interface AdditionalS3DataSource {
165
165
  */
166
166
  ETag?: string | undefined;
167
167
  }
168
+ /**
169
+ * <p>Identifies the foundation model that was used as the starting point for model customization.</p>
170
+ * @public
171
+ */
172
+ export interface BaseModel {
173
+ /**
174
+ * <p> The hub content name of the base model. </p>
175
+ * @public
176
+ */
177
+ HubContentName?: string | undefined;
178
+ /**
179
+ * <p> The hub content version of the base model. </p>
180
+ * @public
181
+ */
182
+ HubContentVersion?: string | undefined;
183
+ /**
184
+ * <p> The recipe name of the base model. </p>
185
+ * @public
186
+ */
187
+ RecipeName?: string | undefined;
188
+ }
168
189
  /**
169
190
  * <p>Configuration information specifying which hub contents have accessible deployment options.</p>
170
191
  * @public
@@ -325,6 +346,16 @@ export interface ModelPackageContainerDefinition {
325
346
  * @public
326
347
  */
327
348
  ModelDataETag?: string | undefined;
349
+ /**
350
+ * <p> The checkpoint of the model package. </p>
351
+ * @public
352
+ */
353
+ IsCheckpoint?: boolean | undefined;
354
+ /**
355
+ * <p> The base model of the package. </p>
356
+ * @public
357
+ */
358
+ BaseModel?: BaseModel | undefined;
328
359
  }
329
360
  /**
330
361
  * <p>A structure of additional Inference Specification. Additional Inference Specification specifies details about inference jobs that can be run with models based on this model package</p>
@@ -619,6 +650,17 @@ export interface AlgorithmSummary {
619
650
  */
620
651
  AlgorithmStatus: AlgorithmStatus | undefined;
621
652
  }
653
+ /**
654
+ * <p> Specifies a dataset source for a channel. </p>
655
+ * @public
656
+ */
657
+ export interface DatasetSource {
658
+ /**
659
+ * <p> The Amazon Resource Name (ARN) of the dataset resource. </p>
660
+ * @public
661
+ */
662
+ DatasetArn: string | undefined;
663
+ }
622
664
  /**
623
665
  * <p>Specifies a file system data source for a channel.</p>
624
666
  * @public
@@ -712,6 +754,11 @@ export interface DataSource {
712
754
  * @public
713
755
  */
714
756
  FileSystemDataSource?: FileSystemDataSource | undefined;
757
+ /**
758
+ * <p> The dataset resource that's associated with a channel. </p>
759
+ * @public
760
+ */
761
+ DatasetSource?: DatasetSource | undefined;
715
762
  }
716
763
  /**
717
764
  * <p>A configuration for a shuffle option for input data in a channel. If you use <code>S3Prefix</code> for <code>S3DataType</code>, the results of the S3 key prefix matches are shuffled. If you use <code>ManifestFile</code>, the order of the S3 object references in the <code>ManifestFile</code> is shuffled. If you use <code>AugmentedManifestFile</code>, the order of the JSON lines in the <code>AugmentedManifestFile</code> is shuffled. The shuffling order is determined using the <code>Seed</code> value.</p> <p>For Pipe input mode, when <code>ShuffleConfig</code> is specified shuffling is done at the start of every epoch. With large datasets, this ensures that the order of the training data is different for each epoch, and it helps reduce bias and possible overfitting. In a multi-node training job when <code>ShuffleConfig</code> is combined with <code>S3DataDistributionType</code> of <code>ShardedByS3Key</code>, the data is shuffled across nodes so that the content sent to a particular node on the first epoch might be sent to a different node on the second epoch.</p>
@@ -855,7 +902,7 @@ export interface ResourceConfig {
855
902
  */
856
903
  InstanceCount?: number | undefined;
857
904
  /**
858
- * <p>The size of the ML storage volume that you want to provision. </p> <p>ML storage volumes store model artifacts and incremental states. Training algorithms might also use the ML storage volume for scratch space. If you want to store the training data in the ML storage volume, choose <code>File</code> as the <code>TrainingInputMode</code> in the algorithm specification. </p> <p>When using an ML instance with <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html#nvme-ssd-volumes">NVMe SSD volumes</a>, SageMaker doesn't provision Amazon EBS General Purpose SSD (gp2) storage. Available storage is fixed to the NVMe-type instance's storage capacity. SageMaker configures storage paths for training datasets, checkpoints, model artifacts, and outputs to use the entire capacity of the instance storage. For example, ML instance families with the NVMe-type instance storage include <code>ml.p4d</code>, <code>ml.g4dn</code>, and <code>ml.g5</code>. </p> <p>When using an ML instance with the EBS-only storage option and without instance storage, you must define the size of EBS volume through <code>VolumeSizeInGB</code> in the <code>ResourceConfig</code> API. For example, ML instance families that use EBS volumes include <code>ml.c5</code> and <code>ml.p2</code>. </p> <p>To look up instance types and their instance storage types and volumes, see <a href="http://aws.amazon.com/ec2/instance-types/">Amazon EC2 Instance Types</a>.</p> <p>To find the default local paths defined by the SageMaker training platform, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-train-storage.html">Amazon SageMaker Training Storage Folders for Training Datasets, Checkpoints, Model Artifacts, and Outputs</a>.</p>
905
+ * <p>The size of the ML storage volume that you want to provision. </p> <p>SageMaker automatically selects the volume size for serverless training jobs. You cannot customize this setting.</p> <p>ML storage volumes store model artifacts and incremental states. Training algorithms might also use the ML storage volume for scratch space. If you want to store the training data in the ML storage volume, choose <code>File</code> as the <code>TrainingInputMode</code> in the algorithm specification. </p> <p>When using an ML instance with <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html#nvme-ssd-volumes">NVMe SSD volumes</a>, SageMaker doesn't provision Amazon EBS General Purpose SSD (gp2) storage. Available storage is fixed to the NVMe-type instance's storage capacity. SageMaker configures storage paths for training datasets, checkpoints, model artifacts, and outputs to use the entire capacity of the instance storage. For example, ML instance families with the NVMe-type instance storage include <code>ml.p4d</code>, <code>ml.g4dn</code>, and <code>ml.g5</code>. </p> <p>When using an ML instance with the EBS-only storage option and without instance storage, you must define the size of EBS volume through <code>VolumeSizeInGB</code> in the <code>ResourceConfig</code> API. For example, ML instance families that use EBS volumes include <code>ml.c5</code> and <code>ml.p2</code>. </p> <p>To look up instance types and their instance storage types and volumes, see <a href="http://aws.amazon.com/ec2/instance-types/">Amazon EC2 Instance Types</a>.</p> <p>To find the default local paths defined by the SageMaker training platform, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-train-storage.html">Amazon SageMaker Training Storage Folders for Training Datasets, Checkpoints, Model Artifacts, and Outputs</a>.</p>
859
906
  * @public
860
907
  */
861
908
  VolumeSizeInGB?: number | undefined;
@@ -1532,6 +1579,22 @@ export interface AssociateTrialComponentResponse {
1532
1579
  */
1533
1580
  TrialArn?: string | undefined;
1534
1581
  }
1582
+ /**
1583
+ * <p> The data type used to describe the relationship between different sources. </p>
1584
+ * @public
1585
+ */
1586
+ export interface AssociationInfo {
1587
+ /**
1588
+ * <p> The Amazon Resource Name (ARN) of the <code>AssociationInfo</code> source. </p>
1589
+ * @public
1590
+ */
1591
+ SourceArn: string | undefined;
1592
+ /**
1593
+ * <p> The Amazon Resource Name (ARN) of the <code>AssociationInfo</code> destination. </p>
1594
+ * @public
1595
+ */
1596
+ DestinationArn: string | undefined;
1597
+ }
1535
1598
  /**
1536
1599
  * <p>The IAM Identity details associated with the user. These details are associated with model package groups, model packages and project entities only.</p>
1537
1600
  * @public
@@ -3118,6 +3181,11 @@ export interface BatchDescribeModelPackageSummary {
3118
3181
  * @public
3119
3182
  */
3120
3183
  ModelApprovalStatus?: ModelApprovalStatus | undefined;
3184
+ /**
3185
+ * <p> The package registration type of the model package summary. </p>
3186
+ * @public
3187
+ */
3188
+ ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
3121
3189
  }
3122
3190
  /**
3123
3191
  * @public
@@ -3423,6 +3491,50 @@ export interface BatchTransformInput {
3423
3491
  */
3424
3492
  ExcludeFeaturesAttribute?: string | undefined;
3425
3493
  }
3494
+ /**
3495
+ * <p> The metadata of the Amazon Bedrock custom model deployment. </p>
3496
+ * @public
3497
+ */
3498
+ export interface BedrockCustomModelDeploymentMetadata {
3499
+ /**
3500
+ * <p> The Amazon Resource Name (ARN) of the metadata for the Amazon Bedrock custom model deployment. </p>
3501
+ * @public
3502
+ */
3503
+ Arn?: string | undefined;
3504
+ }
3505
+ /**
3506
+ * <p> The metadata of the Amazon Bedrock custom model. </p>
3507
+ * @public
3508
+ */
3509
+ export interface BedrockCustomModelMetadata {
3510
+ /**
3511
+ * <p> The Amazon Resource Name (ARN) of the Amazon Bedrock custom model metadata. </p>
3512
+ * @public
3513
+ */
3514
+ Arn?: string | undefined;
3515
+ }
3516
+ /**
3517
+ * <p> The metadata of the Amazon Bedrock model import. </p>
3518
+ * @public
3519
+ */
3520
+ export interface BedrockModelImportMetadata {
3521
+ /**
3522
+ * <p> The Amazon Resource Name (ARN) of the Amazon Bedrock model import metadata. </p>
3523
+ * @public
3524
+ */
3525
+ Arn?: string | undefined;
3526
+ }
3527
+ /**
3528
+ * <p> The metadata of the Amazon Bedrock provisioned model throughput. </p>
3529
+ * @public
3530
+ */
3531
+ export interface BedrockProvisionedModelThroughputMetadata {
3532
+ /**
3533
+ * <p> The Amazon Resource Name (ARN) of the Amazon Bedrock provisioned model throughput metadata. </p>
3534
+ * @public
3535
+ */
3536
+ Arn?: string | undefined;
3537
+ }
3426
3538
  /**
3427
3539
  * <p>A structure that keeps track of which training jobs launched by your hyperparameter tuning job are not improving model performance as evaluated against an objective function.</p>
3428
3540
  * @public
@@ -4896,12 +5008,12 @@ export interface ClusterInstanceGroupDetails {
4896
5008
  */
4897
5009
  CapacityRequirements?: ClusterCapacityRequirements | undefined;
4898
5010
  /**
4899
- * <p>The number of nodes running a specific image ID since the last software update request.</p>
5011
+ * <p>Represents the number of running nodes using the desired Image ID.</p> <ol> <li> <p> <b>During software update operations:</b> This count shows the number of nodes running on the desired Image ID. If a rollback occurs, the current image ID and desired image ID (both included in the describe cluster response) swap values. The TargetStateCount then shows the number of nodes running on the newly designated desired image ID (which was previously the current image ID).</p> </li> <li> <p> <b>During simultaneous scaling and software update operations:</b> This count shows the number of instances running on the desired image ID, including any new instances created as part of the scaling request. New nodes are always created using the desired image ID, so TargetStateCount reflects the total count of nodes running on the desired image ID, even during rollback scenarios.</p> </li> </ol>
4900
5012
  * @public
4901
5013
  */
4902
5014
  TargetStateCount?: number | undefined;
4903
5015
  /**
4904
- * <p>Status of the last software udpate request.</p>
5016
+ * <p>Status of the last software udpate request.</p> <p>Status transitions follow these possible sequences:</p> <ul> <li> <p>Pending -&gt; InProgress -&gt; Succeeded</p> </li> <li> <p>Pending -&gt; InProgress -&gt; RollbackInProgress -&gt; RollbackComplete</p> </li> <li> <p>Pending -&gt; InProgress -&gt; RollbackInProgress -&gt; Failed</p> </li> </ul>
4905
5017
  * @public
4906
5018
  */
4907
5019
  SoftwareUpdateStatus?: SoftwareUpdateStatus | undefined;
@@ -7105,142 +7217,3 @@ export interface CreateComputeQuotaRequest {
7105
7217
  */
7106
7218
  Tags?: Tag[] | undefined;
7107
7219
  }
7108
- /**
7109
- * @public
7110
- */
7111
- export interface CreateComputeQuotaResponse {
7112
- /**
7113
- * <p>ARN of the compute allocation definition.</p>
7114
- * @public
7115
- */
7116
- ComputeQuotaArn: string | undefined;
7117
- /**
7118
- * <p>ID of the compute allocation definition.</p>
7119
- * @public
7120
- */
7121
- ComputeQuotaId: string | undefined;
7122
- }
7123
- /**
7124
- * @public
7125
- */
7126
- export interface CreateContextRequest {
7127
- /**
7128
- * <p>The name of the context. Must be unique to your account in an Amazon Web Services Region.</p>
7129
- * @public
7130
- */
7131
- ContextName: string | undefined;
7132
- /**
7133
- * <p>The source type, ID, and URI.</p>
7134
- * @public
7135
- */
7136
- Source: ContextSource | undefined;
7137
- /**
7138
- * <p>The context type.</p>
7139
- * @public
7140
- */
7141
- ContextType: string | undefined;
7142
- /**
7143
- * <p>The description of the context.</p>
7144
- * @public
7145
- */
7146
- Description?: string | undefined;
7147
- /**
7148
- * <p>A list of properties to add to the context.</p>
7149
- * @public
7150
- */
7151
- Properties?: Record<string, string> | undefined;
7152
- /**
7153
- * <p>A list of tags to apply to the context.</p>
7154
- * @public
7155
- */
7156
- Tags?: Tag[] | undefined;
7157
- }
7158
- /**
7159
- * @public
7160
- */
7161
- export interface CreateContextResponse {
7162
- /**
7163
- * <p>The Amazon Resource Name (ARN) of the context.</p>
7164
- * @public
7165
- */
7166
- ContextArn?: string | undefined;
7167
- }
7168
- /**
7169
- * <p>Information about the container that a data quality monitoring job runs.</p>
7170
- * @public
7171
- */
7172
- export interface DataQualityAppSpecification {
7173
- /**
7174
- * <p>The container image that the data quality monitoring job runs.</p>
7175
- * @public
7176
- */
7177
- ImageUri: string | undefined;
7178
- /**
7179
- * <p>The entrypoint for a container used to run a monitoring job.</p>
7180
- * @public
7181
- */
7182
- ContainerEntrypoint?: string[] | undefined;
7183
- /**
7184
- * <p>The arguments to send to the container that the monitoring job runs.</p>
7185
- * @public
7186
- */
7187
- ContainerArguments?: string[] | undefined;
7188
- /**
7189
- * <p>An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flattened JSON so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.</p>
7190
- * @public
7191
- */
7192
- RecordPreprocessorSourceUri?: string | undefined;
7193
- /**
7194
- * <p>An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.</p>
7195
- * @public
7196
- */
7197
- PostAnalyticsProcessorSourceUri?: string | undefined;
7198
- /**
7199
- * <p>Sets the environment variables in the container that the monitoring job runs.</p>
7200
- * @public
7201
- */
7202
- Environment?: Record<string, string> | undefined;
7203
- }
7204
- /**
7205
- * <p>The constraints resource for a monitoring job.</p>
7206
- * @public
7207
- */
7208
- export interface MonitoringConstraintsResource {
7209
- /**
7210
- * <p>The Amazon S3 URI for the constraints resource.</p>
7211
- * @public
7212
- */
7213
- S3Uri?: string | undefined;
7214
- }
7215
- /**
7216
- * <p>The statistics resource for a monitoring job.</p>
7217
- * @public
7218
- */
7219
- export interface MonitoringStatisticsResource {
7220
- /**
7221
- * <p>The Amazon S3 URI for the statistics resource.</p>
7222
- * @public
7223
- */
7224
- S3Uri?: string | undefined;
7225
- }
7226
- /**
7227
- * <p>Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.</p>
7228
- * @public
7229
- */
7230
- export interface DataQualityBaselineConfig {
7231
- /**
7232
- * <p>The name of the job that performs baselining for the data quality monitoring job.</p>
7233
- * @public
7234
- */
7235
- BaseliningJobName?: string | undefined;
7236
- /**
7237
- * <p>The constraints resource for a monitoring job.</p>
7238
- * @public
7239
- */
7240
- ConstraintsResource?: MonitoringConstraintsResource | undefined;
7241
- /**
7242
- * <p>The statistics resource for a monitoring job.</p>
7243
- * @public
7244
- */
7245
- StatisticsResource?: MonitoringStatisticsResource | undefined;
7246
- }