Uses of Interface
software.amazon.awssdk.services.sagemaker.model.LabelingJobResourceConfig.Builder
-
Packages that use LabelingJobResourceConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of LabelingJobResourceConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return LabelingJobResourceConfig.Builder Modifier and Type Method Description static LabelingJobResourceConfig.BuilderLabelingJobResourceConfig. builder()LabelingJobResourceConfig.BuilderLabelingJobResourceConfig. toBuilder()LabelingJobResourceConfig.BuilderLabelingJobResourceConfig.Builder. volumeKmsKeyId(String volumeKmsKeyId)The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training and inference jobs used for automated data labeling.default LabelingJobResourceConfig.BuilderLabelingJobResourceConfig.Builder. vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)Sets the value of the VpcConfig property for this object.LabelingJobResourceConfig.BuilderLabelingJobResourceConfig.Builder. vpcConfig(VpcConfig vpcConfig)Sets the value of the VpcConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type LabelingJobResourceConfig.Builder Modifier and Type Method Description static Class<? extends LabelingJobResourceConfig.Builder>LabelingJobResourceConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type LabelingJobResourceConfig.Builder Modifier and Type Method Description default LabelingJobAlgorithmsConfig.BuilderLabelingJobAlgorithmsConfig.Builder. labelingJobResourceConfig(Consumer<LabelingJobResourceConfig.Builder> labelingJobResourceConfig)Provides configuration information for a labeling job.
-