Uses of Interface
software.amazon.awssdk.services.sagemaker.model.LabelingJobOutputConfig.Builder
-
Packages that use LabelingJobOutputConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of LabelingJobOutputConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return LabelingJobOutputConfig.Builder Modifier and Type Method Description static LabelingJobOutputConfig.BuilderLabelingJobOutputConfig. builder()LabelingJobOutputConfig.BuilderLabelingJobOutputConfig.Builder. kmsKeyId(String kmsKeyId)The Amazon Web Services Key Management Service ID of the key used to encrypt the output data, if any.LabelingJobOutputConfig.BuilderLabelingJobOutputConfig.Builder. s3OutputPath(String s3OutputPath)The Amazon S3 location to write output data.LabelingJobOutputConfig.BuilderLabelingJobOutputConfig.Builder. snsTopicArn(String snsTopicArn)An Amazon Simple Notification Service (Amazon SNS) output topic ARN.LabelingJobOutputConfig.BuilderLabelingJobOutputConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type LabelingJobOutputConfig.Builder Modifier and Type Method Description static Class<? extends LabelingJobOutputConfig.Builder>LabelingJobOutputConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type LabelingJobOutputConfig.Builder Modifier and Type Method Description default CreateLabelingJobRequest.BuilderCreateLabelingJobRequest.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.default DescribeLabelingJobResponse.BuilderDescribeLabelingJobResponse.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.
-