@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
@@ -50,27 +50,20 @@ import {
50
50
  CheckpointConfig,
51
51
  ClarifyExplainerConfig,
52
52
  ClusterInstanceGroupSpecification,
53
+ ClusterInstanceType,
54
+ ClusterNodeProvisioningMode,
53
55
  ClusterNodeRecovery,
54
56
  ClusterOrchestrator,
55
57
  ClusterRestrictedInstanceGroupSpecification,
58
+ ClusterStatus,
56
59
  CodeEditorAppImageConfig,
57
- CodeEditorAppSettings,
58
- CodeRepository,
59
- CollectionConfig,
60
- CollectionType,
61
- CompleteOnConvergence,
62
- ComputeQuotaResourceConfig,
63
- CustomImage,
64
60
  FeatureStatus,
65
- GitConfig,
66
61
  InferenceSpecification,
67
62
  JupyterLabAppImageConfig,
68
63
  KernelGatewayImageConfig,
69
64
  MetricDefinition,
70
- MetricsSource,
71
65
  ModelDataSource,
72
66
  OutputDataConfig,
73
- PreemptTeamTasks,
74
67
  ProblemType,
75
68
  ProcessingS3DataDistributionType,
76
69
  ProcessingS3InputMode,
@@ -80,15 +73,201 @@ import {
80
73
  SchedulerResourceStatus,
81
74
  StoppingCondition,
82
75
  Tag,
83
- TargetDevice,
84
- TargetPlatformAccelerator,
85
- TargetPlatformArch,
86
- TargetPlatformOs,
87
76
  TrainingInputMode,
88
77
  TrainingInstanceType,
89
78
  VpcConfig,
90
79
  } from "./models_0";
91
80
  import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
81
+ export interface ClusterSummary {
82
+ ClusterArn: string | undefined;
83
+ ClusterName: string | undefined;
84
+ CreationTime: Date | undefined;
85
+ ClusterStatus: ClusterStatus | undefined;
86
+ TrainingPlanArns?: string[] | undefined;
87
+ }
88
+ export interface CustomImage {
89
+ ImageName: string | undefined;
90
+ ImageVersionNumber?: number | undefined;
91
+ AppImageConfigName: string | undefined;
92
+ }
93
+ export interface CodeEditorAppSettings {
94
+ DefaultResourceSpec?: ResourceSpec | undefined;
95
+ CustomImages?: CustomImage[] | undefined;
96
+ LifecycleConfigArns?: string[] | undefined;
97
+ AppLifecycleManagement?: AppLifecycleManagement | undefined;
98
+ BuiltInLifecycleConfigArn?: string | undefined;
99
+ }
100
+ export interface CodeRepository {
101
+ RepositoryUrl: string | undefined;
102
+ }
103
+ export declare const CodeRepositorySortBy: {
104
+ readonly CREATION_TIME: "CreationTime";
105
+ readonly LAST_MODIFIED_TIME: "LastModifiedTime";
106
+ readonly NAME: "Name";
107
+ };
108
+ export type CodeRepositorySortBy =
109
+ (typeof CodeRepositorySortBy)[keyof typeof CodeRepositorySortBy];
110
+ export declare const CodeRepositorySortOrder: {
111
+ readonly ASCENDING: "Ascending";
112
+ readonly DESCENDING: "Descending";
113
+ };
114
+ export type CodeRepositorySortOrder =
115
+ (typeof CodeRepositorySortOrder)[keyof typeof CodeRepositorySortOrder];
116
+ export interface GitConfig {
117
+ RepositoryUrl: string | undefined;
118
+ Branch?: string | undefined;
119
+ SecretArn?: string | undefined;
120
+ }
121
+ export interface CodeRepositorySummary {
122
+ CodeRepositoryName: string | undefined;
123
+ CodeRepositoryArn: string | undefined;
124
+ CreationTime: Date | undefined;
125
+ LastModifiedTime: Date | undefined;
126
+ GitConfig?: GitConfig | undefined;
127
+ }
128
+ export interface CognitoConfig {
129
+ UserPool: string | undefined;
130
+ ClientId: string | undefined;
131
+ }
132
+ export interface CognitoMemberDefinition {
133
+ UserPool: string | undefined;
134
+ UserGroup: string | undefined;
135
+ ClientId: string | undefined;
136
+ }
137
+ export interface VectorConfig {
138
+ Dimension: number | undefined;
139
+ }
140
+ export type CollectionConfig =
141
+ | CollectionConfig.VectorConfigMember
142
+ | CollectionConfig.$UnknownMember;
143
+ export declare namespace CollectionConfig {
144
+ interface VectorConfigMember {
145
+ VectorConfig: VectorConfig;
146
+ $unknown?: never;
147
+ }
148
+ interface $UnknownMember {
149
+ VectorConfig?: never;
150
+ $unknown: [string, any];
151
+ }
152
+ interface Visitor<T> {
153
+ VectorConfig: (value: VectorConfig) => T;
154
+ _: (name: string, value: any) => T;
155
+ }
156
+ const visit: <T>(value: CollectionConfig, visitor: Visitor<T>) => T;
157
+ }
158
+ export interface CollectionConfiguration {
159
+ CollectionName?: string | undefined;
160
+ CollectionParameters?: Record<string, string> | undefined;
161
+ }
162
+ export declare const CollectionType: {
163
+ readonly LIST: "List";
164
+ readonly SET: "Set";
165
+ readonly VECTOR: "Vector";
166
+ };
167
+ export type CollectionType =
168
+ (typeof CollectionType)[keyof typeof CollectionType];
169
+ export declare const CompilationJobStatus: {
170
+ readonly COMPLETED: "COMPLETED";
171
+ readonly FAILED: "FAILED";
172
+ readonly INPROGRESS: "INPROGRESS";
173
+ readonly STARTING: "STARTING";
174
+ readonly STOPPED: "STOPPED";
175
+ readonly STOPPING: "STOPPING";
176
+ };
177
+ export type CompilationJobStatus =
178
+ (typeof CompilationJobStatus)[keyof typeof CompilationJobStatus];
179
+ export declare const TargetDevice: {
180
+ readonly AISAGE: "aisage";
181
+ readonly AMBA_CV2: "amba_cv2";
182
+ readonly AMBA_CV22: "amba_cv22";
183
+ readonly AMBA_CV25: "amba_cv25";
184
+ readonly COREML: "coreml";
185
+ readonly DEEPLENS: "deeplens";
186
+ readonly IMX8MPLUS: "imx8mplus";
187
+ readonly IMX8QM: "imx8qm";
188
+ readonly JACINTO_TDA4VM: "jacinto_tda4vm";
189
+ readonly JETSON_NANO: "jetson_nano";
190
+ readonly JETSON_TX1: "jetson_tx1";
191
+ readonly JETSON_TX2: "jetson_tx2";
192
+ readonly JETSON_XAVIER: "jetson_xavier";
193
+ readonly LAMBDA: "lambda";
194
+ readonly ML_C4: "ml_c4";
195
+ readonly ML_C5: "ml_c5";
196
+ readonly ML_C6G: "ml_c6g";
197
+ readonly ML_EIA2: "ml_eia2";
198
+ readonly ML_G4DN: "ml_g4dn";
199
+ readonly ML_INF1: "ml_inf1";
200
+ readonly ML_INF2: "ml_inf2";
201
+ readonly ML_M4: "ml_m4";
202
+ readonly ML_M5: "ml_m5";
203
+ readonly ML_M6G: "ml_m6g";
204
+ readonly ML_P2: "ml_p2";
205
+ readonly ML_P3: "ml_p3";
206
+ readonly ML_TRN1: "ml_trn1";
207
+ readonly QCS603: "qcs603";
208
+ readonly QCS605: "qcs605";
209
+ readonly RASP3B: "rasp3b";
210
+ readonly RASP4B: "rasp4b";
211
+ readonly RK3288: "rk3288";
212
+ readonly RK3399: "rk3399";
213
+ readonly SBE_C: "sbe_c";
214
+ readonly SITARA_AM57X: "sitara_am57x";
215
+ readonly X86_WIN32: "x86_win32";
216
+ readonly X86_WIN64: "x86_win64";
217
+ };
218
+ export type TargetDevice = (typeof TargetDevice)[keyof typeof TargetDevice];
219
+ export declare const TargetPlatformAccelerator: {
220
+ readonly INTEL_GRAPHICS: "INTEL_GRAPHICS";
221
+ readonly MALI: "MALI";
222
+ readonly NNA: "NNA";
223
+ readonly NVIDIA: "NVIDIA";
224
+ };
225
+ export type TargetPlatformAccelerator =
226
+ (typeof TargetPlatformAccelerator)[keyof typeof TargetPlatformAccelerator];
227
+ export declare const TargetPlatformArch: {
228
+ readonly ARM64: "ARM64";
229
+ readonly ARM_EABI: "ARM_EABI";
230
+ readonly ARM_EABIHF: "ARM_EABIHF";
231
+ readonly X86: "X86";
232
+ readonly X86_64: "X86_64";
233
+ };
234
+ export type TargetPlatformArch =
235
+ (typeof TargetPlatformArch)[keyof typeof TargetPlatformArch];
236
+ export declare const TargetPlatformOs: {
237
+ readonly ANDROID: "ANDROID";
238
+ readonly LINUX: "LINUX";
239
+ };
240
+ export type TargetPlatformOs =
241
+ (typeof TargetPlatformOs)[keyof typeof TargetPlatformOs];
242
+ export interface CompilationJobSummary {
243
+ CompilationJobName: string | undefined;
244
+ CompilationJobArn: string | undefined;
245
+ CreationTime: Date | undefined;
246
+ CompilationStartTime?: Date | undefined;
247
+ CompilationEndTime?: Date | undefined;
248
+ CompilationTargetDevice?: TargetDevice | undefined;
249
+ CompilationTargetPlatformOs?: TargetPlatformOs | undefined;
250
+ CompilationTargetPlatformArch?: TargetPlatformArch | undefined;
251
+ CompilationTargetPlatformAccelerator?: TargetPlatformAccelerator | undefined;
252
+ LastModifiedTime?: Date | undefined;
253
+ CompilationJobStatus: CompilationJobStatus | undefined;
254
+ }
255
+ export declare const CompleteOnConvergence: {
256
+ readonly DISABLED: "Disabled";
257
+ readonly ENABLED: "Enabled";
258
+ };
259
+ export type CompleteOnConvergence =
260
+ (typeof CompleteOnConvergence)[keyof typeof CompleteOnConvergence];
261
+ export interface ComputeQuotaResourceConfig {
262
+ InstanceType: ClusterInstanceType | undefined;
263
+ Count?: number | undefined;
264
+ }
265
+ export declare const PreemptTeamTasks: {
266
+ readonly LOWERPRIORITY: "LowerPriority";
267
+ readonly NEVER: "Never";
268
+ };
269
+ export type PreemptTeamTasks =
270
+ (typeof PreemptTeamTasks)[keyof typeof PreemptTeamTasks];
92
271
  export declare const ResourceSharingStrategy: {
93
272
  readonly DONTLEND: "DontLend";
94
273
  readonly LEND: "Lend";
@@ -387,6 +566,7 @@ export interface CreateClusterRequest {
387
566
  Tags?: Tag[] | undefined;
388
567
  Orchestrator?: ClusterOrchestrator | undefined;
389
568
  NodeRecovery?: ClusterNodeRecovery | undefined;
569
+ NodeProvisioningMode?: ClusterNodeProvisioningMode | undefined;
390
570
  }
391
571
  export interface CreateClusterResponse {
392
572
  ClusterArn: string | undefined;
@@ -2052,121 +2232,3 @@ export interface CreateModelBiasJobDefinitionRequest {
2052
2232
  StoppingCondition?: MonitoringStoppingCondition | undefined;
2053
2233
  Tags?: Tag[] | undefined;
2054
2234
  }
2055
- export interface CreateModelBiasJobDefinitionResponse {
2056
- JobDefinitionArn: string | undefined;
2057
- }
2058
- export declare const ModelCardStatus: {
2059
- readonly APPROVED: "Approved";
2060
- readonly ARCHIVED: "Archived";
2061
- readonly DRAFT: "Draft";
2062
- readonly PENDINGREVIEW: "PendingReview";
2063
- };
2064
- export type ModelCardStatus =
2065
- (typeof ModelCardStatus)[keyof typeof ModelCardStatus];
2066
- export interface ModelCardSecurityConfig {
2067
- KmsKeyId?: string | undefined;
2068
- }
2069
- export interface CreateModelCardRequest {
2070
- ModelCardName: string | undefined;
2071
- SecurityConfig?: ModelCardSecurityConfig | undefined;
2072
- Content: string | undefined;
2073
- ModelCardStatus: ModelCardStatus | undefined;
2074
- Tags?: Tag[] | undefined;
2075
- }
2076
- export interface CreateModelCardResponse {
2077
- ModelCardArn: string | undefined;
2078
- }
2079
- export interface ModelCardExportOutputConfig {
2080
- S3OutputPath: string | undefined;
2081
- }
2082
- export interface CreateModelCardExportJobRequest {
2083
- ModelCardName: string | undefined;
2084
- ModelCardVersion?: number | undefined;
2085
- ModelCardExportJobName: string | undefined;
2086
- OutputConfig: ModelCardExportOutputConfig | undefined;
2087
- }
2088
- export interface CreateModelCardExportJobResponse {
2089
- ModelCardExportJobArn: string | undefined;
2090
- }
2091
- export interface ModelExplainabilityAppSpecification {
2092
- ImageUri: string | undefined;
2093
- ConfigUri: string | undefined;
2094
- Environment?: Record<string, string> | undefined;
2095
- }
2096
- export interface ModelExplainabilityBaselineConfig {
2097
- BaseliningJobName?: string | undefined;
2098
- ConstraintsResource?: MonitoringConstraintsResource | undefined;
2099
- }
2100
- export interface ModelExplainabilityJobInput {
2101
- EndpointInput?: EndpointInput | undefined;
2102
- BatchTransformInput?: BatchTransformInput | undefined;
2103
- }
2104
- export interface CreateModelExplainabilityJobDefinitionRequest {
2105
- JobDefinitionName: string | undefined;
2106
- ModelExplainabilityBaselineConfig?:
2107
- | ModelExplainabilityBaselineConfig
2108
- | undefined;
2109
- ModelExplainabilityAppSpecification:
2110
- | ModelExplainabilityAppSpecification
2111
- | undefined;
2112
- ModelExplainabilityJobInput: ModelExplainabilityJobInput | undefined;
2113
- ModelExplainabilityJobOutputConfig: MonitoringOutputConfig | undefined;
2114
- JobResources: MonitoringResources | undefined;
2115
- NetworkConfig?: MonitoringNetworkConfig | undefined;
2116
- RoleArn: string | undefined;
2117
- StoppingCondition?: MonitoringStoppingCondition | undefined;
2118
- Tags?: Tag[] | undefined;
2119
- }
2120
- export interface CreateModelExplainabilityJobDefinitionResponse {
2121
- JobDefinitionArn: string | undefined;
2122
- }
2123
- export interface FileSource {
2124
- ContentType?: string | undefined;
2125
- ContentDigest?: string | undefined;
2126
- S3Uri: string | undefined;
2127
- }
2128
- export interface DriftCheckBias {
2129
- ConfigFile?: FileSource | undefined;
2130
- PreTrainingConstraints?: MetricsSource | undefined;
2131
- PostTrainingConstraints?: MetricsSource | undefined;
2132
- }
2133
- export interface DriftCheckExplainability {
2134
- Constraints?: MetricsSource | undefined;
2135
- ConfigFile?: FileSource | undefined;
2136
- }
2137
- export interface DriftCheckModelDataQuality {
2138
- Statistics?: MetricsSource | undefined;
2139
- Constraints?: MetricsSource | undefined;
2140
- }
2141
- export interface DriftCheckModelQuality {
2142
- Statistics?: MetricsSource | undefined;
2143
- Constraints?: MetricsSource | undefined;
2144
- }
2145
- export interface DriftCheckBaselines {
2146
- Bias?: DriftCheckBias | undefined;
2147
- Explainability?: DriftCheckExplainability | undefined;
2148
- ModelQuality?: DriftCheckModelQuality | undefined;
2149
- ModelDataQuality?: DriftCheckModelDataQuality | undefined;
2150
- }
2151
- export interface ModelPackageModelCard {
2152
- ModelCardContent?: string | undefined;
2153
- ModelCardStatus?: ModelCardStatus | undefined;
2154
- }
2155
- export interface ModelLifeCycle {
2156
- Stage: string | undefined;
2157
- StageStatus: string | undefined;
2158
- StageDescription?: string | undefined;
2159
- }
2160
- export interface Explainability {
2161
- Report?: MetricsSource | undefined;
2162
- }
2163
- export interface ModelDataQuality {
2164
- Statistics?: MetricsSource | undefined;
2165
- Constraints?: MetricsSource | undefined;
2166
- }
2167
- export declare const CreateModelCardRequestFilterSensitiveLog: (
2168
- obj: CreateModelCardRequest
2169
- ) => any;
2170
- export declare const ModelPackageModelCardFilterSensitiveLog: (
2171
- obj: ModelPackageModelCard
2172
- ) => any;