DataCaptureConfigSummary - Amazon SageMaker

DataCaptureConfigSummary

The currently active data capture configuration used by your Endpoint.

Contents

CaptureStatus

Whether data capture is currently functional.

Type: String

Valid Values: Started | Stopped

Required: Yes

CurrentSamplingPercentage

The percentage of requests being captured by your Endpoint.

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 100.

Required: Yes

DestinationS3Uri

The Amazon S3 location being used to capture the data.

Type: String

Length Constraints: Maximum length of 512.

Pattern: ^(https|s3)://([^/])/?(.*)$

Required: Yes

EnableCapture

Whether data capture is enabled or disabled.

Type: Boolean

Required: Yes

KmsKeyId

The KMS key being used to encrypt the data in Amazon S3.

Type: String

Length Constraints: Maximum length of 2048.

Pattern: ^[a-zA-Z0-9:/_-]*$

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: