@aws-sdk/client-sagemaker 3.43.0 → 3.44.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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/SageMaker.js +135 -0
- package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeLineageGroupCommand.js +36 -0
- package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
- package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelPackageCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/DescribeProcessingJobCommand.js +1 -2
- package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +36 -0
- package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +36 -0
- package/dist-cjs/commands/ListLineageGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListModelMetadataCommand.js +36 -0
- package/dist-cjs/commands/ListTransformJobsCommand.js +2 -1
- package/dist-cjs/commands/ListTrialComponentsCommand.js +3 -3
- package/dist-cjs/commands/ListTrialsCommand.js +3 -3
- package/dist-cjs/commands/ListUserProfilesCommand.js +3 -3
- package/dist-cjs/commands/ListWorkforcesCommand.js +3 -3
- package/dist-cjs/commands/ListWorkteamsCommand.js +3 -3
- package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +3 -3
- package/dist-cjs/commands/QueryLineageCommand.js +36 -0
- package/dist-cjs/commands/RegisterDevicesCommand.js +2 -2
- package/dist-cjs/commands/RenderUiTemplateCommand.js +3 -3
- package/dist-cjs/commands/RetryPipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/SearchCommand.js +1 -2
- package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +3 -3
- package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +3 -3
- package/dist-cjs/commands/StartMonitoringScheduleCommand.js +2 -2
- package/dist-cjs/commands/StartNotebookInstanceCommand.js +2 -2
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +1 -2
- package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/models/models_0.js +150 -150
- package/dist-cjs/models/models_1.js +204 -217
- package/dist-cjs/models/models_2.js +338 -326
- package/dist-cjs/models/models_3.js +353 -2
- package/dist-cjs/pagination/ListInferenceRecommendationsJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListLineageGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/ListModelMetadataPaginator.js +35 -0
- package/dist-cjs/pagination/QueryLineagePaginator.js +35 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1583 -35
- package/dist-es/SageMaker.js +135 -0
- package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/DescribeLineageGroupCommand.js +39 -0
- package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
- package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
- package/dist-es/commands/DescribeModelPackageGroupCommand.js +1 -1
- package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeMonitoringScheduleCommand.js +1 -1
- package/dist-es/commands/DescribeNotebookInstanceCommand.js +1 -1
- package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +1 -1
- package/dist-es/commands/DescribePipelineCommand.js +1 -1
- package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +1 -1
- package/dist-es/commands/DescribePipelineExecutionCommand.js +1 -1
- package/dist-es/commands/DescribeProcessingJobCommand.js +1 -2
- package/dist-es/commands/GetLineageGroupPolicyCommand.js +39 -0
- package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +39 -0
- package/dist-es/commands/ListLineageGroupsCommand.js +39 -0
- package/dist-es/commands/ListModelMetadataCommand.js +39 -0
- package/dist-es/commands/ListTransformJobsCommand.js +2 -1
- package/dist-es/commands/ListTrialComponentsCommand.js +1 -1
- package/dist-es/commands/ListTrialsCommand.js +1 -1
- package/dist-es/commands/ListUserProfilesCommand.js +1 -1
- package/dist-es/commands/ListWorkforcesCommand.js +1 -1
- package/dist-es/commands/ListWorkteamsCommand.js +1 -1
- package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +1 -1
- package/dist-es/commands/QueryLineageCommand.js +39 -0
- package/dist-es/commands/RegisterDevicesCommand.js +1 -1
- package/dist-es/commands/RenderUiTemplateCommand.js +1 -1
- package/dist-es/commands/RetryPipelineExecutionCommand.js +1 -1
- package/dist-es/commands/SearchCommand.js +1 -2
- package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +1 -1
- package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +1 -1
- package/dist-es/commands/StartMonitoringScheduleCommand.js +1 -1
- package/dist-es/commands/StartNotebookInstanceCommand.js +1 -1
- package/dist-es/commands/StartPipelineExecutionCommand.js +1 -2
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +132 -132
- package/dist-es/models/models_1.js +138 -159
- package/dist-es/models/models_2.js +250 -224
- package/dist-es/models/models_3.js +244 -0
- package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +74 -0
- package/dist-es/pagination/ListLineageGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListModelMetadataPaginator.js +74 -0
- package/dist-es/pagination/QueryLineagePaginator.js +74 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +1519 -32
- package/dist-types/SageMaker.d.ts +72 -0
- package/dist-types/SageMakerClient.d.ts +11 -2
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +37 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +1 -2
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +35 -0
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +37 -0
- package/dist-types/commands/ListModelMetadataCommand.d.ts +36 -0
- package/dist-types/commands/ListTransformJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/QueryLineageCommand.d.ts +37 -0
- package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +1 -2
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -2
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +366 -1962
- package/dist-types/models/models_1.d.ts +6604 -5056
- package/dist-types/models/models_2.d.ts +5468 -6135
- package/dist-types/models/models_3.d.ts +2350 -3
- package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/SageMaker.d.ts +45 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +11 -2
- package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +223 -201
- package/dist-types/ts3.4/models/models_1.d.ts +448 -509
- package/dist-types/ts3.4/models/models_2.d.ts +2452 -2632
- package/dist-types/ts3.4/models/models_3.d.ts +1048 -3
- package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
- package/package.json +1 -1
|
@@ -91,6 +91,167 @@ export declare namespace ResourceNotFound {
|
|
|
91
91
|
const filterSensitiveLog: (obj: ResourceNotFound) => any;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
+
export interface ModelInput {
|
|
95
|
+
|
|
96
|
+
DataInputConfig: string | undefined;
|
|
97
|
+
}
|
|
98
|
+
export declare namespace ModelInput {
|
|
99
|
+
|
|
100
|
+
const filterSensitiveLog: (obj: ModelInput) => any;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export interface ModelPackageContainerDefinition {
|
|
104
|
+
|
|
105
|
+
ContainerHostname?: string;
|
|
106
|
+
|
|
107
|
+
Image: string | undefined;
|
|
108
|
+
|
|
109
|
+
ImageDigest?: string;
|
|
110
|
+
|
|
111
|
+
ModelDataUrl?: string;
|
|
112
|
+
|
|
113
|
+
ProductId?: string;
|
|
114
|
+
|
|
115
|
+
Environment?: {
|
|
116
|
+
[key: string]: string;
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
ModelInput?: ModelInput;
|
|
120
|
+
|
|
121
|
+
Framework?: string;
|
|
122
|
+
|
|
123
|
+
FrameworkVersion?: string;
|
|
124
|
+
|
|
125
|
+
NearestModelName?: string;
|
|
126
|
+
}
|
|
127
|
+
export declare namespace ModelPackageContainerDefinition {
|
|
128
|
+
|
|
129
|
+
const filterSensitiveLog: (obj: ModelPackageContainerDefinition) => any;
|
|
130
|
+
}
|
|
131
|
+
export declare enum ProductionVariantInstanceType {
|
|
132
|
+
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
133
|
+
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
134
|
+
ML_C4_8XLARGE = "ml.c4.8xlarge",
|
|
135
|
+
ML_C4_LARGE = "ml.c4.large",
|
|
136
|
+
ML_C4_XLARGE = "ml.c4.xlarge",
|
|
137
|
+
ML_C5D_18XLARGE = "ml.c5d.18xlarge",
|
|
138
|
+
ML_C5D_2XLARGE = "ml.c5d.2xlarge",
|
|
139
|
+
ML_C5D_4XLARGE = "ml.c5d.4xlarge",
|
|
140
|
+
ML_C5D_9XLARGE = "ml.c5d.9xlarge",
|
|
141
|
+
ML_C5D_LARGE = "ml.c5d.large",
|
|
142
|
+
ML_C5D_XLARGE = "ml.c5d.xlarge",
|
|
143
|
+
ML_C5_18XLARGE = "ml.c5.18xlarge",
|
|
144
|
+
ML_C5_2XLARGE = "ml.c5.2xlarge",
|
|
145
|
+
ML_C5_4XLARGE = "ml.c5.4xlarge",
|
|
146
|
+
ML_C5_9XLARGE = "ml.c5.9xlarge",
|
|
147
|
+
ML_C5_LARGE = "ml.c5.large",
|
|
148
|
+
ML_C5_XLARGE = "ml.c5.xlarge",
|
|
149
|
+
ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
|
|
150
|
+
ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
|
|
151
|
+
ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
|
|
152
|
+
ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
|
|
153
|
+
ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
|
|
154
|
+
ML_G4DN_XLARGE = "ml.g4dn.xlarge",
|
|
155
|
+
ML_INF1_24XLARGE = "ml.inf1.24xlarge",
|
|
156
|
+
ML_INF1_2XLARGE = "ml.inf1.2xlarge",
|
|
157
|
+
ML_INF1_6XLARGE = "ml.inf1.6xlarge",
|
|
158
|
+
ML_INF1_XLARGE = "ml.inf1.xlarge",
|
|
159
|
+
ML_M4_10XLARGE = "ml.m4.10xlarge",
|
|
160
|
+
ML_M4_16XLARGE = "ml.m4.16xlarge",
|
|
161
|
+
ML_M4_2XLARGE = "ml.m4.2xlarge",
|
|
162
|
+
ML_M4_4XLARGE = "ml.m4.4xlarge",
|
|
163
|
+
ML_M4_XLARGE = "ml.m4.xlarge",
|
|
164
|
+
ML_M5D_12XLARGE = "ml.m5d.12xlarge",
|
|
165
|
+
ML_M5D_24XLARGE = "ml.m5d.24xlarge",
|
|
166
|
+
ML_M5D_2XLARGE = "ml.m5d.2xlarge",
|
|
167
|
+
ML_M5D_4XLARGE = "ml.m5d.4xlarge",
|
|
168
|
+
ML_M5D_LARGE = "ml.m5d.large",
|
|
169
|
+
ML_M5D_XLARGE = "ml.m5d.xlarge",
|
|
170
|
+
ML_M5_12XLARGE = "ml.m5.12xlarge",
|
|
171
|
+
ML_M5_24XLARGE = "ml.m5.24xlarge",
|
|
172
|
+
ML_M5_2XLARGE = "ml.m5.2xlarge",
|
|
173
|
+
ML_M5_4XLARGE = "ml.m5.4xlarge",
|
|
174
|
+
ML_M5_LARGE = "ml.m5.large",
|
|
175
|
+
ML_M5_XLARGE = "ml.m5.xlarge",
|
|
176
|
+
ML_P2_16XLARGE = "ml.p2.16xlarge",
|
|
177
|
+
ML_P2_8XLARGE = "ml.p2.8xlarge",
|
|
178
|
+
ML_P2_XLARGE = "ml.p2.xlarge",
|
|
179
|
+
ML_P3_16XLARGE = "ml.p3.16xlarge",
|
|
180
|
+
ML_P3_2XLARGE = "ml.p3.2xlarge",
|
|
181
|
+
ML_P3_8XLARGE = "ml.p3.8xlarge",
|
|
182
|
+
ML_R5D_12XLARGE = "ml.r5d.12xlarge",
|
|
183
|
+
ML_R5D_24XLARGE = "ml.r5d.24xlarge",
|
|
184
|
+
ML_R5D_2XLARGE = "ml.r5d.2xlarge",
|
|
185
|
+
ML_R5D_4XLARGE = "ml.r5d.4xlarge",
|
|
186
|
+
ML_R5D_LARGE = "ml.r5d.large",
|
|
187
|
+
ML_R5D_XLARGE = "ml.r5d.xlarge",
|
|
188
|
+
ML_R5_12XLARGE = "ml.r5.12xlarge",
|
|
189
|
+
ML_R5_24XLARGE = "ml.r5.24xlarge",
|
|
190
|
+
ML_R5_2XLARGE = "ml.r5.2xlarge",
|
|
191
|
+
ML_R5_4XLARGE = "ml.r5.4xlarge",
|
|
192
|
+
ML_R5_LARGE = "ml.r5.large",
|
|
193
|
+
ML_R5_XLARGE = "ml.r5.xlarge",
|
|
194
|
+
ML_T2_2XLARGE = "ml.t2.2xlarge",
|
|
195
|
+
ML_T2_LARGE = "ml.t2.large",
|
|
196
|
+
ML_T2_MEDIUM = "ml.t2.medium",
|
|
197
|
+
ML_T2_XLARGE = "ml.t2.xlarge"
|
|
198
|
+
}
|
|
199
|
+
export declare enum TransformInstanceType {
|
|
200
|
+
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
201
|
+
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
202
|
+
ML_C4_8XLARGE = "ml.c4.8xlarge",
|
|
203
|
+
ML_C4_XLARGE = "ml.c4.xlarge",
|
|
204
|
+
ML_C5_18XLARGE = "ml.c5.18xlarge",
|
|
205
|
+
ML_C5_2XLARGE = "ml.c5.2xlarge",
|
|
206
|
+
ML_C5_4XLARGE = "ml.c5.4xlarge",
|
|
207
|
+
ML_C5_9XLARGE = "ml.c5.9xlarge",
|
|
208
|
+
ML_C5_XLARGE = "ml.c5.xlarge",
|
|
209
|
+
ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
|
|
210
|
+
ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
|
|
211
|
+
ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
|
|
212
|
+
ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
|
|
213
|
+
ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
|
|
214
|
+
ML_G4DN_XLARGE = "ml.g4dn.xlarge",
|
|
215
|
+
ML_M4_10XLARGE = "ml.m4.10xlarge",
|
|
216
|
+
ML_M4_16XLARGE = "ml.m4.16xlarge",
|
|
217
|
+
ML_M4_2XLARGE = "ml.m4.2xlarge",
|
|
218
|
+
ML_M4_4XLARGE = "ml.m4.4xlarge",
|
|
219
|
+
ML_M4_XLARGE = "ml.m4.xlarge",
|
|
220
|
+
ML_M5_12XLARGE = "ml.m5.12xlarge",
|
|
221
|
+
ML_M5_24XLARGE = "ml.m5.24xlarge",
|
|
222
|
+
ML_M5_2XLARGE = "ml.m5.2xlarge",
|
|
223
|
+
ML_M5_4XLARGE = "ml.m5.4xlarge",
|
|
224
|
+
ML_M5_LARGE = "ml.m5.large",
|
|
225
|
+
ML_M5_XLARGE = "ml.m5.xlarge",
|
|
226
|
+
ML_P2_16XLARGE = "ml.p2.16xlarge",
|
|
227
|
+
ML_P2_8XLARGE = "ml.p2.8xlarge",
|
|
228
|
+
ML_P2_XLARGE = "ml.p2.xlarge",
|
|
229
|
+
ML_P3_16XLARGE = "ml.p3.16xlarge",
|
|
230
|
+
ML_P3_2XLARGE = "ml.p3.2xlarge",
|
|
231
|
+
ML_P3_8XLARGE = "ml.p3.8xlarge"
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
export interface AdditionalInferenceSpecificationDefinition {
|
|
235
|
+
|
|
236
|
+
Name: string | undefined;
|
|
237
|
+
|
|
238
|
+
Description?: string;
|
|
239
|
+
|
|
240
|
+
Containers: ModelPackageContainerDefinition[] | undefined;
|
|
241
|
+
|
|
242
|
+
SupportedTransformInstanceTypes?: (TransformInstanceType | string)[];
|
|
243
|
+
|
|
244
|
+
SupportedRealtimeInferenceInstanceTypes?: (ProductionVariantInstanceType | string)[];
|
|
245
|
+
|
|
246
|
+
SupportedContentTypes?: string[];
|
|
247
|
+
|
|
248
|
+
SupportedResponseMIMETypes?: string[];
|
|
249
|
+
}
|
|
250
|
+
export declare namespace AdditionalInferenceSpecificationDefinition {
|
|
251
|
+
|
|
252
|
+
const filterSensitiveLog: (obj: AdditionalInferenceSpecificationDefinition) => any;
|
|
253
|
+
}
|
|
254
|
+
|
|
94
255
|
export interface Tag {
|
|
95
256
|
|
|
96
257
|
Key: string | undefined;
|
|
@@ -489,40 +650,6 @@ export declare namespace TransformOutput {
|
|
|
489
650
|
|
|
490
651
|
const filterSensitiveLog: (obj: TransformOutput) => any;
|
|
491
652
|
}
|
|
492
|
-
export declare enum TransformInstanceType {
|
|
493
|
-
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
494
|
-
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
495
|
-
ML_C4_8XLARGE = "ml.c4.8xlarge",
|
|
496
|
-
ML_C4_XLARGE = "ml.c4.xlarge",
|
|
497
|
-
ML_C5_18XLARGE = "ml.c5.18xlarge",
|
|
498
|
-
ML_C5_2XLARGE = "ml.c5.2xlarge",
|
|
499
|
-
ML_C5_4XLARGE = "ml.c5.4xlarge",
|
|
500
|
-
ML_C5_9XLARGE = "ml.c5.9xlarge",
|
|
501
|
-
ML_C5_XLARGE = "ml.c5.xlarge",
|
|
502
|
-
ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
|
|
503
|
-
ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
|
|
504
|
-
ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
|
|
505
|
-
ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
|
|
506
|
-
ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
|
|
507
|
-
ML_G4DN_XLARGE = "ml.g4dn.xlarge",
|
|
508
|
-
ML_M4_10XLARGE = "ml.m4.10xlarge",
|
|
509
|
-
ML_M4_16XLARGE = "ml.m4.16xlarge",
|
|
510
|
-
ML_M4_2XLARGE = "ml.m4.2xlarge",
|
|
511
|
-
ML_M4_4XLARGE = "ml.m4.4xlarge",
|
|
512
|
-
ML_M4_XLARGE = "ml.m4.xlarge",
|
|
513
|
-
ML_M5_12XLARGE = "ml.m5.12xlarge",
|
|
514
|
-
ML_M5_24XLARGE = "ml.m5.24xlarge",
|
|
515
|
-
ML_M5_2XLARGE = "ml.m5.2xlarge",
|
|
516
|
-
ML_M5_4XLARGE = "ml.m5.4xlarge",
|
|
517
|
-
ML_M5_LARGE = "ml.m5.large",
|
|
518
|
-
ML_M5_XLARGE = "ml.m5.xlarge",
|
|
519
|
-
ML_P2_16XLARGE = "ml.p2.16xlarge",
|
|
520
|
-
ML_P2_8XLARGE = "ml.p2.8xlarge",
|
|
521
|
-
ML_P2_XLARGE = "ml.p2.xlarge",
|
|
522
|
-
ML_P3_16XLARGE = "ml.p3.16xlarge",
|
|
523
|
-
ML_P3_2XLARGE = "ml.p3.2xlarge",
|
|
524
|
-
ML_P3_8XLARGE = "ml.p3.8xlarge"
|
|
525
|
-
}
|
|
526
653
|
|
|
527
654
|
export interface TransformResources {
|
|
528
655
|
|
|
@@ -1297,95 +1424,6 @@ export declare namespace BatchDescribeModelPackageError {
|
|
|
1297
1424
|
const filterSensitiveLog: (obj: BatchDescribeModelPackageError) => any;
|
|
1298
1425
|
}
|
|
1299
1426
|
|
|
1300
|
-
export interface ModelPackageContainerDefinition {
|
|
1301
|
-
|
|
1302
|
-
ContainerHostname?: string;
|
|
1303
|
-
|
|
1304
|
-
Image: string | undefined;
|
|
1305
|
-
|
|
1306
|
-
ImageDigest?: string;
|
|
1307
|
-
|
|
1308
|
-
ModelDataUrl?: string;
|
|
1309
|
-
|
|
1310
|
-
ProductId?: string;
|
|
1311
|
-
|
|
1312
|
-
Environment?: {
|
|
1313
|
-
[key: string]: string;
|
|
1314
|
-
};
|
|
1315
|
-
}
|
|
1316
|
-
export declare namespace ModelPackageContainerDefinition {
|
|
1317
|
-
|
|
1318
|
-
const filterSensitiveLog: (obj: ModelPackageContainerDefinition) => any;
|
|
1319
|
-
}
|
|
1320
|
-
export declare enum ProductionVariantInstanceType {
|
|
1321
|
-
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
1322
|
-
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
1323
|
-
ML_C4_8XLARGE = "ml.c4.8xlarge",
|
|
1324
|
-
ML_C4_LARGE = "ml.c4.large",
|
|
1325
|
-
ML_C4_XLARGE = "ml.c4.xlarge",
|
|
1326
|
-
ML_C5D_18XLARGE = "ml.c5d.18xlarge",
|
|
1327
|
-
ML_C5D_2XLARGE = "ml.c5d.2xlarge",
|
|
1328
|
-
ML_C5D_4XLARGE = "ml.c5d.4xlarge",
|
|
1329
|
-
ML_C5D_9XLARGE = "ml.c5d.9xlarge",
|
|
1330
|
-
ML_C5D_LARGE = "ml.c5d.large",
|
|
1331
|
-
ML_C5D_XLARGE = "ml.c5d.xlarge",
|
|
1332
|
-
ML_C5_18XLARGE = "ml.c5.18xlarge",
|
|
1333
|
-
ML_C5_2XLARGE = "ml.c5.2xlarge",
|
|
1334
|
-
ML_C5_4XLARGE = "ml.c5.4xlarge",
|
|
1335
|
-
ML_C5_9XLARGE = "ml.c5.9xlarge",
|
|
1336
|
-
ML_C5_LARGE = "ml.c5.large",
|
|
1337
|
-
ML_C5_XLARGE = "ml.c5.xlarge",
|
|
1338
|
-
ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
|
|
1339
|
-
ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
|
|
1340
|
-
ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
|
|
1341
|
-
ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
|
|
1342
|
-
ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
|
|
1343
|
-
ML_G4DN_XLARGE = "ml.g4dn.xlarge",
|
|
1344
|
-
ML_INF1_24XLARGE = "ml.inf1.24xlarge",
|
|
1345
|
-
ML_INF1_2XLARGE = "ml.inf1.2xlarge",
|
|
1346
|
-
ML_INF1_6XLARGE = "ml.inf1.6xlarge",
|
|
1347
|
-
ML_INF1_XLARGE = "ml.inf1.xlarge",
|
|
1348
|
-
ML_M4_10XLARGE = "ml.m4.10xlarge",
|
|
1349
|
-
ML_M4_16XLARGE = "ml.m4.16xlarge",
|
|
1350
|
-
ML_M4_2XLARGE = "ml.m4.2xlarge",
|
|
1351
|
-
ML_M4_4XLARGE = "ml.m4.4xlarge",
|
|
1352
|
-
ML_M4_XLARGE = "ml.m4.xlarge",
|
|
1353
|
-
ML_M5D_12XLARGE = "ml.m5d.12xlarge",
|
|
1354
|
-
ML_M5D_24XLARGE = "ml.m5d.24xlarge",
|
|
1355
|
-
ML_M5D_2XLARGE = "ml.m5d.2xlarge",
|
|
1356
|
-
ML_M5D_4XLARGE = "ml.m5d.4xlarge",
|
|
1357
|
-
ML_M5D_LARGE = "ml.m5d.large",
|
|
1358
|
-
ML_M5D_XLARGE = "ml.m5d.xlarge",
|
|
1359
|
-
ML_M5_12XLARGE = "ml.m5.12xlarge",
|
|
1360
|
-
ML_M5_24XLARGE = "ml.m5.24xlarge",
|
|
1361
|
-
ML_M5_2XLARGE = "ml.m5.2xlarge",
|
|
1362
|
-
ML_M5_4XLARGE = "ml.m5.4xlarge",
|
|
1363
|
-
ML_M5_LARGE = "ml.m5.large",
|
|
1364
|
-
ML_M5_XLARGE = "ml.m5.xlarge",
|
|
1365
|
-
ML_P2_16XLARGE = "ml.p2.16xlarge",
|
|
1366
|
-
ML_P2_8XLARGE = "ml.p2.8xlarge",
|
|
1367
|
-
ML_P2_XLARGE = "ml.p2.xlarge",
|
|
1368
|
-
ML_P3_16XLARGE = "ml.p3.16xlarge",
|
|
1369
|
-
ML_P3_2XLARGE = "ml.p3.2xlarge",
|
|
1370
|
-
ML_P3_8XLARGE = "ml.p3.8xlarge",
|
|
1371
|
-
ML_R5D_12XLARGE = "ml.r5d.12xlarge",
|
|
1372
|
-
ML_R5D_24XLARGE = "ml.r5d.24xlarge",
|
|
1373
|
-
ML_R5D_2XLARGE = "ml.r5d.2xlarge",
|
|
1374
|
-
ML_R5D_4XLARGE = "ml.r5d.4xlarge",
|
|
1375
|
-
ML_R5D_LARGE = "ml.r5d.large",
|
|
1376
|
-
ML_R5D_XLARGE = "ml.r5d.xlarge",
|
|
1377
|
-
ML_R5_12XLARGE = "ml.r5.12xlarge",
|
|
1378
|
-
ML_R5_24XLARGE = "ml.r5.24xlarge",
|
|
1379
|
-
ML_R5_2XLARGE = "ml.r5.2xlarge",
|
|
1380
|
-
ML_R5_4XLARGE = "ml.r5.4xlarge",
|
|
1381
|
-
ML_R5_LARGE = "ml.r5.large",
|
|
1382
|
-
ML_R5_XLARGE = "ml.r5.xlarge",
|
|
1383
|
-
ML_T2_2XLARGE = "ml.t2.2xlarge",
|
|
1384
|
-
ML_T2_LARGE = "ml.t2.large",
|
|
1385
|
-
ML_T2_MEDIUM = "ml.t2.medium",
|
|
1386
|
-
ML_T2_XLARGE = "ml.t2.xlarge"
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
1427
|
export interface InferenceSpecification {
|
|
1390
1428
|
|
|
1391
1429
|
Containers: ModelPackageContainerDefinition[] | undefined;
|
|
@@ -1468,6 +1506,10 @@ export declare namespace MetricsSource {
|
|
|
1468
1506
|
export interface Bias {
|
|
1469
1507
|
|
|
1470
1508
|
Report?: MetricsSource;
|
|
1509
|
+
|
|
1510
|
+
PreTrainingReport?: MetricsSource;
|
|
1511
|
+
|
|
1512
|
+
PostTrainingReport?: MetricsSource;
|
|
1471
1513
|
}
|
|
1472
1514
|
export declare namespace Bias {
|
|
1473
1515
|
|
|
@@ -1592,6 +1634,17 @@ export declare enum CaptureStatus {
|
|
|
1592
1634
|
STOPPED = "Stopped"
|
|
1593
1635
|
}
|
|
1594
1636
|
|
|
1637
|
+
export interface CategoricalParameter {
|
|
1638
|
+
|
|
1639
|
+
Name: string | undefined;
|
|
1640
|
+
|
|
1641
|
+
Value: string[] | undefined;
|
|
1642
|
+
}
|
|
1643
|
+
export declare namespace CategoricalParameter {
|
|
1644
|
+
|
|
1645
|
+
const filterSensitiveLog: (obj: CategoricalParameter) => any;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1595
1648
|
export interface CategoricalParameterRange {
|
|
1596
1649
|
|
|
1597
1650
|
Name: string | undefined;
|
|
@@ -1641,6 +1694,29 @@ export declare namespace CheckpointConfig {
|
|
|
1641
1694
|
|
|
1642
1695
|
const filterSensitiveLog: (obj: CheckpointConfig) => any;
|
|
1643
1696
|
}
|
|
1697
|
+
|
|
1698
|
+
export interface ClarifyCheckStepMetadata {
|
|
1699
|
+
|
|
1700
|
+
CheckType?: string;
|
|
1701
|
+
|
|
1702
|
+
BaselineUsedForDriftCheckConstraints?: string;
|
|
1703
|
+
|
|
1704
|
+
CalculatedBaselineConstraints?: string;
|
|
1705
|
+
|
|
1706
|
+
ModelPackageGroupName?: string;
|
|
1707
|
+
|
|
1708
|
+
ViolationReport?: string;
|
|
1709
|
+
|
|
1710
|
+
CheckJobArn?: string;
|
|
1711
|
+
|
|
1712
|
+
SkipCheck?: boolean;
|
|
1713
|
+
|
|
1714
|
+
RegisterNewBaseline?: boolean;
|
|
1715
|
+
}
|
|
1716
|
+
export declare namespace ClarifyCheckStepMetadata {
|
|
1717
|
+
|
|
1718
|
+
const filterSensitiveLog: (obj: ClarifyCheckStepMetadata) => any;
|
|
1719
|
+
}
|
|
1644
1720
|
export declare enum CodeRepositorySortBy {
|
|
1645
1721
|
CREATION_TIME = "CreationTime",
|
|
1646
1722
|
LAST_MODIFIED_TIME = "LastModifiedTime",
|
|
@@ -1886,6 +1962,8 @@ export interface ContainerDefinition {
|
|
|
1886
1962
|
|
|
1887
1963
|
ModelPackageName?: string;
|
|
1888
1964
|
|
|
1965
|
+
InferenceSpecificationName?: string;
|
|
1966
|
+
|
|
1889
1967
|
MultiModelConfig?: MultiModelConfig;
|
|
1890
1968
|
}
|
|
1891
1969
|
export declare namespace ContainerDefinition {
|
|
@@ -2366,7 +2444,9 @@ export interface CreateCompilationJobRequest {
|
|
|
2366
2444
|
|
|
2367
2445
|
RoleArn: string | undefined;
|
|
2368
2446
|
|
|
2369
|
-
|
|
2447
|
+
ModelPackageVersionArn?: string;
|
|
2448
|
+
|
|
2449
|
+
InputConfig?: InputConfig;
|
|
2370
2450
|
|
|
2371
2451
|
OutputConfig: OutputConfig | undefined;
|
|
2372
2452
|
|
|
@@ -2981,21 +3061,34 @@ export declare namespace ProductionVariantCoreDumpConfig {
|
|
|
2981
3061
|
const filterSensitiveLog: (obj: ProductionVariantCoreDumpConfig) => any;
|
|
2982
3062
|
}
|
|
2983
3063
|
|
|
3064
|
+
export interface ProductionVariantServerlessConfig {
|
|
3065
|
+
|
|
3066
|
+
MemorySizeInMB: number | undefined;
|
|
3067
|
+
|
|
3068
|
+
MaxConcurrency: number | undefined;
|
|
3069
|
+
}
|
|
3070
|
+
export declare namespace ProductionVariantServerlessConfig {
|
|
3071
|
+
|
|
3072
|
+
const filterSensitiveLog: (obj: ProductionVariantServerlessConfig) => any;
|
|
3073
|
+
}
|
|
3074
|
+
|
|
2984
3075
|
export interface ProductionVariant {
|
|
2985
3076
|
|
|
2986
3077
|
VariantName: string | undefined;
|
|
2987
3078
|
|
|
2988
3079
|
ModelName: string | undefined;
|
|
2989
3080
|
|
|
2990
|
-
InitialInstanceCount
|
|
3081
|
+
InitialInstanceCount?: number;
|
|
2991
3082
|
|
|
2992
|
-
InstanceType
|
|
3083
|
+
InstanceType?: ProductionVariantInstanceType | string;
|
|
2993
3084
|
|
|
2994
3085
|
InitialVariantWeight?: number;
|
|
2995
3086
|
|
|
2996
3087
|
AcceleratorType?: ProductionVariantAcceleratorType | string;
|
|
2997
3088
|
|
|
2998
3089
|
CoreDumpConfig?: ProductionVariantCoreDumpConfig;
|
|
3090
|
+
|
|
3091
|
+
ServerlessConfig?: ProductionVariantServerlessConfig;
|
|
2999
3092
|
}
|
|
3000
3093
|
export declare namespace ProductionVariant {
|
|
3001
3094
|
|
|
@@ -3533,82 +3626,11 @@ export declare namespace CreateImageVersionResponse {
|
|
|
3533
3626
|
const filterSensitiveLog: (obj: CreateImageVersionResponse) => any;
|
|
3534
3627
|
}
|
|
3535
3628
|
|
|
3536
|
-
export interface
|
|
3537
|
-
|
|
3538
|
-
UiTemplateS3Uri?: string;
|
|
3539
|
-
|
|
3540
|
-
HumanTaskUiArn?: string;
|
|
3541
|
-
}
|
|
3542
|
-
export declare namespace UiConfig {
|
|
3543
|
-
|
|
3544
|
-
const filterSensitiveLog: (obj: UiConfig) => any;
|
|
3545
|
-
}
|
|
3546
|
-
|
|
3547
|
-
export interface HumanTaskConfig {
|
|
3548
|
-
|
|
3549
|
-
WorkteamArn: string | undefined;
|
|
3550
|
-
|
|
3551
|
-
UiConfig: UiConfig | undefined;
|
|
3552
|
-
|
|
3553
|
-
PreHumanTaskLambdaArn: string | undefined;
|
|
3554
|
-
|
|
3555
|
-
TaskKeywords?: string[];
|
|
3556
|
-
|
|
3557
|
-
TaskTitle: string | undefined;
|
|
3558
|
-
|
|
3559
|
-
TaskDescription: string | undefined;
|
|
3560
|
-
|
|
3561
|
-
NumberOfHumanWorkersPerDataObject: number | undefined;
|
|
3562
|
-
|
|
3563
|
-
TaskTimeLimitInSeconds: number | undefined;
|
|
3564
|
-
|
|
3565
|
-
TaskAvailabilityLifetimeInSeconds?: number;
|
|
3566
|
-
|
|
3567
|
-
MaxConcurrentTaskCount?: number;
|
|
3568
|
-
|
|
3569
|
-
AnnotationConsolidationConfig: AnnotationConsolidationConfig | undefined;
|
|
3570
|
-
|
|
3571
|
-
PublicWorkforceTaskPrice?: PublicWorkforceTaskPrice;
|
|
3572
|
-
}
|
|
3573
|
-
export declare namespace HumanTaskConfig {
|
|
3574
|
-
|
|
3575
|
-
const filterSensitiveLog: (obj: HumanTaskConfig) => any;
|
|
3576
|
-
}
|
|
3577
|
-
|
|
3578
|
-
export interface LabelingJobDataAttributes {
|
|
3579
|
-
|
|
3580
|
-
ContentClassifiers?: (ContentClassifier | string)[];
|
|
3581
|
-
}
|
|
3582
|
-
export declare namespace LabelingJobDataAttributes {
|
|
3583
|
-
|
|
3584
|
-
const filterSensitiveLog: (obj: LabelingJobDataAttributes) => any;
|
|
3585
|
-
}
|
|
3586
|
-
|
|
3587
|
-
export interface LabelingJobS3DataSource {
|
|
3588
|
-
|
|
3589
|
-
ManifestS3Uri: string | undefined;
|
|
3590
|
-
}
|
|
3591
|
-
export declare namespace LabelingJobS3DataSource {
|
|
3592
|
-
|
|
3593
|
-
const filterSensitiveLog: (obj: LabelingJobS3DataSource) => any;
|
|
3594
|
-
}
|
|
3595
|
-
|
|
3596
|
-
export interface LabelingJobSnsDataSource {
|
|
3597
|
-
|
|
3598
|
-
SnsTopicArn: string | undefined;
|
|
3599
|
-
}
|
|
3600
|
-
export declare namespace LabelingJobSnsDataSource {
|
|
3601
|
-
|
|
3602
|
-
const filterSensitiveLog: (obj: LabelingJobSnsDataSource) => any;
|
|
3603
|
-
}
|
|
3604
|
-
|
|
3605
|
-
export interface LabelingJobDataSource {
|
|
3606
|
-
|
|
3607
|
-
S3DataSource?: LabelingJobS3DataSource;
|
|
3629
|
+
export interface EnvironmentParameterRanges {
|
|
3608
3630
|
|
|
3609
|
-
|
|
3631
|
+
CategoricalParameterRanges?: CategoricalParameter[];
|
|
3610
3632
|
}
|
|
3611
|
-
export declare namespace
|
|
3633
|
+
export declare namespace EnvironmentParameterRanges {
|
|
3612
3634
|
|
|
3613
|
-
const filterSensitiveLog: (obj:
|
|
3635
|
+
const filterSensitiveLog: (obj: EnvironmentParameterRanges) => any;
|
|
3614
3636
|
}
|