@aws-sdk/client-sagemaker 3.863.0 → 3.866.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 (74) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +582 -392
  3. package/dist-es/SageMaker.js +4 -0
  4. package/dist-es/commands/DescribeReservedCapacityCommand.js +22 -0
  5. package/dist-es/commands/ListUltraServersByReservedCapacityCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_0.js +1 -13
  8. package/dist-es/models/models_1.js +13 -0
  9. package/dist-es/models/models_3.js +22 -33
  10. package/dist-es/models/models_4.js +21 -14
  11. package/dist-es/models/models_5.js +12 -1
  12. package/dist-es/pagination/ListUltraServersByReservedCapacityPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/protocols/Aws_json1_1.js +140 -0
  15. package/dist-types/SageMaker.d.ts +14 -0
  16. package/dist-types/SageMakerClient.d.ts +4 -2
  17. package/dist-types/commands/AttachClusterNodeVolumeCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateAlgorithmCommand.d.ts +12 -3
  19. package/dist-types/commands/CreateDomainCommand.d.ts +3 -0
  20. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +26 -8
  21. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -2
  22. package/dist-types/commands/CreateTrainingJobCommand.d.ts +11 -2
  23. package/dist-types/commands/CreateTrainingPlanCommand.d.ts +1 -0
  24. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +12 -3
  25. package/dist-types/commands/DescribeAppCommand.d.ts +1 -0
  26. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +3 -0
  27. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeContextCommand.d.ts +1 -2
  30. package/dist-types/commands/DescribeDomainCommand.d.ts +3 -0
  31. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +26 -8
  32. package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +93 -0
  33. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +11 -2
  34. package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +7 -1
  35. package/dist-types/commands/DetachClusterNodeVolumeCommand.d.ts +1 -1
  36. package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -0
  37. package/dist-types/commands/ListTrainingPlansCommand.d.ts +5 -1
  38. package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +92 -0
  39. package/dist-types/commands/ListWorkforcesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  41. package/dist-types/commands/SearchCommand.d.ts +26 -8
  42. package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +7 -2
  43. package/dist-types/commands/UpdateDomainCommand.d.ts +3 -0
  44. package/dist-types/commands/index.d.ts +2 -0
  45. package/dist-types/models/models_0.d.ts +71 -87
  46. package/dist-types/models/models_1.d.ts +94 -106
  47. package/dist-types/models/models_2.d.ts +115 -202
  48. package/dist-types/models/models_3.d.ts +463 -409
  49. package/dist-types/models/models_4.d.ts +414 -683
  50. package/dist-types/models/models_5.d.ts +718 -5
  51. package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +7 -0
  52. package/dist-types/pagination/index.d.ts +1 -0
  53. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  54. package/dist-types/ts3.4/SageMaker.d.ts +40 -0
  55. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  56. package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +4 -2
  57. package/dist-types/ts3.4/commands/DescribeCompilationJobCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/DescribeComputeQuotaCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +4 -2
  60. package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +51 -0
  62. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +2 -4
  63. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  65. package/dist-types/ts3.4/models/models_0.d.ts +15 -25
  66. package/dist-types/ts3.4/models/models_1.d.ts +31 -25
  67. package/dist-types/ts3.4/models/models_2.d.ts +28 -53
  68. package/dist-types/ts3.4/models/models_3.d.ts +119 -104
  69. package/dist-types/ts3.4/models/models_4.d.ts +123 -190
  70. package/dist-types/ts3.4/models/models_5.d.ts +187 -5
  71. package/dist-types/ts3.4/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +11 -0
  72. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  73. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  74. package/package.json +5 -5
