EndpointConfigurationDataCaptureConfig class
Constructors
-
EndpointConfigurationDataCaptureConfig({Input<
EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader?> ? captureContentTypeHeader, required Input<List< captureOptions, required Input<EndpointConfigurationDataCaptureConfigCaptureOption> >String> destinationS3Uri, Input<bool?> ? enableCapture, required Input<int> initialSamplingPercentage, Input<String?> ? kmsKeyId}) -
Creates a new EndpointConfigurationDataCaptureConfig.
captureContentTypeHeaderContent type headers to capture. SeecaptureContentTypeHeaderbelow.captureOptionsWhat data to capture. Fields are documented below.destinationS3UriURL for S3 location where the captured data is stored.enableCaptureFlag to enable data capture. Defaults tofalse.initialSamplingPercentagePortion of data to capture. Should be between 0 and 100.kmsKeyIdARN 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
captureContentTypeHeaderbelow.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