public static interface CreateLabelingJobRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateLabelingJobRequest.Builder,CreateLabelingJobRequest>
Modifier and Type | Method and Description |
---|---|
default CreateLabelingJobRequest.Builder |
humanTaskConfig(Consumer<HumanTaskConfig.Builder> humanTaskConfig)
Configures the information required for human workers to complete a labeling task.
|
CreateLabelingJobRequest.Builder |
humanTaskConfig(HumanTaskConfig humanTaskConfig)
Configures the information required for human workers to complete a labeling task.
|
default 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 |
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 |
labelAttributeName(String labelAttributeName)
The attribute name to use for the label in the output manifest file.
|
CreateLabelingJobRequest.Builder |
labelCategoryConfigS3Uri(String labelCategoryConfigS3Uri)
The S3 URL of the file that defines the categories used to label the data objects.
|
default CreateLabelingJobRequest.Builder |
labelingJobAlgorithmsConfig(Consumer<LabelingJobAlgorithmsConfig.Builder> labelingJobAlgorithmsConfig)
Configures the information required to perform automated data labeling.
|
CreateLabelingJobRequest.Builder |
labelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig labelingJobAlgorithmsConfig)
Configures the information required to perform automated data labeling.
|
CreateLabelingJobRequest.Builder |
labelingJobName(String labelingJobName)
The name of the labeling job.
|
default 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 |
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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateLabelingJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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 |
stoppingConditions(Consumer<LabelingJobStoppingConditions.Builder> stoppingConditions)
A set of conditions for stopping the labeling job.
|
CreateLabelingJobRequest.Builder |
stoppingConditions(LabelingJobStoppingConditions stoppingConditions)
A set of conditions for stopping the labeling job.
|
CreateLabelingJobRequest.Builder |
tags(Collection<Tag> tags)
An array of key/value pairs.
|
CreateLabelingJobRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
An array of key/value pairs.
|
CreateLabelingJobRequest.Builder |
tags(Tag... tags)
An array of key/value pairs.
|
build
overrideConfiguration
copy
applyMutation, build
CreateLabelingJobRequest.Builder labelingJobName(String labelingJobName)
The name of the labeling job. This name is used to identify the job in a list of labeling jobs.
labelingJobName
- The name of the labeling job. This name is used to identify the job in a list of labeling jobs.CreateLabelingJobRequest.Builder labelAttributeName(String labelAttributeName)
The attribute name to use for the label in the output manifest file. This is the key for the key/value pair formed with the label that a worker assigns to the object. The name can't end with "-metadata" or "-ref".
labelAttributeName
- The attribute name to use for the label in the output manifest file. This is the key for the key/value
pair formed with the label that a worker assigns to the object. The name can't end with "-metadata" or
"-ref".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.
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.default 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.
This is a convenience that creates an instance of theLabelingJobInputConfig.Builder
avoiding the
need to create one manually via LabelingJobInputConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to inputConfig(LabelingJobInputConfig)
.inputConfig
- a consumer that will call methods on LabelingJobInputConfig.Builder
inputConfig(LabelingJobInputConfig)
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.
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.default 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.
This is a convenience that creates an instance of theLabelingJobOutputConfig.Builder
avoiding the
need to create one manually via LabelingJobOutputConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to outputConfig(LabelingJobOutputConfig)
.outputConfig
- a consumer that will call methods on LabelingJobOutputConfig.Builder
outputConfig(LabelingJobOutputConfig)
CreateLabelingJobRequest.Builder roleArn(String roleArn)
The Amazon Resource Number (ARN) that Amazon SageMaker assumes to perform tasks on your behalf during data labeling. You must grant this role the necessary permissions so that Amazon SageMaker can successfully complete data labeling.
roleArn
- The Amazon Resource Number (ARN) that Amazon SageMaker assumes to perform tasks on your behalf during
data labeling. You must grant this role the necessary permissions so that Amazon SageMaker can
successfully complete data labeling.CreateLabelingJobRequest.Builder labelCategoryConfigS3Uri(String labelCategoryConfigS3Uri)
The S3 URL of the file that defines the categories used to label the data objects.
labelCategoryConfigS3Uri
- The S3 URL of the file that defines the categories used to label the data objects.CreateLabelingJobRequest.Builder stoppingConditions(LabelingJobStoppingConditions stoppingConditions)
A set of conditions for stopping the labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.
stoppingConditions
- A set of conditions for stopping the labeling job. If any of the conditions are met, the job is
automatically stopped. You can use these conditions to control the cost of data labeling.default CreateLabelingJobRequest.Builder stoppingConditions(Consumer<LabelingJobStoppingConditions.Builder> stoppingConditions)
A set of conditions for stopping the labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.
This is a convenience that creates an instance of theLabelingJobStoppingConditions.Builder
avoiding
the need to create one manually via LabelingJobStoppingConditions.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to stoppingConditions(LabelingJobStoppingConditions)
.stoppingConditions
- a consumer that will call methods on LabelingJobStoppingConditions.Builder
stoppingConditions(LabelingJobStoppingConditions)
CreateLabelingJobRequest.Builder labelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig labelingJobAlgorithmsConfig)
Configures the information required to perform automated data labeling.
labelingJobAlgorithmsConfig
- Configures the information required to perform automated data labeling.default CreateLabelingJobRequest.Builder labelingJobAlgorithmsConfig(Consumer<LabelingJobAlgorithmsConfig.Builder> labelingJobAlgorithmsConfig)
Configures the information required to perform automated data labeling.
This is a convenience that creates an instance of theLabelingJobAlgorithmsConfig.Builder
avoiding
the need to create one manually via LabelingJobAlgorithmsConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to labelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig)
.labelingJobAlgorithmsConfig
- a consumer that will call methods on LabelingJobAlgorithmsConfig.Builder
labelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig)
CreateLabelingJobRequest.Builder humanTaskConfig(HumanTaskConfig humanTaskConfig)
Configures the information required for human workers to complete a labeling task.
humanTaskConfig
- Configures the information required for human workers to complete a labeling task.default CreateLabelingJobRequest.Builder humanTaskConfig(Consumer<HumanTaskConfig.Builder> humanTaskConfig)
Configures the information required for human workers to complete a labeling task.
This is a convenience that creates an instance of theHumanTaskConfig.Builder
avoiding the need to
create one manually via HumanTaskConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to humanTaskConfig(HumanTaskConfig)
.humanTaskConfig
- a consumer that will call methods on HumanTaskConfig.Builder
humanTaskConfig(HumanTaskConfig)
CreateLabelingJobRequest.Builder tags(Collection<Tag> tags)
An array of key/value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
tags
- An array of key/value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.CreateLabelingJobRequest.Builder tags(Tag... tags)
An array of key/value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
tags
- An array of key/value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.CreateLabelingJobRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of key/value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
CreateLabelingJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateLabelingJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.