@aws-sdk/client-sagemaker 3.860.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 (91) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +492 -124
  3. package/dist-es/SageMaker.js +6 -0
  4. package/dist-es/commands/BatchAddClusterNodesCommand.js +22 -0
  5. package/dist-es/commands/CreateModelCardCommand.js +1 -1
  6. package/dist-es/commands/DescribeClusterEventCommand.js +22 -0
  7. package/dist-es/commands/ListClusterEventsCommand.js +22 -0
  8. package/dist-es/commands/index.js +3 -0
  9. package/dist-es/models/models_0.js +38 -93
  10. package/dist-es/models/models_1.js +86 -15
  11. package/dist-es/models/models_2.js +14 -40
  12. package/dist-es/models/models_3.js +43 -40
  13. package/dist-es/models/models_4.js +40 -10
  14. package/dist-es/models/models_5.js +10 -2
  15. package/dist-es/pagination/ListClusterEventsPaginator.js +4 -0
  16. package/dist-es/pagination/index.js +1 -0
  17. package/dist-es/protocols/Aws_json1_1.js +281 -0
  18. package/dist-types/SageMaker.d.ts +21 -0
  19. package/dist-types/SageMakerClient.d.ts +5 -2
  20. package/dist-types/commands/BatchAddClusterNodesCommand.d.ts +99 -0
  21. package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +13 -0
  22. package/dist-types/commands/CreateClusterCommand.d.ts +2 -0
  23. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -1
  24. package/dist-types/commands/CreateModelCardCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeClusterCommand.d.ts +3 -0
  28. package/dist-types/commands/DescribeClusterEventCommand.d.ts +129 -0
  29. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +5 -1
  30. package/dist-types/commands/DescribeContextCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -2
  38. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
  39. package/dist-types/commands/ListActionsCommand.d.ts +1 -2
  40. package/dist-types/commands/ListClusterEventsCommand.d.ts +96 -0
  41. package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -1
  42. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  43. package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
  44. package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
  45. package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateClusterCommand.d.ts +1 -0
  47. package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -0
  48. package/dist-types/commands/index.d.ts +3 -0
  49. package/dist-types/models/models_0.d.ts +635 -539
  50. package/dist-types/models/models_1.d.ts +3626 -3557
  51. package/dist-types/models/models_2.d.ts +3079 -3394
  52. package/dist-types/models/models_3.d.ts +4419 -4366
  53. package/dist-types/models/models_4.d.ts +3813 -3877
  54. package/dist-types/models/models_5.d.ts +836 -5
  55. package/dist-types/pagination/ListClusterEventsPaginator.d.ts +7 -0
  56. package/dist-types/pagination/index.d.ts +1 -0
  57. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  58. package/dist-types/ts3.4/SageMaker.d.ts +51 -0
  59. package/dist-types/ts3.4/SageMakerClient.d.ts +18 -0
  60. package/dist-types/ts3.4/commands/BatchAddClusterNodesCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -4
  62. package/dist-types/ts3.4/commands/CreateModelCardCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/CreateModelCardExportJobCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/DescribeClusterEventCommand.d.ts +51 -0
  66. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -2
  74. package/dist-types/ts3.4/commands/ImportHubContentCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -2
  76. package/dist-types/ts3.4/commands/ListClusterEventsCommand.d.ts +51 -0
  77. package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  82. package/dist-types/ts3.4/models/models_0.d.ts +186 -188
  83. package/dist-types/ts3.4/models/models_1.d.ts +177 -117
  84. package/dist-types/ts3.4/models/models_2.d.ts +123 -214
  85. package/dist-types/ts3.4/models/models_3.d.ts +219 -195
  86. package/dist-types/ts3.4/models/models_4.d.ts +225 -244
  87. package/dist-types/ts3.4/models/models_5.d.ts +220 -17
  88. package/dist-types/ts3.4/pagination/ListClusterEventsPaginator.d.ts +11 -0
  89. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  90. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
  91. 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,28 +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,
85
+ GitConfig,
97
86
  HubContentType,
