| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static LabelingJobOutputConfig.Builder |
LabelingJobOutputConfig.builder() |
LabelingJobOutputConfig.Builder |
LabelingJobOutputConfig.Builder.kmsKeyId(String kmsKeyId)
The Amazon Web Services Key Management Service ID of the key used to encrypt the output data, if any.
|
LabelingJobOutputConfig.Builder |
LabelingJobOutputConfig.Builder.s3OutputPath(String s3OutputPath)
The Amazon S3 location to write output data.
|
LabelingJobOutputConfig.Builder |
LabelingJobOutputConfig.Builder.snsTopicArn(String snsTopicArn)
An Amazon Simple Notification Service (Amazon SNS) output topic ARN.
|
LabelingJobOutputConfig.Builder |
LabelingJobOutputConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LabelingJobOutputConfig.Builder> |
LabelingJobOutputConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
Copyright © 2021. All rights reserved.