@aws-sdk/client-sagemaker 3.301.0 → 3.303.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.
@@ -1,239 +1,209 @@
1
1
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
2
- export var ProductionVariantAcceleratorType;
3
- (function (ProductionVariantAcceleratorType) {
4
- ProductionVariantAcceleratorType["ML_EIA1_LARGE"] = "ml.eia1.large";
5
- ProductionVariantAcceleratorType["ML_EIA1_MEDIUM"] = "ml.eia1.medium";
6
- ProductionVariantAcceleratorType["ML_EIA1_XLARGE"] = "ml.eia1.xlarge";
7
- ProductionVariantAcceleratorType["ML_EIA2_LARGE"] = "ml.eia2.large";
8
- ProductionVariantAcceleratorType["ML_EIA2_MEDIUM"] = "ml.eia2.medium";
9
- ProductionVariantAcceleratorType["ML_EIA2_XLARGE"] = "ml.eia2.xlarge";
10
- })(ProductionVariantAcceleratorType || (ProductionVariantAcceleratorType = {}));
11
- export var FeatureType;
12
- (function (FeatureType) {
13
- FeatureType["FRACTIONAL"] = "Fractional";
14
- FeatureType["INTEGRAL"] = "Integral";
15
- FeatureType["STRING"] = "String";
16
- })(FeatureType || (FeatureType = {}));
17
- export var TableFormat;
18
- (function (TableFormat) {
19
- TableFormat["GLUE"] = "Glue";
20
- TableFormat["ICEBERG"] = "Iceberg";
21
- })(TableFormat || (TableFormat = {}));
22
- export var HyperParameterTuningJobStrategyType;
23
- (function (HyperParameterTuningJobStrategyType) {
24
- HyperParameterTuningJobStrategyType["BAYESIAN"] = "Bayesian";
25
- HyperParameterTuningJobStrategyType["GRID"] = "Grid";
26
- HyperParameterTuningJobStrategyType["HYPERBAND"] = "Hyperband";
27
- HyperParameterTuningJobStrategyType["RANDOM"] = "Random";
28
- })(HyperParameterTuningJobStrategyType || (HyperParameterTuningJobStrategyType = {}));
29
- export var TrainingJobEarlyStoppingType;
30
- (function (TrainingJobEarlyStoppingType) {
31
- TrainingJobEarlyStoppingType["AUTO"] = "Auto";
32
- TrainingJobEarlyStoppingType["OFF"] = "Off";
33
- })(TrainingJobEarlyStoppingType || (TrainingJobEarlyStoppingType = {}));
34
- export var HyperParameterTuningAllocationStrategy;
35
- (function (HyperParameterTuningAllocationStrategy) {
36
- HyperParameterTuningAllocationStrategy["PRIORITIZED"] = "Prioritized";
37
- })(HyperParameterTuningAllocationStrategy || (HyperParameterTuningAllocationStrategy = {}));
38
- export var HyperParameterTuningJobWarmStartType;
39
- (function (HyperParameterTuningJobWarmStartType) {
40
- HyperParameterTuningJobWarmStartType["IDENTICAL_DATA_AND_ALGORITHM"] = "IdenticalDataAndAlgorithm";
41
- HyperParameterTuningJobWarmStartType["TRANSFER_LEARNING"] = "TransferLearning";
42
- })(HyperParameterTuningJobWarmStartType || (HyperParameterTuningJobWarmStartType = {}));
43
- export var JobType;
44
- (function (JobType) {
45
- JobType["INFERENCE"] = "INFERENCE";
46
- JobType["NOTEBOOK_KERNEL"] = "NOTEBOOK_KERNEL";
47
- JobType["TRAINING"] = "TRAINING";
48
- })(JobType || (JobType = {}));
49
- export var Processor;
50
- (function (Processor) {
51
- Processor["CPU"] = "CPU";
52
- Processor["GPU"] = "GPU";
53
- })(Processor || (Processor = {}));
54
- export var VendorGuidance;
55
- (function (VendorGuidance) {
56
- VendorGuidance["ARCHIVED"] = "ARCHIVED";
57
- VendorGuidance["NOT_PROVIDED"] = "NOT_PROVIDED";
58
- VendorGuidance["STABLE"] = "STABLE";
59
- VendorGuidance["TO_BE_ARCHIVED"] = "TO_BE_ARCHIVED";
60
- })(VendorGuidance || (VendorGuidance = {}));
61
- export var ModelInfrastructureType;
62
- (function (ModelInfrastructureType) {
63
- ModelInfrastructureType["REAL_TIME_INFERENCE"] = "RealTimeInference";
64
- })(ModelInfrastructureType || (ModelInfrastructureType = {}));
65
- export var _InstanceType;
66
- (function (_InstanceType) {
67
- _InstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
68
- _InstanceType["ML_C4_4XLARGE"] = "ml.c4.4xlarge";
69
- _InstanceType["ML_C4_8XLARGE"] = "ml.c4.8xlarge";
70
- _InstanceType["ML_C4_XLARGE"] = "ml.c4.xlarge";
71
- _InstanceType["ML_C5D_18XLARGE"] = "ml.c5d.18xlarge";
72
- _InstanceType["ML_C5D_2XLARGE"] = "ml.c5d.2xlarge";
73
- _InstanceType["ML_C5D_4XLARGE"] = "ml.c5d.4xlarge";
74
- _InstanceType["ML_C5D_9XLARGE"] = "ml.c5d.9xlarge";
75
- _InstanceType["ML_C5D_XLARGE"] = "ml.c5d.xlarge";
76
- _InstanceType["ML_C5_18XLARGE"] = "ml.c5.18xlarge";
77
- _InstanceType["ML_C5_2XLARGE"] = "ml.c5.2xlarge";
78
- _InstanceType["ML_C5_4XLARGE"] = "ml.c5.4xlarge";
79
- _InstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
80
- _InstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
81
- _InstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
82
- _InstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
83
- _InstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
84
- _InstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
85
- _InstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
86
- _InstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
87
- _InstanceType["ML_G5_12XLARGE"] = "ml.g5.12xlarge";
88
- _InstanceType["ML_G5_16XLARGE"] = "ml.g5.16xlarge";
89
- _InstanceType["ML_G5_24XLARGE"] = "ml.g5.24xlarge";
90
- _InstanceType["ML_G5_2XLARGE"] = "ml.g5.2xlarge";
91
- _InstanceType["ML_G5_48XLARGE"] = "ml.g5.48xlarge";
92
- _InstanceType["ML_G5_4XLARGE"] = "ml.g5.4xlarge";
93
- _InstanceType["ML_G5_8XLARGE"] = "ml.g5.8xlarge";
94
- _InstanceType["ML_G5_XLARGE"] = "ml.g5.xlarge";
95
- _InstanceType["ML_M4_10XLARGE"] = "ml.m4.10xlarge";
96
- _InstanceType["ML_M4_16XLARGE"] = "ml.m4.16xlarge";
97
- _InstanceType["ML_M4_2XLARGE"] = "ml.m4.2xlarge";
98
- _InstanceType["ML_M4_4XLARGE"] = "ml.m4.4xlarge";
99
- _InstanceType["ML_M4_XLARGE"] = "ml.m4.xlarge";
100
- _InstanceType["ML_M5D_12XLARGE"] = "ml.m5d.12xlarge";
101
- _InstanceType["ML_M5D_16XLARGE"] = "ml.m5d.16xlarge";
102
- _InstanceType["ML_M5D_24XLARGE"] = "ml.m5d.24xlarge";
103
- _InstanceType["ML_M5D_2XLARGE"] = "ml.m5d.2xlarge";
104
- _InstanceType["ML_M5D_4XLARGE"] = "ml.m5d.4xlarge";
105
- _InstanceType["ML_M5D_8XLARGE"] = "ml.m5d.8xlarge";
106
- _InstanceType["ML_M5D_LARGE"] = "ml.m5d.large";
107
- _InstanceType["ML_M5D_XLARGE"] = "ml.m5d.xlarge";
108
- _InstanceType["ML_M5_12XLARGE"] = "ml.m5.12xlarge";
109
- _InstanceType["ML_M5_24XLARGE"] = "ml.m5.24xlarge";
110
- _InstanceType["ML_M5_2XLARGE"] = "ml.m5.2xlarge";
111
- _InstanceType["ML_M5_4XLARGE"] = "ml.m5.4xlarge";
112
- _InstanceType["ML_M5_XLARGE"] = "ml.m5.xlarge";
113
- _InstanceType["ML_P2_16XLARGE"] = "ml.p2.16xlarge";
114
- _InstanceType["ML_P2_8XLARGE"] = "ml.p2.8xlarge";
115
- _InstanceType["ML_P2_XLARGE"] = "ml.p2.xlarge";
116
- _InstanceType["ML_P3DN_24XLARGE"] = "ml.p3dn.24xlarge";
117
- _InstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
118
- _InstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
119
- _InstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
120
- _InstanceType["ML_R5_12XLARGE"] = "ml.r5.12xlarge";
121
- _InstanceType["ML_R5_16XLARGE"] = "ml.r5.16xlarge";
122
- _InstanceType["ML_R5_24XLARGE"] = "ml.r5.24xlarge";
123
- _InstanceType["ML_R5_2XLARGE"] = "ml.r5.2xlarge";
124
- _InstanceType["ML_R5_4XLARGE"] = "ml.r5.4xlarge";
125
- _InstanceType["ML_R5_8XLARGE"] = "ml.r5.8xlarge";
126
- _InstanceType["ML_R5_LARGE"] = "ml.r5.large";
127
- _InstanceType["ML_R5_XLARGE"] = "ml.r5.xlarge";
128
- _InstanceType["ML_T2_2XLARGE"] = "ml.t2.2xlarge";
129
- _InstanceType["ML_T2_LARGE"] = "ml.t2.large";
130
- _InstanceType["ML_T2_MEDIUM"] = "ml.t2.medium";
131
- _InstanceType["ML_T2_XLARGE"] = "ml.t2.xlarge";
132
- _InstanceType["ML_T3_2XLARGE"] = "ml.t3.2xlarge";
133
- _InstanceType["ML_T3_LARGE"] = "ml.t3.large";
134
- _InstanceType["ML_T3_MEDIUM"] = "ml.t3.medium";
135
- _InstanceType["ML_T3_XLARGE"] = "ml.t3.xlarge";
136
- })(_InstanceType || (_InstanceType = {}));
137
- export var InferenceExperimentType;
138
- (function (InferenceExperimentType) {
139
- InferenceExperimentType["SHADOW_MODE"] = "ShadowMode";
140
- })(InferenceExperimentType || (InferenceExperimentType = {}));
141
- export var TrafficType;
142
- (function (TrafficType) {
143
- TrafficType["PHASES"] = "PHASES";
144
- })(TrafficType || (TrafficType = {}));
145
- export var RecommendationJobType;
146
- (function (RecommendationJobType) {
147
- RecommendationJobType["ADVANCED"] = "Advanced";
148
- RecommendationJobType["DEFAULT"] = "Default";
149
- })(RecommendationJobType || (RecommendationJobType = {}));
150
- export var InferenceExecutionMode;
151
- (function (InferenceExecutionMode) {
152
- InferenceExecutionMode["DIRECT"] = "Direct";
153
- InferenceExecutionMode["SERIAL"] = "Serial";
154
- })(InferenceExecutionMode || (InferenceExecutionMode = {}));
155
- export var ModelCardStatus;
156
- (function (ModelCardStatus) {
157
- ModelCardStatus["APPROVED"] = "Approved";
158
- ModelCardStatus["ARCHIVED"] = "Archived";
159
- ModelCardStatus["DRAFT"] = "Draft";
160
- ModelCardStatus["PENDINGREVIEW"] = "PendingReview";
161
- })(ModelCardStatus || (ModelCardStatus = {}));
162
- export var MonitoringProblemType;
163
- (function (MonitoringProblemType) {
164
- MonitoringProblemType["BINARY_CLASSIFICATION"] = "BinaryClassification";
165
- MonitoringProblemType["MULTICLASS_CLASSIFICATION"] = "MulticlassClassification";
166
- MonitoringProblemType["REGRESSION"] = "Regression";
167
- })(MonitoringProblemType || (MonitoringProblemType = {}));
168
- export var MonitoringType;
169
- (function (MonitoringType) {
170
- MonitoringType["DATA_QUALITY"] = "DataQuality";
171
- MonitoringType["MODEL_BIAS"] = "ModelBias";
172
- MonitoringType["MODEL_EXPLAINABILITY"] = "ModelExplainability";
173
- MonitoringType["MODEL_QUALITY"] = "ModelQuality";
174
- })(MonitoringType || (MonitoringType = {}));
175
- export var NotebookInstanceAcceleratorType;
176
- (function (NotebookInstanceAcceleratorType) {
177
- NotebookInstanceAcceleratorType["ML_EIA1_LARGE"] = "ml.eia1.large";
178
- NotebookInstanceAcceleratorType["ML_EIA1_MEDIUM"] = "ml.eia1.medium";
179
- NotebookInstanceAcceleratorType["ML_EIA1_XLARGE"] = "ml.eia1.xlarge";
180
- NotebookInstanceAcceleratorType["ML_EIA2_LARGE"] = "ml.eia2.large";
181
- NotebookInstanceAcceleratorType["ML_EIA2_MEDIUM"] = "ml.eia2.medium";
182
- NotebookInstanceAcceleratorType["ML_EIA2_XLARGE"] = "ml.eia2.xlarge";
183
- })(NotebookInstanceAcceleratorType || (NotebookInstanceAcceleratorType = {}));
184
- export var DirectInternetAccess;
185
- (function (DirectInternetAccess) {
186
- DirectInternetAccess["DISABLED"] = "Disabled";
187
- DirectInternetAccess["ENABLED"] = "Enabled";
188
- })(DirectInternetAccess || (DirectInternetAccess = {}));
189
- export var RootAccess;
190
- (function (RootAccess) {
191
- RootAccess["DISABLED"] = "Disabled";
192
- RootAccess["ENABLED"] = "Enabled";
193
- })(RootAccess || (RootAccess = {}));
194
- export var DataDistributionType;
195
- (function (DataDistributionType) {
196
- DataDistributionType["FULLYREPLICATED"] = "FullyReplicated";
197
- DataDistributionType["SHARDEDBYS3KEY"] = "ShardedByS3Key";
198
- })(DataDistributionType || (DataDistributionType = {}));
199
- export var InputMode;
200
- (function (InputMode) {
201
- InputMode["FILE"] = "File";
202
- InputMode["PIPE"] = "Pipe";
203
- })(InputMode || (InputMode = {}));
204
- export var RedshiftResultCompressionType;
205
- (function (RedshiftResultCompressionType) {
206
- RedshiftResultCompressionType["BZIP2"] = "BZIP2";
207
- RedshiftResultCompressionType["GZIP"] = "GZIP";
208
- RedshiftResultCompressionType["NONE"] = "None";
209
- RedshiftResultCompressionType["SNAPPY"] = "SNAPPY";
210
- RedshiftResultCompressionType["ZSTD"] = "ZSTD";
211
- })(RedshiftResultCompressionType || (RedshiftResultCompressionType = {}));
212
- export var RedshiftResultFormat;
213
- (function (RedshiftResultFormat) {
214
- RedshiftResultFormat["CSV"] = "CSV";
215
- RedshiftResultFormat["PARQUET"] = "PARQUET";
216
- })(RedshiftResultFormat || (RedshiftResultFormat = {}));
217
- export var ProcessingS3CompressionType;
218
- (function (ProcessingS3CompressionType) {
219
- ProcessingS3CompressionType["GZIP"] = "Gzip";
220
- ProcessingS3CompressionType["NONE"] = "None";
221
- })(ProcessingS3CompressionType || (ProcessingS3CompressionType = {}));
222
- export var ProcessingS3DataType;
223
- (function (ProcessingS3DataType) {
224
- ProcessingS3DataType["MANIFEST_FILE"] = "ManifestFile";
225
- ProcessingS3DataType["S3_PREFIX"] = "S3Prefix";
226
- })(ProcessingS3DataType || (ProcessingS3DataType = {}));
227
- export var StudioLifecycleConfigAppType;
228
- (function (StudioLifecycleConfigAppType) {
229
- StudioLifecycleConfigAppType["JupyterServer"] = "JupyterServer";
230
- StudioLifecycleConfigAppType["KernelGateway"] = "KernelGateway";
231
- })(StudioLifecycleConfigAppType || (StudioLifecycleConfigAppType = {}));
232
- export var JoinSource;
233
- (function (JoinSource) {
234
- JoinSource["INPUT"] = "Input";
235
- JoinSource["NONE"] = "None";
236
- })(JoinSource || (JoinSource = {}));
2
+ export const ProductionVariantAcceleratorType = {
3
+ ML_EIA1_LARGE: "ml.eia1.large",
4
+ ML_EIA1_MEDIUM: "ml.eia1.medium",
5
+ ML_EIA1_XLARGE: "ml.eia1.xlarge",
6
+ ML_EIA2_LARGE: "ml.eia2.large",
7
+ ML_EIA2_MEDIUM: "ml.eia2.medium",
8
+ ML_EIA2_XLARGE: "ml.eia2.xlarge",
9
+ };
10
+ export const FeatureType = {
11
+ FRACTIONAL: "Fractional",
12
+ INTEGRAL: "Integral",
13
+ STRING: "String",
14
+ };
15
+ export const TableFormat = {
16
+ GLUE: "Glue",
17
+ ICEBERG: "Iceberg",
18
+ };
19
+ export const HyperParameterTuningJobStrategyType = {
20
+ BAYESIAN: "Bayesian",
21
+ GRID: "Grid",
22
+ HYPERBAND: "Hyperband",
23
+ RANDOM: "Random",
24
+ };
25
+ export const TrainingJobEarlyStoppingType = {
26
+ AUTO: "Auto",
27
+ OFF: "Off",
28
+ };
29
+ export const HyperParameterTuningAllocationStrategy = {
30
+ PRIORITIZED: "Prioritized",
31
+ };
32
+ export const HyperParameterTuningJobWarmStartType = {
33
+ IDENTICAL_DATA_AND_ALGORITHM: "IdenticalDataAndAlgorithm",
34
+ TRANSFER_LEARNING: "TransferLearning",
35
+ };
36
+ export const JobType = {
37
+ INFERENCE: "INFERENCE",
38
+ NOTEBOOK_KERNEL: "NOTEBOOK_KERNEL",
39
+ TRAINING: "TRAINING",
40
+ };
41
+ export const Processor = {
42
+ CPU: "CPU",
43
+ GPU: "GPU",
44
+ };
45
+ export const VendorGuidance = {
46
+ ARCHIVED: "ARCHIVED",
47
+ NOT_PROVIDED: "NOT_PROVIDED",
48
+ STABLE: "STABLE",
49
+ TO_BE_ARCHIVED: "TO_BE_ARCHIVED",
50
+ };
51
+ export const ModelInfrastructureType = {
52
+ REAL_TIME_INFERENCE: "RealTimeInference",
53
+ };
54
+ export const _InstanceType = {
55
+ ML_C4_2XLARGE: "ml.c4.2xlarge",
56
+ ML_C4_4XLARGE: "ml.c4.4xlarge",
57
+ ML_C4_8XLARGE: "ml.c4.8xlarge",
58
+ ML_C4_XLARGE: "ml.c4.xlarge",
59
+ ML_C5D_18XLARGE: "ml.c5d.18xlarge",
60
+ ML_C5D_2XLARGE: "ml.c5d.2xlarge",
61
+ ML_C5D_4XLARGE: "ml.c5d.4xlarge",
62
+ ML_C5D_9XLARGE: "ml.c5d.9xlarge",
63
+ ML_C5D_XLARGE: "ml.c5d.xlarge",
64
+ ML_C5_18XLARGE: "ml.c5.18xlarge",
65
+ ML_C5_2XLARGE: "ml.c5.2xlarge",
66
+ ML_C5_4XLARGE: "ml.c5.4xlarge",
67
+ ML_C5_9XLARGE: "ml.c5.9xlarge",
68
+ ML_C5_XLARGE: "ml.c5.xlarge",
69
+ ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
70
+ ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
71
+ ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
72
+ ML_G4DN_4XLARGE: "ml.g4dn.4xlarge",
73
+ ML_G4DN_8XLARGE: "ml.g4dn.8xlarge",
74
+ ML_G4DN_XLARGE: "ml.g4dn.xlarge",
75
+ ML_G5_12XLARGE: "ml.g5.12xlarge",
76
+ ML_G5_16XLARGE: "ml.g5.16xlarge",
77
+ ML_G5_24XLARGE: "ml.g5.24xlarge",
78
+ ML_G5_2XLARGE: "ml.g5.2xlarge",
79
+ ML_G5_48XLARGE: "ml.g5.48xlarge",
80
+ ML_G5_4XLARGE: "ml.g5.4xlarge",
81
+ ML_G5_8XLARGE: "ml.g5.8xlarge",
82
+ ML_G5_XLARGE: "ml.g5.xlarge",
83
+ ML_M4_10XLARGE: "ml.m4.10xlarge",
84
+ ML_M4_16XLARGE: "ml.m4.16xlarge",
85
+ ML_M4_2XLARGE: "ml.m4.2xlarge",
86
+ ML_M4_4XLARGE: "ml.m4.4xlarge",
87
+ ML_M4_XLARGE: "ml.m4.xlarge",
88
+ ML_M5D_12XLARGE: "ml.m5d.12xlarge",
89
+ ML_M5D_16XLARGE: "ml.m5d.16xlarge",
90
+ ML_M5D_24XLARGE: "ml.m5d.24xlarge",
91
+ ML_M5D_2XLARGE: "ml.m5d.2xlarge",
92
+ ML_M5D_4XLARGE: "ml.m5d.4xlarge",
93
+ ML_M5D_8XLARGE: "ml.m5d.8xlarge",
94
+ ML_M5D_LARGE: "ml.m5d.large",
95
+ ML_M5D_XLARGE: "ml.m5d.xlarge",
96
+ ML_M5_12XLARGE: "ml.m5.12xlarge",
97
+ ML_M5_24XLARGE: "ml.m5.24xlarge",
98
+ ML_M5_2XLARGE: "ml.m5.2xlarge",
99
+ ML_M5_4XLARGE: "ml.m5.4xlarge",
100
+ ML_M5_XLARGE: "ml.m5.xlarge",
101
+ ML_P2_16XLARGE: "ml.p2.16xlarge",
102
+ ML_P2_8XLARGE: "ml.p2.8xlarge",
103
+ ML_P2_XLARGE: "ml.p2.xlarge",
104
+ ML_P3DN_24XLARGE: "ml.p3dn.24xlarge",
105
+ ML_P3_16XLARGE: "ml.p3.16xlarge",
106
+ ML_P3_2XLARGE: "ml.p3.2xlarge",
107
+ ML_P3_8XLARGE: "ml.p3.8xlarge",
108
+ ML_R5_12XLARGE: "ml.r5.12xlarge",
109
+ ML_R5_16XLARGE: "ml.r5.16xlarge",
110
+ ML_R5_24XLARGE: "ml.r5.24xlarge",
111
+ ML_R5_2XLARGE: "ml.r5.2xlarge",
112
+ ML_R5_4XLARGE: "ml.r5.4xlarge",
113
+ ML_R5_8XLARGE: "ml.r5.8xlarge",
114
+ ML_R5_LARGE: "ml.r5.large",
115
+ ML_R5_XLARGE: "ml.r5.xlarge",
116
+ ML_T2_2XLARGE: "ml.t2.2xlarge",
117
+ ML_T2_LARGE: "ml.t2.large",
118
+ ML_T2_MEDIUM: "ml.t2.medium",
119
+ ML_T2_XLARGE: "ml.t2.xlarge",
120
+ ML_T3_2XLARGE: "ml.t3.2xlarge",
121
+ ML_T3_LARGE: "ml.t3.large",
122
+ ML_T3_MEDIUM: "ml.t3.medium",
123
+ ML_T3_XLARGE: "ml.t3.xlarge",
124
+ };
125
+ export const InferenceExperimentType = {
126
+ SHADOW_MODE: "ShadowMode",
127
+ };
128
+ export const TrafficType = {
129
+ PHASES: "PHASES",
130
+ };
131
+ export const RecommendationJobType = {
132
+ ADVANCED: "Advanced",
133
+ DEFAULT: "Default",
134
+ };
135
+ export const InferenceExecutionMode = {
136
+ DIRECT: "Direct",
137
+ SERIAL: "Serial",
138
+ };
139
+ export const ModelCardStatus = {
140
+ APPROVED: "Approved",
141
+ ARCHIVED: "Archived",
142
+ DRAFT: "Draft",
143
+ PENDINGREVIEW: "PendingReview",
144
+ };
145
+ export const MonitoringProblemType = {
146
+ BINARY_CLASSIFICATION: "BinaryClassification",
147
+ MULTICLASS_CLASSIFICATION: "MulticlassClassification",
148
+ REGRESSION: "Regression",
149
+ };
150
+ export const MonitoringType = {
151
+ DATA_QUALITY: "DataQuality",
152
+ MODEL_BIAS: "ModelBias",
153
+ MODEL_EXPLAINABILITY: "ModelExplainability",
154
+ MODEL_QUALITY: "ModelQuality",
155
+ };
156
+ export const NotebookInstanceAcceleratorType = {
157
+ ML_EIA1_LARGE: "ml.eia1.large",
158
+ ML_EIA1_MEDIUM: "ml.eia1.medium",
159
+ ML_EIA1_XLARGE: "ml.eia1.xlarge",
160
+ ML_EIA2_LARGE: "ml.eia2.large",
161
+ ML_EIA2_MEDIUM: "ml.eia2.medium",
162
+ ML_EIA2_XLARGE: "ml.eia2.xlarge",
163
+ };
164
+ export const DirectInternetAccess = {
165
+ DISABLED: "Disabled",
166
+ ENABLED: "Enabled",
167
+ };
168
+ export const RootAccess = {
169
+ DISABLED: "Disabled",
170
+ ENABLED: "Enabled",
171
+ };
172
+ export const DataDistributionType = {
173
+ FULLYREPLICATED: "FullyReplicated",
174
+ SHARDEDBYS3KEY: "ShardedByS3Key",
175
+ };
176
+ export const InputMode = {
177
+ FILE: "File",
178
+ PIPE: "Pipe",
179
+ };
180
+ export const RedshiftResultCompressionType = {
181
+ BZIP2: "BZIP2",
182
+ GZIP: "GZIP",
183
+ NONE: "None",
184
+ SNAPPY: "SNAPPY",
185
+ ZSTD: "ZSTD",
186
+ };
187
+ export const RedshiftResultFormat = {
188
+ CSV: "CSV",
189
+ PARQUET: "PARQUET",
190
+ };
191
+ export const ProcessingS3CompressionType = {
192
+ GZIP: "Gzip",
193
+ NONE: "None",
194
+ };
195
+ export const ProcessingS3DataType = {
196
+ MANIFEST_FILE: "ManifestFile",
197
+ S3_PREFIX: "S3Prefix",
198
+ };
199
+ export const StudioLifecycleConfigAppType = {
200
+ JupyterServer: "JupyterServer",
201
+ KernelGateway: "KernelGateway",
202
+ };
203
+ export const JoinSource = {
204
+ INPUT: "Input",
205
+ NONE: "None",
206
+ };
237
207
  export var TrialComponentParameterValue;