98
87
  InputConfig,
99
88
  JupyterServerAppSettings,
100
89
  KernelGatewayAppSettings,
101
90
  MetadataProperties,
102
91
  ModelDeployConfig,
103
- ModelPackageModelCard,
104
92
  MonitoringConstraintsResource,
105
93
  MonitoringGroundTruthS3Input,
106
94
  MonitoringNetworkConfig,
@@ -114,10 +102,109 @@ import {
114
102
  ProcessingS3UploadMode,
115
103
  RetryStrategy,
116
104
  SchedulerConfig,
117
- TagPropagation,
118
105
  TrainingSpecification,
119
106
  UserSettings,
120
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
+ }
121
208
  export interface ModelLifeCycle {
122
209
  Stage: string | undefined;
123
210
  StageStatus: string | undefined;
@@ -1616,10 +1703,19 @@ export interface DescribeClusterResponse {
1616
1703
  VpcConfig?: VpcConfig | undefined;
1617
1704
  Orchestrator?: ClusterOrchestrator | undefined;
1618
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;
1619
1714
  }
1620
1715
  export interface DescribeClusterNodeRequest {
1621
1716
  ClusterName: string | undefined;
1622
1717
  NodeId?: string | undefined;
1718
+ NodeLogicalId?: string | undefined;
1623
1719
  }
1624
1720
  export interface DescribeClusterNodeResponse {
1625
1721
  NodeDetails: ClusterNodeDetails | undefined;
@@ -1706,199 +1802,12 @@ export interface DescribeComputeQuotaResponse {
1706
1802
  export interface DescribeContextRequest {
1707
1803
  ContextName: string | undefined;
1708
1804
  }
1709
- export interface DescribeContextResponse {
1710
- ContextName?: string | undefined;
1711
- ContextArn?: string | undefined;
1712
- Source?: ContextSource | undefined;
1713
- ContextType?: string | undefined;
1714
- Description?: string | undefined;
1715
- Properties?: Record<string, string> | undefined;
1716
- CreationTime?: Date | undefined;
1717
- CreatedBy?: UserContext | undefined;
1718
- LastModifiedTime?: Date | undefined;
1719
- LastModifiedBy?: UserContext | undefined;
1720
- LineageGroupArn?: string | undefined;
1721
- }
1722
- export interface DescribeDataQualityJobDefinitionRequest {
1723
- JobDefinitionName: string | undefined;
1724
- }
1725
- export interface DescribeDataQualityJobDefinitionResponse {
1726
- JobDefinitionArn: string | undefined;
1727
- JobDefinitionName: string | undefined;
1728
- CreationTime: Date | undefined;
1729
- DataQualityBaselineConfig?: DataQualityBaselineConfig | undefined;
1730
- DataQualityAppSpecification: DataQualityAppSpecification | undefined;
1731
- DataQualityJobInput: DataQualityJobInput | undefined;
1732
- DataQualityJobOutputConfig: MonitoringOutputConfig | undefined;
1733
- JobResources: MonitoringResources | undefined;
1734
- NetworkConfig?: MonitoringNetworkConfig | undefined;
1735
- RoleArn: string | undefined;
1736
- StoppingCondition?: MonitoringStoppingCondition | undefined;
1737
- }
1738
- export interface DescribeDeviceRequest {
1739
- NextToken?: string | undefined;
1740
- DeviceName: string | undefined;
1741
- DeviceFleetName: string | undefined;
1742
- }
1743
- export interface EdgeModel {
1744
- ModelName: string | undefined;
1745
- ModelVersion: string | undefined;
1746
- LatestSampleTime?: Date | undefined;
1747
- LatestInference?: Date | undefined;
1748
- }
1749
- export interface DescribeDeviceResponse {
1750
- DeviceArn?: string | undefined;
1751
- DeviceName: string | undefined;
1752
- Description?: string | undefined;
1753
- DeviceFleetName: string | undefined;
1754
- IotThingName?: string | undefined;
1755
- RegistrationTime: Date | undefined;
1756
- LatestHeartbeat?: Date | undefined;
1757
- Models?: EdgeModel[] | undefined;
1758
- MaxModels?: number | undefined;
1759
- NextToken?: string | undefined;
1760
- AgentVersion?: string | undefined;
1761
- }
1762
- export interface DescribeDeviceFleetRequest {
1763
- DeviceFleetName: string | undefined;
1764
- }
1765
- export interface DescribeDeviceFleetResponse {
1766
- DeviceFleetName: string | undefined;
1767
- DeviceFleetArn: string | undefined;
1768
- OutputConfig: EdgeOutputConfig | undefined;
1769
- Description?: string | undefined;
1770
- CreationTime: Date | undefined;
1771
- LastModifiedTime: Date | undefined;
1772
- RoleArn?: string | undefined;
1773
- IotRoleAlias?: string | undefined;
1774
- }
1775
- export interface DescribeDomainRequest {
1776
- DomainId: string | undefined;
1777
- }
1778
- export declare const DomainStatus: {
1779
- readonly Delete_Failed: "Delete_Failed";
1780
- readonly Deleting: "Deleting";
1781
- readonly Failed: "Failed";
1782
- readonly InService: "InService";
1783
- readonly Pending: "Pending";
1784
- readonly Update_Failed: "Update_Failed";
1785
- readonly Updating: "Updating";
1786
- };
1787
- export type DomainStatus = (typeof DomainStatus)[keyof typeof DomainStatus];
1788
- export interface DescribeDomainResponse {
1789
- DomainArn?: string | undefined;
1790
- DomainId?: string | undefined;
1791
- DomainName?: string | undefined;
1792
- HomeEfsFileSystemId?: string | undefined;
1793
- SingleSignOnManagedApplicationInstanceId?: string | undefined;
1794
- SingleSignOnApplicationArn?: string | undefined;
1795
- Status?: DomainStatus | undefined;
1796
- CreationTime?: Date | undefined;
1797
- LastModifiedTime?: Date | undefined;
1798
- FailureReason?: string | undefined;
1799
- SecurityGroupIdForDomainBoundary?: string | undefined;
1800
- AuthMode?: AuthMode | undefined;
1801
- DefaultUserSettings?: UserSettings | undefined;
1802
- DomainSettings?: DomainSettings | undefined;
1803
- AppNetworkAccessType?: AppNetworkAccessType | undefined;
1804
- HomeEfsFileSystemKmsKeyId?: string | undefined;
1805
- SubnetIds?: string[] | undefined;
1806
- Url?: string | undefined;
1807
- VpcId?: string | undefined;
1808
- KmsKeyId?: string | undefined;
1809
- AppSecurityGroupManagement?: AppSecurityGroupManagement | undefined;
1810
- TagPropagation?: TagPropagation | undefined;
1811
- DefaultSpaceSettings?: DefaultSpaceSettings | undefined;
1812
- }
1813
- export interface DescribeEdgeDeploymentPlanRequest {
1814
- EdgeDeploymentPlanName: string | undefined;
1815
- NextToken?: string | undefined;
1816
- MaxResults?: number | undefined;
1817
- }
1818
- export interface DescribeEdgeDeploymentPlanResponse {
1819
- EdgeDeploymentPlanArn: string | undefined;
1820
- EdgeDeploymentPlanName: string | undefined;
1821
- ModelConfigs: EdgeDeploymentModelConfig[] | undefined;
1822
- DeviceFleetName: string | undefined;
1823
- EdgeDeploymentSuccess?: number | undefined;
1824
- EdgeDeploymentPending?: number | undefined;
1825
- EdgeDeploymentFailed?: number | undefined;
1826
- Stages: DeploymentStageStatusSummary[] | undefined;
1827
- NextToken?: string | undefined;
1828
- CreationTime?: Date | undefined;
1829
- LastModifiedTime?: Date | undefined;
1830
- }
1831
- export interface DescribeEdgePackagingJobRequest {
1832
- EdgePackagingJobName: string | undefined;
1833
- }
1834
- export declare const EdgePackagingJobStatus: {
1835
- readonly Completed: "COMPLETED";
1836
- readonly Failed: "FAILED";
1837
- readonly InProgress: "INPROGRESS";
1838
- readonly Starting: "STARTING";
1839
- readonly Stopped: "STOPPED";
1840
- readonly Stopping: "STOPPING";
1841
- };
1842
- export type EdgePackagingJobStatus =
1843
- (typeof EdgePackagingJobStatus)[keyof typeof EdgePackagingJobStatus];
1844
- export declare const EdgePresetDeploymentStatus: {
1845
- readonly Completed: "COMPLETED";
1846
- readonly Failed: "FAILED";
1847
- };
1848
- export type EdgePresetDeploymentStatus =
1849
- (typeof EdgePresetDeploymentStatus)[keyof typeof EdgePresetDeploymentStatus];
1850
- export interface EdgePresetDeploymentOutput {
1851
- Type: EdgePresetDeploymentType | undefined;
1852
- Artifact?: string | undefined;
1853
- Status?: EdgePresetDeploymentStatus | undefined;
1854
- StatusMessage?: string | undefined;
1855
- }
1856
- export interface DescribeEdgePackagingJobResponse {
1857
- EdgePackagingJobArn: string | undefined;
1858
- EdgePackagingJobName: string | undefined;
1859
- CompilationJobName?: string | undefined;
1860
- ModelName?: string | undefined;
1861
- ModelVersion?: string | undefined;
1862
- RoleArn?: string | undefined;
1863
- OutputConfig?: EdgeOutputConfig | undefined;
1864
- ResourceKey?: string | undefined;
1865
- EdgePackagingJobStatus: EdgePackagingJobStatus | undefined;
1866
- EdgePackagingJobStatusMessage?: string | undefined;
1867
- CreationTime?: Date | undefined;
1868
- LastModifiedTime?: Date | undefined;
1869
- ModelArtifact?: string | undefined;
1870
- ModelSignature?: string | undefined;
1871
- PresetDeploymentOutput?: EdgePresetDeploymentOutput | undefined;
1872
- }
1873
- export interface DescribeEndpointInput {
1874
- EndpointName: string | undefined;
1875
- }
1876
- export declare const EndpointStatus: {
1877
- readonly CREATING: "Creating";
1878
- readonly DELETING: "Deleting";
1879
- readonly FAILED: "Failed";
1880
- readonly IN_SERVICE: "InService";
1881
- readonly OUT_OF_SERVICE: "OutOfService";
1882
- readonly ROLLING_BACK: "RollingBack";
1883
- readonly SYSTEM_UPDATING: "SystemUpdating";
1884
- readonly UPDATE_ROLLBACK_FAILED: "UpdateRollbackFailed";
1885
- readonly UPDATING: "Updating";
1886
- };
1887
- export type EndpointStatus =
1888
- (typeof EndpointStatus)[keyof typeof EndpointStatus];
1889
- export declare const VariantStatus: {
1890
- readonly ACTIVATING_TRAFFIC: "ActivatingTraffic";
1891
- readonly BAKING: "Baking";
1892
- readonly CREATING: "Creating";
1893
- readonly DELETING: "Deleting";
1894
- readonly UPDATING: "Updating";
1895
- };
1896
- export type VariantStatus = (typeof VariantStatus)[keyof typeof VariantStatus];
1897
- export interface ProductionVariantStatus {
1898
- Status: VariantStatus | undefined;
1899
- StatusMessage?: string | undefined;
1900
- StartTime?: Date | undefined;
1901
- }
1805
+ export declare const CreateModelCardRequestFilterSensitiveLog: (
1806
+ obj: CreateModelCardRequest
1807
+ ) => any;
1808
+ export declare const ModelPackageModelCardFilterSensitiveLog: (
1809
+ obj: ModelPackageModelCard
1810
+ ) => any;
1902
1811
  export declare const CreateModelPackageInputFilterSensitiveLog: (
1903
1812
  obj: CreateModelPackageInput
1904
1813
  ) => any;