| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLabelingJobResult |
AmazonSageMaker.describeLabelingJob(DescribeLabelingJobRequest describeLabelingJobRequest)
Gets information about a labeling job.
|
DescribeLabelingJobResult |
AmazonSageMakerClient.describeLabelingJob(DescribeLabelingJobRequest request)
Gets information about a labeling job.
|
DescribeLabelingJobResult |
AbstractAmazonSageMaker.describeLabelingJob(DescribeLabelingJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLabelingJobResult> |
AmazonSageMakerAsync.describeLabelingJobAsync(DescribeLabelingJobRequest describeLabelingJobRequest,
AsyncHandler<DescribeLabelingJobRequest,DescribeLabelingJobResult> asyncHandler)
Gets information about a labeling job.
|
Future<DescribeLabelingJobResult> |
AbstractAmazonSageMakerAsync.describeLabelingJobAsync(DescribeLabelingJobRequest request,
AsyncHandler<DescribeLabelingJobRequest,DescribeLabelingJobResult> asyncHandler) |
Future<DescribeLabelingJobResult> |
AmazonSageMakerAsyncClient.describeLabelingJobAsync(DescribeLabelingJobRequest request,
AsyncHandler<DescribeLabelingJobRequest,DescribeLabelingJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeLabelingJobResult |
DescribeLabelingJobResult.clone() |
DescribeLabelingJobResult |
DescribeLabelingJobResult.withCreationTime(Date creationTime)
The date and time that the labeling job was created.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withFailureReason(String failureReason)
If the job failed, the reason that it failed.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withHumanTaskConfig(HumanTaskConfig humanTaskConfig)
Configuration information required for human workers to complete a labeling task.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withInputConfig(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.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withJobReferenceCode(String jobReferenceCode)
A unique identifier for work done as part of a labeling job.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withLabelAttributeName(String labelAttributeName)
The attribute used as the label in the output manifest file.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withLabelCategoryConfigS3Uri(String labelCategoryConfigS3Uri)
The S3 location of the JSON file that defines the categories used to label data objects.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withLabelCounters(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.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withLabelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig labelingJobAlgorithmsConfig)
Configuration information for automated data labeling.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withLabelingJobArn(String labelingJobArn)
The Amazon Resource Name (ARN) of the labeling job.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withLabelingJobName(String labelingJobName)
The name assigned to the labeling job when it was created.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withLabelingJobOutput(LabelingJobOutput labelingJobOutput)
The location of the output produced by the labeling job.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withLabelingJobStatus(LabelingJobStatus labelingJobStatus)
The processing status of the labeling job.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withLabelingJobStatus(String labelingJobStatus)
The processing status of the labeling job.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withLastModifiedTime(Date lastModifiedTime)
The date and time that the labeling job was last updated.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withOutputConfig(LabelingJobOutputConfig outputConfig)
The location of the job's output data and the AWS Key Management Service key ID for the key used to encrypt the
output data, if any.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) that Amazon SageMaker assumes to perform tasks on your behalf during data
labeling.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withStoppingConditions(LabelingJobStoppingConditions stoppingConditions)
A set of conditions for stopping a labeling job.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withTags(Collection<Tag> tags)
An array of key/value pairs.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withTags(Tag... tags)
An array of key/value pairs.
|
Copyright © 2020. All rights reserved.