| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
LabelingJobOutputConfig |
LabelingJobOutputConfig.clone() |
LabelingJobOutputConfig |
DescribeLabelingJobResult.getOutputConfig()
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.
|
LabelingJobOutputConfig |
CreateLabelingJobRequest.getOutputConfig()
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.
|
LabelingJobOutputConfig |
LabelingJobOutputConfig.withKmsKeyId(String kmsKeyId)
The Amazon Web Services Key Management Service ID of the key used to encrypt the output data, if any.
|
LabelingJobOutputConfig |
LabelingJobOutputConfig.withS3OutputPath(String s3OutputPath)
The Amazon S3 location to write output data.
|
LabelingJobOutputConfig |
LabelingJobOutputConfig.withSnsTopicArn(String snsTopicArn)
An Amazon Simple Notification Service (Amazon SNS) output topic ARN.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLabelingJobResult.setOutputConfig(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.
|
void |
CreateLabelingJobRequest.setOutputConfig(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.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withOutputConfig(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.
|
CreateLabelingJobRequest |
CreateLabelingJobRequest.withOutputConfig(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.
|
Copyright © 2023. All rights reserved.