| 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 AWS 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 AWS Key Management Service key ID for the key used to encrypt the output
data, if any.
|
LabelingJobOutputConfig |
LabelingJobOutputConfig.withKmsKeyId(String kmsKeyId)
The AWS 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLabelingJobResult.setOutputConfig(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.
|
void |
CreateLabelingJobRequest.setOutputConfig(LabelingJobOutputConfig outputConfig)
The location of the output data and the AWS 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 AWS 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 AWS Key Management Service key ID for the key used to encrypt the output
data, if any.
|
Copyright © 2020. All rights reserved.