@aws-sdk/client-sagemaker 3.43.0 → 3.47.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 +51 -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 +3 -3
- package/dist-cjs/commands/DescribeModelCommand.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/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -1
- package/dist-cjs/commands/ListTransformJobsCommand.js +3 -3
- 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/endpoints.js +1 -20
- package/dist-cjs/models/models_0.js +155 -170
- package/dist-cjs/models/models_1.js +216 -229
- package/dist-cjs/models/models_2.js +356 -344
- package/dist-cjs/models/models_3.js +371 -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 +1662 -40
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- 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 +1 -1
- package/dist-es/commands/DescribeModelCommand.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/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -1
- package/dist-es/commands/ListTransformJobsCommand.js +1 -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/endpoints.js +1 -20
- package/dist-es/models/models_0.js +141 -148
- package/dist-es/models/models_1.js +146 -167
- package/dist-es/models/models_2.js +262 -236
- package/dist-es/models/models_3.js +256 -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 +1588 -41
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/SageMaker.d.ts +76 -4
- package/dist-types/SageMakerClient.d.ts +16 -3
- 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 +1 -1
- package/dist-types/commands/DescribeModelCommand.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/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +2 -1
- package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -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/StopPipelineExecutionCommand.d.ts +2 -2
- package/dist-types/commands/StopTransformJobCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +377 -1983
- package/dist-types/models/models_1.d.ts +6757 -5221
- package/dist-types/models/models_2.d.ts +5431 -6102
- package/dist-types/models/models_3.d.ts +2505 -4
- 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/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/SageMaker.d.ts +45 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +14 -3
- 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 +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCommand.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/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -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 +232 -215
- package/dist-types/ts3.4/models/models_1.d.ts +460 -527
- package/dist-types/ts3.4/models/models_2.d.ts +2465 -2643
- package/dist-types/ts3.4/models/models_3.d.ts +1119 -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/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -143,12 +143,6 @@ export interface ResourceLimitExceeded extends __SmithyException, $MetadataBeare
|
|
|
143
143
|
$fault: "client";
|
|
144
144
|
Message?: string;
|
|
145
145
|
}
|
|
146
|
-
export declare namespace ResourceLimitExceeded {
|
|
147
|
-
/**
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
|
-
const filterSensitiveLog: (obj: ResourceLimitExceeded) => any;
|
|
151
|
-
}
|
|
152
146
|
/**
|
|
153
147
|
* <p>Resource being access is not found.</p>
|
|
154
148
|
*/
|
|
@@ -157,11 +151,235 @@ export interface ResourceNotFound extends __SmithyException, $MetadataBearer {
|
|
|
157
151
|
$fault: "client";
|
|
158
152
|
Message?: string;
|
|
159
153
|
}
|
|
160
|
-
|
|
154
|
+
/**
|
|
155
|
+
* <p>Input object for the model.</p>
|
|
156
|
+
*/
|
|
157
|
+
export interface ModelInput {
|
|
158
|
+
/**
|
|
159
|
+
* <p>The input configuration object for the model.</p>
|
|
160
|
+
*/
|
|
161
|
+
DataInputConfig: string | undefined;
|
|
162
|
+
}
|
|
163
|
+
export declare namespace ModelInput {
|
|
164
|
+
/**
|
|
165
|
+
* @internal
|
|
166
|
+
*/
|
|
167
|
+
const filterSensitiveLog: (obj: ModelInput) => any;
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* <p>Describes the Docker container for the model package.</p>
|
|
171
|
+
*/
|
|
172
|
+
export interface ModelPackageContainerDefinition {
|
|
173
|
+
/**
|
|
174
|
+
* <p>The DNS host name for the Docker container.</p>
|
|
175
|
+
*/
|
|
176
|
+
ContainerHostname?: string;
|
|
177
|
+
/**
|
|
178
|
+
* <p>The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.</p>
|
|
179
|
+
* <p>If you are using your own custom algorithm instead of an algorithm provided by Amazon SageMaker,
|
|
180
|
+
* the inference code must meet Amazon SageMaker requirements. Amazon SageMaker supports both
|
|
181
|
+
* <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code>
|
|
182
|
+
* image path formats. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using Your Own Algorithms with Amazon
|
|
183
|
+
* SageMaker</a>.</p>
|
|
184
|
+
*/
|
|
185
|
+
Image: string | undefined;
|
|
186
|
+
/**
|
|
187
|
+
* <p>An MD5 hash of the training algorithm that identifies the Docker image used for
|
|
188
|
+
* training.</p>
|
|
189
|
+
*/
|
|
190
|
+
ImageDigest?: string;
|
|
191
|
+
/**
|
|
192
|
+
* <p>The Amazon S3 path where the model artifacts, which result from model training, are stored.
|
|
193
|
+
* This path must point to a single <code>gzip</code> compressed tar archive
|
|
194
|
+
* (<code>.tar.gz</code> suffix).</p>
|
|
195
|
+
* <note>
|
|
196
|
+
* <p>The model artifacts must be in an S3 bucket that is in the same region as the
|
|
197
|
+
* model package.</p>
|
|
198
|
+
* </note>
|
|
199
|
+
*/
|
|
200
|
+
ModelDataUrl?: string;
|
|
201
|
+
/**
|
|
202
|
+
* <p>The Amazon Web Services Marketplace product ID of the model package.</p>
|
|
203
|
+
*/
|
|
204
|
+
ProductId?: string;
|
|
205
|
+
/**
|
|
206
|
+
* <p>The environment variables to set in the Docker container. Each key and value in the
|
|
207
|
+
* <code>Environment</code> string to string map can have length of up to 1024. We
|
|
208
|
+
* support up to 16 entries in the map.</p>
|
|
209
|
+
*/
|
|
210
|
+
Environment?: {
|
|
211
|
+
[key: string]: string;
|
|
212
|
+
};
|
|
213
|
+
/**
|
|
214
|
+
* <p>A structure with Model Input details.</p>
|
|
215
|
+
*/
|
|
216
|
+
ModelInput?: ModelInput;
|
|
217
|
+
/**
|
|
218
|
+
* <p>The machine learning framework of the model package container image.</p>
|
|
219
|
+
*/
|
|
220
|
+
Framework?: string;
|
|
221
|
+
/**
|
|
222
|
+
* <p>The framework version of the Model Package Container Image.</p>
|
|
223
|
+
*/
|
|
224
|
+
FrameworkVersion?: string;
|
|
225
|
+
/**
|
|
226
|
+
* <p>The name of a pre-trained machine learning benchmarked by
|
|
227
|
+
* Amazon SageMaker Inference Recommender model that matches your model.
|
|
228
|
+
* You can find a list of benchmarked models by calling <code>ListModelMetadata</code>.</p>
|
|
229
|
+
*/
|
|
230
|
+
NearestModelName?: string;
|
|
231
|
+
}
|
|
232
|
+
export declare namespace ModelPackageContainerDefinition {
|
|
233
|
+
/**
|
|
234
|
+
* @internal
|
|
235
|
+
*/
|
|
236
|
+
const filterSensitiveLog: (obj: ModelPackageContainerDefinition) => any;
|
|
237
|
+
}
|
|
238
|
+
export declare enum ProductionVariantInstanceType {
|
|
239
|
+
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
240
|
+
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
241
|
+
ML_C4_8XLARGE = "ml.c4.8xlarge",
|
|
242
|
+
ML_C4_LARGE = "ml.c4.large",
|
|
243
|
+
ML_C4_XLARGE = "ml.c4.xlarge",
|
|
244
|
+
ML_C5D_18XLARGE = "ml.c5d.18xlarge",
|
|
245
|
+
ML_C5D_2XLARGE = "ml.c5d.2xlarge",
|
|
246
|
+
ML_C5D_4XLARGE = "ml.c5d.4xlarge",
|
|
247
|
+
ML_C5D_9XLARGE = "ml.c5d.9xlarge",
|
|
248
|
+
ML_C5D_LARGE = "ml.c5d.large",
|
|
249
|
+
ML_C5D_XLARGE = "ml.c5d.xlarge",
|
|
250
|
+
ML_C5_18XLARGE = "ml.c5.18xlarge",
|
|
251
|
+
ML_C5_2XLARGE = "ml.c5.2xlarge",
|
|
252
|
+
ML_C5_4XLARGE = "ml.c5.4xlarge",
|
|
253
|
+
ML_C5_9XLARGE = "ml.c5.9xlarge",
|
|
254
|
+
ML_C5_LARGE = "ml.c5.large",
|
|
255
|
+
ML_C5_XLARGE = "ml.c5.xlarge",
|
|
256
|
+
ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
|
|
257
|
+
ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
|
|
258
|
+
ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
|
|
259
|
+
ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
|
|
260
|
+
ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
|
|
261
|
+
ML_G4DN_XLARGE = "ml.g4dn.xlarge",
|
|
262
|
+
ML_INF1_24XLARGE = "ml.inf1.24xlarge",
|
|
263
|
+
ML_INF1_2XLARGE = "ml.inf1.2xlarge",
|
|
264
|
+
ML_INF1_6XLARGE = "ml.inf1.6xlarge",
|
|
265
|
+
ML_INF1_XLARGE = "ml.inf1.xlarge",
|
|
266
|
+
ML_M4_10XLARGE = "ml.m4.10xlarge",
|
|
267
|
+
ML_M4_16XLARGE = "ml.m4.16xlarge",
|
|
268
|
+
ML_M4_2XLARGE = "ml.m4.2xlarge",
|
|
269
|
+
ML_M4_4XLARGE = "ml.m4.4xlarge",
|
|
270
|
+
ML_M4_XLARGE = "ml.m4.xlarge",
|
|
271
|
+
ML_M5D_12XLARGE = "ml.m5d.12xlarge",
|
|
272
|
+
ML_M5D_24XLARGE = "ml.m5d.24xlarge",
|
|
273
|
+
ML_M5D_2XLARGE = "ml.m5d.2xlarge",
|
|
274
|
+
ML_M5D_4XLARGE = "ml.m5d.4xlarge",
|
|
275
|
+
ML_M5D_LARGE = "ml.m5d.large",
|
|
276
|
+
ML_M5D_XLARGE = "ml.m5d.xlarge",
|
|
277
|
+
ML_M5_12XLARGE = "ml.m5.12xlarge",
|
|
278
|
+
ML_M5_24XLARGE = "ml.m5.24xlarge",
|
|
279
|
+
ML_M5_2XLARGE = "ml.m5.2xlarge",
|
|
280
|
+
ML_M5_4XLARGE = "ml.m5.4xlarge",
|
|
281
|
+
ML_M5_LARGE = "ml.m5.large",
|
|
282
|
+
ML_M5_XLARGE = "ml.m5.xlarge",
|
|
283
|
+
ML_P2_16XLARGE = "ml.p2.16xlarge",
|
|
284
|
+
ML_P2_8XLARGE = "ml.p2.8xlarge",
|
|
285
|
+
ML_P2_XLARGE = "ml.p2.xlarge",
|
|
286
|
+
ML_P3_16XLARGE = "ml.p3.16xlarge",
|
|
287
|
+
ML_P3_2XLARGE = "ml.p3.2xlarge",
|
|
288
|
+
ML_P3_8XLARGE = "ml.p3.8xlarge",
|
|
289
|
+
ML_R5D_12XLARGE = "ml.r5d.12xlarge",
|
|
290
|
+
ML_R5D_24XLARGE = "ml.r5d.24xlarge",
|
|
291
|
+
ML_R5D_2XLARGE = "ml.r5d.2xlarge",
|
|
292
|
+
ML_R5D_4XLARGE = "ml.r5d.4xlarge",
|
|
293
|
+
ML_R5D_LARGE = "ml.r5d.large",
|
|
294
|
+
ML_R5D_XLARGE = "ml.r5d.xlarge",
|
|
295
|
+
ML_R5_12XLARGE = "ml.r5.12xlarge",
|
|
296
|
+
ML_R5_24XLARGE = "ml.r5.24xlarge",
|
|
297
|
+
ML_R5_2XLARGE = "ml.r5.2xlarge",
|
|
298
|
+
ML_R5_4XLARGE = "ml.r5.4xlarge",
|
|
299
|
+
ML_R5_LARGE = "ml.r5.large",
|
|
300
|
+
ML_R5_XLARGE = "ml.r5.xlarge",
|
|
301
|
+
ML_T2_2XLARGE = "ml.t2.2xlarge",
|
|
302
|
+
ML_T2_LARGE = "ml.t2.large",
|
|
303
|
+
ML_T2_MEDIUM = "ml.t2.medium",
|
|
304
|
+
ML_T2_XLARGE = "ml.t2.xlarge"
|
|
305
|
+
}
|
|
306
|
+
export declare enum TransformInstanceType {
|
|
307
|
+
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
308
|
+
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
309
|
+
ML_C4_8XLARGE = "ml.c4.8xlarge",
|
|
310
|
+
ML_C4_XLARGE = "ml.c4.xlarge",
|
|
311
|
+
ML_C5_18XLARGE = "ml.c5.18xlarge",
|
|
312
|
+
ML_C5_2XLARGE = "ml.c5.2xlarge",
|
|
313
|
+
ML_C5_4XLARGE = "ml.c5.4xlarge",
|
|
314
|
+
ML_C5_9XLARGE = "ml.c5.9xlarge",
|
|
315
|
+
ML_C5_XLARGE = "ml.c5.xlarge",
|
|
316
|
+
ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
|
|
317
|
+
ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
|
|
318
|
+
ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
|
|
319
|
+
ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
|
|
320
|
+
ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
|
|
321
|
+
ML_G4DN_XLARGE = "ml.g4dn.xlarge",
|
|
322
|
+
ML_M4_10XLARGE = "ml.m4.10xlarge",
|
|
323
|
+
ML_M4_16XLARGE = "ml.m4.16xlarge",
|
|
324
|
+
ML_M4_2XLARGE = "ml.m4.2xlarge",
|
|
325
|
+
ML_M4_4XLARGE = "ml.m4.4xlarge",
|
|
326
|
+
ML_M4_XLARGE = "ml.m4.xlarge",
|
|
327
|
+
ML_M5_12XLARGE = "ml.m5.12xlarge",
|
|
328
|
+
ML_M5_24XLARGE = "ml.m5.24xlarge",
|
|
329
|
+
ML_M5_2XLARGE = "ml.m5.2xlarge",
|
|
330
|
+
ML_M5_4XLARGE = "ml.m5.4xlarge",
|
|
331
|
+
ML_M5_LARGE = "ml.m5.large",
|
|
332
|
+
ML_M5_XLARGE = "ml.m5.xlarge",
|
|
333
|
+
ML_P2_16XLARGE = "ml.p2.16xlarge",
|
|
334
|
+
ML_P2_8XLARGE = "ml.p2.8xlarge",
|
|
335
|
+
ML_P2_XLARGE = "ml.p2.xlarge",
|
|
336
|
+
ML_P3_16XLARGE = "ml.p3.16xlarge",
|
|
337
|
+
ML_P3_2XLARGE = "ml.p3.2xlarge",
|
|
338
|
+
ML_P3_8XLARGE = "ml.p3.8xlarge"
|
|
339
|
+
}
|
|
340
|
+
/**
|
|
341
|
+
* <p>A structure of additional Inference Specification. Additional Inference Specification
|
|
342
|
+
* specifies details about inference jobs that can be run with models based on
|
|
343
|
+
* this model package</p>
|
|
344
|
+
*/
|
|
345
|
+
export interface AdditionalInferenceSpecificationDefinition {
|
|
346
|
+
/**
|
|
347
|
+
* <p>A unique name to identify the additional inference specification. The name must
|
|
348
|
+
* be unique within the list of your additional inference specifications for a
|
|
349
|
+
* particular model package.</p>
|
|
350
|
+
*/
|
|
351
|
+
Name: string | undefined;
|
|
352
|
+
/**
|
|
353
|
+
* <p>A description of the additional Inference specification</p>
|
|
354
|
+
*/
|
|
355
|
+
Description?: string;
|
|
356
|
+
/**
|
|
357
|
+
* <p>The Amazon ECR registry path of the Docker image that contains the inference code.</p>
|
|
358
|
+
*/
|
|
359
|
+
Containers: ModelPackageContainerDefinition[] | undefined;
|
|
360
|
+
/**
|
|
361
|
+
* <p>A list of the instance types on which a transformation job can be run
|
|
362
|
+
* or on which an endpoint can be deployed.</p>
|
|
363
|
+
*/
|
|
364
|
+
SupportedTransformInstanceTypes?: (TransformInstanceType | string)[];
|
|
365
|
+
/**
|
|
366
|
+
* <p>A list of the instance types that are used to generate inferences in real-time.</p>
|
|
367
|
+
*/
|
|
368
|
+
SupportedRealtimeInferenceInstanceTypes?: (ProductionVariantInstanceType | string)[];
|
|
369
|
+
/**
|
|
370
|
+
* <p>The supported MIME types for the input data.</p>
|
|
371
|
+
*/
|
|
372
|
+
SupportedContentTypes?: string[];
|
|
373
|
+
/**
|
|
374
|
+
* <p>The supported MIME types for the output data.</p>
|
|
375
|
+
*/
|
|
376
|
+
SupportedResponseMIMETypes?: string[];
|
|
377
|
+
}
|
|
378
|
+
export declare namespace AdditionalInferenceSpecificationDefinition {
|
|
161
379
|
/**
|
|
162
380
|
* @internal
|
|
163
381
|
*/
|
|
164
|
-
const filterSensitiveLog: (obj:
|
|
382
|
+
const filterSensitiveLog: (obj: AdditionalInferenceSpecificationDefinition) => any;
|
|
165
383
|
}
|
|
166
384
|
/**
|
|
167
385
|
* <p>A tag object that consists of a key and an optional value, used to manage metadata
|
|
@@ -849,6 +1067,14 @@ export declare enum TrainingInstanceType {
|
|
|
849
1067
|
ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
|
|
850
1068
|
ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
|
|
851
1069
|
ML_G4DN_XLARGE = "ml.g4dn.xlarge",
|
|
1070
|
+
ML_G5_12XLARGE = "ml.g5.12xlarge",
|
|
1071
|
+
ML_G5_16XLARGE = "ml.g5.16xlarge",
|
|
1072
|
+
ML_G5_24XLARGE = "ml.g5.24xlarge",
|
|
1073
|
+
ML_G5_2XLARGE = "ml.g5.2xlarge",
|
|
1074
|
+
ML_G5_48XLARGE = "ml.g5.48xlarge",
|
|
1075
|
+
ML_G5_4XLARGE = "ml.g5.4xlarge",
|
|
1076
|
+
ML_G5_8XLARGE = "ml.g5.8xlarge",
|
|
1077
|
+
ML_G5_XLARGE = "ml.g5.xlarge",
|
|
852
1078
|
ML_M4_10XLARGE = "ml.m4.10xlarge",
|
|
853
1079
|
ML_M4_16XLARGE = "ml.m4.16xlarge",
|
|
854
1080
|
ML_M4_2XLARGE = "ml.m4.2xlarge",
|
|
@@ -1325,40 +1551,6 @@ export declare namespace TransformOutput {
|
|
|
1325
1551
|
*/
|
|
1326
1552
|
const filterSensitiveLog: (obj: TransformOutput) => any;
|
|
1327
1553
|
}
|
|
1328
|
-
export declare enum TransformInstanceType {
|
|
1329
|
-
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
1330
|
-
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
1331
|
-
ML_C4_8XLARGE = "ml.c4.8xlarge",
|
|
1332
|
-
ML_C4_XLARGE = "ml.c4.xlarge",
|
|
1333
|
-
ML_C5_18XLARGE = "ml.c5.18xlarge",
|
|
1334
|
-
ML_C5_2XLARGE = "ml.c5.2xlarge",
|
|
1335
|
-
ML_C5_4XLARGE = "ml.c5.4xlarge",
|
|
1336
|
-
ML_C5_9XLARGE = "ml.c5.9xlarge",
|
|
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_M4_10XLARGE = "ml.m4.10xlarge",
|
|
1345
|
-
ML_M4_16XLARGE = "ml.m4.16xlarge",
|
|
1346
|
-
ML_M4_2XLARGE = "ml.m4.2xlarge",
|
|
1347
|
-
ML_M4_4XLARGE = "ml.m4.4xlarge",
|
|
1348
|
-
ML_M4_XLARGE = "ml.m4.xlarge",
|
|
1349
|
-
ML_M5_12XLARGE = "ml.m5.12xlarge",
|
|
1350
|
-
ML_M5_24XLARGE = "ml.m5.24xlarge",
|
|
1351
|
-
ML_M5_2XLARGE = "ml.m5.2xlarge",
|
|
1352
|
-
ML_M5_4XLARGE = "ml.m5.4xlarge",
|
|
1353
|
-
ML_M5_LARGE = "ml.m5.large",
|
|
1354
|
-
ML_M5_XLARGE = "ml.m5.xlarge",
|
|
1355
|
-
ML_P2_16XLARGE = "ml.p2.16xlarge",
|
|
1356
|
-
ML_P2_8XLARGE = "ml.p2.8xlarge",
|
|
1357
|
-
ML_P2_XLARGE = "ml.p2.xlarge",
|
|
1358
|
-
ML_P3_16XLARGE = "ml.p3.16xlarge",
|
|
1359
|
-
ML_P3_2XLARGE = "ml.p3.2xlarge",
|
|
1360
|
-
ML_P3_8XLARGE = "ml.p3.8xlarge"
|
|
1361
|
-
}
|
|
1362
1554
|
/**
|
|
1363
1555
|
* <p>Describes the resources, including ML instance types and ML instance count, to use for
|
|
1364
1556
|
* transform job.</p>
|
|
@@ -3377,7 +3569,7 @@ export declare namespace AssociateTrialComponentResponse {
|
|
|
3377
3569
|
}
|
|
3378
3570
|
/**
|
|
3379
3571
|
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
3380
|
-
* component, or project.</p>
|
|
3572
|
+
* component, lineage group, or project.</p>
|
|
3381
3573
|
*/
|
|
3382
3574
|
export interface UserContext {
|
|
3383
3575
|
/**
|
|
@@ -3439,7 +3631,7 @@ export interface AssociationSummary {
|
|
|
3439
3631
|
CreationTime?: Date;
|
|
3440
3632
|
/**
|
|
3441
3633
|
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
3442
|
-
* component, or project.</p>
|
|
3634
|
+
* component, lineage group, or project.</p>
|
|
3443
3635
|
*/
|
|
3444
3636
|
CreatedBy?: UserContext;
|
|
3445
3637
|
}
|
|
@@ -3873,6 +4065,12 @@ export interface AutoMLChannel {
|
|
|
3873
4065
|
* 'y'.</p>
|
|
3874
4066
|
*/
|
|
3875
4067
|
TargetAttributeName: string | undefined;
|
|
4068
|
+
/**
|
|
4069
|
+
* <p>The content type of the data from the input source. You can use
|
|
4070
|
+
* <code>text/csv;header=present</code> or <code>x-application/vnd.amazon+parquet</code>.
|
|
4071
|
+
* The default value is <code>text/csv;header=present</code>.</p>
|
|
4072
|
+
*/
|
|
4073
|
+
ContentType?: string;
|
|
3876
4074
|
}
|
|
3877
4075
|
export declare namespace AutoMLChannel {
|
|
3878
4076
|
/**
|
|
@@ -4257,132 +4455,13 @@ export declare namespace BatchDescribeModelPackageError {
|
|
|
4257
4455
|
const filterSensitiveLog: (obj: BatchDescribeModelPackageError) => any;
|
|
4258
4456
|
}
|
|
4259
4457
|
/**
|
|
4260
|
-
* <p>
|
|
4458
|
+
* <p>Defines how to perform inference generation after a training job is run.</p>
|
|
4261
4459
|
*/
|
|
4262
|
-
export interface
|
|
4263
|
-
/**
|
|
4264
|
-
* <p>The DNS host name for the Docker container.</p>
|
|
4265
|
-
*/
|
|
4266
|
-
ContainerHostname?: string;
|
|
4460
|
+
export interface InferenceSpecification {
|
|
4267
4461
|
/**
|
|
4268
|
-
* <p>The Amazon
|
|
4269
|
-
* <p>If you are using your own custom algorithm instead of an algorithm provided by Amazon SageMaker,
|
|
4270
|
-
* the inference code must meet Amazon SageMaker requirements. Amazon SageMaker supports both
|
|
4271
|
-
* <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code>
|
|
4272
|
-
* image path formats. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using Your Own Algorithms with Amazon
|
|
4273
|
-
* SageMaker</a>.</p>
|
|
4462
|
+
* <p>The Amazon ECR registry path of the Docker image that contains the inference code.</p>
|
|
4274
4463
|
*/
|
|
4275
|
-
|
|
4276
|
-
/**
|
|
4277
|
-
* <p>An MD5 hash of the training algorithm that identifies the Docker image used for
|
|
4278
|
-
* training.</p>
|
|
4279
|
-
*/
|
|
4280
|
-
ImageDigest?: string;
|
|
4281
|
-
/**
|
|
4282
|
-
* <p>The Amazon S3 path where the model artifacts, which result from model training, are stored.
|
|
4283
|
-
* This path must point to a single <code>gzip</code> compressed tar archive
|
|
4284
|
-
* (<code>.tar.gz</code> suffix).</p>
|
|
4285
|
-
* <note>
|
|
4286
|
-
* <p>The model artifacts must be in an S3 bucket that is in the same region as the
|
|
4287
|
-
* model package.</p>
|
|
4288
|
-
* </note>
|
|
4289
|
-
*/
|
|
4290
|
-
ModelDataUrl?: string;
|
|
4291
|
-
/**
|
|
4292
|
-
* <p>The Amazon Web Services Marketplace product ID of the model package.</p>
|
|
4293
|
-
*/
|
|
4294
|
-
ProductId?: string;
|
|
4295
|
-
/**
|
|
4296
|
-
* <p>The environment variables to set in the Docker container. Each key and value in the
|
|
4297
|
-
* <code>Environment</code> string to string map can have length of up to 1024. We
|
|
4298
|
-
* support up to 16 entries in the map.</p>
|
|
4299
|
-
*/
|
|
4300
|
-
Environment?: {
|
|
4301
|
-
[key: string]: string;
|
|
4302
|
-
};
|
|
4303
|
-
}
|
|
4304
|
-
export declare namespace ModelPackageContainerDefinition {
|
|
4305
|
-
/**
|
|
4306
|
-
* @internal
|
|
4307
|
-
*/
|
|
4308
|
-
const filterSensitiveLog: (obj: ModelPackageContainerDefinition) => any;
|
|
4309
|
-
}
|
|
4310
|
-
export declare enum ProductionVariantInstanceType {
|
|
4311
|
-
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
4312
|
-
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
4313
|
-
ML_C4_8XLARGE = "ml.c4.8xlarge",
|
|
4314
|
-
ML_C4_LARGE = "ml.c4.large",
|
|
4315
|
-
ML_C4_XLARGE = "ml.c4.xlarge",
|
|
4316
|
-
ML_C5D_18XLARGE = "ml.c5d.18xlarge",
|
|
4317
|
-
ML_C5D_2XLARGE = "ml.c5d.2xlarge",
|
|
4318
|
-
ML_C5D_4XLARGE = "ml.c5d.4xlarge",
|
|
4319
|
-
ML_C5D_9XLARGE = "ml.c5d.9xlarge",
|
|
4320
|
-
ML_C5D_LARGE = "ml.c5d.large",
|
|
4321
|
-
ML_C5D_XLARGE = "ml.c5d.xlarge",
|
|
4322
|
-
ML_C5_18XLARGE = "ml.c5.18xlarge",
|
|
4323
|
-
ML_C5_2XLARGE = "ml.c5.2xlarge",
|
|
4324
|
-
ML_C5_4XLARGE = "ml.c5.4xlarge",
|
|
4325
|
-
ML_C5_9XLARGE = "ml.c5.9xlarge",
|
|
4326
|
-
ML_C5_LARGE = "ml.c5.large",
|
|
4327
|
-
ML_C5_XLARGE = "ml.c5.xlarge",
|
|
4328
|
-
ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
|
|
4329
|
-
ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
|
|
4330
|
-
ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
|
|
4331
|
-
ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
|
|
4332
|
-
ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
|
|
4333
|
-
ML_G4DN_XLARGE = "ml.g4dn.xlarge",
|
|
4334
|
-
ML_INF1_24XLARGE = "ml.inf1.24xlarge",
|
|
4335
|
-
ML_INF1_2XLARGE = "ml.inf1.2xlarge",
|
|
4336
|
-
ML_INF1_6XLARGE = "ml.inf1.6xlarge",
|
|
4337
|
-
ML_INF1_XLARGE = "ml.inf1.xlarge",
|
|
4338
|
-
ML_M4_10XLARGE = "ml.m4.10xlarge",
|
|
4339
|
-
ML_M4_16XLARGE = "ml.m4.16xlarge",
|
|
4340
|
-
ML_M4_2XLARGE = "ml.m4.2xlarge",
|
|
4341
|
-
ML_M4_4XLARGE = "ml.m4.4xlarge",
|
|
4342
|
-
ML_M4_XLARGE = "ml.m4.xlarge",
|
|
4343
|
-
ML_M5D_12XLARGE = "ml.m5d.12xlarge",
|
|
4344
|
-
ML_M5D_24XLARGE = "ml.m5d.24xlarge",
|
|
4345
|
-
ML_M5D_2XLARGE = "ml.m5d.2xlarge",
|
|
4346
|
-
ML_M5D_4XLARGE = "ml.m5d.4xlarge",
|
|
4347
|
-
ML_M5D_LARGE = "ml.m5d.large",
|
|
4348
|
-
ML_M5D_XLARGE = "ml.m5d.xlarge",
|
|
4349
|
-
ML_M5_12XLARGE = "ml.m5.12xlarge",
|
|
4350
|
-
ML_M5_24XLARGE = "ml.m5.24xlarge",
|
|
4351
|
-
ML_M5_2XLARGE = "ml.m5.2xlarge",
|
|
4352
|
-
ML_M5_4XLARGE = "ml.m5.4xlarge",
|
|
4353
|
-
ML_M5_LARGE = "ml.m5.large",
|
|
4354
|
-
ML_M5_XLARGE = "ml.m5.xlarge",
|
|
4355
|
-
ML_P2_16XLARGE = "ml.p2.16xlarge",
|
|
4356
|
-
ML_P2_8XLARGE = "ml.p2.8xlarge",
|
|
4357
|
-
ML_P2_XLARGE = "ml.p2.xlarge",
|
|
4358
|
-
ML_P3_16XLARGE = "ml.p3.16xlarge",
|
|
4359
|
-
ML_P3_2XLARGE = "ml.p3.2xlarge",
|
|
4360
|
-
ML_P3_8XLARGE = "ml.p3.8xlarge",
|
|
4361
|
-
ML_R5D_12XLARGE = "ml.r5d.12xlarge",
|
|
4362
|
-
ML_R5D_24XLARGE = "ml.r5d.24xlarge",
|
|
4363
|
-
ML_R5D_2XLARGE = "ml.r5d.2xlarge",
|
|
4364
|
-
ML_R5D_4XLARGE = "ml.r5d.4xlarge",
|
|
4365
|
-
ML_R5D_LARGE = "ml.r5d.large",
|
|
4366
|
-
ML_R5D_XLARGE = "ml.r5d.xlarge",
|
|
4367
|
-
ML_R5_12XLARGE = "ml.r5.12xlarge",
|
|
4368
|
-
ML_R5_24XLARGE = "ml.r5.24xlarge",
|
|
4369
|
-
ML_R5_2XLARGE = "ml.r5.2xlarge",
|
|
4370
|
-
ML_R5_4XLARGE = "ml.r5.4xlarge",
|
|
4371
|
-
ML_R5_LARGE = "ml.r5.large",
|
|
4372
|
-
ML_R5_XLARGE = "ml.r5.xlarge",
|
|
4373
|
-
ML_T2_2XLARGE = "ml.t2.2xlarge",
|
|
4374
|
-
ML_T2_LARGE = "ml.t2.large",
|
|
4375
|
-
ML_T2_MEDIUM = "ml.t2.medium",
|
|
4376
|
-
ML_T2_XLARGE = "ml.t2.xlarge"
|
|
4377
|
-
}
|
|
4378
|
-
/**
|
|
4379
|
-
* <p>Defines how to perform inference generation after a training job is run.</p>
|
|
4380
|
-
*/
|
|
4381
|
-
export interface InferenceSpecification {
|
|
4382
|
-
/**
|
|
4383
|
-
* <p>The Amazon ECR registry path of the Docker image that contains the inference code.</p>
|
|
4384
|
-
*/
|
|
4385
|
-
Containers: ModelPackageContainerDefinition[] | undefined;
|
|
4464
|
+
Containers: ModelPackageContainerDefinition[] | undefined;
|
|
4386
4465
|
/**
|
|
4387
4466
|
* <p>A list of the instance types on which a transformation job can be run or on which an
|
|
4388
4467
|
* endpoint can be deployed.</p>
|
|
@@ -4518,6 +4597,14 @@ export interface Bias {
|
|
|
4518
4597
|
* <p>The bias report for a model</p>
|
|
4519
4598
|
*/
|
|
4520
4599
|
Report?: MetricsSource;
|
|
4600
|
+
/**
|
|
4601
|
+
* <p></p>
|
|
4602
|
+
*/
|
|
4603
|
+
PreTrainingReport?: MetricsSource;
|
|
4604
|
+
/**
|
|
4605
|
+
* <p></p>
|
|
4606
|
+
*/
|
|
4607
|
+
PostTrainingReport?: MetricsSource;
|
|
4521
4608
|
}
|
|
4522
4609
|
export declare namespace Bias {
|
|
4523
4610
|
/**
|
|
@@ -4756,6 +4843,25 @@ export declare enum CaptureStatus {
|
|
|
4756
4843
|
STARTED = "Started",
|
|
4757
4844
|
STOPPED = "Stopped"
|
|
4758
4845
|
}
|
|
4846
|
+
/**
|
|
4847
|
+
* <p>Environment parameters you want to benchmark your load test against.</p>
|
|
4848
|
+
*/
|
|
4849
|
+
export interface CategoricalParameter {
|
|
4850
|
+
/**
|
|
4851
|
+
* <p>The Name of the environment variable.</p>
|
|
4852
|
+
*/
|
|
4853
|
+
Name: string | undefined;
|
|
4854
|
+
/**
|
|
4855
|
+
* <p>The list of values you can pass.</p>
|
|
4856
|
+
*/
|
|
4857
|
+
Value: string[] | undefined;
|
|
4858
|
+
}
|
|
4859
|
+
export declare namespace CategoricalParameter {
|
|
4860
|
+
/**
|
|
4861
|
+
* @internal
|
|
4862
|
+
*/
|
|
4863
|
+
const filterSensitiveLog: (obj: CategoricalParameter) => any;
|
|
4864
|
+
}
|
|
4759
4865
|
/**
|
|
4760
4866
|
* <p>A list of categorical hyperparameters to tune.</p>
|
|
4761
4867
|
*/
|
|
@@ -4854,6 +4960,55 @@ export declare namespace CheckpointConfig {
|
|
|
4854
4960
|
*/
|
|
4855
4961
|
const filterSensitiveLog: (obj: CheckpointConfig) => any;
|
|
4856
4962
|
}
|
|
4963
|
+
/**
|
|
4964
|
+
* <p>The container for the metadata for the ClarifyCheck step. For more information,
|
|
4965
|
+
* see the topic on <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/build-and-manage-steps.html#step-type-clarify-check">ClarifyCheck step</a> in the <i>Amazon SageMaker Developer Guide</i>.
|
|
4966
|
+
* </p>
|
|
4967
|
+
*/
|
|
4968
|
+
export interface ClarifyCheckStepMetadata {
|
|
4969
|
+
/**
|
|
4970
|
+
* <p>The type of the Clarify Check step</p>
|
|
4971
|
+
*/
|
|
4972
|
+
CheckType?: string;
|
|
4973
|
+
/**
|
|
4974
|
+
* <p>The Amazon S3 URI of baseline constraints file to be used for the drift check.</p>
|
|
4975
|
+
*/
|
|
4976
|
+
BaselineUsedForDriftCheckConstraints?: string;
|
|
4977
|
+
/**
|
|
4978
|
+
* <p>The Amazon S3 URI of the newly calculated baseline constraints file.</p>
|
|
4979
|
+
*/
|
|
4980
|
+
CalculatedBaselineConstraints?: string;
|
|
4981
|
+
/**
|
|
4982
|
+
* <p>The model package group name.</p>
|
|
4983
|
+
*/
|
|
4984
|
+
ModelPackageGroupName?: string;
|
|
4985
|
+
/**
|
|
4986
|
+
* <p>The Amazon S3 URI of the violation report if violations are detected.</p>
|
|
4987
|
+
*/
|
|
4988
|
+
ViolationReport?: string;
|
|
4989
|
+
/**
|
|
4990
|
+
* <p>The Amazon Resource Name (ARN) of the check processing job that was run by this step's execution.</p>
|
|
4991
|
+
*/
|
|
4992
|
+
CheckJobArn?: string;
|
|
4993
|
+
/**
|
|
4994
|
+
* <p>This flag indicates if the drift check against the previous baseline will be skipped or not.
|
|
4995
|
+
* If it is set to <code>False</code>, the previous baseline of the configured check type must be available.</p>
|
|
4996
|
+
*/
|
|
4997
|
+
SkipCheck?: boolean;
|
|
4998
|
+
/**
|
|
4999
|
+
* <p>This flag indicates if a newly calculated baseline can be accessed through step properties
|
|
5000
|
+
* <code>BaselineUsedForDriftCheckConstraints</code> and <code>BaselineUsedForDriftCheckStatistics</code>.
|
|
5001
|
+
* If it is set to <code>False</code>, the previous baseline of the configured check type must also be available.
|
|
5002
|
+
* These can be accessed through the <code>BaselineUsedForDriftCheckConstraints</code> property. </p>
|
|
5003
|
+
*/
|
|
5004
|
+
RegisterNewBaseline?: boolean;
|
|
5005
|
+
}
|
|
5006
|
+
export declare namespace ClarifyCheckStepMetadata {
|
|
5007
|
+
/**
|
|
5008
|
+
* @internal
|
|
5009
|
+
*/
|
|
5010
|
+
const filterSensitiveLog: (obj: ClarifyCheckStepMetadata) => any;
|
|
5011
|
+
}
|
|
4857
5012
|
export declare enum CodeRepositorySortBy {
|
|
4858
5013
|
CREATION_TIME = "CreationTime",
|
|
4859
5014
|
LAST_MODIFIED_TIME = "LastModifiedTime",
|
|
@@ -5011,6 +5166,7 @@ export declare enum CompilationJobStatus {
|
|
|
5011
5166
|
}
|
|
5012
5167
|
export declare enum TargetDevice {
|
|
5013
5168
|
AISAGE = "aisage",
|
|
5169
|
+
AMBA_CV2 = "amba_cv2",
|
|
5014
5170
|
AMBA_CV22 = "amba_cv22",
|
|
5015
5171
|
AMBA_CV25 = "amba_cv25",
|
|
5016
5172
|
COREML = "coreml",
|
|
@@ -5145,12 +5301,6 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
|
5145
5301
|
$fault: "client";
|
|
5146
5302
|
Message?: string;
|
|
5147
5303
|
}
|
|
5148
|
-
export declare namespace ConflictException {
|
|
5149
|
-
/**
|
|
5150
|
-
* @internal
|
|
5151
|
-
*/
|
|
5152
|
-
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
5153
|
-
}
|
|
5154
5304
|
export declare enum RepositoryAccessMode {
|
|
5155
5305
|
PLATFORM = "Platform",
|
|
5156
5306
|
VPC = "Vpc"
|
|
@@ -5320,6 +5470,10 @@ export interface ContainerDefinition {
|
|
|
5320
5470
|
* model.</p>
|
|
5321
5471
|
*/
|
|
5322
5472
|
ModelPackageName?: string;
|
|
5473
|
+
/**
|
|
5474
|
+
* <p>The inference specification name in the model package version.</p>
|
|
5475
|
+
*/
|
|
5476
|
+
InferenceSpecificationName?: string;
|
|
5323
5477
|
/**
|
|
5324
5478
|
* <p>Specifies additional configuration for multi-model endpoints.</p>
|
|
5325
5479
|
*/
|
|
@@ -5912,12 +6066,6 @@ export interface ResourceInUse extends __SmithyException, $MetadataBearer {
|
|
|
5912
6066
|
$fault: "client";
|
|
5913
6067
|
Message?: string;
|
|
5914
6068
|
}
|
|
5915
|
-
export declare namespace ResourceInUse {
|
|
5916
|
-
/**
|
|
5917
|
-
* @internal
|
|
5918
|
-
*/
|
|
5919
|
-
const filterSensitiveLog: (obj: ResourceInUse) => any;
|
|
5920
|
-
}
|
|
5921
6069
|
export interface CreateAppImageConfigRequest {
|
|
5922
6070
|
/**
|
|
5923
6071
|
* <p>The name of the AppImageConfig. Must be unique to your account.</p>
|
|
@@ -6502,11 +6650,10 @@ export interface InputConfig {
|
|
|
6502
6650
|
*/
|
|
6503
6651
|
Framework: Framework | string | undefined;
|
|
6504
6652
|
/**
|
|
6505
|
-
* <p>Specifies the framework version to use.</p>
|
|
6506
|
-
* <p>
|
|
6507
|
-
* <
|
|
6508
|
-
*
|
|
6509
|
-
* <code>ml_m5</code>, <code>ml_p2</code>, <code>ml_p3</code>, and <code>ml_g4dn</code>.</p>
|
|
6653
|
+
* <p>Specifies the framework version to use. This API field is only supported for the PyTorch and TensorFlow frameworks.</p>
|
|
6654
|
+
* <p>For information about framework versions supported for cloud targets and edge devices, see
|
|
6655
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/neo-supported-cloud.html">Cloud Supported Instance Types and Frameworks</a> and
|
|
6656
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/neo-supported-devices-edge-frameworks.html">Edge Supported Frameworks</a>.</p>
|
|
6510
6657
|
*/
|
|
6511
6658
|
FrameworkVersion?: string;
|
|
6512
6659
|
}
|
|
@@ -6926,11 +7073,18 @@ export interface CreateCompilationJobRequest {
|
|
|
6926
7073
|
* </p>
|
|
6927
7074
|
*/
|
|
6928
7075
|
RoleArn: string | undefined;
|
|
7076
|
+
/**
|
|
7077
|
+
* <p>The Amazon Resource Name (ARN) of a versioned model package. Provide either a
|
|
7078
|
+
* <code>ModelPackageVersionArn</code> or an <code>InputConfig</code> object in the
|
|
7079
|
+
* request syntax. The presence of both objects in the <code>CreateCompilationJob</code>
|
|
7080
|
+
* request will return an exception.</p>
|
|
7081
|
+
*/
|
|
7082
|
+
ModelPackageVersionArn?: string;
|
|
6929
7083
|
/**
|
|
6930
7084
|
* <p>Provides information about the location of input model artifacts, the name and shape
|
|
6931
7085
|
* of the expected data inputs, and the framework in which the model was trained.</p>
|
|
6932
7086
|
*/
|
|
6933
|
-
InputConfig
|
|
7087
|
+
InputConfig?: InputConfig;
|
|
6934
7088
|
/**
|
|
6935
7089
|
* <p>Provides information about the output location for the compiled model and the target
|
|
6936
7090
|
* device the model runs on.</p>
|
|
@@ -7890,7 +8044,7 @@ export interface CreateDomainRequest {
|
|
|
7890
8044
|
/**
|
|
7891
8045
|
* @deprecated
|
|
7892
8046
|
*
|
|
7893
|
-
* <p>
|
|
8047
|
+
* <p>Use <code>KmsKeyId</code>.</p>
|
|
7894
8048
|
*/
|
|
7895
8049
|
HomeEfsFileSystemKmsKeyId?: string;
|
|
7896
8050
|
/**
|
|
@@ -8146,6 +8300,28 @@ export declare namespace ProductionVariantCoreDumpConfig {
|
|
|
8146
8300
|
*/
|
|
8147
8301
|
const filterSensitiveLog: (obj: ProductionVariantCoreDumpConfig) => any;
|
|
8148
8302
|
}
|
|
8303
|
+
/**
|
|
8304
|
+
* <important>
|
|
8305
|
+
* <p>Serverless Inference is in preview release for Amazon SageMaker and is subject to change. We do not recommend using this feature in production environments.</p>
|
|
8306
|
+
* </important>
|
|
8307
|
+
* <p>Specifies the serverless configuration for an endpoint variant.</p>
|
|
8308
|
+
*/
|
|
8309
|
+
export interface ProductionVariantServerlessConfig {
|
|
8310
|
+
/**
|
|
8311
|
+
* <p>The memory size of your serverless endpoint. Valid values are in 1 GB increments: 1024 MB, 2048 MB, 3072 MB, 4096 MB, 5120 MB, or 6144 MB.</p>
|
|
8312
|
+
*/
|
|
8313
|
+
MemorySizeInMB: number | undefined;
|
|
8314
|
+
/**
|
|
8315
|
+
* <p>The maximum number of concurrent invocations your serverless endpoint can process.</p>
|
|
8316
|
+
*/
|
|
8317
|
+
MaxConcurrency: number | undefined;
|
|
8318
|
+
}
|
|
8319
|
+
export declare namespace ProductionVariantServerlessConfig {
|
|
8320
|
+
/**
|
|
8321
|
+
* @internal
|
|
8322
|
+
*/
|
|
8323
|
+
const filterSensitiveLog: (obj: ProductionVariantServerlessConfig) => any;
|
|
8324
|
+
}
|
|
8149
8325
|
/**
|
|
8150
8326
|
* <p>Identifies a model that you want to host and the resources chosen to deploy for
|
|
8151
8327
|
* hosting it. If you are deploying multiple models, tell Amazon SageMaker how to distribute traffic
|
|
@@ -8164,11 +8340,11 @@ export interface ProductionVariant {
|
|
|
8164
8340
|
/**
|
|
8165
8341
|
* <p>Number of instances to launch initially.</p>
|
|
8166
8342
|
*/
|
|
8167
|
-
InitialInstanceCount
|
|
8343
|
+
InitialInstanceCount?: number;
|
|
8168
8344
|
/**
|
|
8169
8345
|
* <p>The ML compute instance type.</p>
|
|
8170
8346
|
*/
|
|
8171
|
-
InstanceType
|
|
8347
|
+
InstanceType?: ProductionVariantInstanceType | string;
|
|
8172
8348
|
/**
|
|
8173
8349
|
* <p>Determines initial traffic distribution among all of the models that you specify in
|
|
8174
8350
|
* the endpoint configuration. The traffic to a production variant is determined by the
|
|
@@ -8189,6 +8365,13 @@ export interface ProductionVariant {
|
|
|
8189
8365
|
* crashes.</p>
|
|
8190
8366
|
*/
|
|
8191
8367
|
CoreDumpConfig?: ProductionVariantCoreDumpConfig;
|
|
8368
|
+
/**
|
|
8369
|
+
* <p>The serverless configuration for an endpoint. Specifies a serverless endpoint configuration instead of an instance-based endpoint configuration.</p>
|
|
8370
|
+
* <note>
|
|
8371
|
+
* <p>Serverless Inference is in preview release for Amazon SageMaker and is subject to change. We do not recommend using this feature in production environments.</p>
|
|
8372
|
+
* </note>
|
|
8373
|
+
*/
|
|
8374
|
+
ServerlessConfig?: ProductionVariantServerlessConfig;
|
|
8192
8375
|
}
|
|
8193
8376
|
export declare namespace ProductionVariant {
|
|
8194
8377
|
/**
|
|
@@ -10233,1806 +10416,17 @@ export declare namespace CreateImageVersionResponse {
|
|
|
10233
10416
|
const filterSensitiveLog: (obj: CreateImageVersionResponse) => any;
|
|
10234
10417
|
}
|
|
10235
10418
|
/**
|
|
10236
|
-
* <p>
|
|
10237
|
-
* either <code>HumanTaskUiArn</code> or <code>UiTemplateS3Uri</code>.</p>
|
|
10238
|
-
* <p>For named entity recognition, 3D point cloud and video frame labeling jobs, use
|
|
10239
|
-
* <code>HumanTaskUiArn</code>.</p>
|
|
10240
|
-
* <p>For all other Ground Truth built-in task types and custom task types, use
|
|
10241
|
-
* <code>UiTemplateS3Uri</code> to specify the location of a worker task template in
|
|
10242
|
-
* Amazon S3.</p>
|
|
10243
|
-
*/
|
|
10244
|
-
export interface UiConfig {
|
|
10245
|
-
/**
|
|
10246
|
-
* <p>The Amazon S3 bucket location of the UI template, or worker task template. This is the
|
|
10247
|
-
* template used to render the worker UI and tools for labeling job tasks. For more
|
|
10248
|
-
* information about the contents of a UI template, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates-step2.html"> Creating Your Custom
|
|
10249
|
-
* Labeling Task Template</a>.</p>
|
|
10250
|
-
*/
|
|
10251
|
-
UiTemplateS3Uri?: string;
|
|
10252
|
-
/**
|
|
10253
|
-
* <p>The ARN of the worker task template used to render the worker UI and tools for
|
|
10254
|
-
* labeling job tasks.</p>
|
|
10255
|
-
* <p>Use this parameter when you are creating a labeling job for named entity recognition,
|
|
10256
|
-
* 3D point cloud and video frame labeling jobs. Use your labeling job task type to select
|
|
10257
|
-
* one of the following ARNs and use it with this parameter when you create a labeling job.
|
|
10258
|
-
* Replace <code>aws-region</code> with the Amazon Web Services Region you are creating your labeling job
|
|
10259
|
-
* in. For example, replace <code>aws-region</code> with <code>us-west-1</code> if you
|
|
10260
|
-
* create a labeling job in US West (N. California).</p>
|
|
10261
|
-
* <p>
|
|
10262
|
-
* <b>Named Entity Recognition</b>
|
|
10263
|
-
* </p>
|
|
10264
|
-
* <p>Use the following <code>HumanTaskUiArn</code> for named entity recognition labeling
|
|
10265
|
-
* jobs:</p>
|
|
10266
|
-
* <p>
|
|
10267
|
-
* <code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/NamedEntityRecognition</code>
|
|
10268
|
-
* </p>
|
|
10269
|
-
*
|
|
10270
|
-
* <p>
|
|
10271
|
-
* <b>3D Point Cloud HumanTaskUiArns</b>
|
|
10272
|
-
* </p>
|
|
10273
|
-
*
|
|
10274
|
-
* <p>Use this <code>HumanTaskUiArn</code> for 3D point cloud object detection and 3D point
|
|
10275
|
-
* cloud object detection adjustment labeling jobs. </p>
|
|
10276
|
-
* <ul>
|
|
10277
|
-
* <li>
|
|
10278
|
-
* <p>
|
|
10279
|
-
* <code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectDetection</code>
|
|
10280
|
-
* </p>
|
|
10281
|
-
* </li>
|
|
10282
|
-
* </ul>
|
|
10283
|
-
*
|
|
10284
|
-
* <p> Use this <code>HumanTaskUiArn</code> for 3D point cloud object tracking and 3D point
|
|
10285
|
-
* cloud object tracking adjustment labeling jobs. </p>
|
|
10286
|
-
* <ul>
|
|
10287
|
-
* <li>
|
|
10288
|
-
* <p>
|
|
10289
|
-
* <code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectTracking</code>
|
|
10290
|
-
* </p>
|
|
10291
|
-
* </li>
|
|
10292
|
-
* </ul>
|
|
10293
|
-
*
|
|
10294
|
-
* <p> Use this <code>HumanTaskUiArn</code> for 3D point cloud semantic segmentation and 3D
|
|
10295
|
-
* point cloud semantic segmentation adjustment labeling jobs.</p>
|
|
10296
|
-
* <ul>
|
|
10297
|
-
* <li>
|
|
10298
|
-
* <p>
|
|
10299
|
-
* <code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudSemanticSegmentation</code>
|
|
10300
|
-
* </p>
|
|
10301
|
-
* </li>
|
|
10302
|
-
* </ul>
|
|
10303
|
-
*
|
|
10304
|
-
* <p>
|
|
10305
|
-
* <b>Video Frame HumanTaskUiArns</b>
|
|
10306
|
-
* </p>
|
|
10307
|
-
*
|
|
10308
|
-
* <p>Use this <code>HumanTaskUiArn</code> for video frame object detection and video frame
|
|
10309
|
-
* object detection adjustment labeling jobs. </p>
|
|
10310
|
-
* <ul>
|
|
10311
|
-
* <li>
|
|
10312
|
-
* <p>
|
|
10313
|
-
* <code>arn:aws:sagemaker:region:394669845002:human-task-ui/VideoObjectDetection</code>
|
|
10314
|
-
* </p>
|
|
10315
|
-
* </li>
|
|
10316
|
-
* </ul>
|
|
10317
|
-
*
|
|
10318
|
-
* <p> Use this <code>HumanTaskUiArn</code> for video frame object tracking and video frame
|
|
10319
|
-
* object tracking adjustment labeling jobs. </p>
|
|
10320
|
-
* <ul>
|
|
10321
|
-
* <li>
|
|
10322
|
-
* <p>
|
|
10323
|
-
* <code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/VideoObjectTracking</code>
|
|
10324
|
-
* </p>
|
|
10325
|
-
* </li>
|
|
10326
|
-
* </ul>
|
|
10327
|
-
*/
|
|
10328
|
-
HumanTaskUiArn?: string;
|
|
10329
|
-
}
|
|
10330
|
-
export declare namespace UiConfig {
|
|
10331
|
-
/**
|
|
10332
|
-
* @internal
|
|
10333
|
-
*/
|
|
10334
|
-
const filterSensitiveLog: (obj: UiConfig) => any;
|
|
10335
|
-
}
|
|
10336
|
-
/**
|
|
10337
|
-
* <p>Information required for human workers to complete a labeling task.</p>
|
|
10419
|
+
* <p>Specifies the range of environment parameters</p>
|
|
10338
10420
|
*/
|
|
10339
|
-
export interface
|
|
10340
|
-
/**
|
|
10341
|
-
* <p>The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.</p>
|
|
10342
|
-
*/
|
|
10343
|
-
WorkteamArn: string | undefined;
|
|
10344
|
-
/**
|
|
10345
|
-
* <p>Information about the user interface that workers use to complete the labeling
|
|
10346
|
-
* task.</p>
|
|
10347
|
-
*/
|
|
10348
|
-
UiConfig: UiConfig | undefined;
|
|
10349
|
-
/**
|
|
10350
|
-
* <p>The Amazon Resource Name (ARN) of a Lambda function that is run before a data object
|
|
10351
|
-
* is sent to a human worker. Use this function to provide input to a custom labeling
|
|
10352
|
-
* job.</p>
|
|
10353
|
-
* <p>For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in
|
|
10354
|
-
* task types</a>, use one of the following Amazon SageMaker Ground Truth Lambda function ARNs for
|
|
10355
|
-
* <code>PreHumanTaskLambdaArn</code>. For custom labeling workflows, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates-step3.html#sms-custom-templates-step3-prelambda">Pre-annotation Lambda</a>. </p>
|
|
10356
|
-
*
|
|
10357
|
-
*
|
|
10358
|
-
*
|
|
10359
|
-
* <p>
|
|
10360
|
-
* <b>Bounding box</b> - Finds the most similar boxes from
|
|
10361
|
-
* different workers based on the Jaccard index of the boxes.</p>
|
|
10362
|
-
* <ul>
|
|
10363
|
-
* <li>
|
|
10364
|
-
* <p>
|
|
10365
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox</code>
|
|
10366
|
-
* </p>
|
|
10367
|
-
* </li>
|
|
10368
|
-
* <li>
|
|
10369
|
-
* <p>
|
|
10370
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox</code>
|
|
10371
|
-
* </p>
|
|
10372
|
-
* </li>
|
|
10373
|
-
* <li>
|
|
10374
|
-
* <p>
|
|
10375
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox</code>
|
|
10376
|
-
* </p>
|
|
10377
|
-
* </li>
|
|
10378
|
-
* <li>
|
|
10379
|
-
* <p>
|
|
10380
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-BoundingBox</code>
|
|
10381
|
-
* </p>
|
|
10382
|
-
* </li>
|
|
10383
|
-
* <li>
|
|
10384
|
-
* <p>
|
|
10385
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox</code>
|
|
10386
|
-
* </p>
|
|
10387
|
-
* </li>
|
|
10388
|
-
* <li>
|
|
10389
|
-
* <p>
|
|
10390
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-BoundingBox</code>
|
|
10391
|
-
* </p>
|
|
10392
|
-
* </li>
|
|
10393
|
-
* <li>
|
|
10394
|
-
* <p>
|
|
10395
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-BoundingBox</code>
|
|
10396
|
-
* </p>
|
|
10397
|
-
* </li>
|
|
10398
|
-
* <li>
|
|
10399
|
-
* <p>
|
|
10400
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox</code>
|
|
10401
|
-
* </p>
|
|
10402
|
-
* </li>
|
|
10403
|
-
* <li>
|
|
10404
|
-
* <p>
|
|
10405
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-BoundingBox</code>
|
|
10406
|
-
* </p>
|
|
10407
|
-
* </li>
|
|
10408
|
-
* <li>
|
|
10409
|
-
* <p>
|
|
10410
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-BoundingBox</code>
|
|
10411
|
-
* </p>
|
|
10412
|
-
* </li>
|
|
10413
|
-
* <li>
|
|
10414
|
-
* <p>
|
|
10415
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-BoundingBox</code>
|
|
10416
|
-
* </p>
|
|
10417
|
-
* </li>
|
|
10418
|
-
* <li>
|
|
10419
|
-
* <p>
|
|
10420
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox</code>
|
|
10421
|
-
* </p>
|
|
10422
|
-
* </li>
|
|
10423
|
-
* </ul>
|
|
10424
|
-
*
|
|
10425
|
-
*
|
|
10426
|
-
* <p>
|
|
10427
|
-
* <b>Image classification</b> - Uses a variant of the Expectation
|
|
10428
|
-
* Maximization approach to estimate the true class of an image based on
|
|
10429
|
-
* annotations from individual workers.</p>
|
|
10430
|
-
*
|
|
10431
|
-
* <ul>
|
|
10432
|
-
* <li>
|
|
10433
|
-
* <p>
|
|
10434
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass</code>
|
|
10435
|
-
* </p>
|
|
10436
|
-
* </li>
|
|
10437
|
-
* <li>
|
|
10438
|
-
* <p>
|
|
10439
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass</code>
|
|
10440
|
-
* </p>
|
|
10441
|
-
* </li>
|
|
10442
|
-
* <li>
|
|
10443
|
-
* <p>
|
|
10444
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass</code>
|
|
10445
|
-
* </p>
|
|
10446
|
-
* </li>
|
|
10447
|
-
* <li>
|
|
10448
|
-
* <p>
|
|
10449
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClass</code>
|
|
10450
|
-
* </p>
|
|
10451
|
-
* </li>
|
|
10452
|
-
* <li>
|
|
10453
|
-
* <p>
|
|
10454
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass</code>
|
|
10455
|
-
* </p>
|
|
10456
|
-
* </li>
|
|
10457
|
-
* <li>
|
|
10458
|
-
* <p>
|
|
10459
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClass</code>
|
|
10460
|
-
* </p>
|
|
10461
|
-
* </li>
|
|
10462
|
-
* <li>
|
|
10463
|
-
* <p>
|
|
10464
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClass</code>
|
|
10465
|
-
* </p>
|
|
10466
|
-
* </li>
|
|
10467
|
-
* <li>
|
|
10468
|
-
* <p>
|
|
10469
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass</code>
|
|
10470
|
-
* </p>
|
|
10471
|
-
* </li>
|
|
10472
|
-
* <li>
|
|
10473
|
-
* <p>
|
|
10474
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass</code>
|
|
10475
|
-
* </p>
|
|
10476
|
-
* </li>
|
|
10477
|
-
* <li>
|
|
10478
|
-
* <p>
|
|
10479
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClass</code>
|
|
10480
|
-
* </p>
|
|
10481
|
-
* </li>
|
|
10482
|
-
* <li>
|
|
10483
|
-
* <p>
|
|
10484
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass</code>
|
|
10485
|
-
* </p>
|
|
10486
|
-
* </li>
|
|
10487
|
-
* <li>
|
|
10488
|
-
* <p>
|
|
10489
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass</code>
|
|
10490
|
-
* </p>
|
|
10491
|
-
* </li>
|
|
10492
|
-
* </ul>
|
|
10493
|
-
*
|
|
10494
|
-
* <p>
|
|
10495
|
-
* <b>Multi-label image classification</b> - Uses a variant of the Expectation
|
|
10496
|
-
* Maximization approach to estimate the true classes of an image based on
|
|
10497
|
-
* annotations from individual workers.</p>
|
|
10498
|
-
* <ul>
|
|
10499
|
-
* <li>
|
|
10500
|
-
* <p>
|
|
10501
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10502
|
-
* </p>
|
|
10503
|
-
* </li>
|
|
10504
|
-
* <li>
|
|
10505
|
-
* <p>
|
|
10506
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10507
|
-
* </p>
|
|
10508
|
-
* </li>
|
|
10509
|
-
* <li>
|
|
10510
|
-
* <p>
|
|
10511
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10512
|
-
* </p>
|
|
10513
|
-
* </li>
|
|
10514
|
-
* <li>
|
|
10515
|
-
* <p>
|
|
10516
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10517
|
-
* </p>
|
|
10518
|
-
* </li>
|
|
10519
|
-
* <li>
|
|
10520
|
-
* <p>
|
|
10521
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10522
|
-
* </p>
|
|
10523
|
-
* </li>
|
|
10524
|
-
* <li>
|
|
10525
|
-
* <p>
|
|
10526
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10527
|
-
* </p>
|
|
10528
|
-
* </li>
|
|
10529
|
-
* <li>
|
|
10530
|
-
* <p>
|
|
10531
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10532
|
-
* </p>
|
|
10533
|
-
* </li>
|
|
10534
|
-
* <li>
|
|
10535
|
-
* <p>
|
|
10536
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10537
|
-
* </p>
|
|
10538
|
-
* </li>
|
|
10539
|
-
* <li>
|
|
10540
|
-
* <p>
|
|
10541
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10542
|
-
* </p>
|
|
10543
|
-
* </li>
|
|
10544
|
-
* <li>
|
|
10545
|
-
* <p>
|
|
10546
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10547
|
-
* </p>
|
|
10548
|
-
* </li>
|
|
10549
|
-
* <li>
|
|
10550
|
-
* <p>
|
|
10551
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10552
|
-
* </p>
|
|
10553
|
-
* </li>
|
|
10554
|
-
* <li>
|
|
10555
|
-
* <p>
|
|
10556
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10557
|
-
* </p>
|
|
10558
|
-
* </li>
|
|
10559
|
-
* </ul>
|
|
10560
|
-
*
|
|
10561
|
-
* <p>
|
|
10562
|
-
* <b>Semantic segmentation</b> - Treats each pixel in an image as
|
|
10563
|
-
* a multi-class classification and treats pixel annotations from workers as
|
|
10564
|
-
* "votes" for the correct label.</p>
|
|
10565
|
-
* <ul>
|
|
10566
|
-
* <li>
|
|
10567
|
-
* <p>
|
|
10568
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation</code>
|
|
10569
|
-
* </p>
|
|
10570
|
-
* </li>
|
|
10571
|
-
* <li>
|
|
10572
|
-
* <p>
|
|
10573
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation</code>
|
|
10574
|
-
* </p>
|
|
10575
|
-
* </li>
|
|
10576
|
-
* <li>
|
|
10577
|
-
* <p>
|
|
10578
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation</code>
|
|
10579
|
-
* </p>
|
|
10580
|
-
* </li>
|
|
10581
|
-
* <li>
|
|
10582
|
-
* <p>
|
|
10583
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation</code>
|
|
10584
|
-
* </p>
|
|
10585
|
-
* </li>
|
|
10586
|
-
* <li>
|
|
10587
|
-
* <p>
|
|
10588
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation</code>
|
|
10589
|
-
* </p>
|
|
10590
|
-
* </li>
|
|
10591
|
-
* <li>
|
|
10592
|
-
* <p>
|
|
10593
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation</code>
|
|
10594
|
-
* </p>
|
|
10595
|
-
* </li>
|
|
10596
|
-
* <li>
|
|
10597
|
-
* <p>
|
|
10598
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation</code>
|
|
10599
|
-
* </p>
|
|
10600
|
-
* </li>
|
|
10601
|
-
* <li>
|
|
10602
|
-
* <p>
|
|
10603
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation</code>
|
|
10604
|
-
* </p>
|
|
10605
|
-
* </li>
|
|
10606
|
-
* <li>
|
|
10607
|
-
* <p>
|
|
10608
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation</code>
|
|
10609
|
-
* </p>
|
|
10610
|
-
* </li>
|
|
10611
|
-
* <li>
|
|
10612
|
-
* <p>
|
|
10613
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation</code>
|
|
10614
|
-
* </p>
|
|
10615
|
-
* </li>
|
|
10616
|
-
* <li>
|
|
10617
|
-
* <p>
|
|
10618
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation</code>
|
|
10619
|
-
* </p>
|
|
10620
|
-
* </li>
|
|
10621
|
-
* <li>
|
|
10622
|
-
* <p>
|
|
10623
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation</code>
|
|
10624
|
-
* </p>
|
|
10625
|
-
* </li>
|
|
10626
|
-
* </ul>
|
|
10627
|
-
*
|
|
10628
|
-
* <p>
|
|
10629
|
-
* <b>Text classification</b> - Uses a variant of the Expectation
|
|
10630
|
-
* Maximization approach to estimate the true class of text based on annotations
|
|
10631
|
-
* from individual workers.</p>
|
|
10632
|
-
* <ul>
|
|
10633
|
-
* <li>
|
|
10634
|
-
* <p>
|
|
10635
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass</code>
|
|
10636
|
-
* </p>
|
|
10637
|
-
* </li>
|
|
10638
|
-
* <li>
|
|
10639
|
-
* <p>
|
|
10640
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass</code>
|
|
10641
|
-
* </p>
|
|
10642
|
-
* </li>
|
|
10643
|
-
* <li>
|
|
10644
|
-
* <p>
|
|
10645
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass</code>
|
|
10646
|
-
* </p>
|
|
10647
|
-
* </li>
|
|
10648
|
-
* <li>
|
|
10649
|
-
* <p>
|
|
10650
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClass</code>
|
|
10651
|
-
* </p>
|
|
10652
|
-
* </li>
|
|
10653
|
-
* <li>
|
|
10654
|
-
* <p>
|
|
10655
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass</code>
|
|
10656
|
-
* </p>
|
|
10657
|
-
* </li>
|
|
10658
|
-
* <li>
|
|
10659
|
-
* <p>
|
|
10660
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClass</code>
|
|
10661
|
-
* </p>
|
|
10662
|
-
* </li>
|
|
10663
|
-
* <li>
|
|
10664
|
-
* <p>
|
|
10665
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClass</code>
|
|
10666
|
-
* </p>
|
|
10667
|
-
* </li>
|
|
10668
|
-
* <li>
|
|
10669
|
-
* <p>
|
|
10670
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass</code>
|
|
10671
|
-
* </p>
|
|
10672
|
-
* </li>
|
|
10673
|
-
* <li>
|
|
10674
|
-
* <p>
|
|
10675
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass</code>
|
|
10676
|
-
* </p>
|
|
10677
|
-
* </li>
|
|
10678
|
-
* <li>
|
|
10679
|
-
* <p>
|
|
10680
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClass</code>
|
|
10681
|
-
* </p>
|
|
10682
|
-
* </li>
|
|
10683
|
-
* <li>
|
|
10684
|
-
* <p>
|
|
10685
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass</code>
|
|
10686
|
-
* </p>
|
|
10687
|
-
* </li>
|
|
10688
|
-
* <li>
|
|
10689
|
-
* <p>
|
|
10690
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass</code>
|
|
10691
|
-
* </p>
|
|
10692
|
-
* </li>
|
|
10693
|
-
* </ul>
|
|
10694
|
-
*
|
|
10695
|
-
* <p>
|
|
10696
|
-
* <b>Multi-label text classification</b> - Uses a variant of the
|
|
10697
|
-
* Expectation Maximization approach to estimate the true classes of text based on
|
|
10698
|
-
* annotations from individual workers.</p>
|
|
10699
|
-
* <ul>
|
|
10700
|
-
* <li>
|
|
10701
|
-
* <p>
|
|
10702
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClassMultiLabel</code>
|
|
10703
|
-
* </p>
|
|
10704
|
-
* </li>
|
|
10705
|
-
* <li>
|
|
10706
|
-
* <p>
|
|
10707
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClassMultiLabel</code>
|
|
10708
|
-
* </p>
|
|
10709
|
-
* </li>
|
|
10710
|
-
* <li>
|
|
10711
|
-
* <p>
|
|
10712
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClassMultiLabel</code>
|
|
10713
|
-
* </p>
|
|
10714
|
-
* </li>
|
|
10715
|
-
* <li>
|
|
10716
|
-
* <p>
|
|
10717
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClassMultiLabel</code>
|
|
10718
|
-
* </p>
|
|
10719
|
-
* </li>
|
|
10720
|
-
* <li>
|
|
10721
|
-
* <p>
|
|
10722
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClassMultiLabel</code>
|
|
10723
|
-
* </p>
|
|
10724
|
-
* </li>
|
|
10725
|
-
* <li>
|
|
10726
|
-
* <p>
|
|
10727
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClassMultiLabel</code>
|
|
10728
|
-
* </p>
|
|
10729
|
-
* </li>
|
|
10730
|
-
* <li>
|
|
10731
|
-
* <p>
|
|
10732
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClassMultiLabel</code>
|
|
10733
|
-
* </p>
|
|
10734
|
-
* </li>
|
|
10735
|
-
* <li>
|
|
10736
|
-
* <p>
|
|
10737
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClassMultiLabel</code>
|
|
10738
|
-
* </p>
|
|
10739
|
-
* </li>
|
|
10740
|
-
* <li>
|
|
10741
|
-
* <p>
|
|
10742
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClassMultiLabel</code>
|
|
10743
|
-
* </p>
|
|
10744
|
-
* </li>
|
|
10745
|
-
* <li>
|
|
10746
|
-
* <p>
|
|
10747
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClassMultiLabel</code>
|
|
10748
|
-
* </p>
|
|
10749
|
-
* </li>
|
|
10750
|
-
* <li>
|
|
10751
|
-
* <p>
|
|
10752
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClassMultiLabel</code>
|
|
10753
|
-
* </p>
|
|
10754
|
-
* </li>
|
|
10755
|
-
* <li>
|
|
10756
|
-
* <p>
|
|
10757
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClassMultiLabel</code>
|
|
10758
|
-
* </p>
|
|
10759
|
-
* </li>
|
|
10760
|
-
* </ul>
|
|
10761
|
-
*
|
|
10762
|
-
* <p>
|
|
10763
|
-
* <b>Named entity recognition</b> - Groups similar selections and
|
|
10764
|
-
* calculates aggregate boundaries, resolving to most-assigned label.</p>
|
|
10765
|
-
* <ul>
|
|
10766
|
-
* <li>
|
|
10767
|
-
* <p>
|
|
10768
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition</code>
|
|
10769
|
-
* </p>
|
|
10770
|
-
* </li>
|
|
10771
|
-
* <li>
|
|
10772
|
-
* <p>
|
|
10773
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition</code>
|
|
10774
|
-
* </p>
|
|
10775
|
-
* </li>
|
|
10776
|
-
* <li>
|
|
10777
|
-
* <p>
|
|
10778
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition</code>
|
|
10779
|
-
* </p>
|
|
10780
|
-
* </li>
|
|
10781
|
-
* <li>
|
|
10782
|
-
* <p>
|
|
10783
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition</code>
|
|
10784
|
-
* </p>
|
|
10785
|
-
* </li>
|
|
10786
|
-
* <li>
|
|
10787
|
-
* <p>
|
|
10788
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition</code>
|
|
10789
|
-
* </p>
|
|
10790
|
-
* </li>
|
|
10791
|
-
* <li>
|
|
10792
|
-
* <p>
|
|
10793
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition</code>
|
|
10794
|
-
* </p>
|
|
10795
|
-
* </li>
|
|
10796
|
-
* <li>
|
|
10797
|
-
* <p>
|
|
10798
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition</code>
|
|
10799
|
-
* </p>
|
|
10800
|
-
* </li>
|
|
10801
|
-
* <li>
|
|
10802
|
-
* <p>
|
|
10803
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition</code>
|
|
10804
|
-
* </p>
|
|
10805
|
-
* </li>
|
|
10806
|
-
* <li>
|
|
10807
|
-
* <p>
|
|
10808
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition</code>
|
|
10809
|
-
* </p>
|
|
10810
|
-
* </li>
|
|
10811
|
-
* <li>
|
|
10812
|
-
* <p>
|
|
10813
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition</code>
|
|
10814
|
-
* </p>
|
|
10815
|
-
* </li>
|
|
10816
|
-
* <li>
|
|
10817
|
-
* <p>
|
|
10818
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition</code>
|
|
10819
|
-
* </p>
|
|
10820
|
-
* </li>
|
|
10821
|
-
* <li>
|
|
10822
|
-
* <p>
|
|
10823
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition</code>
|
|
10824
|
-
* </p>
|
|
10825
|
-
* </li>
|
|
10826
|
-
* </ul>
|
|
10827
|
-
*
|
|
10828
|
-
*
|
|
10829
|
-
*
|
|
10830
|
-
*
|
|
10831
|
-
* <p>
|
|
10832
|
-
* <b>Video Classification</b> - Use this task type when you need workers to classify videos using
|
|
10833
|
-
* predefined labels that you specify. Workers are shown videos and are asked to choose one
|
|
10834
|
-
* label for each video.</p>
|
|
10835
|
-
*
|
|
10836
|
-
* <ul>
|
|
10837
|
-
* <li>
|
|
10838
|
-
* <p>
|
|
10839
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoMultiClass</code>
|
|
10840
|
-
* </p>
|
|
10841
|
-
* </li>
|
|
10842
|
-
* <li>
|
|
10843
|
-
* <p>
|
|
10844
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoMultiClass</code>
|
|
10845
|
-
* </p>
|
|
10846
|
-
* </li>
|
|
10847
|
-
* <li>
|
|
10848
|
-
* <p>
|
|
10849
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoMultiClass</code>
|
|
10850
|
-
* </p>
|
|
10851
|
-
* </li>
|
|
10852
|
-
* <li>
|
|
10853
|
-
* <p>
|
|
10854
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoMultiClass</code>
|
|
10855
|
-
* </p>
|
|
10856
|
-
* </li>
|
|
10857
|
-
* <li>
|
|
10858
|
-
* <p>
|
|
10859
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoMultiClass</code>
|
|
10860
|
-
* </p>
|
|
10861
|
-
* </li>
|
|
10862
|
-
* <li>
|
|
10863
|
-
* <p>
|
|
10864
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoMultiClass</code>
|
|
10865
|
-
* </p>
|
|
10866
|
-
* </li>
|
|
10867
|
-
* <li>
|
|
10868
|
-
* <p>
|
|
10869
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoMultiClass</code>
|
|
10870
|
-
* </p>
|
|
10871
|
-
* </li>
|
|
10872
|
-
* <li>
|
|
10873
|
-
* <p>
|
|
10874
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoMultiClass</code>
|
|
10875
|
-
* </p>
|
|
10876
|
-
* </li>
|
|
10877
|
-
* <li>
|
|
10878
|
-
* <p>
|
|
10879
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoMultiClass</code>
|
|
10880
|
-
* </p>
|
|
10881
|
-
* </li>
|
|
10882
|
-
* <li>
|
|
10883
|
-
* <p>
|
|
10884
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoMultiClass</code>
|
|
10885
|
-
* </p>
|
|
10886
|
-
* </li>
|
|
10887
|
-
* <li>
|
|
10888
|
-
* <p>
|
|
10889
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoMultiClass</code>
|
|
10890
|
-
* </p>
|
|
10891
|
-
* </li>
|
|
10892
|
-
* <li>
|
|
10893
|
-
* <p>
|
|
10894
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoMultiClass</code>
|
|
10895
|
-
* </p>
|
|
10896
|
-
* </li>
|
|
10897
|
-
* </ul>
|
|
10898
|
-
*
|
|
10899
|
-
* <p>
|
|
10900
|
-
* <b>Video Frame Object Detection</b> - Use this task type to
|
|
10901
|
-
* have workers identify and locate objects in a sequence of video frames (images extracted
|
|
10902
|
-
* from a video) using bounding boxes. For example, you can use this task to ask workers to
|
|
10903
|
-
* identify and localize various objects in a series of video frames, such as cars, bikes,
|
|
10904
|
-
* and pedestrians.</p>
|
|
10905
|
-
*
|
|
10906
|
-
* <ul>
|
|
10907
|
-
* <li>
|
|
10908
|
-
* <p>
|
|
10909
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectDetection</code>
|
|
10910
|
-
* </p>
|
|
10911
|
-
* </li>
|
|
10912
|
-
* <li>
|
|
10913
|
-
* <p>
|
|
10914
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectDetection</code>
|
|
10915
|
-
* </p>
|
|
10916
|
-
* </li>
|
|
10917
|
-
* <li>
|
|
10918
|
-
* <p>
|
|
10919
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectDetection</code>
|
|
10920
|
-
* </p>
|
|
10921
|
-
* </li>
|
|
10922
|
-
* <li>
|
|
10923
|
-
* <p>
|
|
10924
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectDetection</code>
|
|
10925
|
-
* </p>
|
|
10926
|
-
* </li>
|
|
10927
|
-
* <li>
|
|
10928
|
-
* <p>
|
|
10929
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectDetection</code>
|
|
10930
|
-
* </p>
|
|
10931
|
-
* </li>
|
|
10932
|
-
* <li>
|
|
10933
|
-
* <p>
|
|
10934
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectDetection</code>
|
|
10935
|
-
* </p>
|
|
10936
|
-
* </li>
|
|
10937
|
-
* <li>
|
|
10938
|
-
* <p>
|
|
10939
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectDetection</code>
|
|
10940
|
-
* </p>
|
|
10941
|
-
* </li>
|
|
10942
|
-
* <li>
|
|
10943
|
-
* <p>
|
|
10944
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectDetection</code>
|
|
10945
|
-
* </p>
|
|
10946
|
-
* </li>
|
|
10947
|
-
* <li>
|
|
10948
|
-
* <p>
|
|
10949
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectDetection</code>
|
|
10950
|
-
* </p>
|
|
10951
|
-
* </li>
|
|
10952
|
-
* <li>
|
|
10953
|
-
* <p>
|
|
10954
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectDetection</code>
|
|
10955
|
-
* </p>
|
|
10956
|
-
* </li>
|
|
10957
|
-
* <li>
|
|
10958
|
-
* <p>
|
|
10959
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectDetection</code>
|
|
10960
|
-
* </p>
|
|
10961
|
-
* </li>
|
|
10962
|
-
* <li>
|
|
10963
|
-
* <p>
|
|
10964
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectDetection</code>
|
|
10965
|
-
* </p>
|
|
10966
|
-
* </li>
|
|
10967
|
-
* </ul>
|
|
10968
|
-
*
|
|
10969
|
-
* <p>
|
|
10970
|
-
* <b>Video Frame Object Tracking</b> - Use this task type to
|
|
10971
|
-
* have workers track the movement of objects in a sequence of video frames (images
|
|
10972
|
-
* extracted from a video) using bounding boxes. For example, you can use this task to ask
|
|
10973
|
-
* workers to track the movement of objects, such as cars, bikes, and pedestrians. </p>
|
|
10974
|
-
* <ul>
|
|
10975
|
-
* <li>
|
|
10976
|
-
* <p>
|
|
10977
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectTracking</code>
|
|
10978
|
-
* </p>
|
|
10979
|
-
* </li>
|
|
10980
|
-
* <li>
|
|
10981
|
-
* <p>
|
|
10982
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectTracking</code>
|
|
10983
|
-
* </p>
|
|
10984
|
-
* </li>
|
|
10985
|
-
* <li>
|
|
10986
|
-
* <p>
|
|
10987
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectTracking</code>
|
|
10988
|
-
* </p>
|
|
10989
|
-
* </li>
|
|
10990
|
-
* <li>
|
|
10991
|
-
* <p>
|
|
10992
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectTracking</code>
|
|
10993
|
-
* </p>
|
|
10994
|
-
* </li>
|
|
10995
|
-
* <li>
|
|
10996
|
-
* <p>
|
|
10997
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectTracking</code>
|
|
10998
|
-
* </p>
|
|
10999
|
-
* </li>
|
|
11000
|
-
* <li>
|
|
11001
|
-
* <p>
|
|
11002
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectTracking</code>
|
|
11003
|
-
* </p>
|
|
11004
|
-
* </li>
|
|
11005
|
-
* <li>
|
|
11006
|
-
* <p>
|
|
11007
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectTracking</code>
|
|
11008
|
-
* </p>
|
|
11009
|
-
* </li>
|
|
11010
|
-
* <li>
|
|
11011
|
-
* <p>
|
|
11012
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectTracking</code>
|
|
11013
|
-
* </p>
|
|
11014
|
-
* </li>
|
|
11015
|
-
* <li>
|
|
11016
|
-
* <p>
|
|
11017
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectTracking</code>
|
|
11018
|
-
* </p>
|
|
11019
|
-
* </li>
|
|
11020
|
-
* <li>
|
|
11021
|
-
* <p>
|
|
11022
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectTracking</code>
|
|
11023
|
-
* </p>
|
|
11024
|
-
* </li>
|
|
11025
|
-
* <li>
|
|
11026
|
-
* <p>
|
|
11027
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectTracking</code>
|
|
11028
|
-
* </p>
|
|
11029
|
-
* </li>
|
|
11030
|
-
* <li>
|
|
11031
|
-
* <p>
|
|
11032
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectTracking</code>
|
|
11033
|
-
* </p>
|
|
11034
|
-
* </li>
|
|
11035
|
-
* </ul>
|
|
11036
|
-
*
|
|
11037
|
-
*
|
|
11038
|
-
*
|
|
11039
|
-
*
|
|
11040
|
-
* <p>
|
|
11041
|
-
* <b>3D Point Cloud Modalities</b>
|
|
11042
|
-
* </p>
|
|
11043
|
-
* <p>Use the following pre-annotation lambdas for 3D point cloud labeling modality tasks.
|
|
11044
|
-
* See <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud-task-types.html">3D Point Cloud Task types
|
|
11045
|
-
* </a> to learn more. </p>
|
|
11046
|
-
*
|
|
11047
|
-
*
|
|
11048
|
-
* <p>
|
|
11049
|
-
* <b>3D Point Cloud Object Detection</b> -
|
|
11050
|
-
* Use this task type when you want workers to classify objects in a 3D point cloud by
|
|
11051
|
-
* drawing 3D cuboids around objects. For example, you can use this task type to ask workers
|
|
11052
|
-
* to identify different types of objects in a point cloud, such as cars, bikes, and pedestrians.</p>
|
|
11053
|
-
* <ul>
|
|
11054
|
-
* <li>
|
|
11055
|
-
* <p>
|
|
11056
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectDetection</code>
|
|
11057
|
-
* </p>
|
|
11058
|
-
* </li>
|
|
11059
|
-
* <li>
|
|
11060
|
-
* <p>
|
|
11061
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectDetection</code>
|
|
11062
|
-
* </p>
|
|
11063
|
-
* </li>
|
|
11064
|
-
* <li>
|
|
11065
|
-
* <p>
|
|
11066
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectDetection</code>
|
|
11067
|
-
* </p>
|
|
11068
|
-
* </li>
|
|
11069
|
-
* <li>
|
|
11070
|
-
* <p>
|
|
11071
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectDetection</code>
|
|
11072
|
-
* </p>
|
|
11073
|
-
* </li>
|
|
11074
|
-
* <li>
|
|
11075
|
-
* <p>
|
|
11076
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectDetection</code>
|
|
11077
|
-
* </p>
|
|
11078
|
-
* </li>
|
|
11079
|
-
* <li>
|
|
11080
|
-
* <p>
|
|
11081
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectDetection</code>
|
|
11082
|
-
* </p>
|
|
11083
|
-
* </li>
|
|
11084
|
-
* <li>
|
|
11085
|
-
* <p>
|
|
11086
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectDetection</code>
|
|
11087
|
-
* </p>
|
|
11088
|
-
* </li>
|
|
11089
|
-
* <li>
|
|
11090
|
-
* <p>
|
|
11091
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectDetection</code>
|
|
11092
|
-
* </p>
|
|
11093
|
-
* </li>
|
|
11094
|
-
* <li>
|
|
11095
|
-
* <p>
|
|
11096
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectDetection</code>
|
|
11097
|
-
* </p>
|
|
11098
|
-
* </li>
|
|
11099
|
-
* <li>
|
|
11100
|
-
* <p>
|
|
11101
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectDetection</code>
|
|
11102
|
-
* </p>
|
|
11103
|
-
* </li>
|
|
11104
|
-
* <li>
|
|
11105
|
-
* <p>
|
|
11106
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectDetection</code>
|
|
11107
|
-
* </p>
|
|
11108
|
-
* </li>
|
|
11109
|
-
* <li>
|
|
11110
|
-
* <p>
|
|
11111
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectDetection</code>
|
|
11112
|
-
* </p>
|
|
11113
|
-
* </li>
|
|
11114
|
-
* </ul>
|
|
11115
|
-
*
|
|
11116
|
-
* <p>
|
|
11117
|
-
* <b>3D Point Cloud Object Tracking</b> -
|
|
11118
|
-
* Use this task type when you want workers to draw 3D cuboids around objects
|
|
11119
|
-
* that appear in a sequence of 3D point cloud frames.
|
|
11120
|
-
* For example, you can use this task type to ask workers to track
|
|
11121
|
-
* the movement of vehicles across multiple point cloud frames.
|
|
11122
|
-
* </p>
|
|
11123
|
-
* <ul>
|
|
11124
|
-
* <li>
|
|
11125
|
-
* <p>
|
|
11126
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectTracking</code>
|
|
11127
|
-
* </p>
|
|
11128
|
-
* </li>
|
|
11129
|
-
* <li>
|
|
11130
|
-
* <p>
|
|
11131
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectTracking</code>
|
|
11132
|
-
* </p>
|
|
11133
|
-
* </li>
|
|
11134
|
-
* <li>
|
|
11135
|
-
* <p>
|
|
11136
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectTracking</code>
|
|
11137
|
-
* </p>
|
|
11138
|
-
* </li>
|
|
11139
|
-
* <li>
|
|
11140
|
-
* <p>
|
|
11141
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectTracking</code>
|
|
11142
|
-
* </p>
|
|
11143
|
-
* </li>
|
|
11144
|
-
* <li>
|
|
11145
|
-
* <p>
|
|
11146
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectTracking</code>
|
|
11147
|
-
* </p>
|
|
11148
|
-
* </li>
|
|
11149
|
-
* <li>
|
|
11150
|
-
* <p>
|
|
11151
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectTracking</code>
|
|
11152
|
-
* </p>
|
|
11153
|
-
* </li>
|
|
11154
|
-
* <li>
|
|
11155
|
-
* <p>
|
|
11156
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectTracking</code>
|
|
11157
|
-
* </p>
|
|
11158
|
-
* </li>
|
|
11159
|
-
* <li>
|
|
11160
|
-
* <p>
|
|
11161
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectTracking</code>
|
|
11162
|
-
* </p>
|
|
11163
|
-
* </li>
|
|
11164
|
-
* <li>
|
|
11165
|
-
* <p>
|
|
11166
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectTracking</code>
|
|
11167
|
-
* </p>
|
|
11168
|
-
* </li>
|
|
11169
|
-
* <li>
|
|
11170
|
-
* <p>
|
|
11171
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectTracking</code>
|
|
11172
|
-
* </p>
|
|
11173
|
-
* </li>
|
|
11174
|
-
* <li>
|
|
11175
|
-
* <p>
|
|
11176
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectTracking</code>
|
|
11177
|
-
* </p>
|
|
11178
|
-
* </li>
|
|
11179
|
-
* <li>
|
|
11180
|
-
* <p>
|
|
11181
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectTracking</code>
|
|
11182
|
-
* </p>
|
|
11183
|
-
* </li>
|
|
11184
|
-
* </ul>
|
|
11185
|
-
*
|
|
11186
|
-
*
|
|
11187
|
-
*
|
|
11188
|
-
* <p>
|
|
11189
|
-
* <b>3D Point Cloud Semantic Segmentation</b> -
|
|
11190
|
-
* Use this task type when you want workers to create a point-level semantic segmentation masks by
|
|
11191
|
-
* painting objects in a 3D point cloud using different colors where each color is assigned to one of
|
|
11192
|
-
* the classes you specify.</p>
|
|
11193
|
-
* <ul>
|
|
11194
|
-
* <li>
|
|
11195
|
-
* <p>
|
|
11196
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11197
|
-
* </p>
|
|
11198
|
-
* </li>
|
|
11199
|
-
* <li>
|
|
11200
|
-
* <p>
|
|
11201
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11202
|
-
* </p>
|
|
11203
|
-
* </li>
|
|
11204
|
-
* <li>
|
|
11205
|
-
* <p>
|
|
11206
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11207
|
-
* </p>
|
|
11208
|
-
* </li>
|
|
11209
|
-
* <li>
|
|
11210
|
-
* <p>
|
|
11211
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11212
|
-
* </p>
|
|
11213
|
-
* </li>
|
|
11214
|
-
* <li>
|
|
11215
|
-
* <p>
|
|
11216
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11217
|
-
* </p>
|
|
11218
|
-
* </li>
|
|
11219
|
-
* <li>
|
|
11220
|
-
* <p>
|
|
11221
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11222
|
-
* </p>
|
|
11223
|
-
* </li>
|
|
11224
|
-
* <li>
|
|
11225
|
-
* <p>
|
|
11226
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11227
|
-
* </p>
|
|
11228
|
-
* </li>
|
|
11229
|
-
* <li>
|
|
11230
|
-
* <p>
|
|
11231
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11232
|
-
* </p>
|
|
11233
|
-
* </li>
|
|
11234
|
-
* <li>
|
|
11235
|
-
* <p>
|
|
11236
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11237
|
-
* </p>
|
|
11238
|
-
* </li>
|
|
11239
|
-
* <li>
|
|
11240
|
-
* <p>
|
|
11241
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11242
|
-
* </p>
|
|
11243
|
-
* </li>
|
|
11244
|
-
* <li>
|
|
11245
|
-
* <p>
|
|
11246
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11247
|
-
* </p>
|
|
11248
|
-
* </li>
|
|
11249
|
-
* <li>
|
|
11250
|
-
* <p>
|
|
11251
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11252
|
-
* </p>
|
|
11253
|
-
* </li>
|
|
11254
|
-
* </ul>
|
|
11255
|
-
*
|
|
11256
|
-
* <p>
|
|
11257
|
-
* <b>Use the following ARNs for Label Verification and Adjustment Jobs</b>
|
|
11258
|
-
* </p>
|
|
11259
|
-
* <p>Use label verification and adjustment jobs to review and adjust labels. To learn more,
|
|
11260
|
-
* see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-verification-data.html">Verify and Adjust Labels </a>.</p>
|
|
11261
|
-
*
|
|
11262
|
-
* <p>
|
|
11263
|
-
* <b>Bounding box verification</b> - Uses a variant of the
|
|
11264
|
-
* Expectation Maximization approach to estimate the true class of verification
|
|
11265
|
-
* judgement for bounding box labels based on annotations from individual
|
|
11266
|
-
* workers.</p>
|
|
11267
|
-
* <ul>
|
|
11268
|
-
* <li>
|
|
11269
|
-
* <p>
|
|
11270
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationBoundingBox</code>
|
|
11271
|
-
* </p>
|
|
11272
|
-
* </li>
|
|
11273
|
-
* <li>
|
|
11274
|
-
* <p>
|
|
11275
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationBoundingBox</code>
|
|
11276
|
-
* </p>
|
|
11277
|
-
* </li>
|
|
11278
|
-
* <li>
|
|
11279
|
-
* <p>
|
|
11280
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationBoundingBox</code>
|
|
11281
|
-
* </p>
|
|
11282
|
-
* </li>
|
|
11283
|
-
* <li>
|
|
11284
|
-
* <p>
|
|
11285
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationBoundingBox</code>
|
|
11286
|
-
* </p>
|
|
11287
|
-
* </li>
|
|
11288
|
-
* <li>
|
|
11289
|
-
* <p>
|
|
11290
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationBoundingBox</code>
|
|
11291
|
-
* </p>
|
|
11292
|
-
* </li>
|
|
11293
|
-
* <li>
|
|
11294
|
-
* <p>
|
|
11295
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationBoundingBox</code>
|
|
11296
|
-
* </p>
|
|
11297
|
-
* </li>
|
|
11298
|
-
* <li>
|
|
11299
|
-
* <p>
|
|
11300
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationBoundingBox</code>
|
|
11301
|
-
* </p>
|
|
11302
|
-
* </li>
|
|
11303
|
-
* <li>
|
|
11304
|
-
* <p>
|
|
11305
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationBoundingBox</code>
|
|
11306
|
-
* </p>
|
|
11307
|
-
* </li>
|
|
11308
|
-
* <li>
|
|
11309
|
-
* <p>
|
|
11310
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationBoundingBox</code>
|
|
11311
|
-
* </p>
|
|
11312
|
-
* </li>
|
|
11313
|
-
* <li>
|
|
11314
|
-
* <p>
|
|
11315
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationBoundingBox</code>
|
|
11316
|
-
* </p>
|
|
11317
|
-
* </li>
|
|
11318
|
-
* <li>
|
|
11319
|
-
* <p>
|
|
11320
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationBoundingBox</code>
|
|
11321
|
-
* </p>
|
|
11322
|
-
* </li>
|
|
11323
|
-
* <li>
|
|
11324
|
-
* <p>
|
|
11325
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationBoundingBox</code>
|
|
11326
|
-
* </p>
|
|
11327
|
-
* </li>
|
|
11328
|
-
* </ul>
|
|
11329
|
-
*
|
|
11330
|
-
* <p>
|
|
11331
|
-
* <b>Bounding box adjustment</b> - Finds the most similar boxes
|
|
11332
|
-
* from different workers based on the Jaccard index of the adjusted
|
|
11333
|
-
* annotations.</p>
|
|
11334
|
-
* <ul>
|
|
11335
|
-
* <li>
|
|
11336
|
-
* <p>
|
|
11337
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentBoundingBox</code>
|
|
11338
|
-
* </p>
|
|
11339
|
-
* </li>
|
|
11340
|
-
* <li>
|
|
11341
|
-
* <p>
|
|
11342
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentBoundingBox</code>
|
|
11343
|
-
* </p>
|
|
11344
|
-
* </li>
|
|
11345
|
-
* <li>
|
|
11346
|
-
* <p>
|
|
11347
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentBoundingBox</code>
|
|
11348
|
-
* </p>
|
|
11349
|
-
* </li>
|
|
11350
|
-
* <li>
|
|
11351
|
-
* <p>
|
|
11352
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentBoundingBox</code>
|
|
11353
|
-
* </p>
|
|
11354
|
-
* </li>
|
|
11355
|
-
* <li>
|
|
11356
|
-
* <p>
|
|
11357
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentBoundingBox</code>
|
|
11358
|
-
* </p>
|
|
11359
|
-
* </li>
|
|
11360
|
-
* <li>
|
|
11361
|
-
* <p>
|
|
11362
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentBoundingBox</code>
|
|
11363
|
-
* </p>
|
|
11364
|
-
* </li>
|
|
11365
|
-
* <li>
|
|
11366
|
-
* <p>
|
|
11367
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentBoundingBox</code>
|
|
11368
|
-
* </p>
|
|
11369
|
-
* </li>
|
|
11370
|
-
* <li>
|
|
11371
|
-
* <p>
|
|
11372
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentBoundingBox</code>
|
|
11373
|
-
* </p>
|
|
11374
|
-
* </li>
|
|
11375
|
-
* <li>
|
|
11376
|
-
* <p>
|
|
11377
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentBoundingBox</code>
|
|
11378
|
-
* </p>
|
|
11379
|
-
* </li>
|
|
11380
|
-
* <li>
|
|
11381
|
-
* <p>
|
|
11382
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentBoundingBox</code>
|
|
11383
|
-
* </p>
|
|
11384
|
-
* </li>
|
|
11385
|
-
* <li>
|
|
11386
|
-
* <p>
|
|
11387
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentBoundingBox</code>
|
|
11388
|
-
* </p>
|
|
11389
|
-
* </li>
|
|
11390
|
-
* <li>
|
|
11391
|
-
* <p>
|
|
11392
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentBoundingBox</code>
|
|
11393
|
-
* </p>
|
|
11394
|
-
* </li>
|
|
11395
|
-
* </ul>
|
|
11396
|
-
*
|
|
11397
|
-
* <p>
|
|
11398
|
-
* <b>Semantic segmentation verification</b> - Uses a variant of
|
|
11399
|
-
* the Expectation Maximization approach to estimate the true class of verification
|
|
11400
|
-
* judgment for semantic segmentation labels based on annotations from individual
|
|
11401
|
-
* workers.</p>
|
|
11402
|
-
* <ul>
|
|
11403
|
-
* <li>
|
|
11404
|
-
* <p>
|
|
11405
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationSemanticSegmentation</code>
|
|
11406
|
-
* </p>
|
|
11407
|
-
* </li>
|
|
11408
|
-
* <li>
|
|
11409
|
-
* <p>
|
|
11410
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationSemanticSegmentation</code>
|
|
11411
|
-
* </p>
|
|
11412
|
-
* </li>
|
|
11413
|
-
* <li>
|
|
11414
|
-
* <p>
|
|
11415
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationSemanticSegmentation</code>
|
|
11416
|
-
* </p>
|
|
11417
|
-
* </li>
|
|
11418
|
-
* <li>
|
|
11419
|
-
* <p>
|
|
11420
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationSemanticSegmentation</code>
|
|
11421
|
-
* </p>
|
|
11422
|
-
* </li>
|
|
11423
|
-
* <li>
|
|
11424
|
-
* <p>
|
|
11425
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationSemanticSegmentation</code>
|
|
11426
|
-
* </p>
|
|
11427
|
-
* </li>
|
|
11428
|
-
* <li>
|
|
11429
|
-
* <p>
|
|
11430
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationSemanticSegmentation</code>
|
|
11431
|
-
* </p>
|
|
11432
|
-
* </li>
|
|
11433
|
-
* <li>
|
|
11434
|
-
* <p>
|
|
11435
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationSemanticSegmentation</code>
|
|
11436
|
-
* </p>
|
|
11437
|
-
* </li>
|
|
11438
|
-
* <li>
|
|
11439
|
-
* <p>
|
|
11440
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationSemanticSegmentation</code>
|
|
11441
|
-
* </p>
|
|
11442
|
-
* </li>
|
|
11443
|
-
* <li>
|
|
11444
|
-
* <p>
|
|
11445
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationSemanticSegmentation</code>
|
|
11446
|
-
* </p>
|
|
11447
|
-
* </li>
|
|
11448
|
-
* <li>
|
|
11449
|
-
* <p>
|
|
11450
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationSemanticSegmentation</code>
|
|
11451
|
-
* </p>
|
|
11452
|
-
* </li>
|
|
11453
|
-
* <li>
|
|
11454
|
-
* <p>
|
|
11455
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationSemanticSegmentation</code>
|
|
11456
|
-
* </p>
|
|
11457
|
-
* </li>
|
|
11458
|
-
* <li>
|
|
11459
|
-
* <p>
|
|
11460
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationSemanticSegmentation</code>
|
|
11461
|
-
* </p>
|
|
11462
|
-
* </li>
|
|
11463
|
-
* </ul>
|
|
11464
|
-
*
|
|
11465
|
-
* <p>
|
|
11466
|
-
* <b>Semantic segmentation adjustment</b> - Treats each pixel in
|
|
11467
|
-
* an image as a multi-class classification and treats pixel adjusted annotations
|
|
11468
|
-
* from workers as "votes" for the correct label.</p>
|
|
11469
|
-
* <ul>
|
|
11470
|
-
* <li>
|
|
11471
|
-
* <p>
|
|
11472
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11473
|
-
* </p>
|
|
11474
|
-
* </li>
|
|
11475
|
-
* <li>
|
|
11476
|
-
* <p>
|
|
11477
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11478
|
-
* </p>
|
|
11479
|
-
* </li>
|
|
11480
|
-
* <li>
|
|
11481
|
-
* <p>
|
|
11482
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11483
|
-
* </p>
|
|
11484
|
-
* </li>
|
|
11485
|
-
* <li>
|
|
11486
|
-
* <p>
|
|
11487
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11488
|
-
* </p>
|
|
11489
|
-
* </li>
|
|
11490
|
-
* <li>
|
|
11491
|
-
* <p>
|
|
11492
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11493
|
-
* </p>
|
|
11494
|
-
* </li>
|
|
11495
|
-
* <li>
|
|
11496
|
-
* <p>
|
|
11497
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11498
|
-
* </p>
|
|
11499
|
-
* </li>
|
|
11500
|
-
* <li>
|
|
11501
|
-
* <p>
|
|
11502
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11503
|
-
* </p>
|
|
11504
|
-
* </li>
|
|
11505
|
-
* <li>
|
|
11506
|
-
* <p>
|
|
11507
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11508
|
-
* </p>
|
|
11509
|
-
* </li>
|
|
11510
|
-
* <li>
|
|
11511
|
-
* <p>
|
|
11512
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11513
|
-
* </p>
|
|
11514
|
-
* </li>
|
|
11515
|
-
* <li>
|
|
11516
|
-
* <p>
|
|
11517
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11518
|
-
* </p>
|
|
11519
|
-
* </li>
|
|
11520
|
-
* <li>
|
|
11521
|
-
* <p>
|
|
11522
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11523
|
-
* </p>
|
|
11524
|
-
* </li>
|
|
11525
|
-
* <li>
|
|
11526
|
-
* <p>
|
|
11527
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11528
|
-
* </p>
|
|
11529
|
-
* </li>
|
|
11530
|
-
* </ul>
|
|
11531
|
-
*
|
|
11532
|
-
*
|
|
11533
|
-
*
|
|
11534
|
-
*
|
|
11535
|
-
* <p>
|
|
11536
|
-
* <b>Video Frame Object Detection Adjustment</b> -
|
|
11537
|
-
* Use this task type when you want workers to adjust bounding boxes that workers have added
|
|
11538
|
-
* to video frames to classify and localize objects in a sequence of video frames.</p>
|
|
11539
|
-
*
|
|
11540
|
-
* <ul>
|
|
11541
|
-
* <li>
|
|
11542
|
-
* <p>
|
|
11543
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11544
|
-
* </p>
|
|
11545
|
-
* </li>
|
|
11546
|
-
* <li>
|
|
11547
|
-
* <p>
|
|
11548
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11549
|
-
* </p>
|
|
11550
|
-
* </li>
|
|
11551
|
-
* <li>
|
|
11552
|
-
* <p>
|
|
11553
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11554
|
-
* </p>
|
|
11555
|
-
* </li>
|
|
11556
|
-
* <li>
|
|
11557
|
-
* <p>
|
|
11558
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11559
|
-
* </p>
|
|
11560
|
-
* </li>
|
|
11561
|
-
* <li>
|
|
11562
|
-
* <p>
|
|
11563
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11564
|
-
* </p>
|
|
11565
|
-
* </li>
|
|
11566
|
-
* <li>
|
|
11567
|
-
* <p>
|
|
11568
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11569
|
-
* </p>
|
|
11570
|
-
* </li>
|
|
11571
|
-
* <li>
|
|
11572
|
-
* <p>
|
|
11573
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11574
|
-
* </p>
|
|
11575
|
-
* </li>
|
|
11576
|
-
* <li>
|
|
11577
|
-
* <p>
|
|
11578
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11579
|
-
* </p>
|
|
11580
|
-
* </li>
|
|
11581
|
-
* <li>
|
|
11582
|
-
* <p>
|
|
11583
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11584
|
-
* </p>
|
|
11585
|
-
* </li>
|
|
11586
|
-
* <li>
|
|
11587
|
-
* <p>
|
|
11588
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11589
|
-
* </p>
|
|
11590
|
-
* </li>
|
|
11591
|
-
* <li>
|
|
11592
|
-
* <p>
|
|
11593
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11594
|
-
* </p>
|
|
11595
|
-
* </li>
|
|
11596
|
-
* <li>
|
|
11597
|
-
* <p>
|
|
11598
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11599
|
-
* </p>
|
|
11600
|
-
* </li>
|
|
11601
|
-
* </ul>
|
|
11602
|
-
*
|
|
11603
|
-
* <p>
|
|
11604
|
-
* <b>Video Frame Object Tracking Adjustment</b> -
|
|
11605
|
-
* Use this task type when you want workers to adjust bounding boxes that workers have added
|
|
11606
|
-
* to video frames to track object movement across a sequence of video frames.</p>
|
|
11607
|
-
* <ul>
|
|
11608
|
-
* <li>
|
|
11609
|
-
* <p>
|
|
11610
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11611
|
-
* </p>
|
|
11612
|
-
* </li>
|
|
11613
|
-
* <li>
|
|
11614
|
-
* <p>
|
|
11615
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11616
|
-
* </p>
|
|
11617
|
-
* </li>
|
|
11618
|
-
* <li>
|
|
11619
|
-
* <p>
|
|
11620
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11621
|
-
* </p>
|
|
11622
|
-
* </li>
|
|
11623
|
-
* <li>
|
|
11624
|
-
* <p>
|
|
11625
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11626
|
-
* </p>
|
|
11627
|
-
* </li>
|
|
11628
|
-
* <li>
|
|
11629
|
-
* <p>
|
|
11630
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11631
|
-
* </p>
|
|
11632
|
-
* </li>
|
|
11633
|
-
* <li>
|
|
11634
|
-
* <p>
|
|
11635
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11636
|
-
* </p>
|
|
11637
|
-
* </li>
|
|
11638
|
-
* <li>
|
|
11639
|
-
* <p>
|
|
11640
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11641
|
-
* </p>
|
|
11642
|
-
* </li>
|
|
11643
|
-
* <li>
|
|
11644
|
-
* <p>
|
|
11645
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11646
|
-
* </p>
|
|
11647
|
-
* </li>
|
|
11648
|
-
* <li>
|
|
11649
|
-
* <p>
|
|
11650
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11651
|
-
* </p>
|
|
11652
|
-
* </li>
|
|
11653
|
-
* <li>
|
|
11654
|
-
* <p>
|
|
11655
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11656
|
-
* </p>
|
|
11657
|
-
* </li>
|
|
11658
|
-
* <li>
|
|
11659
|
-
* <p>
|
|
11660
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11661
|
-
* </p>
|
|
11662
|
-
* </li>
|
|
11663
|
-
* <li>
|
|
11664
|
-
* <p>
|
|
11665
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11666
|
-
* </p>
|
|
11667
|
-
* </li>
|
|
11668
|
-
* </ul>
|
|
11669
|
-
*
|
|
11670
|
-
*
|
|
11671
|
-
*
|
|
11672
|
-
*
|
|
11673
|
-
* <p>
|
|
11674
|
-
* <b>3D point cloud object detection adjustment</b> - Adjust
|
|
11675
|
-
* 3D cuboids in a point cloud frame. </p>
|
|
11676
|
-
* <ul>
|
|
11677
|
-
* <li>
|
|
11678
|
-
* <p>
|
|
11679
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11680
|
-
* </p>
|
|
11681
|
-
* </li>
|
|
11682
|
-
* <li>
|
|
11683
|
-
* <p>
|
|
11684
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11685
|
-
* </p>
|
|
11686
|
-
* </li>
|
|
11687
|
-
* <li>
|
|
11688
|
-
* <p>
|
|
11689
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11690
|
-
* </p>
|
|
11691
|
-
* </li>
|
|
11692
|
-
* <li>
|
|
11693
|
-
* <p>
|
|
11694
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11695
|
-
* </p>
|
|
11696
|
-
* </li>
|
|
11697
|
-
* <li>
|
|
11698
|
-
* <p>
|
|
11699
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11700
|
-
* </p>
|
|
11701
|
-
* </li>
|
|
11702
|
-
* <li>
|
|
11703
|
-
* <p>
|
|
11704
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11705
|
-
* </p>
|
|
11706
|
-
* </li>
|
|
11707
|
-
* <li>
|
|
11708
|
-
* <p>
|
|
11709
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11710
|
-
* </p>
|
|
11711
|
-
* </li>
|
|
11712
|
-
* <li>
|
|
11713
|
-
* <p>
|
|
11714
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11715
|
-
* </p>
|
|
11716
|
-
* </li>
|
|
11717
|
-
* <li>
|
|
11718
|
-
* <p>
|
|
11719
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11720
|
-
* </p>
|
|
11721
|
-
* </li>
|
|
11722
|
-
* <li>
|
|
11723
|
-
* <p>
|
|
11724
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11725
|
-
* </p>
|
|
11726
|
-
* </li>
|
|
11727
|
-
* <li>
|
|
11728
|
-
* <p>
|
|
11729
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11730
|
-
* </p>
|
|
11731
|
-
* </li>
|
|
11732
|
-
* <li>
|
|
11733
|
-
* <p>
|
|
11734
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11735
|
-
* </p>
|
|
11736
|
-
* </li>
|
|
11737
|
-
* </ul>
|
|
11738
|
-
*
|
|
11739
|
-
* <p>
|
|
11740
|
-
* <b>3D point cloud object tracking adjustment</b> - Adjust 3D
|
|
11741
|
-
* cuboids across a sequence of point cloud frames. </p>
|
|
11742
|
-
* <ul>
|
|
11743
|
-
* <li>
|
|
11744
|
-
* <p>
|
|
11745
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11746
|
-
* </p>
|
|
11747
|
-
* </li>
|
|
11748
|
-
* <li>
|
|
11749
|
-
* <p>
|
|
11750
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11751
|
-
* </p>
|
|
11752
|
-
* </li>
|
|
11753
|
-
* <li>
|
|
11754
|
-
* <p>
|
|
11755
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11756
|
-
* </p>
|
|
11757
|
-
* </li>
|
|
11758
|
-
* <li>
|
|
11759
|
-
* <p>
|
|
11760
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11761
|
-
* </p>
|
|
11762
|
-
* </li>
|
|
11763
|
-
* <li>
|
|
11764
|
-
* <p>
|
|
11765
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11766
|
-
* </p>
|
|
11767
|
-
* </li>
|
|
11768
|
-
* <li>
|
|
11769
|
-
* <p>
|
|
11770
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11771
|
-
* </p>
|
|
11772
|
-
* </li>
|
|
11773
|
-
* <li>
|
|
11774
|
-
* <p>
|
|
11775
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11776
|
-
* </p>
|
|
11777
|
-
* </li>
|
|
11778
|
-
* <li>
|
|
11779
|
-
* <p>
|
|
11780
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11781
|
-
* </p>
|
|
11782
|
-
* </li>
|
|
11783
|
-
* <li>
|
|
11784
|
-
* <p>
|
|
11785
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11786
|
-
* </p>
|
|
11787
|
-
* </li>
|
|
11788
|
-
* <li>
|
|
11789
|
-
* <p>
|
|
11790
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11791
|
-
* </p>
|
|
11792
|
-
* </li>
|
|
11793
|
-
* <li>
|
|
11794
|
-
* <p>
|
|
11795
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11796
|
-
* </p>
|
|
11797
|
-
* </li>
|
|
11798
|
-
* <li>
|
|
11799
|
-
* <p>
|
|
11800
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11801
|
-
* </p>
|
|
11802
|
-
* </li>
|
|
11803
|
-
* </ul>
|
|
11804
|
-
*
|
|
11805
|
-
* <p>
|
|
11806
|
-
* <b>3D point cloud semantic segmentation adjustment</b> -
|
|
11807
|
-
* Adjust semantic segmentation masks in a 3D point cloud. </p>
|
|
11808
|
-
* <ul>
|
|
11809
|
-
* <li>
|
|
11810
|
-
* <p>
|
|
11811
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11812
|
-
* </p>
|
|
11813
|
-
* </li>
|
|
11814
|
-
* <li>
|
|
11815
|
-
* <p>
|
|
11816
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11817
|
-
* </p>
|
|
11818
|
-
* </li>
|
|
11819
|
-
* <li>
|
|
11820
|
-
* <p>
|
|
11821
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11822
|
-
* </p>
|
|
11823
|
-
* </li>
|
|
11824
|
-
* <li>
|
|
11825
|
-
* <p>
|
|
11826
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11827
|
-
* </p>
|
|
11828
|
-
* </li>
|
|
11829
|
-
* <li>
|
|
11830
|
-
* <p>
|
|
11831
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11832
|
-
* </p>
|
|
11833
|
-
* </li>
|
|
11834
|
-
* <li>
|
|
11835
|
-
* <p>
|
|
11836
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11837
|
-
* </p>
|
|
11838
|
-
* </li>
|
|
11839
|
-
* <li>
|
|
11840
|
-
* <p>
|
|
11841
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11842
|
-
* </p>
|
|
11843
|
-
* </li>
|
|
11844
|
-
* <li>
|
|
11845
|
-
* <p>
|
|
11846
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11847
|
-
* </p>
|
|
11848
|
-
* </li>
|
|
11849
|
-
* <li>
|
|
11850
|
-
* <p>
|
|
11851
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11852
|
-
* </p>
|
|
11853
|
-
* </li>
|
|
11854
|
-
* <li>
|
|
11855
|
-
* <p>
|
|
11856
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11857
|
-
* </p>
|
|
11858
|
-
* </li>
|
|
11859
|
-
* <li>
|
|
11860
|
-
* <p>
|
|
11861
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11862
|
-
* </p>
|
|
11863
|
-
* </li>
|
|
11864
|
-
* <li>
|
|
11865
|
-
* <p>
|
|
11866
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11867
|
-
* </p>
|
|
11868
|
-
* </li>
|
|
11869
|
-
* </ul>
|
|
11870
|
-
*/
|
|
11871
|
-
PreHumanTaskLambdaArn: string | undefined;
|
|
11872
|
-
/**
|
|
11873
|
-
* <p>Keywords used to describe the task so that workers on Amazon Mechanical Turk can
|
|
11874
|
-
* discover the task.</p>
|
|
11875
|
-
*/
|
|
11876
|
-
TaskKeywords?: string[];
|
|
11877
|
-
/**
|
|
11878
|
-
* <p>A title for the task for your human workers.</p>
|
|
11879
|
-
*/
|
|
11880
|
-
TaskTitle: string | undefined;
|
|
11881
|
-
/**
|
|
11882
|
-
* <p>A description of the task for your human workers.</p>
|
|
11883
|
-
*/
|
|
11884
|
-
TaskDescription: string | undefined;
|
|
11885
|
-
/**
|
|
11886
|
-
* <p>The number of human workers that will label an object. </p>
|
|
11887
|
-
*/
|
|
11888
|
-
NumberOfHumanWorkersPerDataObject: number | undefined;
|
|
11889
|
-
/**
|
|
11890
|
-
* <p>The amount of time that a worker has to complete a task. </p>
|
|
11891
|
-
* <p>If you create a custom labeling job, the maximum value for this parameter is 8 hours
|
|
11892
|
-
* (28,800 seconds).</p>
|
|
11893
|
-
* <p>If you create a labeling job using a <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task type</a> the maximum
|
|
11894
|
-
* for this parameter depends on the task type you use:</p>
|
|
11895
|
-
* <ul>
|
|
11896
|
-
* <li>
|
|
11897
|
-
* <p>For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-label-images.html">image</a> and
|
|
11898
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-label-text.html">text</a> labeling jobs,
|
|
11899
|
-
* the maximum is 8 hours (28,800 seconds).</p>
|
|
11900
|
-
* </li>
|
|
11901
|
-
* <li>
|
|
11902
|
-
* <p>For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud.html">3D point cloud</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-video.html">video frame</a> labeling jobs, the maximum is 30 days (2952,000 seconds) for non-AL mode. For most users, the maximum is also 30 days. If you want to change these limits,
|
|
11903
|
-
* contact Amazon Web Services Support.</p>
|
|
11904
|
-
* </li>
|
|
11905
|
-
* </ul>
|
|
11906
|
-
*/
|
|
11907
|
-
TaskTimeLimitInSeconds: number | undefined;
|
|
11908
|
-
/**
|
|
11909
|
-
* <p>The length of time that a task remains available for labeling by human workers. The
|
|
11910
|
-
* default and maximum values for this parameter depend on the type of workforce you
|
|
11911
|
-
* use.</p>
|
|
11912
|
-
* <ul>
|
|
11913
|
-
* <li>
|
|
11914
|
-
* <p>If you choose the Amazon Mechanical Turk workforce, the maximum is 12 hours (43,200 seconds).
|
|
11915
|
-
* The default is 6 hours (21,600 seconds).</p>
|
|
11916
|
-
* </li>
|
|
11917
|
-
* <li>
|
|
11918
|
-
* <p>If you choose a private or vendor workforce, the default value is 30 days (2592,000 seconds) for non-AL mode. For most users, the maximum is also 30 days. If you want to
|
|
11919
|
-
* change this limit, contact Amazon Web Services Support.</p>
|
|
11920
|
-
* </li>
|
|
11921
|
-
* </ul>
|
|
11922
|
-
*/
|
|
11923
|
-
TaskAvailabilityLifetimeInSeconds?: number;
|
|
11924
|
-
/**
|
|
11925
|
-
* <p>Defines the maximum number of data objects that can be labeled by human workers at the
|
|
11926
|
-
* same time. Also referred to as batch size. Each object may have more than one worker at one time.
|
|
11927
|
-
* The default value is 1000 objects.</p>
|
|
11928
|
-
*/
|
|
11929
|
-
MaxConcurrentTaskCount?: number;
|
|
11930
|
-
/**
|
|
11931
|
-
* <p>Configures how labels are consolidated across human workers.</p>
|
|
11932
|
-
*/
|
|
11933
|
-
AnnotationConsolidationConfig: AnnotationConsolidationConfig | undefined;
|
|
11934
|
-
/**
|
|
11935
|
-
* <p>The price that you pay for each task performed by an Amazon Mechanical Turk worker.</p>
|
|
11936
|
-
*/
|
|
11937
|
-
PublicWorkforceTaskPrice?: PublicWorkforceTaskPrice;
|
|
11938
|
-
}
|
|
11939
|
-
export declare namespace HumanTaskConfig {
|
|
11940
|
-
/**
|
|
11941
|
-
* @internal
|
|
11942
|
-
*/
|
|
11943
|
-
const filterSensitiveLog: (obj: HumanTaskConfig) => any;
|
|
11944
|
-
}
|
|
11945
|
-
/**
|
|
11946
|
-
* <p>Attributes of the data specified by the customer. Use these to describe the data to be
|
|
11947
|
-
* labeled.</p>
|
|
11948
|
-
*/
|
|
11949
|
-
export interface LabelingJobDataAttributes {
|
|
11950
|
-
/**
|
|
11951
|
-
* <p>Declares that your content is free of personally identifiable information or adult
|
|
11952
|
-
* content. Amazon SageMaker may restrict the Amazon Mechanical Turk workers that can view your task
|
|
11953
|
-
* based on this information.</p>
|
|
11954
|
-
*/
|
|
11955
|
-
ContentClassifiers?: (ContentClassifier | string)[];
|
|
11956
|
-
}
|
|
11957
|
-
export declare namespace LabelingJobDataAttributes {
|
|
11958
|
-
/**
|
|
11959
|
-
* @internal
|
|
11960
|
-
*/
|
|
11961
|
-
const filterSensitiveLog: (obj: LabelingJobDataAttributes) => any;
|
|
11962
|
-
}
|
|
11963
|
-
/**
|
|
11964
|
-
* <p>The Amazon S3 location of the input data objects.</p>
|
|
11965
|
-
*/
|
|
11966
|
-
export interface LabelingJobS3DataSource {
|
|
11967
|
-
/**
|
|
11968
|
-
* <p>The Amazon S3 location of the manifest file that describes the input data objects. </p>
|
|
11969
|
-
* <p>The input manifest file referenced in <code>ManifestS3Uri</code> must contain one of
|
|
11970
|
-
* the following keys: <code>source-ref</code> or <code>source</code>. The value of the
|
|
11971
|
-
* keys are interpreted as follows:</p>
|
|
11972
|
-
* <ul>
|
|
11973
|
-
* <li>
|
|
11974
|
-
* <p>
|
|
11975
|
-
* <code>source-ref</code>: The source of the object is the Amazon S3 object
|
|
11976
|
-
* specified in the value. Use this value when the object is a binary object, such
|
|
11977
|
-
* as an image.</p>
|
|
11978
|
-
* </li>
|
|
11979
|
-
* <li>
|
|
11980
|
-
* <p>
|
|
11981
|
-
* <code>source</code>: The source of the object is the value. Use this
|
|
11982
|
-
* value when the object is a text value.</p>
|
|
11983
|
-
* </li>
|
|
11984
|
-
* </ul>
|
|
11985
|
-
* <p>If you are a new user of Ground Truth, it is recommended you review <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-input-data-input-manifest.html">Use an Input Manifest File </a> in the Amazon SageMaker Developer Guide to learn how to
|
|
11986
|
-
* create an input manifest file.</p>
|
|
11987
|
-
*/
|
|
11988
|
-
ManifestS3Uri: string | undefined;
|
|
11989
|
-
}
|
|
11990
|
-
export declare namespace LabelingJobS3DataSource {
|
|
11991
|
-
/**
|
|
11992
|
-
* @internal
|
|
11993
|
-
*/
|
|
11994
|
-
const filterSensitiveLog: (obj: LabelingJobS3DataSource) => any;
|
|
11995
|
-
}
|
|
11996
|
-
/**
|
|
11997
|
-
* <p>An Amazon SNS data source used for streaming labeling jobs.</p>
|
|
11998
|
-
*/
|
|
11999
|
-
export interface LabelingJobSnsDataSource {
|
|
12000
|
-
/**
|
|
12001
|
-
* <p>The Amazon SNS input topic Amazon Resource Name (ARN). Specify the ARN of the input topic
|
|
12002
|
-
* you will use to send new data objects to a streaming labeling job.</p>
|
|
12003
|
-
*/
|
|
12004
|
-
SnsTopicArn: string | undefined;
|
|
12005
|
-
}
|
|
12006
|
-
export declare namespace LabelingJobSnsDataSource {
|
|
12007
|
-
/**
|
|
12008
|
-
* @internal
|
|
12009
|
-
*/
|
|
12010
|
-
const filterSensitiveLog: (obj: LabelingJobSnsDataSource) => any;
|
|
12011
|
-
}
|
|
12012
|
-
/**
|
|
12013
|
-
* <p>Provides information about the location of input data.</p>
|
|
12014
|
-
*
|
|
12015
|
-
* <p>You must specify at least one of the following: <code>S3DataSource</code> or <code>SnsDataSource</code>.</p>
|
|
12016
|
-
* <p>Use <code>SnsDataSource</code> to specify an SNS input topic
|
|
12017
|
-
* for a streaming labeling job. If you do not specify
|
|
12018
|
-
* and SNS input topic ARN, Ground Truth will create a one-time labeling job.</p>
|
|
12019
|
-
* <p>Use <code>S3DataSource</code> to specify an input
|
|
12020
|
-
* manifest file for both streaming and one-time labeling jobs.
|
|
12021
|
-
* Adding an <code>S3DataSource</code> is optional if you use <code>SnsDataSource</code> to create a streaming labeling job.</p>
|
|
12022
|
-
*/
|
|
12023
|
-
export interface LabelingJobDataSource {
|
|
12024
|
-
/**
|
|
12025
|
-
* <p>The Amazon S3 location of the input data objects.</p>
|
|
12026
|
-
*/
|
|
12027
|
-
S3DataSource?: LabelingJobS3DataSource;
|
|
10421
|
+
export interface EnvironmentParameterRanges {
|
|
12028
10422
|
/**
|
|
12029
|
-
* <p>
|
|
10423
|
+
* <p>Specified a list of parameters for each category.</p>
|
|
12030
10424
|
*/
|
|
12031
|
-
|
|
10425
|
+
CategoricalParameterRanges?: CategoricalParameter[];
|
|
12032
10426
|
}
|
|
12033
|
-
export declare namespace
|
|
10427
|
+
export declare namespace EnvironmentParameterRanges {
|
|
12034
10428
|
/**
|
|
12035
10429
|
* @internal
|
|
12036
10430
|
*/
|
|
12037
|
-
const filterSensitiveLog: (obj:
|
|
10431
|
+
const filterSensitiveLog: (obj: EnvironmentParameterRanges) => any;
|
|
12038
10432
|
}
|