Class LabelingJobResourceConfig
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.LabelingJobResourceConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LabelingJobResourceConfig.Builder,LabelingJobResourceConfig>
@Generated("software.amazon.awssdk:codegen") public final class LabelingJobResourceConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LabelingJobResourceConfig.Builder,LabelingJobResourceConfig>
Configure encryption on the storage volume attached to the ML compute instance used to run automated data labeling model training and inference.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLabelingJobResourceConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LabelingJobResourceConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends LabelingJobResourceConfig.Builder>serializableBuilderClass()LabelingJobResourceConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvolumeKmsKeyId()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.VpcConfigvpcConfig()Returns the value of the VpcConfig property for this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
volumeKmsKeyId
public final 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.
You can only specify a
VolumeKmsKeyIdwhen you create a labeling job with automated data labeling enabled using the API operationCreateLabelingJob. You cannot specify an Amazon Web Services KMS key to encrypt the storage volume used for automated data labeling model training and inference when you create a labeling job using the console. To learn more, see Output Data and Storage Volume Encryption.The
VolumeKmsKeyIdcan be any of the following formats:-
KMS Key ID
"1234abcd-12ab-34cd-56ef-1234567890ab" -
Amazon Resource Name (ARN) of a KMS Key
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
- Returns:
- 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.
You can only specify a
VolumeKmsKeyIdwhen you create a labeling job with automated data labeling enabled using the API operationCreateLabelingJob. You cannot specify an Amazon Web Services KMS key to encrypt the storage volume used for automated data labeling model training and inference when you create a labeling job using the console. To learn more, see Output Data and Storage Volume Encryption.The
VolumeKmsKeyIdcan be any of the following formats:-
KMS Key ID
"1234abcd-12ab-34cd-56ef-1234567890ab" -
Amazon Resource Name (ARN) of a KMS Key
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
-
-
-
vpcConfig
public final VpcConfig vpcConfig()
Returns the value of the VpcConfig property for this object.- Returns:
- The value of the VpcConfig property for this object.
-
toBuilder
public LabelingJobResourceConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LabelingJobResourceConfig.Builder,LabelingJobResourceConfig>
-
builder
public static LabelingJobResourceConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends LabelingJobResourceConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-