static CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.builder() |
|
default CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.humanTaskConfig(Consumer<HumanTaskConfig.Builder> 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.Builder |
CreateLabelingJobRequest.Builder.humanTaskConfig(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).
|
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 URI of the file, referred to as a label category configuration 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 Amazon Web Services 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 Amazon Web Services Key Management Service key ID for the key used to
encrypt the output data, if any.
|
CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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() |
|