238
208
  (function (TrialComponentParameterValue) {
239
209
  TrialComponentParameterValue.visit = (value, visitor) => {
@@ -244,33 +214,29 @@ export var TrialComponentParameterValue;
244
214
  return visitor._(value.$unknown[0], value.$unknown[1]);
245
215
  };
246
216
  })(TrialComponentParameterValue || (TrialComponentParameterValue = {}));
247
- export var TrialComponentPrimaryStatus;
248
- (function (TrialComponentPrimaryStatus) {
249
- TrialComponentPrimaryStatus["COMPLETED"] = "Completed";
250
- TrialComponentPrimaryStatus["FAILED"] = "Failed";
251
- TrialComponentPrimaryStatus["IN_PROGRESS"] = "InProgress";
252
- TrialComponentPrimaryStatus["STOPPED"] = "Stopped";
253
- TrialComponentPrimaryStatus["STOPPING"] = "Stopping";
254
- })(TrialComponentPrimaryStatus || (TrialComponentPrimaryStatus = {}));
255
- export var RuleEvaluationStatus;
256
- (function (RuleEvaluationStatus) {
257
- RuleEvaluationStatus["ERROR"] = "Error";
258
- RuleEvaluationStatus["IN_PROGRESS"] = "InProgress";
259
- RuleEvaluationStatus["ISSUES_FOUND"] = "IssuesFound";
260
- RuleEvaluationStatus["NO_ISSUES_FOUND"] = "NoIssuesFound";
261
- RuleEvaluationStatus["STOPPED"] = "Stopped";
262
- RuleEvaluationStatus["STOPPING"] = "Stopping";
263
- })(RuleEvaluationStatus || (RuleEvaluationStatus = {}));
264
- export var RetentionType;
265
- (function (RetentionType) {
266
- RetentionType["Delete"] = "Delete";
267
- RetentionType["Retain"] = "Retain";
268
- })(RetentionType || (RetentionType = {}));
269
- export var HubContentType;
270
- (function (HubContentType) {
271
- HubContentType["MODEL"] = "Model";
272
- HubContentType["NOTEBOOK"] = "Notebook";
273
- })(HubContentType || (HubContentType = {}));
217
+ export const TrialComponentPrimaryStatus = {
218
+ COMPLETED: "Completed",
219
+ FAILED: "Failed",
220
+ IN_PROGRESS: "InProgress",
221
+ STOPPED: "Stopped",
222
+ STOPPING: "Stopping",
223
+ };
224
+ export const RuleEvaluationStatus = {
225
+ ERROR: "Error",
226
+ IN_PROGRESS: "InProgress",
227
+ ISSUES_FOUND: "IssuesFound",
228
+ NO_ISSUES_FOUND: "NoIssuesFound",
229
+ STOPPED: "Stopped",
230
+ STOPPING: "Stopping",
231
+ };
232
+ export const RetentionType = {
233
+ Delete: "Delete",
234
+ Retain: "Retain",
235
+ };
236
+ export const HubContentType = {
237
+ MODEL: "Model",
238
+ NOTEBOOK: "Notebook",
239
+ };
274
240
  export const CreateModelCardRequestFilterSensitiveLog = (obj) => ({
275
241
  ...obj,
276
242
  ...(obj.Content && { Content: SENSITIVE_STRING }),