aws-cdk-lib.aws_sagemaker.CfnEndpointConfig.CaptureOptionProperty

interface CaptureOptionProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnEndpointConfig.CaptureOptionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnEndpointConfig_CaptureOptionProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnEndpointConfig.CaptureOptionProperty
Pythonaws_cdk.aws_sagemaker.CfnEndpointConfig.CaptureOptionProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnEndpointConfig » CaptureOptionProperty

Specifies whether the endpoint captures input data or output data.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const captureOptionProperty: sagemaker.CfnEndpointConfig.CaptureOptionProperty = {
  captureMode: 'captureMode',
};

Properties

NameTypeDescription
captureModestringSpecifies whether the endpoint captures input data or output data.

captureMode

Type: string

Specifies whether the endpoint captures input data or output data.