| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.builder() |
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.creationTime(Instant creationTime)
The date and time that the labeling job was created.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.failureReason(String failureReason)
If the job failed, the reason that it failed.
|
default DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.humanTaskConfig(Consumer<HumanTaskConfig.Builder> humanTaskConfig)
Configuration information required for human workers to complete a labeling task.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.humanTaskConfig(HumanTaskConfig humanTaskConfig)
Configuration information required for human workers to complete a labeling task.
|
default DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.inputConfig(Consumer<LabelingJobInputConfig.Builder> inputConfig)
Input configuration information 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.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.inputConfig(LabelingJobInputConfig inputConfig)
Input configuration information 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.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.jobReferenceCode(String jobReferenceCode)
A unique identifier for work done as part of a labeling job.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.labelAttributeName(String labelAttributeName)
The attribute used as the label in the output manifest file.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.labelCategoryConfigS3Uri(String labelCategoryConfigS3Uri)
The S3 location of the JSON file that defines the categories used to label data objects.
|
default DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.labelCounters(Consumer<LabelCounters.Builder> labelCounters)
Provides a breakdown of the number of data objects labeled by humans, the number of objects labeled by
machine, the number of objects than couldn't be labeled, and the total number of objects labeled.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.labelCounters(LabelCounters labelCounters)
Provides a breakdown of the number of data objects labeled by humans, the number of objects labeled by
machine, the number of objects than couldn't be labeled, and the total number of objects labeled.
|
default DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.labelingJobAlgorithmsConfig(Consumer<LabelingJobAlgorithmsConfig.Builder> labelingJobAlgorithmsConfig)
Configuration information for automated data labeling.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.labelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig labelingJobAlgorithmsConfig)
Configuration information for automated data labeling.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.labelingJobArn(String labelingJobArn)
The Amazon Resource Name (ARN) of the labeling job.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.labelingJobName(String labelingJobName)
The name assigned to the labeling job when it was created.
|
default DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.labelingJobOutput(Consumer<LabelingJobOutput.Builder> labelingJobOutput)
The location of the output produced by the labeling job.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.labelingJobOutput(LabelingJobOutput labelingJobOutput)
The location of the output produced by the labeling job.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.labelingJobStatus(LabelingJobStatus labelingJobStatus)
The processing status of the labeling job.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.labelingJobStatus(String labelingJobStatus)
The processing status of the labeling job.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time that the labeling job was last updated.
|
default DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.outputConfig(Consumer<LabelingJobOutputConfig.Builder> outputConfig)
The location of the job's output data and the Amazon Web Services Key Management Service key ID for the key
used to encrypt the output data, if any.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.outputConfig(LabelingJobOutputConfig outputConfig)
The location of the job's output data and the Amazon Web Services Key Management Service key ID for the key
used to encrypt the output data, if any.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) that SageMaker assumes to perform tasks on your behalf during data labeling.
|
default DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.stoppingConditions(Consumer<LabelingJobStoppingConditions.Builder> stoppingConditions)
A set of conditions for stopping a labeling job.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.stoppingConditions(LabelingJobStoppingConditions stoppingConditions)
A set of conditions for stopping a labeling job.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.tags(Collection<Tag> tags)
An array of key-value pairs.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.tags(Consumer<Tag.Builder>... tags)
An array of key-value pairs.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.tags(Tag... tags)
An array of key-value pairs.
|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeLabelingJobResponse.Builder> |
DescribeLabelingJobResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.