| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateLabelingJobResponse> |
SageMakerAsyncClient.createLabelingJob(Consumer<CreateLabelingJobRequest.Builder> createLabelingJobRequest)
Creates a job that uses workers to label the data objects in your input dataset.
|
default CreateLabelingJobResponse |
SageMakerClient.createLabelingJob(Consumer<CreateLabelingJobRequest.Builder> createLabelingJobRequest)
Creates a job that uses workers to label the data objects in your input dataset.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.builder() |
default CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.humanTaskConfig(Consumer<HumanTaskConfig.Builder> humanTaskConfig)
Configures the information required for human workers to complete a labeling task.
|
CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.humanTaskConfig(HumanTaskConfig humanTaskConfig)
Configures the information required for human workers to complete a labeling task.
|
default CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.inputConfig(Consumer<LabelingJobInputConfig.Builder> 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.Builder |
CreateLabelingJobRequest.Builder.inputConfig(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.Builder |
CreateLabelingJobRequest.Builder.labelAttributeName(String labelAttributeName)
The attribute name to use for the label in the output manifest file.
|
CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.labelCategoryConfigS3Uri(String labelCategoryConfigS3Uri)
The S3 URL of the file that defines the categories used to label the data objects.
|
default CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.labelingJobAlgorithmsConfig(Consumer<LabelingJobAlgorithmsConfig.Builder> labelingJobAlgorithmsConfig)
Configures the information required to perform automated data labeling.
|
CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.labelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig labelingJobAlgorithmsConfig)
Configures the information required to perform automated data labeling.
|
CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.labelingJobName(String labelingJobName)
The name of the labeling job.
|
default CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.outputConfig(Consumer<LabelingJobOutputConfig.Builder> outputConfig)
The location of the output data and the AWS Key Management Service key ID for the key used to encrypt the
output data, if any.
|
CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.outputConfig(LabelingJobOutputConfig outputConfig)
The location of the output data and the AWS Key Management Service key ID for the key used to encrypt the
output data, if any.
|
CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.roleArn(String roleArn)
The Amazon Resource Number (ARN) that Amazon SageMaker assumes to perform tasks on your behalf during data
labeling.
|
default CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.stoppingConditions(Consumer<LabelingJobStoppingConditions.Builder> stoppingConditions)
A set of conditions for stopping the labeling job.
|
CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.stoppingConditions(LabelingJobStoppingConditions stoppingConditions)
A set of conditions for stopping the labeling job.
|
CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.tags(Collection<Tag> tags)
An array of key/value pairs.
|
CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.tags(Consumer<Tag.Builder>... tags)
An array of key/value pairs.
|
CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.tags(Tag... tags)
An array of key/value pairs.
|
CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateLabelingJobRequest.Builder> |
CreateLabelingJobRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.