public static interface DescribeLabelingJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeLabelingJobResponse.Builder,DescribeLabelingJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLabelingJobResponse.Builder |
creationTime(Instant creationTime)
The date and time that the labeling job was created.
|
DescribeLabelingJobResponse.Builder |
failureReason(String failureReason)
If the job failed, the reason that it failed.
|
default DescribeLabelingJobResponse.Builder |
humanTaskConfig(Consumer<HumanTaskConfig.Builder> humanTaskConfig)
Configuration information required for human workers to complete a labeling task.
|
DescribeLabelingJobResponse.Builder |
humanTaskConfig(HumanTaskConfig humanTaskConfig)
Configuration information required for human workers to complete a labeling task.
|
default 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 |
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 |
jobReferenceCode(String jobReferenceCode)
A unique identifier for work done as part of a labeling job.
|
DescribeLabelingJobResponse.Builder |
labelAttributeName(String labelAttributeName)
The attribute used as the label in the output manifest file.
|
DescribeLabelingJobResponse.Builder |
labelCategoryConfigS3Uri(String labelCategoryConfigS3Uri)
The S3 location of the JSON file that defines the categories used to label data objects.
|
default 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 |
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 |
labelingJobAlgorithmsConfig(Consumer<LabelingJobAlgorithmsConfig.Builder> labelingJobAlgorithmsConfig)
Configuration information for automated data labeling.
|
DescribeLabelingJobResponse.Builder |
labelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig labelingJobAlgorithmsConfig)
Configuration information for automated data labeling.
|
DescribeLabelingJobResponse.Builder |
labelingJobArn(String labelingJobArn)
The Amazon Resource Name (ARN) of the labeling job.
|
DescribeLabelingJobResponse.Builder |
labelingJobName(String labelingJobName)
The name assigned to the labeling job when it was created.
|
default DescribeLabelingJobResponse.Builder |
labelingJobOutput(Consumer<LabelingJobOutput.Builder> labelingJobOutput)
The location of the output produced by the labeling job.
|
DescribeLabelingJobResponse.Builder |
labelingJobOutput(LabelingJobOutput labelingJobOutput)
The location of the output produced by the labeling job.
|
DescribeLabelingJobResponse.Builder |
labelingJobStatus(LabelingJobStatus labelingJobStatus)
The processing status of the labeling job.
|
DescribeLabelingJobResponse.Builder |
labelingJobStatus(String labelingJobStatus)
The processing status of the labeling job.
|
DescribeLabelingJobResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time that the labeling job was last updated.
|
default 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 |
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 |
roleArn(String roleArn)
The Amazon Resource Name (ARN) that SageMaker assumes to perform tasks on your behalf during data labeling.
|
default DescribeLabelingJobResponse.Builder |
stoppingConditions(Consumer<LabelingJobStoppingConditions.Builder> stoppingConditions)
A set of conditions for stopping a labeling job.
|
DescribeLabelingJobResponse.Builder |
stoppingConditions(LabelingJobStoppingConditions stoppingConditions)
A set of conditions for stopping a labeling job.
|
DescribeLabelingJobResponse.Builder |
tags(Collection<Tag> tags)
An array of key-value pairs.
|
DescribeLabelingJobResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
An array of key-value pairs.
|
DescribeLabelingJobResponse.Builder |
tags(Tag... tags)
An array of key-value pairs.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLabelingJobResponse.Builder labelingJobStatus(String labelingJobStatus)
The processing status of the labeling job.
labelingJobStatus - The processing status of the labeling job.LabelingJobStatus,
LabelingJobStatusDescribeLabelingJobResponse.Builder labelingJobStatus(LabelingJobStatus labelingJobStatus)
The processing status of the labeling job.
labelingJobStatus - The processing status of the labeling job.LabelingJobStatus,
LabelingJobStatusDescribeLabelingJobResponse.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.
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 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.
This is a convenience method that creates an instance of theLabelCounters.Builder avoiding the need
to create one manually via LabelCounters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to labelCounters(LabelCounters).
labelCounters - a consumer that will call methods on LabelCounters.BuilderlabelCounters(LabelCounters)DescribeLabelingJobResponse.Builder failureReason(String failureReason)
If the job failed, the reason that it failed.
failureReason - If the job failed, the reason that it failed.DescribeLabelingJobResponse.Builder creationTime(Instant creationTime)
The date and time that the labeling job was created.
creationTime - The date and time that the labeling job was created.DescribeLabelingJobResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that the labeling job was last updated.
lastModifiedTime - The date and time that the labeling job was last updated.DescribeLabelingJobResponse.Builder jobReferenceCode(String jobReferenceCode)
A unique identifier for work done as part of a labeling job.
jobReferenceCode - A unique identifier for work done as part of a labeling job.DescribeLabelingJobResponse.Builder labelingJobName(String labelingJobName)
The name assigned to the labeling job when it was created.
labelingJobName - The name assigned to the labeling job when it was created.DescribeLabelingJobResponse.Builder labelingJobArn(String labelingJobArn)
The Amazon Resource Name (ARN) of the labeling job.
labelingJobArn - The Amazon Resource Name (ARN) of the labeling job.DescribeLabelingJobResponse.Builder labelAttributeName(String labelAttributeName)
The attribute used as the label in the output manifest file.
labelAttributeName - The attribute used as the label in the output manifest file.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.
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.default 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.
This is a convenience method 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.BuilderinputConfig(LabelingJobInputConfig)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.
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.default 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.
This is a convenience method 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.BuilderoutputConfig(LabelingJobOutputConfig)DescribeLabelingJobResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) that SageMaker assumes to perform tasks on your behalf during data labeling.
roleArn - The Amazon Resource Name (ARN) that SageMaker assumes to perform tasks on your behalf during data
labeling.DescribeLabelingJobResponse.Builder labelCategoryConfigS3Uri(String labelCategoryConfigS3Uri)
The S3 location of the JSON file that defines the categories used to label data objects. Please note the following label-category limits:
Semantic segmentation labeling jobs using automated labeling: 20 labels
Box bounding labeling jobs (all): 10 labels
The file is a JSON structure in the following format:
{
"document-version": "2018-11-28"
"labels": [
{
"label": "label 1"
},
{
"label": "label 2"
},
...
{
"label": "label n"
}
]
}
labelCategoryConfigS3Uri - The S3 location of the JSON file that defines the categories used to label data objects. Please note
the following label-category limits:
Semantic segmentation labeling jobs using automated labeling: 20 labels
Box bounding labeling jobs (all): 10 labels
The file is a JSON structure in the following format:
{
"document-version": "2018-11-28"
"labels": [
{
"label": "label 1"
},
{
"label": "label 2"
},
...
{
"label": "label n"
}
]
}
DescribeLabelingJobResponse.Builder stoppingConditions(LabelingJobStoppingConditions stoppingConditions)
A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped.
stoppingConditions - A set of conditions for stopping a labeling job. If any of the conditions are met, the job is
automatically stopped.default DescribeLabelingJobResponse.Builder stoppingConditions(Consumer<LabelingJobStoppingConditions.Builder> stoppingConditions)
A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped.
This is a convenience method 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.BuilderstoppingConditions(LabelingJobStoppingConditions)DescribeLabelingJobResponse.Builder labelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig labelingJobAlgorithmsConfig)
Configuration information for automated data labeling.
labelingJobAlgorithmsConfig - Configuration information for automated data labeling.default DescribeLabelingJobResponse.Builder labelingJobAlgorithmsConfig(Consumer<LabelingJobAlgorithmsConfig.Builder> labelingJobAlgorithmsConfig)
Configuration information for automated data labeling.
This is a convenience method 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.BuilderlabelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig)DescribeLabelingJobResponse.Builder humanTaskConfig(HumanTaskConfig humanTaskConfig)
Configuration information required for human workers to complete a labeling task.
humanTaskConfig - Configuration information required for human workers to complete a labeling task.default DescribeLabelingJobResponse.Builder humanTaskConfig(Consumer<HumanTaskConfig.Builder> humanTaskConfig)
Configuration information required for human workers to complete a labeling task.
This is a convenience method 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.BuilderhumanTaskConfig(HumanTaskConfig)DescribeLabelingJobResponse.Builder tags(Collection<Tag> tags)
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in
different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services
Resources.DescribeLabelingJobResponse.Builder tags(Tag... tags)
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in
different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services
Resources.DescribeLabelingJobResponse.Builder tags(Consumer<Tag.Builder>... tags)
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) DescribeLabelingJobResponse.Builder labelingJobOutput(LabelingJobOutput labelingJobOutput)
The location of the output produced by the labeling job.
labelingJobOutput - The location of the output produced by the labeling job.default DescribeLabelingJobResponse.Builder labelingJobOutput(Consumer<LabelingJobOutput.Builder> labelingJobOutput)
The location of the output produced by the labeling job.
This is a convenience method that creates an instance of theLabelingJobOutput.Builder avoiding the
need to create one manually via LabelingJobOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to labelingJobOutput(LabelingJobOutput).
labelingJobOutput - a consumer that will call methods on LabelingJobOutput.BuilderlabelingJobOutput(LabelingJobOutput)Copyright © 2022. All rights reserved.