interface CaptureOptionProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnEndpointConfig.CaptureOptionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnEndpointConfig_CaptureOptionProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.CaptureOptionProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
capture | string | Specifies whether the endpoint captures input data or output data. |
captureMode
Type:
string
Specifies whether the endpoint captures input data or output data.