| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static LabelingJobResourceConfig.Builder |
LabelingJobResourceConfig.builder() |
LabelingJobResourceConfig.Builder |
LabelingJobResourceConfig.toBuilder() |
LabelingJobResourceConfig.Builder |
LabelingJobResourceConfig.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.Builder |
LabelingJobResourceConfig.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Sets the value of the VpcConfig property for this object.
|
LabelingJobResourceConfig.Builder |
LabelingJobResourceConfig.Builder.vpcConfig(VpcConfig vpcConfig)
Sets the value of the VpcConfig property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LabelingJobResourceConfig.Builder> |
LabelingJobResourceConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LabelingJobAlgorithmsConfig.Builder |
LabelingJobAlgorithmsConfig.Builder.labelingJobResourceConfig(Consumer<LabelingJobResourceConfig.Builder> labelingJobResourceConfig)
Provides configuration information for a labeling job.
|
Copyright © 2022. All rights reserved.