EndpointConfigurationDataCaptureConfig class

Constructors

EndpointConfigurationDataCaptureConfig({Input<EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader?>? captureContentTypeHeader, required Input<List<EndpointConfigurationDataCaptureConfigCaptureOption>> captureOptions, required Input<String> destinationS3Uri, Input<bool?>? enableCapture, required Input<int> initialSamplingPercentage, Input<String?>? kmsKeyId})
Creates a new EndpointConfigurationDataCaptureConfig. captureContentTypeHeader Content type headers to capture. See captureContentTypeHeader below. captureOptions What data to capture. Fields are documented below. destinationS3Uri URL for S3 location where the captured data is stored. enableCapture Flag to enable data capture. Defaults to false. initialSamplingPercentage Portion of data to capture. Should be between 0 and 100. kmsKeyId ARN of a KMS key that SageMaker AI uses to encrypt the captured data on S3.
const
EndpointConfigurationDataCaptureConfig.fromMap(Map<String, dynamic> map)
factory

Properties

captureContentTypeHeader → Input<EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader?>?
Content type headers to capture. See captureContentTypeHeader below.
final
captureOptions → Input<List<EndpointConfigurationDataCaptureConfigCaptureOption>>
What data to capture. Fields are documented below.
final
destinationS3Uri → Input<String>
URL for S3 location where the captured data is stored.
final
enableCapture → Input<bool?>?
Flag to enable data capture. Defaults to false.
final
hashCode int
The hash code for this object.
no setterinherited
initialSamplingPercentage → Input<int>
Portion of data to capture. Should be between 0 and 100.
final
kmsKeyId → Input<String?>?
ARN of a KMS key that SageMaker AI uses to encrypt the captured data on S3.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited