@aws-sdk/client-sagemaker 3.859.0 → 3.861.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 (104) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +596 -125
  3. package/dist-es/SageMaker.js +10 -0
  4. package/dist-es/commands/AttachClusterNodeVolumeCommand.js +22 -0
  5. package/dist-es/commands/BatchAddClusterNodesCommand.js +22 -0
  6. package/dist-es/commands/CreateModelCardCommand.js +1 -1
  7. package/dist-es/commands/DescribeClusterEventCommand.js +22 -0
  8. package/dist-es/commands/DetachClusterNodeVolumeCommand.js +22 -0
  9. package/dist-es/commands/ListClusterEventsCommand.js +22 -0
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/models_0.js +45 -101
  12. package/dist-es/models/models_1.js +94 -15
  13. package/dist-es/models/models_2.js +14 -40
  14. package/dist-es/models/models_3.js +43 -40
  15. package/dist-es/models/models_4.js +40 -14
  16. package/dist-es/models/models_5.js +14 -2
  17. package/dist-es/pagination/ListClusterEventsPaginator.js +4 -0
  18. package/dist-es/pagination/index.js +1 -0
  19. package/dist-es/protocols/Aws_json1_1.js +339 -0
  20. package/dist-types/SageMaker.d.ts +35 -0
  21. package/dist-types/SageMakerClient.d.ts +7 -2
  22. package/dist-types/commands/AttachClusterNodeVolumeCommand.d.ts +82 -0
  23. package/dist-types/commands/BatchAddClusterNodesCommand.d.ts +99 -0
  24. package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +13 -0
  25. package/dist-types/commands/CreateClusterCommand.d.ts +2 -0
  26. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateModelCardCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeClusterCommand.d.ts +3 -0
  31. package/dist-types/commands/DescribeClusterEventCommand.d.ts +129 -0
  32. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +5 -1
  33. package/dist-types/commands/DescribeContextCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -2
  41. package/dist-types/commands/DetachClusterNodeVolumeCommand.d.ts +82 -0
  42. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
  43. package/dist-types/commands/ListActionsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
  46. package/dist-types/commands/ListClusterEventsCommand.d.ts +96 -0
  47. package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -1
  48. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  49. package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
  50. package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
  51. package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateClusterCommand.d.ts +1 -0
  54. package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -0
  55. package/dist-types/commands/UpdateWorkforceCommand.d.ts +1 -1
  56. package/dist-types/commands/index.d.ts +5 -0
  57. package/dist-types/models/models_0.d.ts +657 -531
  58. package/dist-types/models/models_1.d.ts +3755 -3694
  59. package/dist-types/models/models_2.d.ts +3169 -3559
  60. package/dist-types/models/models_3.d.ts +4492 -4376
  61. package/dist-types/models/models_4.d.ts +3841 -3859
  62. package/dist-types/models/models_5.d.ts +905 -5
  63. package/dist-types/pagination/ListClusterEventsPaginator.d.ts +7 -0
  64. package/dist-types/pagination/index.d.ts +1 -0
  65. package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
  66. package/dist-types/ts3.4/SageMaker.d.ts +85 -0
  67. package/dist-types/ts3.4/SageMakerClient.d.ts +30 -0
  68. package/dist-types/ts3.4/commands/AttachClusterNodeVolumeCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/BatchAddClusterNodesCommand.d.ts +51 -0
  70. package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -4
  71. package/dist-types/ts3.4/commands/CreateModelCardCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/CreateModelCardExportJobCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DescribeClusterEventCommand.d.ts +51 -0
  75. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -2
  83. package/dist-types/ts3.4/commands/DetachClusterNodeVolumeCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/ImportHubContentCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/ListAlgorithmsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/ListClusterEventsCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  95. package/dist-types/ts3.4/models/models_0.d.ts +208 -204
  96. package/dist-types/ts3.4/models/models_1.d.ts +194 -132
  97. package/dist-types/ts3.4/models/models_2.d.ts +135 -248
  98. package/dist-types/ts3.4/models/models_3.d.ts +262 -229
  99. package/dist-types/ts3.4/models/models_4.d.ts +257 -266
  100. package/dist-types/ts3.4/models/models_5.d.ts +242 -21
  101. package/dist-types/ts3.4/pagination/ListClusterEventsPaginator.d.ts +11 -0
  102. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  103. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
  104. package/package.json +1 -1
@@ -7,14 +7,11 @@ import {
7
7
  AlgorithmStatus,
8
8
  AlgorithmStatusDetails,
9
9
  AlgorithmValidationSpecification,
10
- AppNetworkAccessType,
11
- AppSecurityGroupManagement,
12
10
  AppSpecification,
13
11
  AppStatus,
14
12
  AppType,
15
13
  ArtifactSource,
16
14
  AthenaDatasetDefinition,
17
- AuthMode,
18
15
  AutoMLCandidate,
19
16
  AutoMLChannel,
20
17
  AutoMLComputeConfig,
@@ -40,20 +37,16 @@ import {
40
37
  CfnCreateTemplateProvider,
41
38
  Channel,
42
39
  CheckpointConfig,
40
+ ClusterEventDetail,
43
41
  ClusterInstanceGroupDetails,
44
42
  ClusterNodeDetails,
43
+ ClusterNodeProvisioningMode,
45
44
  ClusterNodeRecovery,
46
45
  ClusterOrchestrator,
47
46
  ClusterRestrictedInstanceGroupDetails,
48
47
  ClusterStatus,
49
48
  CodeEditorAppImageConfig,
50
- CodeRepository,
51
- CognitoConfig,
52
- CognitoMemberDefinition,
53
- CollectionConfiguration,
54
- CompilationJobStatus,
55
49
  FeatureStatus,
56
- GitConfig,
57
50
  InferenceSpecification,
58
51
  JupyterLabAppImageConfig,
59
52
  KernelGatewayImageConfig,
@@ -79,31 +72,23 @@ import {
79
72
  } from "./models_0";
80
73
  import {
81
74
  _InstanceType,
75
+ CodeRepository,
76
+ CognitoConfig,
77
+ CognitoMemberDefinition,
78
+ CollectionConfiguration,
79
+ CompilationJobStatus,
82
80
  ComputeQuotaConfig,
83
81
  ComputeQuotaTarget,
84
- ContextSource,
85
- DataQualityAppSpecification,
86
- DataQualityBaselineConfig,
87
- DataQualityJobInput,
88
- DefaultSpaceSettings,
89
82
  DeviceSelectionConfig,
90
- DomainSettings,
91
- DriftCheckBaselines,
92
83
  EdgeDeploymentConfig,
93
- EdgeDeploymentModelConfig,
94
- EdgeOutputConfig,
95
- EdgePresetDeploymentType,
96
84
  EndpointInput,
97
- Explainability,
85
+ GitConfig,
98
86
  HubContentType,
99
87
  InputConfig,
100
88
  JupyterServerAppSettings,
101
89
  KernelGatewayAppSettings,
102
90
  MetadataProperties,
103
- ModelDataQuality,
104
91
  ModelDeployConfig,
105
- ModelLifeCycle,
106
- ModelPackageModelCard,
107
92
  MonitoringConstraintsResource,
108
93
  MonitoringGroundTruthS3Input,
109
94
  MonitoringNetworkConfig,
@@ -115,16 +100,123 @@ import {
115
100
  OutputConfig,
116
101
  ProcessingInstanceType,
117
102
  ProcessingS3UploadMode,
118
- ProductionVariantAcceleratorType,
119
- ProductionVariantManagedInstanceScaling,
120
- ProductionVariantRoutingConfig,
121
- ProductionVariantServerlessConfig,
122
103
  RetryStrategy,
123
104
  SchedulerConfig,
124
- TagPropagation,
125
105
  TrainingSpecification,
126
106
  UserSettings,
127
107
  } from "./models_1";
108
+ export interface CreateModelBiasJobDefinitionResponse {
109
+ JobDefinitionArn: string | undefined;
110
+ }
111
+ export declare const ModelCardStatus: {
112
+ readonly APPROVED: "Approved";
113
+ readonly ARCHIVED: "Archived";
114
+ readonly DRAFT: "Draft";
115
+ readonly PENDINGREVIEW: "PendingReview";
116
+ };
117
+ export type ModelCardStatus =
118
+ (typeof ModelCardStatus)[keyof typeof ModelCardStatus];
119
+ export interface ModelCardSecurityConfig {
120
+ KmsKeyId?: string | undefined;
121
+ }
122
+ export interface CreateModelCardRequest {
123
+ ModelCardName: string | undefined;
124
+ SecurityConfig?: ModelCardSecurityConfig | undefined;
125
+ Content: string | undefined;
126
+ ModelCardStatus: ModelCardStatus | undefined;
127
+ Tags?: Tag[] | undefined;
128
+ }
129
+ export interface CreateModelCardResponse {
130
+ ModelCardArn: string | undefined;
131
+ }
132
+ export interface ModelCardExportOutputConfig {
133
+ S3OutputPath: string | undefined;
134
+ }
135
+ export interface CreateModelCardExportJobRequest {
136
+ ModelCardName: string | undefined;
137
+ ModelCardVersion?: number | undefined;
138
+ ModelCardExportJobName: string | undefined;
139
+ OutputConfig: ModelCardExportOutputConfig | undefined;
140
+ }
141
+ export interface CreateModelCardExportJobResponse {
142
+ ModelCardExportJobArn: string | undefined;
143
+ }
144
+ export interface ModelExplainabilityAppSpecification {
145
+ ImageUri: string | undefined;
146
+ ConfigUri: string | undefined;
147
+ Environment?: Record<string, string> | undefined;
148
+ }
149
+ export interface ModelExplainabilityBaselineConfig {
150
+ BaseliningJobName?: string | undefined;
151
+ ConstraintsResource?: MonitoringConstraintsResource | undefined;
152
+ }
153
+ export interface ModelExplainabilityJobInput {
154
+ EndpointInput?: EndpointInput | undefined;
155
+ BatchTransformInput?: BatchTransformInput | undefined;
156
+ }
157
+ export interface CreateModelExplainabilityJobDefinitionRequest {
158
+ JobDefinitionName: string | undefined;
159
+ ModelExplainabilityBaselineConfig?:
160
+ | ModelExplainabilityBaselineConfig
161
+ | undefined;
162
+ ModelExplainabilityAppSpecification:
163
+ | ModelExplainabilityAppSpecification
164
+ | undefined;
165
+ ModelExplainabilityJobInput: ModelExplainabilityJobInput | undefined;
166
+ ModelExplainabilityJobOutputConfig: MonitoringOutputConfig | undefined;
167
+ JobResources: MonitoringResources | undefined;
168
+ NetworkConfig?: MonitoringNetworkConfig | undefined;
169
+ RoleArn: string | undefined;
170
+ StoppingCondition?: MonitoringStoppingCondition | undefined;
171
+ Tags?: Tag[] | undefined;
172
+ }
173
+ export interface CreateModelExplainabilityJobDefinitionResponse {
174
+ JobDefinitionArn: string | undefined;
175
+ }
176
+ export interface FileSource {
177
+ ContentType?: string | undefined;
178
+ ContentDigest?: string | undefined;
179
+ S3Uri: string | undefined;
180
+ }
181
+ export interface DriftCheckBias {
182
+ ConfigFile?: FileSource | undefined;
183
+ PreTrainingConstraints?: MetricsSource | undefined;
184
+ PostTrainingConstraints?: MetricsSource | undefined;
185
+ }
186
+ export interface DriftCheckExplainability {
187
+ Constraints?: MetricsSource | undefined;
188
+ ConfigFile?: FileSource | undefined;
189
+ }
190
+ export interface DriftCheckModelDataQuality {
191
+ Statistics?: MetricsSource | undefined;
192
+ Constraints?: MetricsSource | undefined;
193
+ }
194
+ export interface DriftCheckModelQuality {
195
+ Statistics?: MetricsSource | undefined;
196
+ Constraints?: MetricsSource | undefined;
197
+ }
198
+ export interface DriftCheckBaselines {
199
+ Bias?: DriftCheckBias | undefined;
200
+ Explainability?: DriftCheckExplainability | undefined;
201
+ ModelQuality?: DriftCheckModelQuality | undefined;
202
+ ModelDataQuality?: DriftCheckModelDataQuality | undefined;
203
+ }
204
+ export interface ModelPackageModelCard {
205
+ ModelCardContent?: string | undefined;
206
+ ModelCardStatus?: ModelCardStatus | undefined;
207
+ }
208
+ export interface ModelLifeCycle {
209
+ Stage: string | undefined;
210
+ StageStatus: string | undefined;
211
+ StageDescription?: string | undefined;
212
+ }
213
+ export interface Explainability {
214
+ Report?: MetricsSource | undefined;
215
+ }
216
+ export interface ModelDataQuality {
217
+ Statistics?: MetricsSource | undefined;
218
+ Constraints?: MetricsSource | undefined;
219
+ }
128
220
  export interface ModelQuality {
129
221
  Statistics?: MetricsSource | undefined;
130
222
  Constraints?: MetricsSource | undefined;
@@ -1611,10 +1703,19 @@ export interface DescribeClusterResponse {
1611
1703
  VpcConfig?: VpcConfig | undefined;
1612
1704
  Orchestrator?: ClusterOrchestrator | undefined;
1613
1705
  NodeRecovery?: ClusterNodeRecovery | undefined;
1706
+ NodeProvisioningMode?: ClusterNodeProvisioningMode | undefined;
1707
+ }
1708
+ export interface DescribeClusterEventRequest {
1709
+ EventId: string | undefined;
1710
+ ClusterName: string | undefined;
1711
+ }
1712
+ export interface DescribeClusterEventResponse {
1713
+ EventDetails?: ClusterEventDetail | undefined;
1614
1714
  }
1615
1715
  export interface DescribeClusterNodeRequest {
1616
1716
  ClusterName: string | undefined;
1617
1717
  NodeId?: string | undefined;
1718
+ NodeLogicalId?: string | undefined;
1618
1719
  }
1619
1720
  export interface DescribeClusterNodeResponse {
1620
1721
  NodeDetails: ClusterNodeDetails | undefined;
@@ -1701,226 +1802,12 @@ export interface DescribeComputeQuotaResponse {
1701
1802
  export interface DescribeContextRequest {
1702
1803
  ContextName: string | undefined;
1703
1804
  }
1704
- export interface DescribeContextResponse {
1705
- ContextName?: string | undefined;
1706
- ContextArn?: string | undefined;
1707
- Source?: ContextSource | undefined;
1708
- ContextType?: string | undefined;
1709
- Description?: string | undefined;
1710
- Properties?: Record<string, string> | undefined;
1711
- CreationTime?: Date | undefined;
1712
- CreatedBy?: UserContext | undefined;
1713
- LastModifiedTime?: Date | undefined;
1714
- LastModifiedBy?: UserContext | undefined;
1715
- LineageGroupArn?: string | undefined;
1716
- }
1717
- export interface DescribeDataQualityJobDefinitionRequest {
1718
- JobDefinitionName: string | undefined;
1719
- }
1720
- export interface DescribeDataQualityJobDefinitionResponse {
1721
- JobDefinitionArn: string | undefined;
1722
- JobDefinitionName: string | undefined;
1723
- CreationTime: Date | undefined;
1724
- DataQualityBaselineConfig?: DataQualityBaselineConfig | undefined;
1725
- DataQualityAppSpecification: DataQualityAppSpecification | undefined;
1726
- DataQualityJobInput: DataQualityJobInput | undefined;
1727
- DataQualityJobOutputConfig: MonitoringOutputConfig | undefined;
1728
- JobResources: MonitoringResources | undefined;
1729
- NetworkConfig?: MonitoringNetworkConfig | undefined;
1730
- RoleArn: string | undefined;
1731
- StoppingCondition?: MonitoringStoppingCondition | undefined;
1732
- }
1733
- export interface DescribeDeviceRequest {
1734
- NextToken?: string | undefined;
1735
- DeviceName: string | undefined;
1736
- DeviceFleetName: string | undefined;
1737
- }
1738
- export interface EdgeModel {
1739
- ModelName: string | undefined;
1740
- ModelVersion: string | undefined;
1741
- LatestSampleTime?: Date | undefined;
1742
- LatestInference?: Date | undefined;
1743
- }
1744
- export interface DescribeDeviceResponse {
1745
- DeviceArn?: string | undefined;
1746
- DeviceName: string | undefined;
1747
- Description?: string | undefined;
1748
- DeviceFleetName: string | undefined;
1749
- IotThingName?: string | undefined;
1750
- RegistrationTime: Date | undefined;
1751
- LatestHeartbeat?: Date | undefined;
1752
- Models?: EdgeModel[] | undefined;
1753
- MaxModels?: number | undefined;
1754
- NextToken?: string | undefined;
1755
- AgentVersion?: string | undefined;
1756
- }
1757
- export interface DescribeDeviceFleetRequest {
1758
- DeviceFleetName: string | undefined;
1759
- }
1760
- export interface DescribeDeviceFleetResponse {
1761
- DeviceFleetName: string | undefined;
1762
- DeviceFleetArn: string | undefined;
1763
- OutputConfig: EdgeOutputConfig | undefined;
1764
- Description?: string | undefined;
1765
- CreationTime: Date | undefined;
1766
- LastModifiedTime: Date | undefined;
1767
- RoleArn?: string | undefined;
1768
- IotRoleAlias?: string | undefined;
1769
- }
1770
- export interface DescribeDomainRequest {
1771
- DomainId: string | undefined;
1772
- }
1773
- export declare const DomainStatus: {
1774
- readonly Delete_Failed: "Delete_Failed";
1775
- readonly Deleting: "Deleting";
1776
- readonly Failed: "Failed";
1777
- readonly InService: "InService";
1778
- readonly Pending: "Pending";
1779
- readonly Update_Failed: "Update_Failed";
1780
- readonly Updating: "Updating";
1781
- };
1782
- export type DomainStatus = (typeof DomainStatus)[keyof typeof DomainStatus];
1783
- export interface DescribeDomainResponse {
1784
- DomainArn?: string | undefined;
1785
- DomainId?: string | undefined;
1786
- DomainName?: string | undefined;
1787
- HomeEfsFileSystemId?: string | undefined;
1788
- SingleSignOnManagedApplicationInstanceId?: string | undefined;
1789
- SingleSignOnApplicationArn?: string | undefined;
1790
- Status?: DomainStatus | undefined;
1791
- CreationTime?: Date | undefined;
1792
- LastModifiedTime?: Date | undefined;
1793
- FailureReason?: string | undefined;
1794
- SecurityGroupIdForDomainBoundary?: string | undefined;
1795
- AuthMode?: AuthMode | undefined;
1796
- DefaultUserSettings?: UserSettings | undefined;
1797
- DomainSettings?: DomainSettings | undefined;
1798
- AppNetworkAccessType?: AppNetworkAccessType | undefined;
1799
- HomeEfsFileSystemKmsKeyId?: string | undefined;
1800
- SubnetIds?: string[] | undefined;
1801
- Url?: string | undefined;
1802
- VpcId?: string | undefined;
1803
- KmsKeyId?: string | undefined;
1804
- AppSecurityGroupManagement?: AppSecurityGroupManagement | undefined;
1805
- TagPropagation?: TagPropagation | undefined;
1806
- DefaultSpaceSettings?: DefaultSpaceSettings | undefined;
1807
- }
1808
- export interface DescribeEdgeDeploymentPlanRequest {
1809
- EdgeDeploymentPlanName: string | undefined;
1810
- NextToken?: string | undefined;
1811
- MaxResults?: number | undefined;
1812
- }
1813
- export interface DescribeEdgeDeploymentPlanResponse {
1814
- EdgeDeploymentPlanArn: string | undefined;
1815
- EdgeDeploymentPlanName: string | undefined;
1816
- ModelConfigs: EdgeDeploymentModelConfig[] | undefined;
1817
- DeviceFleetName: string | undefined;
1818
- EdgeDeploymentSuccess?: number | undefined;
1819
- EdgeDeploymentPending?: number | undefined;
1820
- EdgeDeploymentFailed?: number | undefined;
1821
- Stages: DeploymentStageStatusSummary[] | undefined;
1822
- NextToken?: string | undefined;
1823
- CreationTime?: Date | undefined;
1824
- LastModifiedTime?: Date | undefined;
1825
- }
1826
- export interface DescribeEdgePackagingJobRequest {
1827
- EdgePackagingJobName: string | undefined;
1828
- }
1829
- export declare const EdgePackagingJobStatus: {
1830
- readonly Completed: "COMPLETED";
1831
- readonly Failed: "FAILED";
1832
- readonly InProgress: "INPROGRESS";
1833
- readonly Starting: "STARTING";
1834
- readonly Stopped: "STOPPED";
1835
- readonly Stopping: "STOPPING";
1836
- };
1837
- export type EdgePackagingJobStatus =
1838
- (typeof EdgePackagingJobStatus)[keyof typeof EdgePackagingJobStatus];
1839
- export declare const EdgePresetDeploymentStatus: {
1840
- readonly Completed: "COMPLETED";
1841
- readonly Failed: "FAILED";
1842
- };
1843
- export type EdgePresetDeploymentStatus =
1844
- (typeof EdgePresetDeploymentStatus)[keyof typeof EdgePresetDeploymentStatus];
1845
- export interface EdgePresetDeploymentOutput {
1846
- Type: EdgePresetDeploymentType | undefined;
1847
- Artifact?: string | undefined;
1848
- Status?: EdgePresetDeploymentStatus | undefined;
1849
- StatusMessage?: string | undefined;
1850
- }
1851
- export interface DescribeEdgePackagingJobResponse {
1852
- EdgePackagingJobArn: string | undefined;
1853
- EdgePackagingJobName: string | undefined;
1854
- CompilationJobName?: string | undefined;
1855
- ModelName?: string | undefined;
1856
- ModelVersion?: string | undefined;
1857
- RoleArn?: string | undefined;
1858
- OutputConfig?: EdgeOutputConfig | undefined;
1859
- ResourceKey?: string | undefined;
1860
- EdgePackagingJobStatus: EdgePackagingJobStatus | undefined;
1861
- EdgePackagingJobStatusMessage?: string | undefined;
1862
- CreationTime?: Date | undefined;
1863
- LastModifiedTime?: Date | undefined;
1864
- ModelArtifact?: string | undefined;
1865
- ModelSignature?: string | undefined;
1866
- PresetDeploymentOutput?: EdgePresetDeploymentOutput | undefined;
1867
- }
1868
- export interface DescribeEndpointInput {
1869
- EndpointName: string | undefined;
1870
- }
1871
- export declare const EndpointStatus: {
1872
- readonly CREATING: "Creating";
1873
- readonly DELETING: "Deleting";
1874
- readonly FAILED: "Failed";
1875
- readonly IN_SERVICE: "InService";
1876
- readonly OUT_OF_SERVICE: "OutOfService";
1877
- readonly ROLLING_BACK: "RollingBack";
1878
- readonly SYSTEM_UPDATING: "SystemUpdating";
1879
- readonly UPDATE_ROLLBACK_FAILED: "UpdateRollbackFailed";
1880
- readonly UPDATING: "Updating";
1881
- };
1882
- export type EndpointStatus =
1883
- (typeof EndpointStatus)[keyof typeof EndpointStatus];
1884
- export declare const VariantStatus: {
1885
- readonly ACTIVATING_TRAFFIC: "ActivatingTraffic";
1886
- readonly BAKING: "Baking";
1887
- readonly CREATING: "Creating";
1888
- readonly DELETING: "Deleting";
1889
- readonly UPDATING: "Updating";
1890
- };
1891
- export type VariantStatus = (typeof VariantStatus)[keyof typeof VariantStatus];
1892
- export interface ProductionVariantStatus {
1893
- Status: VariantStatus | undefined;
1894
- StatusMessage?: string | undefined;
1895
- StartTime?: Date | undefined;
1896
- }
1897
- export interface PendingProductionVariantSummary {
1898
- VariantName: string | undefined;
1899
- DeployedImages?: DeployedImage[] | undefined;
1900
- CurrentWeight?: number | undefined;
1901
- DesiredWeight?: number | undefined;
1902
- CurrentInstanceCount?: number | undefined;
1903
- DesiredInstanceCount?: number | undefined;
1904
- InstanceType?: ProductionVariantInstanceType | undefined;
1905
- AcceleratorType?: ProductionVariantAcceleratorType | undefined;
1906
- VariantStatus?: ProductionVariantStatus[] | undefined;
1907
- CurrentServerlessConfig?: ProductionVariantServerlessConfig | undefined;
1908
- DesiredServerlessConfig?: ProductionVariantServerlessConfig | undefined;
1909
- ManagedInstanceScaling?: ProductionVariantManagedInstanceScaling | undefined;
1910
- RoutingConfig?: ProductionVariantRoutingConfig | undefined;
1911
- }
1912
- export interface PendingDeploymentSummary {
1913
- EndpointConfigName: string | undefined;
1914
- ProductionVariants?: PendingProductionVariantSummary[] | undefined;
1915
- StartTime?: Date | undefined;
1916
- ShadowProductionVariants?: PendingProductionVariantSummary[] | undefined;
1917
- }
1918
- export interface Ec2CapacityReservation {
1919
- Ec2CapacityReservationId?: string | undefined;
1920
- TotalInstanceCount?: number | undefined;
1921
- AvailableInstanceCount?: number | undefined;
1922
- UsedByCurrentEndpoint?: number | undefined;
1923
- }
1805
+ export declare const CreateModelCardRequestFilterSensitiveLog: (
1806
+ obj: CreateModelCardRequest
1807
+ ) => any;
1808
+ export declare const ModelPackageModelCardFilterSensitiveLog: (
1809
+ obj: ModelPackageModelCard
1810
+ ) => any;
1924
1811
  export declare const CreateModelPackageInputFilterSensitiveLog: (
1925
1812
  obj: CreateModelPackageInput
1926
1813
  ) => any;