interface CaptureOptionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins.CfnEndpointConfigPropsMixin.CaptureOptionProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssagemaker/mixins#CfnEndpointConfigPropsMixin_CaptureOptionProperty |
Java | software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnEndpointConfigPropsMixin.CaptureOptionProperty |
Python | aws_cdk.mixins_preview.aws_sagemaker.mixins.CfnEndpointConfigPropsMixin.CaptureOptionProperty |
TypeScript | @aws-cdk/mixins-preview » aws_sagemaker » mixins » CfnEndpointConfigPropsMixin » 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 { mixins as sagemaker_mixins } from '@aws-cdk/mixins-preview/aws-sagemaker';
const captureOptionProperty: sagemaker_mixins.CfnEndpointConfigPropsMixin.CaptureOptionProperty = {
captureMode: 'captureMode',
};
Properties
| Name | Type | Description |
|---|---|---|
| capture | string | Specifies whether the endpoint captures input data or output data. |
captureMode?
Type:
string
(optional)
Specifies whether the endpoint captures input data or output data.

.NET
Go
Java
Python
TypeScript