@@ -1,6 +1,5 @@
1
1
  import {
2
2
  ActionSummary,
3
- AdditionalInferenceSpecificationDefinition,
4
3
  AlgorithmSortBy,
5
4
  AlgorithmSummary,
6
5
  AppDetails,
@@ -17,9 +16,6 @@ import {
17
16
  AutoMLJobSummary,
18
17
  AutoMLSortBy,
19
18
  AutoMLSortOrder,
20
- BatchDataCaptureConfig,
21
- BatchStrategy,
22
- BatchTransformInput,
23
19
  CacheHitResult,
24
20
  CallbackStepMetadata,
25
21
  CandidateSortBy,
@@ -28,23 +24,18 @@ import {
28
24
  ClusterEventResourceType,
29
25
  ClusterEventSummary,
30
26
  ClusterNodeSummary,
31
- ClusterSchedulerConfigSummary,
32
- ClusterSortBy,
33
27
  FeatureStatus,
34
- InferenceSpecification,
35
28
  ModelApprovalStatus,
36
29
  ModelPackageStatus,
37
30
  OutputParameter,
38
31
  SchedulerResourceStatus,
39
32
  Tag,
40
- TransformInput,
41
- TransformOutput,
42
- TransformResources,
43
33
  UserContext,
44
- VpcConfig,
45
34
  } from "./models_0";
46
35
  import {
47
36
  _InstanceType,
37
+ ClusterSchedulerConfigSummary,
38
+ ClusterSortBy,
48
39
  ClusterSummary,
49
40
  CodeRepositorySortBy,
50
41
  CodeRepositorySortOrder,
@@ -53,37 +44,26 @@ import {
53
44
  CompilationJobSummary,
54
45
  ComputeQuotaSummary,
55
46
  ConditionStepMetadata,
56
- ContainerDefinition,
57
47
  ContextSummary,
58
48
  HubContentType,
59
- InferenceExecutionConfig,
49
+ HyperParameterTrainingJobDefinition,
50
+ HyperParameterTuningJobConfig,
51
+ HyperParameterTuningJobStrategyType,
52
+ HyperParameterTuningJobWarmStartConfig,
60
53
  InferenceExperimentSchedule,
61
54
  InferenceExperimentType,
62
55
  LabelingJobInputConfig,
63
- MetadataProperties,
64
56
  RecommendationJobType,
57
+ ResourceLimits,
65
58
  } from "./models_1";
66
59
  import {
67
60
  CrossAccountFilterOption,
68
- DataProcessing,
69
- DeploymentRecommendation,
70
- DriftCheckBaselines,
71
- ExperimentConfig,
72
- ModelCardSecurityConfig,
73
61
  ModelCardStatus,
74
- ModelClientConfig,
75
62
  ModelLifeCycle,
76
- ModelMetrics,
77
- ModelPackageModelCard,
78
- ModelPackageSecurityConfig,
79
- ModelPackageValidationSpecification,
80
- MonitoringScheduleConfig,
81
63
  MonitoringType,
82
64
  OptimizationJobDeploymentInstanceType,
83
65
  PartnerAppType,
84
66
  SharingType,
85
- SkipModelValidation,
86
- SourceAlgorithmSpecification,
87
67
  SpaceStorageSettings,
88
68
  StudioLifecycleConfigAppType,
89
69
  TrialComponentStatus,
@@ -117,15 +97,12 @@ import {
117
97
  HubContentInfo,
118
98
  HubContentSortBy,
119
99
  HubContentSupportStatus,
120
- HubInfo,
121
- HubSortBy,
122
- HumanTaskUiSummary,
100
+ HubStatus,
123
101
  HyperParameterTrainingJobSummary,
124
- HyperParameterTuningJobSortByOptions,
102
+ HyperParameterTuningJobCompletionDetails,
103
+ HyperParameterTuningJobConsumedResources,
125
104
  HyperParameterTuningJobStatus,
126
- HyperParameterTuningJobSummary,
127
- Image,
128
- ImageSortBy,
105
+ ImageStatus,
129
106
  ImageVersionStatus,
130
107
  InferenceComponentStatus,
131
108
  InferenceExperimentStatus,
@@ -137,9 +114,9 @@ import {
137
114
  ModelCardExportJobStatus,
138
115
  ModelConfiguration,
139
116
  ModelPackageGroupStatus,
140
- ModelPackageStatusDetails,
141
117
  MonitoringExecutionSummary,
142
118
  NotebookInstanceStatus,
119
+ ObjectiveStatusCounters,
143
120
  OfflineStoreStatusValue,
144
121
  OptimizationJobStatus,
145
122
  PartnerAppStatus,
@@ -148,6 +125,7 @@ import {
148
125
  ProjectStatus,
149
126
  RecommendationJobStatus,
150
127
  RecommendationMetrics,
128
+ ReservedCapacityInstanceType,
151
129
  ReservedCapacitySummary,
152
130
  SageMakerResourceName,
153
131
  ScheduleStatus,
@@ -156,6 +134,7 @@ import {
156
134
  SubscribedWorkteam,
157
135
  TrackingServerStatus,
158
136
  TrainingJobStatus,
137
+ TrainingJobStatusCounters,
159
138
  TrainingPlanStatus,
160
139
  TransformJobStatus,
161
140
  TrialComponentSource,
@@ -163,9 +142,86 @@ import {
163
142
  UserProfileStatus,
164
143
  WarmPoolResourceStatus,
165
144
  WarmPoolStatus,
166
- Workforce,
167
- Workteam,
168
145
  } from "./models_3";
146
+ export interface HubInfo {
147
+ HubName: string | undefined;
148
+ HubArn: string | undefined;
149
+ HubDisplayName?: string | undefined;
150
+ HubDescription?: string | undefined;
151
+ HubSearchKeywords?: string[] | undefined;
152
+ HubStatus: HubStatus | undefined;
153
+ CreationTime: Date | undefined;
154
+ LastModifiedTime: Date | undefined;
155
+ }
156
+ export declare const HubSortBy: {
157
+ readonly ACCOUNT_ID_OWNER: "AccountIdOwner";
158
+ readonly CREATION_TIME: "CreationTime";
159
+ readonly HUB_NAME: "HubName";
160
+ readonly HUB_STATUS: "HubStatus";
161
+ };
162
+ export type HubSortBy = (typeof HubSortBy)[keyof typeof HubSortBy];
163
+ export interface HumanTaskUiSummary {
164
+ HumanTaskUiName: string | undefined;
165
+ HumanTaskUiArn: string | undefined;
166
+ CreationTime: Date | undefined;
167
+ }
168
+ export interface HyperParameterTuningJobSearchEntity {
169
+ HyperParameterTuningJobName?: string | undefined;
170
+ HyperParameterTuningJobArn?: string | undefined;
171
+ HyperParameterTuningJobConfig?: HyperParameterTuningJobConfig | undefined;
172
+ TrainingJobDefinition?: HyperParameterTrainingJobDefinition | undefined;
173
+ TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[] | undefined;
174
+ HyperParameterTuningJobStatus?: HyperParameterTuningJobStatus | undefined;
175
+ CreationTime?: Date | undefined;
176
+ HyperParameterTuningEndTime?: Date | undefined;
177
+ LastModifiedTime?: Date | undefined;
178
+ TrainingJobStatusCounters?: TrainingJobStatusCounters | undefined;
179
+ ObjectiveStatusCounters?: ObjectiveStatusCounters | undefined;
180
+ BestTrainingJob?: HyperParameterTrainingJobSummary | undefined;
181
+ OverallBestTrainingJob?: HyperParameterTrainingJobSummary | undefined;
182
+ WarmStartConfig?: HyperParameterTuningJobWarmStartConfig | undefined;
183
+ FailureReason?: string | undefined;
184
+ TuningJobCompletionDetails?:
185
+ | HyperParameterTuningJobCompletionDetails
186
+ | undefined;
187
+ ConsumedResources?: HyperParameterTuningJobConsumedResources | undefined;
188
+ Tags?: Tag[] | undefined;
189
+ }
190
+ export declare const HyperParameterTuningJobSortByOptions: {
191
+ readonly CreationTime: "CreationTime";
192
+ readonly Name: "Name";
193
+ readonly Status: "Status";
194
+ };
195
+ export type HyperParameterTuningJobSortByOptions =
196
+ (typeof HyperParameterTuningJobSortByOptions)[keyof typeof HyperParameterTuningJobSortByOptions];
197
+ export interface HyperParameterTuningJobSummary {
198
+ HyperParameterTuningJobName: string | undefined;
199
+ HyperParameterTuningJobArn: string | undefined;
200
+ HyperParameterTuningJobStatus: HyperParameterTuningJobStatus | undefined;
201
+ Strategy: HyperParameterTuningJobStrategyType | undefined;
202
+ CreationTime: Date | undefined;
203
+ HyperParameterTuningEndTime?: Date | undefined;
204
+ LastModifiedTime?: Date | undefined;
205
+ TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
206
+ ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
207
+ ResourceLimits?: ResourceLimits | undefined;
208
+ }
209
+ export interface Image {
210
+ CreationTime: Date | undefined;
211
+ Description?: string | undefined;
212
+ DisplayName?: string | undefined;
213
+ FailureReason?: string | undefined;
214
+ ImageArn: string | undefined;
215
+ ImageName: string | undefined;
216
+ ImageStatus: ImageStatus | undefined;
217
+ LastModifiedTime: Date | undefined;
218
+ }
219
+ export declare const ImageSortBy: {
220
+ readonly CREATION_TIME: "CREATION_TIME";
221
+ readonly IMAGE_NAME: "IMAGE_NAME";
222
+ readonly LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME";
223
+ };
224
+ export type ImageSortBy = (typeof ImageSortBy)[keyof typeof ImageSortBy];
169
225
  export declare const ImageSortOrder: {
170
226
  readonly ASCENDING: "ASCENDING";
171
227
  readonly DESCENDING: "DESCENDING";
@@ -2057,6 +2113,7 @@ export interface TrainingPlanSummary {
2057
2113
  TotalInstanceCount?: number | undefined;
2058
2114
  AvailableInstanceCount?: number | undefined;
2059
2115
  InUseInstanceCount?: number | undefined;
2116
+ TotalUltraServerCount?: number | undefined;
2060
2117
  TargetResources?: SageMakerResourceName[] | undefined;
2061
2118
  ReservedCapacitySummaries?: ReservedCapacitySummary[] | undefined;
2062
2119
  }
@@ -2150,6 +2207,35 @@ export interface ListTrialsResponse {
2150
2207
  TrialSummaries?: TrialSummary[] | undefined;
2151
2208
  NextToken?: string | undefined;
2152
2209
  }
2210
+ export interface ListUltraServersByReservedCapacityRequest {
2211
+ ReservedCapacityArn: string | undefined;
2212
+ MaxResults?: number | undefined;
2213
+ NextToken?: string | undefined;
2214
+ }
2215
+ export declare const UltraServerHealthStatus: {
2216
+ readonly IMPAIRED: "Impaired";
2217
+ readonly INSUFFICIENT_DATA: "Insufficient-Data";
2218
+ readonly OK: "OK";
2219
+ };
2220
+ export type UltraServerHealthStatus =
2221
+ (typeof UltraServerHealthStatus)[keyof typeof UltraServerHealthStatus];
2222
+ export interface UltraServer {
2223
+ UltraServerId: string | undefined;
2224
+ UltraServerType: string | undefined;
2225
+ AvailabilityZone: string | undefined;
2226
+ InstanceType: ReservedCapacityInstanceType | undefined;
2227
+ TotalInstanceCount: number | undefined;
2228
+ ConfiguredSpareInstanceCount?: number | undefined;
2229
+ AvailableInstanceCount?: number | undefined;
2230
+ InUseInstanceCount?: number | undefined;
2231
+ AvailableSpareInstanceCount?: number | undefined;
2232
+ UnhealthyInstanceCount?: number | undefined;
2233
+ HealthStatus?: UltraServerHealthStatus | undefined;
2234
+ }
2235
+ export interface ListUltraServersByReservedCapacityResponse {
2236
+ NextToken?: string | undefined;
2237
+ UltraServers: UltraServer[] | undefined;
2238
+ }
2153
2239
  export declare const UserProfileSortKey: {
2154
2240
  readonly CreationTime: "CreationTime";
2155
2241
  readonly LastModifiedTime: "LastModifiedTime";
@@ -2188,156 +2274,3 @@ export interface ListWorkforcesRequest {
2188
2274
  NextToken?: string | undefined;
2189
2275
  MaxResults?: number | undefined;
2190
2276
  }
2191
- export interface ListWorkforcesResponse {
2192
- Workforces: Workforce[] | undefined;
2193
- NextToken?: string | undefined;
2194
- }
2195
- export declare const ListWorkteamsSortByOptions: {
2196
- readonly CreateDate: "CreateDate";
2197
- readonly Name: "Name";
2198
- };
2199
- export type ListWorkteamsSortByOptions =
2200
- (typeof ListWorkteamsSortByOptions)[keyof typeof ListWorkteamsSortByOptions];
2201
- export interface ListWorkteamsRequest {
2202
- SortBy?: ListWorkteamsSortByOptions | undefined;
2203
- SortOrder?: SortOrder | undefined;
2204
- NameContains?: string | undefined;
2205
- NextToken?: string | undefined;
2206
- MaxResults?: number | undefined;
2207
- }
2208
- export interface ListWorkteamsResponse {
2209
- Workteams: Workteam[] | undefined;
2210
- NextToken?: string | undefined;
2211
- }
2212
- export interface Model {
2213
- ModelName?: string | undefined;
2214
- PrimaryContainer?: ContainerDefinition | undefined;
2215
- Containers?: ContainerDefinition[] | undefined;
2216
- InferenceExecutionConfig?: InferenceExecutionConfig | undefined;
2217
- ExecutionRoleArn?: string | undefined;
2218
- VpcConfig?: VpcConfig | undefined;
2219
- CreationTime?: Date | undefined;
2220
- ModelArn?: string | undefined;
2221
- EnableNetworkIsolation?: boolean | undefined;
2222
- Tags?: Tag[] | undefined;
2223
- DeploymentRecommendation?: DeploymentRecommendation | undefined;
2224
- }
2225
- export interface ModelCard {
2226
- ModelCardArn?: string | undefined;
2227
- ModelCardName?: string | undefined;
2228
- ModelCardVersion?: number | undefined;
2229
- Content?: string | undefined;
2230
- ModelCardStatus?: ModelCardStatus | undefined;
2231
- SecurityConfig?: ModelCardSecurityConfig | undefined;
2232
- CreationTime?: Date | undefined;
2233
- CreatedBy?: UserContext | undefined;
2234
- LastModifiedTime?: Date | undefined;
2235
- LastModifiedBy?: UserContext | undefined;
2236
- Tags?: Tag[] | undefined;
2237
- ModelId?: string | undefined;
2238
- RiskRating?: string | undefined;
2239
- ModelPackageGroupName?: string | undefined;
2240
- }
2241
- export interface ModelDashboardEndpoint {
2242
- EndpointName: string | undefined;
2243
- EndpointArn: string | undefined;
2244
- CreationTime: Date | undefined;
2245
- LastModifiedTime: Date | undefined;
2246
- EndpointStatus: EndpointStatus | undefined;
2247
- }
2248
- export interface TransformJob {
2249
- TransformJobName?: string | undefined;
2250
- TransformJobArn?: string | undefined;
2251
- TransformJobStatus?: TransformJobStatus | undefined;
2252
- FailureReason?: string | undefined;
2253
- ModelName?: string | undefined;
2254
- MaxConcurrentTransforms?: number | undefined;
2255
- ModelClientConfig?: ModelClientConfig | undefined;
2256
- MaxPayloadInMB?: number | undefined;
2257
- BatchStrategy?: BatchStrategy | undefined;
2258
- Environment?: Record<string, string> | undefined;
2259
- TransformInput?: TransformInput | undefined;
2260
- TransformOutput?: TransformOutput | undefined;
2261
- DataCaptureConfig?: BatchDataCaptureConfig | undefined;
2262
- TransformResources?: TransformResources | undefined;
2263
- CreationTime?: Date | undefined;
2264
- TransformStartTime?: Date | undefined;
2265
- TransformEndTime?: Date | undefined;
2266
- LabelingJobArn?: string | undefined;
2267
- AutoMLJobArn?: string | undefined;
2268
- DataProcessing?: DataProcessing | undefined;
2269
- ExperimentConfig?: ExperimentConfig | undefined;
2270
- Tags?: Tag[] | undefined;
2271
- }
2272
- export interface ModelDashboardModelCard {
2273
- ModelCardArn?: string | undefined;
2274
- ModelCardName?: string | undefined;
2275
- ModelCardVersion?: number | undefined;
2276
- ModelCardStatus?: ModelCardStatus | undefined;
2277
- SecurityConfig?: ModelCardSecurityConfig | undefined;
2278
- CreationTime?: Date | undefined;
2279
- CreatedBy?: UserContext | undefined;
2280
- LastModifiedTime?: Date | undefined;
2281
- LastModifiedBy?: UserContext | undefined;
2282
- Tags?: Tag[] | undefined;
2283
- ModelId?: string | undefined;
2284
- RiskRating?: string | undefined;
2285
- }
2286
- export interface ModelDashboardMonitoringSchedule {
2287
- MonitoringScheduleArn?: string | undefined;
2288
- MonitoringScheduleName?: string | undefined;
2289
- MonitoringScheduleStatus?: ScheduleStatus | undefined;
2290
- MonitoringType?: MonitoringType | undefined;
2291
- FailureReason?: string | undefined;
2292
- CreationTime?: Date | undefined;
2293
- LastModifiedTime?: Date | undefined;
2294
- MonitoringScheduleConfig?: MonitoringScheduleConfig | undefined;
2295
- EndpointName?: string | undefined;
2296
- MonitoringAlertSummaries?: MonitoringAlertSummary[] | undefined;
2297
- LastMonitoringExecutionSummary?: MonitoringExecutionSummary | undefined;
2298
- BatchTransformInput?: BatchTransformInput | undefined;
2299
- }
2300
- export interface ModelDashboardModel {
2301
- Model?: Model | undefined;
2302
- Endpoints?: ModelDashboardEndpoint[] | undefined;
2303
- LastBatchTransformJob?: TransformJob | undefined;
2304
- MonitoringSchedules?: ModelDashboardMonitoringSchedule[] | undefined;
2305
- ModelCard?: ModelDashboardModelCard | undefined;
2306
- }
2307
- export interface ModelPackage {
2308
- ModelPackageName?: string | undefined;
2309
- ModelPackageGroupName?: string | undefined;
2310
- ModelPackageVersion?: number | undefined;
2311
- ModelPackageArn?: string | undefined;
2312
- ModelPackageDescription?: string | undefined;
2313
- CreationTime?: Date | undefined;
2314
- InferenceSpecification?: InferenceSpecification | undefined;
2315
- SourceAlgorithmSpecification?: SourceAlgorithmSpecification | undefined;
2316
- ValidationSpecification?: ModelPackageValidationSpecification | undefined;
2317
- ModelPackageStatus?: ModelPackageStatus | undefined;
2318
- ModelPackageStatusDetails?: ModelPackageStatusDetails | undefined;
2319
- CertifyForMarketplace?: boolean | undefined;
2320
- ModelApprovalStatus?: ModelApprovalStatus | undefined;
2321
- CreatedBy?: UserContext | undefined;
2322
- MetadataProperties?: MetadataProperties | undefined;
2323
- ModelMetrics?: ModelMetrics | undefined;
2324
- LastModifiedTime?: Date | undefined;
2325
- LastModifiedBy?: UserContext | undefined;
2326
- ApprovalDescription?: string | undefined;
2327
- Domain?: string | undefined;
2328
- Task?: string | undefined;
2329
- SamplePayloadUrl?: string | undefined;
2330
- AdditionalInferenceSpecifications?:
2331
- | AdditionalInferenceSpecificationDefinition[]
2332
- | undefined;
2333
- SourceUri?: string | undefined;
2334
- SecurityConfig?: ModelPackageSecurityConfig | undefined;
2335
- ModelCard?: ModelPackageModelCard | undefined;
2336
- ModelLifeCycle?: ModelLifeCycle | undefined;
2337
- Tags?: Tag[] | undefined;
2338
- CustomerMetadataProperties?: Record<string, string> | undefined;
2339
- DriftCheckBaselines?: DriftCheckBaselines | undefined;
2340
- SkipModelValidation?: SkipModelValidation | undefined;
2341
- }
2342
- export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
2343
- export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;