Uses of Class
software.amazon.awssdk.services.sagemaker.model.LabelingJobOutputConfig
-
Packages that use LabelingJobOutputConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of LabelingJobOutputConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return LabelingJobOutputConfig Modifier and Type Method Description LabelingJobOutputConfigCreateLabelingJobRequest. 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.LabelingJobOutputConfigDescribeLabelingJobResponse. 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.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type LabelingJobOutputConfig Modifier and Type Method Description CreateLabelingJobRequest.BuilderCreateLabelingJobRequest.Builder. outputConfig(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.DescribeLabelingJobResponse.BuilderDescribeLabelingJobResponse.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.
-