| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLabelingJobResult> |
AmazonSageMakerAsyncClient.createLabelingJobAsync(CreateLabelingJobRequest request,
AsyncHandler<CreateLabelingJobRequest,CreateLabelingJobResult> asyncHandler) |
Future<CreateLabelingJobResult> |
AmazonSageMakerAsync.createLabelingJobAsync(CreateLabelingJobRequest createLabelingJobRequest,
AsyncHandler<CreateLabelingJobRequest,CreateLabelingJobResult> asyncHandler)
Creates a job that uses workers to label the data objects in your input dataset.
|
Future<CreateLabelingJobResult> |
AbstractAmazonSageMakerAsync.createLabelingJobAsync(CreateLabelingJobRequest request,
AsyncHandler<CreateLabelingJobRequest,CreateLabelingJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLabelingJobRequest |
CreateLabelingJobRequest.clone() |
CreateLabelingJobRequest |
CreateLabelingJobRequest.withHumanTaskConfig(HumanTaskConfig humanTaskConfig)
Configures the labeling task and how it is presented to workers; including, but not limited to price, keywords,
and batch size (task count).
|
CreateLabelingJobRequest |
CreateLabelingJobRequest.withInputConfig(LabelingJobInputConfig inputConfig)
Input data for the labeling job, such as the Amazon S3 location of the data objects and the location of the
manifest file that describes the data objects.
|
CreateLabelingJobRequest |
CreateLabelingJobRequest.withLabelAttributeName(String labelAttributeName)
The attribute name to use for the label in the output manifest file.
|
CreateLabelingJobRequest |
CreateLabelingJobRequest.withLabelCategoryConfigS3Uri(String labelCategoryConfigS3Uri)
The S3 URI of the file, referred to as a label category configuration file, that defines the categories
used to label the data objects.
|
CreateLabelingJobRequest |
CreateLabelingJobRequest.withLabelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig labelingJobAlgorithmsConfig)
Configures the information required to perform automated data labeling.
|
CreateLabelingJobRequest |
CreateLabelingJobRequest.withLabelingJobName(String labelingJobName)
The name of the labeling job.
|
CreateLabelingJobRequest |
CreateLabelingJobRequest.withOutputConfig(LabelingJobOutputConfig outputConfig)
The location of the output data and the Amazon Web Services Key Management Service key ID for the key used to
encrypt the output data, if any.
|
CreateLabelingJobRequest |
CreateLabelingJobRequest.withRoleArn(String roleArn)
The Amazon Resource Number (ARN) that Amazon SageMaker assumes to perform tasks on your behalf during data
labeling.
|
CreateLabelingJobRequest |
CreateLabelingJobRequest.withStoppingConditions(LabelingJobStoppingConditions stoppingConditions)
A set of conditions for stopping the labeling job.
|
CreateLabelingJobRequest |
CreateLabelingJobRequest.withTags(Collection<Tag> tags)
An array of key/value pairs.
|
CreateLabelingJobRequest |
CreateLabelingJobRequest.withTags(Tag... tags)
An array of key/value pairs.
|
Copyright © 2024. All rights reserved.