Interface CfnTransformJobPropsMixin.DataCaptureConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransformJobPropsMixin.DataCaptureConfigProperty.Jsii$Proxy
- Enclosing class:
CfnTransformJobPropsMixin
@Stability(Stable)
public static interface CfnTransformJobPropsMixin.DataCaptureConfigProperty
extends software.amazon.jsii.JsiiSerializable
Configuration to control how SageMaker captures inference data.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
DataCaptureConfigProperty dataCaptureConfigProperty = DataCaptureConfigProperty.builder()
.destinationS3Uri("destinationS3Uri")
.generateInferenceId(false)
.kmsKeyId("kmsKeyId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTransformJobPropsMixin.DataCaptureConfigPropertystatic final classAn implementation forCfnTransformJobPropsMixin.DataCaptureConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestinationS3Uri
The Amazon S3 location being used to capture the data.- See Also:
-
getGenerateInferenceId
Flag that indicates whether to append inference id to the output.Returns union: either
BooleanorIResolvable- See Also:
-
getKmsKeyId
The ARN of a KMS key that SageMaker uses to encrypt data on the storage volume.- See Also:
-
builder
-